/*
Theme Name: wpTune
Theme URI: http://wpburn.com/wordpress/wptune-wordpress-theme
Description: A clean and modern wordpress theme. Compatible with most browsers (Firefox, Opera, Safari, Chrome, IE6 - not 100%, IE7, IE8), jquery improved.
Version: 1.1.2
Author: wpburn
Author URI: http://wpburn.com
Tags: blue, white, two-columns, light, fixed-width, threaded-comments, right-sidebar
*/

body{
	font:Verdana, Geneva, sans-serif;
	background:#EEE url(images/body_menu.jpg) 0 -60px repeat-x;
}
.container{

}
#content_container{
	position:relative;
	border:1px solid #c9c9c9;
	background-color:#FFF;
	margin-top:30px;
}
img{
	border:none;
}
/*---------TOP MENU---------*/
#top_menu ul{
	float:right;
	margin-top:15px;
	height:20px;
	overflow:hidden;
}
#top_menu ul li{
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#8cd3d6;
	text-transform:uppercase;
	float:left;
	margin-left:30px;
	list-style:none;
}
#top_menu ul li a:link, #top_menu ul li a:visited, #top_menu ul li a:active, #top_menu ul li a:hover{
	color:#8cd3d6;
	text-decoration:none;
}
#top_menu ul li a:hover{
	color:#9ce2e5;
}
#top_menu ul li ul{
	display:none;
}
/*---------LOGO---------*/

#logo h1{
	width: 960px;
        color:#C5EB95;
	font-weight:bold;
        text-shadow: 2px 2px 3px #000;
	margin-bottom:5px;
}
#logo h1 a:link, #logo h1 a:visited, #logo h1 a:active, #logo h1 a:hover {
	text-decoration:none;
	color:#CF9B2C;
}
#logo h1 a:hover {
	text-decoration:none;
	color:#C5EB95;
}
#logo p{
	color:#FFF;
        text-shadow: 1px 1px 2px #000;
	font-size:20px;
        font-weight: bold;
	margin:0;
}
/*---------SEARCH---------*/
#search form{
	margin-top:5px;
}
#search form input{
	font-size:14px;
	font-weight:bold;
	color:#c1c1c1;
	width:220px;
	height:25px;
	border:1px solid #438b9f;
	margin:0;
	padding-top:5px;
	padding-left:5px;
}
#search form input:focus{
	border:1px solid #3bc2ca;
	color:#989898;
}
/*---------MENU---------*/
#menu{
	margin-top:10px;
}
#menu ul{
	position:absolute;
	width:960px;
	margin:0;
	padding-bottom:10px;
	line-height:50px;
	height:41px;
	overflow:hidden;
	background:url(images/body_menu.jpg) 0 0 repeat-x;
}
#menu ul li:hover ul{
	display:block;
	overflow:visible;
}
#menu ul li ul{
	background-color:#72AEB6;
	display:none;
	position:absolute;
	z-index:9999;
	width:180px;
	padding:0;
	overflow:hidden;
	height:auto;
}
#menu ul li ul li{
	position:static;
	background-color:#6dabb6;
	width:200px;
	clear:both;
	color:#FFF;
	border-bottom:1px solid #5C402C;
	border-top:1px solid #78B6C1;
	text-transform:none;
}
#menu ul li ul li a:link, #menu ul li ul li a:visited, #menu ul li ul li a:active, #menu ul li ul li a:hover{
	color:#FFF;
	text-decoration:none;
	line-height:35px;
	display:block;
	padding:0 15px 0 15px;
}
#menu ul li ul li a:hover{
	color:#FFF;
}
#menu #menu_l{
	background:url(images/menu_side.jpg) 0 -70px no-repeat;
	position:absolute;
	width:30px;
	height:70px;
	left:-30px;
}
#menu #menu_r{
	background:url(images/menu_side.jpg) 0 0 no-repeat;
	position:absolute;
	width:30px;
	height:70px;
	right:-30px;
}
#menu ul li{
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#8cd3d6;
	text-transform:uppercase;
	float:left;
	list-style:none;
}
#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active, #menu ul li a:hover{
	color:#FFF;
	text-decoration:none;
	line-height:50px;
	display:block;
	padding:0 15px 0 15px;
        text-shadow: 1px 1px 1px #000
} 
#menu ul li a:hover{
	background-color:#CF9B2C;
}

/*---------CONTENT---------*/
#content{
	color:#3b3b3b;
	margin-top:80px;
}
.post{
	background:#FFF url(images/content_bg.jpg) -300px 0 no-repeat;
	border:1px solid #dcdcdc;
	margin-bottom:20px;
	width:618px;
	position:static;
	overflow:hidden;
}
.post .comments_det{
	border-bottom:1px solid #E6F0F2;
	border-top:1px solid #E6F0F2;
	height:25px;
	line-height:25px;
	padding-right:20px;
	margin-bottom:10px;
}
.post .comments_det .comments_num{
	float:right;
}
.post .comments_det .date{
	padding-left:15px;
	color:#969696;
}
.post .post_det{
	color:#999;
	font-size:11px;
	border:1px solid #EEE;
	margin:20px 10px 5px 10px;
	padding: 2px 10px;
	
}
.post_det span{
	display:block;
}
.post a:link, .post a:visited, .post a:active, .post a:hover{
	text-decoration:none;
	color:#3A859A;
}
.post a:hover{
	text-decoration:underline;
}
.post h2.post_title{
	font-size:24px;
	font-weight:bold;
	
	margin:5px 0 5px 10px;
	color:#575757;
}
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
	margin:25px 0 5px 0px;
        font-weight:bold;
        font-size:20px;
        color:#575757;
        padding-bottom: 10px;
}

.post h2 a:link, .post h2 a:visited, .post h2 a:active, .post h2 a:hover {
	text-decoration:none;
	color:#3a859a;
}
.post h2 a:hover {
	text-decoration:underline;
}
.post pre{
	overflow:auto;
}
.post .p_content{
	padding:10px 10px 10px 15px;
}


.post img.postimg{
	border:1px solid #CCC;
	float:left;
	margin:10px;
}
.post .post_info{
	background-color:#F6FAFA;
	padding-top:5px;
	border-top:1px solid #E6F0F2;
}
.post .post_tags{
	height:18px;
	width:590px;
	line-height:18px;
	margin:0 0 3px 10px;
	overflow:hidden;
	color:#818181;
	font-size:0.9em;
}
.post .post_tags a:link, .post .post_tags a:visited, .post .post_tags a:active, .post .post_tags a:hover {
	color:#026f86;
	text-decoration:none;
}
.post .post_tags a:hover {
	text-decoration:underline;
}
.post .post_cat{
	height:18px;
	width:590px;
	line-height:18px;
	margin:0 0 3px 10px;
	overflow:hidden;
	color:#818181;
	font-size:0.9em;
}
.post .post_cat a:link, .post .post_cat a:visited, .post .post_cat a:active, .post .post_cat a:hover {
	color:#026f86;
	text-decoration:none;
}
.post .post_cat a:hover {
	text-decoration:underline;
}
.post_space{
	height:10px;
	line-height:10px;
}
.nextprevpage{
	height:20px;
	padding:5px;
}
.nextprevpage .next{
	float:right;
}
.nextprevpage a:link, .nextprevpage a:visited, .nextprevpage a:active, .nextprevpage a:hover{
	text-decoration:none;
	color:#3A859A;
}
.nextprevpage a:hover{
	text-decoration:underline;
}
.post blockquote{
	border:1px solid CCC;
}

/*---------COMMENTS---------*/

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
.commentlist a:link, .commentlist a:visited, .commentlist a:active, .commentlist a:hover {
	text-decoration:none;
	color:#3A859A;
}
.commentlist a:hover{ text-decoration:underline; }

.commentmetadata a:link, .commentmetadata a:visited, .commentmetadata a:active, .commentmetadata a:hover {
	text-decoration:none;
	color:#606060;
}
.commentmetadata a:hover{ text-decoration:underline; }
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;	
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	background-color:#F6FAFA;
	border:1px solid #E6F0F2;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;

}
.children li{
	background-color:#ebf0f0;
	border:1px solid #e0e4e4;
}
li.comment-author-admin{
	background-color:#e3efef;
	border:1px solid #b3cece;
}
#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

div.navigation{
	overflow:hidden;
	display:block;
	margin-bottom:10px;
}
div.navigation a:link, div.navigation a:visited, div.navigation a:active, div.navigation a:hover{
	color:#056884;
	text-decoration:none;
}
div.navigation a:hover{ text-decoration:underline; }
/*---------SIDEBAR---------*/
#sidebar{
	color:#3b3b3b;
	margin-top:80px;
}
.sidebar_box{
	background:#FFF url(images/content_bg.jpg) 0 0 no-repeat;
	border:1px solid #dcdcdc;
	width:258px;
	padding:10px;
	margin-bottom:20px;
}
.sidebar_box ul.children li{ background-color: transparent;}
.sidebar_box h3{
	font-size:18px;
	font-weight:bold;
	color:#6e6e6e;
	margin:0 0 15px 0;
}
.sidebar_box ul{
	list-style:none;
	padding:0 10px;
	margin:0;
}
.sidebar_box ul li{
	border-bottom:1px dashed #A94801;
	margin-top:5px;
	padding-bottom:5px;
        color: #5C402C;
        font-weight: bold;
}
.sidebar_box ul li a:link, .sidebar_box ul li a:visited, .sidebar_box ul li a:active, .sidebar_box ul li a:hover {
	color:#056884;
	text-decoration:none;
}
.sidebar_box ul li a:hover {
	text-decoration:underline;
}
.sidebar_box ul li ul li {
	margin-left:10px;
	list-style:disc;
	border:none;
}


/*---------FOOTER---------*/
#footer{
	border:1px solid #c9c9c9;
	background-color:#FFF;
	margin-top:10px;
	height:40px;
	width:960px;
	margin-bottom:20px;
}
#footer p{
	margin:0 10px;
	line-height:40px;
	color:#787878;
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover{
	color:#3A859A;
	text-decoration:none;
} 
#footer a:hover{
	text-decoration:underline;
} 

/*---------WORDPRESS---------*/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}