/* ============= all elements style ============= */
*{
margin:0;
padding:0;
}

a{
outline:none;
}

img{
border:2px solid #A0A0A;
}

.clearfix:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* ============= other ============= */
.floatleft{
float:left;
}

.alignright, .floatright{
float:right;
}

/* ============= body ============= */
body{
	margin:0;
	padding:0;
	background-color: #000;
	color: #fff;
	font: 13px "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif; 
	line-height: 1.40em; 
	background-image:url(images/background.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* ============= wrapper ============= */
#wrapper{
width:820px;
margin:0 auto;
}

/* ============= header ============= */
#header{
width:820px;
height:180px;
margin:10px 0;
background-image:url(images/logo.jpg);
background-position: center;
background-repeat: no-repeat;
}

/* ============= logo ============= */
#header h1{
width:800px;
float:left;
display:inline;
text-indent: -9999px;
}

#header h1 a{
display:block;
width:800px;
height:100px;
margin-top: 25px;
text-indent: 0em;
text-decoration: none;
padding-left:3px;
color: #fff;
size: 18em;
text-indent: -9999px;
}

h2{
	margin:15px 0 35px 0;
	text-align: center;
	font-size: 1.5em;
	letter-spacing: 3px;
	display: block;
}

h3{
	display: block;
	margin-bottom: 1em;
	font-size: 1.4em;
}
/* ============= content ============= */
#content{
width:670px;
float:right;
}


/* ============= post header ============= */
.post{
margin-bottom:30px;
}

.post a{
color:#fff;
text-decoration:none;
font-weight: bold;
}

.post a:hover{
color:#0080e4;
text-decoration: underline;
}

.ph{
width:640px;
float:right;
}

.post-header img{
float:left;
margin-right:0px;
background:#000;
padding:0px;
border:0px solid #242424;
}

.post-header h1, #content h1{
color:#0080E4;
font-size:1.4em;
float:left;
}

.post-header h1 a, #content h1 a{
color:#fff;
text-decoration:none;
}

.post-header h1 a:hover, #content h1 a:hover{
text-decoration:underline;
}

.post p{
font-size:1.05em;
color:#fff;
line-height:1.5em;
text-align:left;
margin-bottom:1em;
}

.post ul li, .post ol li{
list-style-position:inside;
font-size:12px;
color:#eee;
line-height:15px;
}

.post ul, .post ol{
margin-bottom:15px;
}

.post-meta{
clear:both;
font-weight:bold;
font-size:11px !important;
line-height:16px !important;
}

.author{
color:#0080E4 !important;
}

.post-meta a{
color:#0080E4;
text-decoration:none;
}

.post-meta a:hover{
color:#fff;
text-decoration:none;
}

/* ============= sidebar ============= */
#sidebar{
list-style:none;
width:125px;
float:left;
border-right: 1px solid #A0A0A0;
height: 440px;
}

#sidebar li{
list-style:none;
margin-bottom:0px;
text-align: left;
padding-left:5px;
}

#sidebar li h2{
font-size:10px;
background:url(images/sbheader4.gif) left top no-repeat;
width:241px;
height:38px;
display:block;
color:#aaa;
margin-bottom:5px;
text-indent:10px;
line-height:38px;
}

#sidebar li ul li{
line-height:3em;
height:3em;
margin-bottom:0 !important;
text-indent:10px;
}

#sidebar li ul li a{
color:#ccc;
text-decoration:none;
font-size:14px;
display:block;
font-weight:bold;

}

#sidebar li ul li a:hover{
text-decoration:none;
background-position:0px;
background-repeat: no-repeat;
background-image: url(images/arrow_gray.gif);
color:#fff;

}

/* ============= footer ============= */
#footer{
	clear: both;
	
}
#footer a{
color:#fff;
text-decoration:none;
font-weight: bold;
}

#footer a:hover{
	color:#0080e4;
text-decoration: underline;
}
/* ============= prev/next navigation ============= */
.prevnextnav{
padding:10px;
height:20px;
text-align:center;
}

.prevnextnav a{
color:#ddd;
text-decoration:underline;
font-weight:bold;
padding:5px;
}

.prevnextnav a:hover{
text-decoration:none;
background:#f8f8f8;
}

/* ============= comments ============= */

.comtext{
padding:10px;
margin-bottom:10px;
color: fff;
}

.comtext h3{
font-size:13px;
color:#fff;
}

.comtext h3 a{
color:#fff;
text-decoration:none;
}

.comtext h3 a:hover{
text-decoration:underline;
}

.nobold{
color:#fff;
font-size:11px;
font-weight:normal;
}

.comtext-inside{
border-left:4px solid #a1a1a1;
padding-left:10px;
margin-top:10px;
}

.comtext p{
text-align:justify;
font-size:11px;
color:#fff;
margin-bottom:15px;
line-height:15px;
}

.comment-form{
margin-top:10px;
margin-bottom:20px;
}

.comment-form h3{
background:#000;
border-bottom:1px solid #b3b3b3;
padding:10px;
margin-bottom:10px;
color:#fff;
font-size:15px;
}

.comment-form input{
width:200px;
margin-bottom:5px;
padding:2px;
}

.comment-form textarea{
width:98%;
margin-bottom:10px;
}

#commentform a{
color:#fff;
font-weight:bold;
font-size:11px;
text-decoration:underline;
}

#commentform a:hover{
text-decoration:none;
}

.bighead{
display:block;
margin-bottom:10px;
border-bottom:1px solid #dddddd;
float:none !important;
}

/* ============= testimonials ============= */

.outline{
	background-image: url(images/transwhite.png);
	background-repeat: repeat;
	border: 4px solid #FFF;
	margin: 0 .8em;
	padding: 0;
}


.testimonial{
	background-image: url(images/transwhite.png);
	background-repeat: repeat;
	background-color:#f8f8f8;
	border: 2px solid #0080e4;
	margin: 1.2em 2.4em;
	padding: 1em;
	-moz-border-radius: 13px;
	-khtml-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}

.testimonial p{
	color: #000;
	padding-left: 1em;
	font-size: .9em;
}
.testimonial a{
	color: #005395;
}

.testimonial h3{
	display: block;
	font-size: 1.05em;
	border-bottom: 1px dotted #005194;
	line-height: 1.4em;
	color: #005395;
	font-family: Tahoma;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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, .wp-caption-dt {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color:#0080e4;
	text-align:center;
}
/* End captions */

