
/*Structured layout mainpage*/
body{
color:#777;
background: #222;
}
ul {
	padding:0 0 0 20px;
}
h3 {
	padding-bottom:0;
	margin-bottom:0;
}

.wrapper{ 
background: #2d2d2d url(../images/home_bg.jpg) no-repeat center top;
}

#subpage .wrapper{
background: #fff url(../images/skin1/bg.png) repeat-x 0 -370px;
}

#footerwrap, #subpage #footerwrap{
background: #2d2d2d;
}

/*HEAD AREA*/

#top .logo a, #top .logo a:hover{
background: transparent url(../images/skin1/logo.png) no-repeat left top;
}

#nav li a{
border-left:1px solid #484848;
color:#aaa;
}

#nav .current a, #nav li a:hover{
color:#fff;
}

#top #nav li ul a{
border:1px solid #484848;
border-top:none;
color:#aaa;
background: #222;
}

#top #nav li ul a:hover{
background:#262626;
color:#fff;
}

#top #nav li ul {
border-top:1px solid #484848;
}

/*featured*/

#featured{
/* background:transparent url(../images/skin1/shadow.jpg) no-repeat scroll 0px 368px; */
}

#content .featured {
	float:left;
	border-bottom:1px dotted #a9aaaa;
}
#content .featured .rightcol {
	float:left;
	width:280px;
	margin-bottom:40px;
	margin-top:20px;
}
#content .featured .rightcol p {
	font-style:normal;
	font-size:14px;
}
#content .featured .rightcol h2 {
	color:#292828;
	font-size:28px;
	padding-bottom:20px;
	font-weight:normal;
	line-height:32px;
	font-family:Helvetica, Arial, sans-serif
}
#content .featured .leftcol {
	float:left;
	width:650px;
	margin-right:8px;
	margin-bottom:20px;
}



#right {
	float:right;
	text-align:left;
	width:292px;
	padding:0px 0 0 0;
}
.right-indent {
	padding:0 0 0 30px;
}




/*footer*/
#footer{
color: #cbcbcb;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer a
{
color:#cbcbcb;
}



.wrapper #footer .social_bookmarks .rss a{background: transparent url(../images/skin1/rss_16.png) 0 0  no-repeat;}
.wrapper #footer .social_bookmarks .facebook a{background: transparent url(../images/skin1/facebook_16.png) 0 0  no-repeat;}
.wrapper #footer .social_bookmarks .twitter a{background: transparent url(../images/skin1/twitter_16.png) 0 0  no-repeat;}
.wrapper #footer .social_bookmarks .flickr a{background: transparent url(../images/skin1/flickr_16.png) 0 0  no-repeat;}



input, select, textarea{
color:#777;
}

.wrapper a{
color:#777777;
}

.wrapper a:hover{
color:#000;
}


h1,h2,h3,h4,h5,h6, legend{
color:#222;
font-family:Helvetica, Arial, sans-serif;
}


#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a{
color:#222;
} 

#top h1 a:hover, #top h2 a:hover, #top h3 a:hover, #top h4 a:hover, #top h5 a:hover, #top h6 a:hover{
color:#555;
} 

.lightbox_video, .lightbox_image{
background:transparent url(../images/skin1/video.png) no-repeat center center;
}

#top .lightbox_image{
background:transparent url(../images/skin1/magnify.png) no-repeat center center;
}

/*comments*/
.gravatar img{
border:1px solid #D6D6D6;
}


/*CONTACT FORM*/	

.text_input, .text_area{
border:1px solid #D6D6D6;
}

#send, #submit{
border:1px solid #D6D6D6;
background: #222;
color: #fff;
}


#submit:hover, #send:hover{
background: #eee;
color: #222;
}


	
.valid .text_input, .valid .text_area{border:1px solid #70A41B;} /*#70A41B*/
.error .text_input, .error .text_area{border:1px solid #FF9000;}
.ajax_alert .text_input, .ajax_alert .text_area{border:1px solid #ffb628;}