/*
Theme Name: Wordpress SummerTime
Theme URI: http://mr-wordpress.com/summertime
Description: Summertime is Wp 2.8 compatible, widget ready theme. Rounded corners & neat colors. <a href="http://mr-wordpress.com/summertime">Summertime Theme</a>
Version: 1.0
Author: Voislav Voya Avramovski
Author URI: http://mr-wordpress.com

	For support, register and check the forums @ http://mr-wordpress.com/forums

*/

html * {
	margin:0;
	padding:0;
}

body {
	background:url(images/bg.png) repeat;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#555;
}

#wrap {
	width:930px;
	padding:0 15px;
	text-align:left;
	background:#fff;
	margin:0 auto;
}

#wrapTop {
	width:960px;
	background:url(images/headerTop.png) no-repeat;
	height:15px;
	margin:0 auto;
	margin-top:20px;
}

#wrapBottom {
	width:960px;
	background:url(images/wrapBottom.png) no-repeat;
	height:15px;
	margin:0 auto;
}

.clear {
	clear:both;
	float:none;
}

img {
	border:none;	
}

#headerBg {
	background:url(images/headerBg.jpg) no-repeat;
	color:#fff;
	width:930px;
	height:170px;
}

#headerBg h1 {
	padding-top:55px;
	padding-left:15px;	
	font-size:36px;
}

#headerBg h2 {
	padding-left:15px;	
}

#navigation {
	margin-top:10px;
	width:930px;
	background:url(images/navBg.png) no-repeat;
	height:35px;
	line-height:35px;
}

#navigationInside {
	padding:0 15px;	
}

#navigation #pages ul {
	list-style:none;	
}

#navigation #pages ul li {
	float:left;
}

#navigation #pages ul li a {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:0 15px;
}

#navigation #pages ul li a:hover {
	background:url(images/navHover.png) repeat-x;
}

#navigation #pages ul li a#navRss {
	background:url(images/rss.png) right center no-repeat;
	padding:0 23px 0 15px;
}

#navigation #pages ul li a#navRss:hover {
	background:url(images/rssHover.png) right center no-repeat;	
}

#searchForm {
	float:right;	
}

#searchbox {
	background:url(images/searchbar.png) no-repeat;
	padding:9px 25px 10px 15px;
	border:none;
	width:160px;
	font-size:12px;
}

#main {
	padding-top:15px;
	background:#fff;
	padding-bottom:15px;
}

#leftSidebar, #mainContent, #rightSidebar {
	float:left;	
}

#leftContentSpace, #rightContentSpace {
	width:15px;
	height:1px;
	float:left;
}

#mainContent {
	width:580px;	
}

.sidebox {
	border-bottom:1px solid #1babd8;
	width:160px;
	margin-bottom:10px;
}

.sideboxHead {
	width:160px;
	height:33px;
	line-height:33px;
	background:url(images/sideboxHeading.png) no-repeat;
}

.sideboxHead h3 {
	padding:0 15px;
	color:#fff;
	font-weight:normal;
	font-size:16px;
}

.sideboxContent {
	width:140px;
	background:url(images/sideboxBg.png) repeat-y;
	padding:10px;
}

.sideboxContent ul, .sideboxContent ol {
	list-style:none;
}

.sideboxContent ul li, .sideboxContent ol li{
	padding:5px 0;
	border-bottom:1px dotted #ccc;
	line-height:18px;
}

.sideboxContent ul li a , .sideboxContent ol li a {
	background:url(images/sidebox-bul.png) no-repeat center left;
	padding-left:15px;
}

.sideboxContent ul li a:hover, .sideboxContent ol li a:hover {
	background:url(images/sidebox-bul-hover.png) no-repeat center left;
}

.sideboxContent a {
	display:block;
	color:#1babd8;
	text-decoration:none;
}

.sideboxContent a:hover {
	color:#06789c;
}

#mainContent a {
	color:#1babd8;
	text-decoration:underline;
}

#mainContent a:hover {
	color:#07799c;
	text-decoration:none;
}

#mainContent .postTitle h1, #mainContent .postTitle h2, #mainContent .postTitle h3,  #mainContent .postTitle h1 a, #mainContent .postTitle h2 a, #mainContent .postTitle h3 a {
	color:#07799c;
	font-size:22px;
	text-decoration:none;
}

#mainContent {
	line-height:20px;	
}

#mainContent .postMeta {
	font-size:12px;
	border-bottom:1px dotted #ccc;
	padding:10px 0;
}

#mainContent .postMeta a {
	text-decoration:none;	
}

#mainContent .postContent {
	padding:10px 0;	
}

#mainContent .theTags {
	border-top:1px dotted #ccc;
	padding:10px 0;
}

#mainContent ul, #mainContent ol {
	padding-left:25px;
	margin:15px 0;
}

#mainContent blockquote {
	background:#eee;
	margin:15px;
	padding:15px;
}

#mainContent h1 {
	font-size:24px;
	margin:10px 0;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5 {
	font-size:18px;
	margin:10px 0;
}

#mainContent p {
	margin:10px 0;	
}

#footer {
	font-size:12px;
	border-top:1px solid #ccc;
	padding-top:5px;
}

#footer a {
	color:#1babd8;
	text-decoration:underline;
}

#footer a:hover {
	color:#07799c;
	text-decoration:none;
}
img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #EEEEEE;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}

.comments {
	background: #FFFFFF top no-repeat;
	float: left;
	width: 560px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	margin-top:20px;
}

.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

#mainContent .commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
}
	
.children { 
	margin: 0px;
	padding: 0px;
}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}
	
.alignright {
	float: right;
}

.alignleft {
	float: left;
}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
	
.thread-even {
	background: #EEEEEE;
	margin: 0px;
	padding: 0px;
}
	
.depth-1 {
	border: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
}

.even, .alt {
	border-top: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB;
	border-left: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
}

