/* ----------- */
/* CSS IMPORTS */
/* ----------- */

/* Stylesheet RESET */
@import url(hacks/reset.css);

/* Stylesheet SIFR */
@import url(sifr.css);

/* Stylesheet DROPDOWN MENU */
@import url(dropdown.css);

/* Stylesheet JCAROUSEL */
@import url(jcarousel/jquery.jcarousel.css);
@import url(jcarousel/skins/atlantica/skin.css);

/* Stylesheet for GALLERY - PRETTYPHOTO */
@import url(prettyPhoto.css);


/* ------------ */
/* MAIN STYLING */
/* ------------ */

body{
	font: 12px 'Lucida Grande', Arial, sans-serif;
	color: #666666;
}

/* Global Wrap */
#wrap{
	width: 999px;
	margin: 0 auto;
	z-index: 3;
}

/* Page      */
#page {
	background: url(../images/header.jpg) no-repeat;

}
/* Page      */
/* -> Header */
#page .header{
	background: transparent;
	height: auto;
	text-align: right;
	margin: 0 auto;
	width: 999px;
}

#page .header .blurb{
padding-top:20px;
color: #9CAEBC;
line-height: 24px;
}

#page .header img{
	margin: 0;
float:left;
}

/* Page          */
/* -> Navigation */

#navwrap{
	background: transparent;
	width: 100%;
	height: 30px;
	overflow: visible;
	margin: 0 auto 10px auto;
	}
		
.navigation{
	width: 999px;
	background: transparent;
	margin: 0 auto;
	z-index: 99;
}

.navigation .border{
 padding-left: 30px;
}

.navigation ul{
	padding: 6px 0px !important;
	float:left;
	width: 950px;
}

.navigation ul li{
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
	color: white;
}

.navigation ul li.first{
	background: none;
	padding-left: 0px;
}

.navigation .main-current {
	padding: 4px 20px 5px 20px;
	margin-top: -3px;
}

.navigation .main-current a{
	color: #000;
}

.navigation .main-current ul li a{
	color: #FFF;
}

.navigation ul li .icon{
	vertical-align: middle;
	margin: 2px 8px 0 0;
	float: left;
}

.navigation ul li a{
	text-decoration: none;
	color: white;
}

.navigation .search{
	float: right;
	padding-top: 6px;	
}

.navigation .search .field{
	background: transparent url(../images/navigation/search_bar.jpg) no-repeat 0 0;
	font:11px 'Lucida Grande', Arial, sans-serif;
	line-height: 22px;
	width: 152px;
	height: 20px;
	color: #fff;
	float: left;
	padding: 3px 3px 3px 5px;
}

.navigation .search .button{
	background: black url(../images/navigation/search_btn.jpg) no-repeat;
	width: 60px;
	height: 20px;
	color: #313131;
	font:12px 'Lucida Grande', Arial, sans-serif;
}

/* Content */
#page #content{
	margin: 4px auto 0 auto;
	padding-top: 10px;
	width: 999px;
	background: #EBF0F3 url(../images/content-back.jpg) no-repeat;
	min-height:609px;
}


#page #content.alt{
	padding-top: 0px;
}

/* Content       */
/* -> Info Bar   */
#content .info_bar{
	margin: 0 auto;
	padding: 8px 30px 0px 30px;
}

#content .info_bar .hello{
	height: 95px;
	width: 628px;
	float: left;
}


#content .info_bar .calltoaction{
	float: left;
	clear: right;
	height: 95px;
	width: 305px;
}

/* Content             */
/* -> From Title Bar   */
.from_title{
	text-align: left;
	padding: 0;
	margin-top: -10px;
	background: transparent;
}

.from_title a{
	color: #FFF;
	text-decoration:none;
	width: 999px;
	margin-left: 0px;
}

.from_title a:hover{
	text-decoration:underline;
}


.from_title .print .sub-current,
.from_title .web .sub-current{
	text-decoration:none;
	color:#000;
	/*color:#8699A8;
	background:#FFF;
	padding: 4px 12px 8px 12px;
	margin-left:6px;*/
}


.from_title .page_title{
	font-size: 16px;
	text-transform: capitalize;
}

.from_title .page_title img{
	padding: 0px 7px;
}


.from_title ul{
	width: 100%;
}

.from_title hr{
	background: #FFF;
	height: 1px;
	border: 0px;
	border-bottom: 1px dotted #c2c2c2;
	margin-top: -10px;
	margin-bottom: 10px;
}

.from_title ul li{
	display: inline;
	background: url(../images/navigation/navigation_dot.jpg) no-repeat 5px 0;
	padding-left: 20px;
	vertical-align: middle;
}

.from_title li.page_title{
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #333;
	background: none;
}

/* Content           */
/* -> Content Wrap   */
#content .content_wrap,
{
	margin: 0 30px;
	padding: 15px 0;
	/*border-top: 1px dotted #c2c2c2;*/
}

/* Content      */
/* -> Entries   */
#content .content_wrap .entries,
#content .content_wrap .full-entry{
	width: 600px;
	border-right: 1px dotted #c2c2c2;
	padding: 20px 25px 15px 30px;
	float: left;
}

#content .content_wrap .full-width-entry{
	width: 950px;
	float: left;
	padding: 20px 25px 15px 30px;
	}

#content .content_wrap .entries ul li,
#content .content_wrap .full-entry{
	margin-bottom: 20px;
}

#content .content_wrap .full-width-entry{
	margin-bottom: -20px;
}

#content .content_wrap .entries ul li .date,
#content .content_wrap .full-entry .date,
#content .content_wrap .full-width-entry .date{
	background: url(../images/blog/date_bg.jpg) no-repeat;
	width: 36px;
	height: 36px;
	float:left;
	margin: 5px 15px 0 0;
}

#content .content_wrap .entries ul li .date p,
#content .content_wrap .full-entry .date p{
	padding-top: 2px;
	font-size: 10px;
	text-align: center;
	line-height: 13px;
	color: white;
	font-family: Arial;
	font-weight: bold;
}

#content .content_wrap .entries ul li .date p span,
#content .content_wrap .full-entry .date p span,
#content .content_wrap .full-width-entry .date p span{
	display: block;
	font-size: 19px;
}

#content .content_wrap .entries ul li .title,
#content .content_wrap .full-entry .title,
#content .content_wrap .full-width-entry .title{
	float:left;
}

#content .content_wrap .entries ul li .title h2,
#content .content_wrap .full-entry .title h2,
#content .content_wrap .full-width-entry .title h2,
#content .content_wrap .entries ul li .title h2 a,
#content .content_wrap .full-entry .title h2 a,
#content .content_wrap .full-width-entry .title h2 a{
	font-size: 24px; 
	color: #4A697E;
	height: 30px;
	overflow: hidden;
	font-family: Arial, sans-serif;
	font-weight: normal;
}

#content .content_wrap.entries .entry h2, #content .content_wrap .full-entry .post h2,
#content .content_wrap.entries .entry h2, #content .content_wrap .full-width-entry .post h2 {
margin: 20px 0 8px 0;
	border-top: 1px dotted #c2c2c2;
	padding-top: 8px;
}

#content .content_wrap .full-entry .post h3{
	font-size: 14px;
	line-height: 24px;
	color:#333;
	margin-top:-5px;
	padding-bottom: 8px;
}

#content .content_wrap .entries ul li .title h3,
#content .content_wrap .full-entry .title h3,
#content .content_wrap .full-width-entry .title h3{
	font-size: 14px;
	line-height: 24px;
	color:#333;
	margin-top:-5px;
	padding-bottom: 0px;
}

#content .content_wrap .entries ul li .title h3 span,
#content .content_wrap .full-entry .title h3 span,
#content .content_wrap .full-width-entry .title h3 span{
	color: #aaaaaa;
}

#content .content_wrap .entries ul li .comments,
#content .content_wrap .full-entry .comments,
#content .content_wrap .full-width-entry .comments{
	background: url(../images/blog/comments_bg.jpg) no-repeat;
	width: 111px;
	height: 30px;
	float: right;
	color: #FFF;
	text-align: center;
	margin-top: 5px;
}

#content .content_wrap .entries ul li .comments p,
#content .content_wrap .full-entry .comments p,
#content .content_wrap .full-width-entry .comments p{
	padding-top: 1px;
}

#content .content_wrap .entries ul li .comments p span,
#content .content_wrap .full-entry .comments p span,
#content .content_wrap .full-width-entry .comments p span{
	font-size: 14px;
}

#content .content_wrap .entries ul li .entry,
#content .content_wrap .full-entry .post{
	clear: both;
	padding-top: 10px;
	border-bottom: 1px dotted #c2c2c2;
	padding-bottom: 20px;
	font-size: 12px;
}

#content .content_wrap .full-width-entry .post{
	clear: both;
	padding-top: 10px;
	padding-right:15px;
	font-size: 12px;
}

#content .content_wrap .entries ul li .entry p,
#content .content_wrap .full-entry .post p,
#content .content_wrap .full-width-entry .post p{
	line-height: 24px;
	margin-bottom: 15px;
}

#content .content_wrap .entries ul li .entry .quote,
#content .content_wrap .full-entry .post .quote,
#content .content_wrap .full-width-entry .post .quote{
	color: #666666;
	padding-left: 10px;
	border-left: 3px solid #eaeaea;
	line-height: 24px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#content .content_wrap .entries ul li .entry ul li,
#content .content_wrap .full-entry .post ul li,
#content .content_wrap .full-width-entry .post ul li{
	background: url(../images/blog/bullet.jpg) no-repeat;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content .content_wrap.entries .entry h2, 
#content .content_wrap .full-entry .post h2,
#content .content_wrap .full-width-entry .post h2{
	font-size:16px; 
}

#content .content_wrap .entries ul li .img_left,
#content .content_wrap .full-entry ul li .img_left,
#content .content_wrap .full-width-entry ul li .img_left{
	float: left;
	padding-top: 8px;
	padding-right: 15px;
}

.img_right,
#content .content_wrap .entries ul li .img_right,
#content .content_wrap .full-entry ul li .img_right,
#content .content_wrap .full-width-entry ul li .img_right{
	float: right;
	padding-top: 8px;
	padding-left: 15px;
}


#content .content_wrap .full-entry .post img,
#content .content_wrap .full-width-entry .post img{
padding: 0 10px 0 0;
}

#content .content_wrap .comment_list{
	padding-top: 10px;
}
#content .content_wrap .comment_list h2{
	width: 250px;
	float: left;
	font-size:24px; 
	color: #333333;
}

#content .content_wrap .comment_list h3{
	float: right;
	width: 160px;
	margin-top: 5px;
	font-size: 12px; 
	color: #333333;
}

#content .content_wrap .comment_list ul{
	margin-top: 10px;
}

#content .content_wrap .comment_list ul li{
	display: block;
	background: #f5f5f5;
	color: #333333;
	padding: 8px;
}

#content .content_wrap .comment_list ul li.alt{
	background: #FFF;
}

#content .content_wrap .comment_list p{
	margin-top: 5px;
}

#content .content_wrap .comment_list .details{
	font-weight: bold;
	color: #727272;
}

#content .content_wrap .comment_list .details span{
	color: #333333;
}


/* Sidebar      */
#sidebar{
	float: left;
	padding-top: 20px;
}

#sidebar .sidebar_wrap{
	width: 280px;
	margin-left: 30px;
	line-height: 20px;
}

#sidebar h3{
	font-family: Arial, sans-serif; font-weight: bold; font-size:16px; color: #4A697E; margin-bottom: 10px;
}

/* Sidebar       */
/* -> Affiliates */

#sidebar ul.affiliates li{
	display: inline;
}

#sidebar hr{
	background: #FFF;
	height: 1px;
	border: 0px;
	border-bottom: 1px dotted #c2c2c2;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Sidebar       */
/* -> Contact */
#sidebar .contact_us{
	line-height: 24px;
}

/* Sidebar       */
/* -> The Author */

#sidebar .the_author{
	line-height: 24px;
}

#sidebar .the_author img{
	border: 1px solid #000;
	float:left;
	margin-top: 10px;
	margin-right: 10px;
}

/* Sidebar       */
/* -> Categories */
#sidebar ul.categories{
	width:266px;
	padding: 3px 0 0 10px;
	background: #FFFFFF;
	border: 1px solid #A7B9C5;
}

#sidebar ul.categories li{
	margin-bottom: 10px;
}

/* FOOTER NAV       */
.footer_nav{
	background: url(../images/page/footer_nav_bg.png) no-repeat bottom;
	text-align: center;
	margin 0 auto;
	height:57px;
	width: 999px;	
}

.footer_nav .list{
	border-top: 1px dotted #c2c2c2;
	margin-left: 31px;
	margin-right: 31px;
	padding: 19px 0 15px 0;
}

.footer_nav .prev{
	float: left;
	width: 200px;
	font-size:20px; 
	color: #999999;
}

.footer_nav .cur{
	float: left;
	width: 500px;
	font-size:16px; 
	color: #333333;
	text-align:center;
}

.footer_nav .cen{
	font-size:12px; 
	color: #333333;
	text-align:center;
	font-weight: bold;
}

.footer_nav .next{
	float: right;
	width: 200px;
	font-size:20px; 
	color: #999999;
}

/* FOOTER   */
#footer{
	width: 999px;
	height: 171px;
	margin: auto;
	font-family: Arial, sans-serif;
	padding-bottom: 15px;
	background: url(../images/footer-back.jpg) no-repeat;
}

#footer h2{
	padding: 0;
	margin: 0;
	color: #FFF;
	height:20px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
}

#footer .footerList{
	margin-top: 25px;
	margin-left: 25px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
	width: 130px;
}

#footer .footerAds{
	margin-top: 25px;
	margin-left: 25px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
	clear: right;
}

#footer .footerAds img{
	padding-right: 5px;
	float: left;
}

#footer .footerAds img.square{
	padding: 4px;
	margin: 0 0 0 15px;
	background: #333;
}


#footer .footerWrap{
	width: 999px;
	margin: 0 auto;
}

#footer .footerList li{
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
}

#footer .copyright{
	clear: both;
	color: #ABBCCA;
	margin-left: 10px;
	padding-top: 15px;
	font-size: 11px;
	text-align: center;
}

#footer .copyright span{
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
}

.sub-current {
	font-weight: bold;
	color: #333;
}


#wrap #page #content .content_wrap .full-entry .title-web h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 30px;
	color: #829EAF;
	padding: 115px  0px 0px 10px;
	background-image: url(../images/section-heads/web.jpg);
	/*background-image: url(../images/page/web-head.jpg);*/
	background-repeat: no-repeat;
	width: 590px;
}


#wrap #page #content .content_wrap .full-entry .title-print h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 30px;
	color: #829EAF;
	padding: 115px  0px 0px 10px;
	/*background-image: url(../images/page/print-head.jpg);*/
	background-image: url(../images/section-heads/print.jpg);
	background-repeat: no-repeat;
	width: 590px;
}
#wrap #page #content .content_wrap .full-entry .title-video h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 30px;
	color: #829EAF;
	/*color: #EBF0F3;*/
	padding: 115px  0px 0px 10px;
	/*background-image: url(../images/page/video-head.jpg);*/
	background-image: url(../images/section-heads/video.jpg);
	background-repeat: no-repeat;
	width: 600px;
}
#wrap #page #content .content_wrap .full-entry .title-contact h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 30px;
	color: #4A697E;
	padding: 115px  0px 0px 10px;
	background-image: url(../images/section-heads/contact.jpg);
	background-repeat: no-repeat;
	width: 600px;
}
