/* ============================== COMMON SESSION ============================== */
body{
	background:#666 url(images/bg.png) repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}


.container{
	margin-left:auto;
	margin-right:auto;
	width:960px;
}
/* ============================== HEADER SESSION ============================== */
.headertitle{
	width:650px;
	float:left;
}

.headertitle h1{
	size:24px;
	text-transform:uppercase;
	margin-bottom:0px;
}

.headertitle h1 a {
	padding-left:10px;
	color:#dddddd;
}
.headertitle h1 a:visited{
	color:#dddddd;
	text-decoration:none;
}
.description{
	size:12px;
	color:#dddddd;
	padding:0 0 0 10px;
	margin:0 0 20px 0;
}
/*============================================================================= */



/* ============================== SEARCH SESSION ============================== */
.search{
	width:310px;
	float:left;
	padding:40px 0 0 0;
}
.search #s{
	width:200px;
	/*height:24px;*/
}
.search #sb{
	height:24px;
}
/*============================================================================= */


/* ============================== NAV SESSION ============================== */

.navigation{
	background:url(images/menubg.jpg) bottom left no-repeat;
	width:960px;
	padding:0;
	margin-top:0px;
	position:relative;
	clear:left;
	overflow:auto;
	font-size:12px;
}
/*
.navigation ul{
	background:#00ff00;
	margin:5px 0 0 5px;
}

.navigation ul li {
	background:#0000ff;
	float:left;
	list-style:none;
	margin-top:0;
	padding:0 10px 0 10px;
	margin:0;
}

.navigation li a{
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	size:10px;

}
.navigation li a:hover{
	background:#008dd6;
}
*/
.navigation li
{
	position:relative;
	float:left;
	margin:0;
	padding:0 0 0 0;
	width:auto;
	list-style:none;
	size:24px;
}

.navigation li .ispage{
	background:#000;
	color:#fff;
}
.navigation .current_page_item a{
	font-weight:bold;
	color:#fff;
	background:#008dd6;	
	border-top:#006ea8 2px solid;
}

.navigation li ul
{
	z-index:10;
	position:absolute;
	top:31px;
	left:-9999px;
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}

.navigation li:hover ul
{
	left:0px;
}

.navigation li ul li, #navigation li ul li ul li
{
	float:left;
	width:200px;
	position: relative;
}

.navigation li a
{
	display: block;
	float:left;
	padding:8px 10px;
	text-transform:uppercase;
	color:#666;
	text-decoration:none;
}

.navigation li a:hover
{
	color:#fff;
	background:#008dd6;
	border-top:#006ea8 2px solid;
}

.navigation li ul li a
{
	width:170px;
	margin:5px;
}

.navigation li ul li ul, #navigation li:hover ul li ul
{
	top:0px;
	left:-9999px;
}

.navigation li ul li:hover ul
{
	left:200px;
}
.navigation img{
	border:none;
}
.rss{
	/*display:block;*/
	float:right;
	margin-top:7px;
	margin-right:20px;
	margin-left:0px;
}
.twitter{
	float:right;
	margin-top:7px;
	margin-right:10px;
	margin-left:0px;
}
/*============================================================================= */

/*=============================== POST SESSION ================================ */
.content{
	padding-top:40px;
	background:url(images/cbg.jpg) repeat-y;
	width:960px;
	position:relative;
	overflow:auto;
}
.maincontent{
	width:650px;
	float:left;
	position:relative;
	overflow:auto;
}
.post_date{
	width:50px;
	float:left;
	padding:10px 0px 10px 0px;
	color:#FFFFFF;
	background:#008dd6;
	text-align:center;
	border-left:#006ea8 solid 10px;
	font-size:12px;
}
.day{
	font-size:18px;
	font-weight:bold;
}
.post_content{
	background:#FFFFFF url(images/postend.jpg) bottom center no-repeat;
	width:550px;
	margin:0 20px 0 20px;
	float:left;
	font-size:12px;
	padding-bottom:80px;
}
.post h2{
	float:left;
	width:480px;
	margin-bottom:5px;
	border-bottom:#666 1px dotted;
}
.post_content h2 a, .post_content h1 a{
	font-size:24px;
	margin_bottom:5px;
	text-decoration:none;
	color:#f44b00;
	font-weight:normal;
}

.post_content h2 a:hover, .post_content h1 a:hover{
	color:#ffffff;
	background:#f44b00;
}
.post a, .page a {
	color:#008dd6;
	text-decoration:none;
}
.post a:hover, .page a:hover{
	background:#008dd6;
	color:#FFFFFF;
}
.comm{
	background:url(images/comment.png) top left no-repeat;
	float:right;
	width:60px;
	text-align:center;
	height:64px;
	padding-top:18px;
}
.comm a{
	font-weight:bold;
	color:#666666;
}
.post .meta
{
	clear:left;

	margin:0;
	/*font-size:11px;
	margin-bottom:20px;*/
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:15px;
	padding-top:0px;
	color:#aaa;
}

.post .meta a
{
	color:#999;
}

.post .body
{
	clear:both;
}

.post .body h1, .post .body h2, .post .body h3
{
	float:none;
	margin:0 0 10px 0;
}

.post .body p, .post .body ul, .post .body ol, .post .body blockquote, .post .body img
{
	margin:0 0 20px 0;
}

.post .body p, .post .body img
{
	padding:0;
}

.post .body img
{
	max-width:540px;
	border:#cccccc solid 5px;
}

.post img.postimg
{
	width:100%;
	margin:0;
}

blockquote
{
	margin-left:20px;
	margin-right:20px;
	padding:10px 30px 10px 30px;
	border-top:1px solid #008dd6;
	border-bottom:1px solid #008dd6;
	background:#dbf3ff;
	text-align:justify;
}

.post .body blockquote p
{
	/*margin:0;*/
}

.post .body a
{
	font-weight:bold;
}

.post .body img.alignright {float:right;margin:0 0 10px 10px}
.post .body img.alignleft {float:left;margin:0 10px 10px 0}
.post .body img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.post .body a img.alignright {float:right; }
.post .body a img.alignleft {float:left;}
.post .body a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.small
{
	width:255px;
	float:left;
	clear:none;
	margin-right:30px;
	border:none;
}

.small .sbody
{
	clear:both;
}

.small h2
{
	font-size:20px;
}

.small img.postimg
{
	margin-bottom:0;
}

.even
{
	margin-right:0;
}

.Nav{
	margin:20px auto;
	color:#cccccc;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	font-size:12px;
}
.Nav a{
	margin-left:5px;
}
.Nav .on{
	margin-left:5px;
}
/*============================================================================= */

/*=============================== SIDEBAR / FOOTER SESSION  =================== */
#sidebar{ 
	width:310px;
	float:left;
	position:relative;
	margin:0;
	list-style:none;
}
.widget{
	margin-bottom:40px;
}
.widget h2{
	background:url(images/wheader.png) left top no-repeat;
	height:40px;
	color:#FFFFFF;
	font-size:18px;
	text-transform:uppercase;
	padding:12px;
	margin-bottom:0px;
}
#sidebar ul{
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar li ul
{
	width:100%;
	padding:0 0px 0 0px;
	list-style:none;
	width:100%;
	
}

#sidebar li ul li
{
	width:280px;
	text-align:left;
	font-weight:normal;
	font-size:13px;
	border-bottom:1px #999999 dotted;
	margin-left:10px;
	padding-top:5px;
}

#sidebar li ul li:hover
{
	background:#eeeeee;
}

#sidebar li ul li a
{
	text-decoration:none;
	color:#333333;
}

#sidebar li ul li ul.children
{
	width:100%;
	margin:7px 0 0 0;
	padding:0;
}

#sidebar li ul li ul.children li
{
	padding:3px 0;
	margin:0 0 0 0;
	font-size:12px;
	font-weight:normal;
}

#sidebar li ul li ul.children li a
{
	font-weight:normal;
	/*text-transform:uppercase;*/
	color:#666;
	margin-left:20px;
}
.footer{
	background:url(images/fbg.png) no-repeat;
	width:960px;
	height:100px;
	position:relative;
	overflow:auto;
	text-align:center;
	font-size:11px;
	padding-top:60px;
}
.footer a {
	text-decoration:none;
	color:#008dd6;
}
/*============================================================================= */

/*=============================== COMMENTS =================== */
#comments
{
	clear:both;
	float:left;
	margin:0;
	padding:0px;
	margin-left:80px;
	margin-right:20px;
	font-size:12px;
}

#comments a
{
	/*color:#666;*/
}

#comments p.notice
{
	margin:0 0 30px 0;
	padding:0px;
	text-align:center;
	font-weight:bold;
}

#comments .commentlist
{
	clear:both;
	list-style:none;
	margin:0 0 30px 0;
	padding:0;
}

#comments .commentlist li
{
	clear:both;
	padding:0px;
	margin:0 0 20px 0;
}

#comments .commentlist li div.comment-body
{
	padding:20px;
	background:#F5F8E6;
	background:#F8FAEF;
	background:#F7F7F7;
	background:#F5F8E6;
	border:1px solid #E0E4CC;
}

#comments .commentlist li.pingback div.comment-body, #comments .commentlist li.trackback div.comment-body
{
	background:#F7F7F7;
	border:none;
}

#comments .commentlist li div.comment-author .avatar
{
	padding:0;
	margin:0 10px 0 0;
	float:left;
	width:50px;
	height:50px;
	border:5px solid #E0E4CC;
}

#comments .commentlist li div.comment-author cite
{
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	color:#D14640;
	text-transform:uppercase;
}

#comments .commentlist li div.comment-author .says
{
	margin-left:3px;
	display:none;
}

#comments .commentlist li div.comment-meta
{
	margin-bottom:10px;
	font-size:10px;
	text-transform:uppercase;
}

#comments .commentlist li div.comment-meta a
{
	text-decoration:none;
}

#comments .commentlist li p
{
	padding:0;
	margin:0 0 10px 0;
}

#comments .commentlist li .reply
{
	float:right;
	font-weight:bold;
}

#comments .commentlist li .reply a
{
	float:left;
	color:#666;
	background-color:#C8CEAA;
	margin:10px 0 0 0;
	padding:5px 8px;
	text-transform:uppercase;
	font-size:10px;
}

#comments .commentlist li.pingback .reply, #comments .commentlist li.trackback .reply
{
	display:none;
}

#comments .commentlist li ul.children
{
	float:left;
	clear:both;
	list-style:none;
	padding:0 0 0 20%;
	margin:0;
	width:80%;
	/*background:url(images/comment_reply.jpg) top left no-repeat;*/
}

#comments .commentlist li ul.children li
{
	clear:both;
	float:left;
	margin:20px 0 0 0;
	padding:0;
	width:100%;
}

#comments .commentlist li #respond
{
	margin:20px 0 0 0;
}

#comments .commentlist li:after, #comments .commentlist li div.comment-body:after, #comments .commentlist li ul.children li:after
{
	/*content:"";*/
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}



#comments #respond
{
	clear:both;
	margin:0 0 30px 0;
	padding:20px 20px 0 20px;
	background:#F7F7F7;
	border-top:2px solid #eee;
	border-bottom:2px solid #eee;
	display:block;
	overflow:auto;
}

#comments #respond .cancel-comment-reply
{
	float:left;
	margin:-10px 0 20px 0;
	text-transform:uppercase;
}

#comments #respond .cancel-comment-reply small a
{
	float:left;
}

#comments #respond .form
{
	clear:both;
	/*float:left;*/
	margin:0;
	padding:0;
}

#comments #respond .form p
{
	position:relative;
	float:left;
	width:100%;
	margin:0 0 20px 0;
	padding:0;
}

#comments #respond .form p label
{
	float:left;
	width:35%;
	margin-top:4px;
}

#comments #respond .form p label small
{
	margin-left:5px;
	font-size:10px;
}

#comments #respond .form .tf, #comments #respond .form textarea.tf
{
	float:right;
	width:60%;
	padding:7px;
	font-size:12px;
	color:#666;
	background:#eee;
	border:1px solid #ddd;
}

#comments #respond .form #submit
{
	float:right;
	padding:5px;
	border:none;
	background:#69D2E7;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
}
/* ////////////////////// Comments ////////////////////// */

.clear{
	clear:both;
}


