/*
Theme Name: eventproject
Theme URI: http://www.eventproject.pl
Description: Templatka Wordpress dla EventProject
Version: 1.0
Author: Krzysztof Kotowicz - kotos.net
Author URI: http://kotos.net/
Tags: eventproject
Text Domain: kotos.net

*/

/* Reset */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, code, img, 
small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/*end reset*/


/*////////// GENERAL //////////*/
body {
margin: 0px;
margin-top: 10px;
font-size: 14px;
line-height: 1.5em;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #666;
}
#container {
margin: 0 auto;
width: 860px;
}


/*////////// TYPEOGRAPHY //////////*/
h1, h2, h3, h4 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
font-size: 300%;
line-height:100%;
}
h2 {
font-size: 220%;
line-height:120%;
}
h3 {
font-size: 180%;
line-height:100%;
}
h4 {
font-size: 120%;
line-height:100%;
}
h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccc;
	text-align: center;
	margin-top: 20px;
}

p {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
margin-bottom: 5%;
}
a {
text-decoration: none;
color: #009EE0;

}
a:hover {
text-decoration: underline;
}
a:visited {
	text-decoration: none;
color: #009EE0;}
strong {
color: #009EE0;
}
/*////////// HEADERS //////////*/
#header {
	height: 200px;
	background-position: center;
	background-repeat: no-repeat;
}
#header h1 {
	height: 200px;
	text-indent: -9999px;
	background-position: center;
	background-image: url(images/logo_EVENT_PROJECT.png);
	background-repeat: no-repeat;
}

#header h1 a {
height: 200px;	
 display: block;
}
/*////////// CONTENT //////////*/
#content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000;
}
/*////////// SIDEBARS //////////*/

/*////////// NAV //////////*/
#top_navlist {
	width: 860px;
	height: 60px;
}
.bevelmenu{
	padding: 6px 0;
	margin: 0;
	width: 100%;
	text-align: center; /*?*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

.bevelmenu li{
list-style: none;
display: inline;

}

.bevelmenu li a{
	padding: 3px 2em 3px 2em;
	text-decoration: none;
	color: #333;
}

.bevelmenu li a:hover{
	color: #009EE0;
	border-style: outset;
}
.bevelmenu li.current_page_item a{
	color: #009EE0;
	border-style: outset;
}
/*////////// FORMS //////////*/
/*////////// FOOTER //////////*/
#footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-align: center;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer a{
	font-size: 11px;
	color: #999;
	text-decoration: none;
}
/*////////// IMAGES //////////*/
/* Images */
img.alignleft { float: left; margin-right: 20px; margin-top: 5px; }
img.alignright { display: block; float: right; margin-left: 20px; margin-top: 5px; }
img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }

.wp-caption { text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption .wp-caption-text { margin: 0; padding: 5px; }

.wp-smiley { max-height: 13px; margin: 0 !important; } /* Prevent the smileys from breaking line-height */
/*////// FUN CLASSES ///////////*/

/*////////////////UL LI ///////////////// */
/* Lists: (ul, ol, dl) */
ul, ol, dl { margin-left: 0px; }
.nav { margin-left: 0px; }
.entry-content ul, .entry-content ol, #search-query { margin-left: 25px; }

li ul, li ol { margin-bottom: 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

ol { list-style-type: decimal; }

ul {
	list-style-type: none;
	list-style-image: url(images/circle.png);
	list-style-position: inside;
	margin-bottom: 15px;
	display: block;
}
ul ul {
	list-style-type: none;
	list-style-image: url(images/circle.png);
}
ul ul ul { list-style-type: square; }

dt { font-weight: bold; }
/*any little extra flares and fun design
elements you want to add can go here*/

