@charset "utf-8";
/* CSS Document */

html,div,body, img, form {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

html, body {
	width:100%;
}
body, html {
	
	background: #000000;
	font-family:Arial, Helvetica, sans-serif;
	
}
#wrap {
	height:100%;
	width:100%;
	overflow:auto;
	margin:auto;
	text-align:center;
	margin:0;
	text-align:center;
}
#outer {
	background: #000000 url(images/background.png) no-repeat -19px 0;
	width:1005px;
	text-align:center;
	margin:auto;
	overflow:auto;
}
#inner {
	height:100%;
	width:811px;
	overflow:auto;
	margin:30px auto;
	text-align:left;
	
}
#top_menu {
	text-align:center;
	background:url(images/bg_topmenu.png) scroll no-repeat 50% 0;
	padding-left:5px;


}
#body {
	background:#FFFFFF none repeat scroll 0 0;
	padding:0 21px 25px 29px;
	text-align:left;
	border:1px solid #DCDEE4;
	height:100%;
	overflow:hidden;
}
#footer {
	font-family:Helvetica;
	color:#A1A1A1;
	font-size:10px;
	margin-top:15px;
	text-align:center;
	

}

#top_menu ul {
	
	width:330px;
	/*height:28px;*/
	list-style:none;
	margin:0px auto;;
	color:#CCCCCC;
	padding-left:0px;
	margin:0 auto;
	display:block;
	overflow:hidden;
}
#top_menu ul li {
	
	/*margin-right:25px;*/
	text-align:left;
	float:left;
}
#top_menu ul li a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	margin:8px 18px 5px 29px;
}

#top_menu ul li a span {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#header {
	height:115px;
	width:100%;
	overflow:auto;
	border-bottom:1px dashed #CCC;
	
}


#header #logo {
	float:left;
	padding-top:33px;
	padding-left:22px;
	
}
#header #banner {
	text-align:right;
	float:right;
	margin-top:21px;

}

#mainbody {
	background:#FFFFFF url(images/bg_mainbody.png) repeat-y scroll -29px 0;
	margin-top:6px;
	padding:0 0 0 0;
	overflow:auto;
	height:100%;
	
}
#content {
	float:left;
	width:446px;
	padding-right:40px;
	padding-left:10px;
	height:100%;
	overflow:hidden;
}

#siderbar {
	background-color:#EEEFF5;
	margin:1px 0px 0px 7px;
	padding:10px 2px 20px 8px;
	width:246px;
	overflow:hidden;
	float:left;
	
}	

#content h2.title {
	margin:20px 0 8px 0;
}

#content h2.title a, #content h2.title a:hover, #content h2.title a:visited, .post h2{
	color:#F5A535;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;	
	text-decoration:none;
	font-weight:normal;
	letter-spacing:-2px;
	
}

 

.entry {
	text-align:justify;
	color:#53595D;
	font-family:Arial;
	font-size:12px;
	text-align:justify;
	line-height: 159%;
			
}

.entry a, .entry a:visited, .eny a:visited {
	text-decoration:underline;
	color:black;
}

.postmetadata, .postmetadata a, .postmetadata a:hover, .postmetadata a:visited{
	color:#A3B3CC;
	font-size:12px;
	
}
#saperator {
	border-bottom:dashed 1px #CCCCCC;
	margin:35px 30px 30px;
	height:2px;
}

#div_frm {
	margin:0;
	padding:10px 0 0 15px;

}
#div_frm input.login {
	border:1px solid #D7DDE3;
	width:154px;
	height:20px;
}
#div_frm input#submit {
	border:none;
	background:url(images/submit.png) no-repeat scroll;
	height:36px;
	width:210px;
	margin:0;
	padding:0;
	cursor:pointer;
	outline:none;
}
.style1 {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:139%;
	text-align:left;
	color:#6B7585;
}

.cat_nav {
	width:226px;
	margin:0 0 0 7px;
	padding:0 0 5px 0;
	list-style:none;
	background:white;
	display:block;
	overflow:hidden;
	background:white;
	
		
}
.cat_nav ul, .cat li {
	margin:0;
	padding:0;
	list-style:none;
}
.cat_nav li.categories {
	
	height:100%;
	overflow:hidden;
	background:white;
}
.categories .title{
	color:#7291AF;
	text-align:left;
	padding:25px 0 5px 15px;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	background:#ECF0F4;
	margin:0;
	letter-spacing:-1px;
}
.categories ul{
	background:#FFFFFF;
	margin:0px;
	padding:0px;
	list-style:none;
	padding:5px 25px 0px 15px;
	overflow:hidden;
	margin-bottom:-1px;

}
.categories ul li.cat-item {
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#6B7585;
	text-align:left;
	padding:6px 0;
	border-bottom:1px solid #ECF0F4;
	
}
.categories ul li a, .categories ul li a:hover, .categories ul li:visited {
	color:#6B7585;;
	text-decoration:none;
}

/*Navigation */
.navigation {
	height:100%;
	overflow:auto;
	font-size:14px;
	color:#A3B3CC;
}

.navigation .alignleft {
	float:left;
}
.navigation .alignright {
	float:right;
}
.navigation a, .navigation a:hover, .navigation a:visited, #commentform a, #commentform a:hover, #commentform a:visited {
	
	color:#A3B3CC;
	
}

/*Single page*/
#singlepage {
	
	float:left;
	width:446px;
	padding-right:40px;
	padding-left:10px;
	height:100%;
	overflow:hidden;
}
#singlepage  h3#comments {
	color:#FEA532;
}
#singlepage .commentlist {
	color:#53595D;
	font-size:12px;
}

#singlepage .commentlist a, #singlepage .commentlist a:hover, #singlepage .commentlist a:visited {
	color:#A3B3CC;
	
}
#singlepage #respond   {
	
}

#singlepage #respond  h3.title{
	
	color:#FEA532;
}

#singlepage #respond #commentform {
	color:#53595D;
}

#singlepage #respond #commentform  p.title {
	font-size:14px;
}

#singlepage #respond   textarea#comment{
	
	width:100%;
}

/*archive page */
#content .post h3 a, #content .post h3 a:hover, #content .post h3 a:visited {
	color:#F5A535;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;	
	text-decoration:none;
			
}


#top_menu ul li a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	margin:8px 0px 6px 28px;
}


.entry img {border:1px solid #ECF0F4; text-align:center; padding:2px; margin:1px; margin-bottom:5px;}

#wp-smiley {border:0px solid #ECF0F4; padding:0px; margin:0px; margin-bottom:0px;}

.entry img a {border:0px solid #ECF0F4; text-align:center; margin:1px;}

.entry a, .entry a:visited, .eny a:visited {
	text-decoration:underline;
	color:black;
}

.entry h3 {color:#3C79B0; font-size:16px;}
