
/*Structured layout mainpage*/
body{
color:#777;
background: #6edbfa;
}

.wrapper{ 
background: #6edbfa url(../images/bg.png) repeat-x left top;
}

#subpage .wrapper{
background: #6edbfa url(../images/bg.png) repeat-x left top;
}

#footerwrap, #subpage #footerwrap{
background: #6edbfa;
}

/*HEAD AREA*/

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

#nav li a{
color:#f86655;
}

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

#nav li ul a{
border:1px solid #f9e76d;
border-top:none;
color:#f86655;
background: #fff;
}

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

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

/*featured*/

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

/*infotext*/
#infotext{
	border-bottom:dashed #6ddbf9 3px;
	margin-bottom:5px;
}

#infotext h2{
color:#555555;
}

#infotext h2 strong{
color: #6ddbf9;
}

/*content*/

#sidebar h3{
border-bottom:1px solid #d6d6d6;
}

#sidebar .box a{
background:transparent url(../images/bullet_orange.png) no-repeat scroll left 11px;
border-bottom:1px solid #d6d6d6;
}

#sidebar ul
{

margin-top:10px;
	
}

#sidebar ul.faq-topic a
{

border:none;
	
}

#sidebar ul.faq-topic a strong
{

font-weight:normal;
	
}

#sidebar .box strong{
color:#f77365;
}

#sidebar .box ul ul a{
background:transparent url(../images/bullet_black.png) no-repeat scroll 10px center;
}
#sidebar .box ul ul ul a{
background:transparent url(../images/bullet_black.png) no-repeat scroll 20px center;
}
#sidebar .box ul ul ul ula{
background:transparent url(../images/bullet_black.png) no-repeat scroll 30px center;
}
#sidebar .box ul ul ul ul ul a{
background:transparent url(../images/bullet_black.png) no-repeat scroll 40px center;
}

/*FAQs*/

.faq-top, .wrapper a.faq-top, .wrapper a.faq-top:hover
{

clear:both;
display:block;
font-size:11px;
border:none;
margin-bottom:0px;
padding-bottom:0px;
	
}

/*blog*/

.post_data{
border:1px solid #d6d6d6;
border-left:none;
border-right:none;
}

.entry .date{
color:#8D8D8D;
}

.entry .day{
border-right:1px solid #cacaca;
}


/*pagination*/

#top .pagination span, #top .pagination a{
border:1px solid #666666;
}

#top .pagination a:hover{
border:1px solid #FF9000;
}

#top .pagination .current{
background: #666666;
border:1px solid #222;
color:#fff;
}




/*footer*/
#footer{
color:#0973cc;
font-size:11px;
}

.scroll-top
{

display:block;
float:right;
	
}

.wrapper #footer a{
color:#0973cc;
}

.wrapper #footer a:hover{
color:#0973cc;
}

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

#footer .box ul{
border-top:1px solid #4a4a4a;
} 

#footer .box ul li a{
border-bottom:1px solid #4a4a4a;
background: transparent url(../images/bullet_grey.png) center left no-repeat;
}

#footer .box ul li a:hover{
background: #262626 url(../images/bullet_grey.png) center left no-repeat;
color:#fff;
}

#footer .custom_button{
background: #494949 url(../images/mail.png) 170px center  no-repeat;
color: #fff;
}

#footer .custom_button:hover{
background-color: #666;
}

#footer #s{
background: #494949;
color:#ccc;
}

#footer #searchsubmit{
background: transparent url(../images/search.png) 2px center  no-repeat;
border-left:1px solid #222;
}

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


.more-link{
background:transparent url(../images/bullet_orange.png) no-repeat scroll right 15px;
}

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

.wrapper a{
color:#777777;
border-bottom: 1px solid #6ddbf9;
}

.wrapper a:hover{
border-bottom: 1px solid #666;
color:#6ddbf9;
}


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


#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/video.png) no-repeat center center;
}

#top .lightbox_image{
background:transparent url(../images/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 #f93622;
background: #f77365;
color: #fff;
}


#submit:hover, #send:hover{
background: #fff;
color: #f77365;
}


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