/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	width:100%;
	height:227px;
	background:url(../images/bg_header.png) repeat-x;
}
#header_bg {
	width:100%;
	height:227px;
	background:url(../images/bg_header_bg.jpg) top center no-repeat;
}
#header_inner {
	width:910px;
	height:227px;
	margin:0 auto;
	position:relative;
}
#logo {
	padding:21px 0 0 17px;
}
#topnav {
	position:absolute;
	height:45px;
	top:0;
	right:0;
	background:url(../images/bg_nav_trans.png) 0 -45px no-repeat;
	padding-left:10px;
}
#topnav ul {
	float:left;
	height:45px;
	background:url(../images/bg_nav_trans.png) right top no-repeat;
	padding:0 16px 0 6px;
}
#topnav li{
	float:left;
	padding:4px 5px;
}
#topnav a {
	display:block;
	line-height:17px;
	padding:8px;
}
#header li a{
	color:#fff;
}
#header li a:hover{
	color:#ddd;
}
#login, #member {
	width:711px;
	height:29px;
	background:url(../images/bg_login.png) no-repeat;
	position:absolute;
	top:135px;
	left:2px;
	padding:8px 0 0 20px;
	color:#fff;
}
#login p {
	float:left;
	padding:5px 20px 0 0;
}
#login p strong {
	padding-right:8px;
}
#login p a {
	color:#fff;
	text-decoration:underline;
}
#login p a:hover {
	text-decoration:none;
}
#login .input_text {
	width:111px;
	background:url(../images/bg_login_input.png) no-repeat;
	border:0;
	margin-right:15px;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	height:19px;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#login .button {
	width:66px;
	height:22px;
	padding:0 0 4px 0;
	background:url(../images/bg_login_button.png) no-repeat;
	color:#fff;
	border:0;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#member p.left {
	float:left;
	white-space:nowrap;
	padding:5px 20px 0 0;
}
#member p.right {
	text-align:right;
	padding:5px 20px 0 0;
}
#member p span {
	padding:0 4px;
}
#member p a {
	color:#fff;
	text-decoration:underline;
}
#member p a:hover {
	text-decoration:none;
}
#nav_bar {
	position:absolute;
	left:0px;
	bottom:5px;
	width:910px;
	height:30px;
}
#nav_bar>ul {
	float:left;
}
#nav_bar li {
	position:relative;
	float:left;
	padding:5px 16px 0;
	font-size:14px;
}
#nav_bar img {
	position:absolute;
	top:5px;
	left:16px;
	z-index:10;
}
#nav_bar a {
	position:relative;
	padding:0 8px 0 36px;
	display:block;
	line-height:25px;
	text-transform:uppercase;
	z-index:20;
}
#nav_bar .item_1>a {
	background:url(../images/icon_whaton.png) left center no-repeat;
}
#nav_bar .item_2>a {
	background:url(../images/icon_communities.png) left center no-repeat;
}
#nav_bar .item_3>a {
	background:url(../images/icon_get.png) left center no-repeat;
}
#nav_bar .item_4>a {
	background:url(../images/icon_get_informed.png) left center no-repeat;
}
#nav_bar li ul {
	display:none;
	position:absolute;
	margin:0;
	padding:0;
	top:30px;
	left:36px;
	z-index:30;
	background:#fff;
	border:1px solid #555;
	-moz-box-shadow:#777 2px 2px 4px;
	-webkit-box-shadow:#777 2px 2px 4px;
}
#nav_bar li:hover ul {
	display:block;
}
#nav_bar li li {
	float:none;
	padding:0;
	min-width:160px;
}
#nav_bar li li a {
	float:none;
	padding:0 16px;
	background:none !important;
	color:#555;
	white-space:nowrap;
}
#nav_bar li li a:hover {
	color:#000;
	background:#ddd !important;
}
#nav_bar li li ul {
	position:absolute;
	left:100%;
	top:-1px;
}

#search {
	float:right;
	background:url(../images/icon_search.png) 0 2px no-repeat;
	padding:0 10px 0 27px;
	margin-top:2px;
}
#search form{
	float:left;
}
#search form fieldset {
	float:left;
}
#search .input_text{
	background:url(../images/bg_int_text.png) no-repeat;
	width:121px;
	height:19px;
	padding:2px 0 0 10px;
	margin-right:7px;
	vertical-align:middle;
	color:#ccc;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:0;
}
#search .button{
	background:url(../images/bg_go.png) no-repeat;
	width:29px;
	height:28px;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	border:0;
	cursor:pointer;
}
/* *************************** 
   $4 Content Styles
   ***************************/
.content p {
	margin:13px 0;
}
.content ul {
	margin:13px 0;
	padding-left:26px;
}
.content dl {
	margin:13px 0;
}
.content dd {
	padding:0 26px;
}
.content ul li {
	list-style:outside;
}
#content {
	background:#efefef url(../images/bg_content.png) top repeat-x;
}
#content_shadow {
	background:url(../images/bg_content_shadow.png) center top no-repeat;
}
#content_inner {
	width:910px;
	overflow:hidden;
	margin:0 auto;
	background:#fff;
	padding:0 20px 20px;
}
#content_inner a {
	text-decoration:underline;
}
#content_inner a:hover {
	text-decoration:none;
}
#middle{
	float:left;
	width:470px;
	margin-left:20px;
	display:inline;
	color:#4e4e4e;
	padding:15px 0 20px 0;
}
#middle p{
	line-height:15px;
}
#middle h2{
	font-size:12px;
	font-weight:normal;
}
.title{
	background:url(../images/bg_title.png) no-repeat;
	height:35px;
}
#middle .title h2{
	padding:7px 0 0 17px;
	color:#fff;
	font-size:14px;
	text-shadow:0 -1px 1px #1e6601;
	text-transform:uppercase;	
}
.section{
	margin:0 0 19px 0;
}
.section ul{
	width:100%;
	overflow:hidden;
	padding:0 0 19px 0;
	margin-top:-4px;
}
.section ul li{
	width:100%;
	float:left;
	border-bottom:#c0c0c0 1px solid;
	padding:12px 0;
}
.section .imgleft {
	float:left;
	margin-right:7px;
	border:1px solid #666;
}
.section p a{
	text-decoration:underline;
}
.section p a:hover{
	text-decoration:none;
}
.link_more{
	text-align:right;
}
#featured{
	background:url(../images/bg_featured.png) repeat-y;
	margin-bottom:18px;
}
#featured_inner{
	background:url(../images/bg_featured_top.png) 0 0 no-repeat;
}
*html #featured_content{
	height:198px;
}
#featured_content{
	background:url(../images/bg_featured_bot.png) 0 bottom no-repeat;
	min-height:198px;
	padding:0 15px 10px 20px;
}
#featured .title{
	background:none;
	height:63px;
}
#featured .title h1{
	padding:12px 0 0 0;
	font-size:24px;
	color:#fff;
	font-weight:normal;
	white-space:nowrap;
	overflow:hidden;
	text-shadow:0 -1px 1px #1e6601;
}
#featured .imgright{
	float:right;
	padding:7px 7px 16px 7px;
	background:url(../images/bg_featuredimg.jpg) center top no-repeat;
	margin-left:8px;
}
#middle_cols{
	width:100%;
	overflow:hidden;
}
#middle_cols a {
	text-decoration:none;
}
#middle_cols a:hover {
	text-decoration:underline;
}
#col_left{
	float:left;
	background:url(../images/bg_colleft.png) no-repeat;
	width:211px;
	height:142px;
	padding:14px 0 0 16px;
}
#col_right{
	float:right;
	background:url(../images/bg_colright.png) no-repeat;
	width:209px;
	height:136px;
	padding:18px 0 0 16px;
	color:#fff;
}
#col_left h2{
	font-size:16px;
	color:#4e4e4e;
	font-weight:bold;
	text-shadow:0px 1px 1px #fff;
	padding:0 0 8px 0;
}
#middle #col_left p{
	padding:0 10px 0 50px;
	line-height:14px;
}
#col_left p span{
	display:block;
	padding:16px  0 0 0;
}
#col_left p a{
	text-decoration:underline;
}
#col_left p a:hover{
	text-decoration:none;
}
#col_right h2{
	font-size:25px;
	color:#fff;
	text-shadow:0 -1px 1px #1e6601;
	padding:0 0 2px 0;
}
#col_right h2 span{
	font-weight:bold;
}
#col_right p{
	padding-top:6px;
}
#col_right p a{
	color:#fff;
	text-decoration:underline;
}
#col_right p a:hover{
	text-decoration:none;
	color:#ddd;
}
#sponsors{
	clear:both;
	background:url(../images/bg_sponsors.png) no-repeat;
	width:910px;
	height:122px;
	margin:0 0 25px 0;
}
#sponsors h3{
	font-size:14px;
	font-weight:normal;
	color:#777;
	padding:0 0 18px 0;
}
#sponsors_left{
	float:left;
	padding:7px 0 0 27px;
	width:300px;
}
#sponsors_right{
	float:left;
	width:581px;
	padding:7px 0 0 0;
}
#sponsors  p a{
	margin:0 10px 0 10px;
}
#sitemap{
	width:100%;
	background:url(../images/bg_sitemap_top.png) 0 0 no-repeat;
	margin-bottom:3px;
}
#sitemap_inner{
	background:url(../images/bg_sitemap_bot.png) left bottom no-repeat;
	width:100%;
	overflow:hidden;
}
#sitemap  a{
	color:#4e4e4e;
}
#sitemap  a:hover{
	color:#353535;
}
#sitemap h1{
	font-size:16px;
	color:#fff;
	padding:4px 0 23px 15px;
	text-shadow:0 -1px 1px #30a600;
	 }
#sitemap h3{
	font-size:12px;
	color:#4e4e4e;
	padding:0 0 2px 0;
}
#sitemap h1 span{
	font-weight:normal;
}
.sitemap_col{
	float:left;
	padding:0 40px 0 30px;
}
.subnav{
	padding:0 0  17px 0;
}
#sitemap li{
	line-height:17px;
}
#sitemap a {
	text-decoration:none;
}
#sitemap a:hover {
	text-decoration:underline;
}
/* *************************** 
   $5 Sidebar Styles
   ***************************/
#left{
	float:left;
	width:200px;
	color:#4f4f4f;
	padding:15px 0 20px 0;
}
#left h1{
	line-height:38px;
	font-size:23px;
	color:#2b95ff;
	font-weight:normal;
	padding-bottom:36px;
}
#left h2{	
	font-size:23px;
	padding-bottom:21px;
	color:#2b95ff;
	font-weight:normal;
}
#left p{
	line-height:17px;
	padding:0 0 26px 0;
}
#join{
	background:url(../images/bg_join.png) no-repeat;
	height:264px;
	padding:15px 5px 0 13px;
	color:#fff;
	margin-top:0px;
	margin-bottom:22px;
}
#left #join p {
	line-height:14px;	
	color:#fff;
}
#left #join h2{
	line-height:44px;
	font-size:36px;
	color:#fff;
	text-shadow:0px -1px 1px #1e6601;
	padding-bottom:0px;
	} 
#join a{
	color:#fff;
	text-decoration:underline;
}
#join a:hover{
	color:#ddd;
	text-decoration:none;
}
#right{
	float:right;
	width:200px;
	padding:1px 0 20px 0;
	color:#4e4e4e;
}
#post_item{
	margin:0 0 0 12px;
	width:166px;
	padding:0 0 47px 0;
}
#right  #post_item p{
	background:#2b95ff url(../images/bg_postitem.png) left bottom no-repeat;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:18px;
	line-height:14px;
	padding:10px 0 9px;
}
#post_item p span{
	display:block;
	font-size:12px;
}
#post_item p a{
	text-decoration:none;
	color:#fff;
}
#post_item p a:hover{
	color:#ddd;
}
.item{
	background:url(../images/bg_itemtop.png) 0 0 no-repeat;
	margin-bottom:22px;
}
.item_inner{
	background:url(../images/bg_itembot.png) 0 bottom no-repeat;
	padding:0 12px 20px 17px;
}
#right h1{
	font-size:16px;
	text-shadow:0 -1px 1px #1e6601;
	color:#fff;
	padding:15px 0 0 0;
	height:48px;
}
#right h1 span{
	font-weight:normal;
}
#right  p{
	line-height:17px;
}
.formtext{
	padding:3px 0 18px 50px;
	background:url(../images/bg_formtext.png) 0 4px no-repeat;
}
.imgphoto{
	background:url(../images/bg_featuredimg.jpg) 0 0 no-repeat;
	padding:7px 7px 16px 7px;
	margin-bottom:8px;
}
.formbox li{
	height:35px;
	background:url(../images/bg_input.png) 0 0 no-repeat;
	width:100%;
}
.formbox .last{
	background:none;
}
.formbox input{
	font-size:12px;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	padding:3px 0 0 10px;
	width:156px;
	border:0;
	background:none;
}
.formbox .btn{
	vertical-align:middle;
	background:url(../images/bg_subscribe.png) no-repeat;
	width:88px;
	height:24px;
	padding:0;
	font-size:12px;
	color:#fff;
	cursor:pointer;
}
.formbox li a{
	font-size:10px;
	text-decoration:underline;
	color:#0768bd;
	margin: 0 8px;	
}
.formbox li a:hover{
	text-decoration:none;
	color:#065da9;
}
.item p a{
	text-decoration:underline;
}
.item p a:hover{
	text-decoration:none;
}
.item  p span{
	display:block;
	padding:7px 0 0 0;
}
.icon_camera{
	margin:-6px 11px 0 8px;
}
.item.bg{
	background:url(../images/bg_itemtop2.png) 0 0 no-repeat;
	margin-bottom:22px;
}
.item.bg .item_inner{
	padding:12px 17px 0 12px;
}
.item.bg p{
	padding:4px 0 12px 0;
}
.item h2{
	font-size:16px;
	color:#0768bd;
}
.item h2 span{
	font-weight:normal;
}
.item.bg .imgleft{
	float:left;
	margin-right:10px;
}
/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	width:100%;
	height:108px;
	background:url(../images/bg_footer.png) repeat-x;
}
#footer_inner{
	width:910px;
	margin:0 auto;
	padding:20px 0 0 0;
	overflow:hidden;
}
.btn_footer{
	float:left;
	padding-right:38px;
}
#footer a{
	color:#fff;
}
#footer p a{
	text-transform:uppercase;
}
#footer  a:hover{
	color:#ddd;
}
#footer p{
	border-left:#fff 1px solid;
	border-right:#fff 1px solid;
	float:left;
	width:499px;
	text-align:center;
	font-size:11px;
	height:34px;
	color:#fff;
	padding:17px 0 0 0;
	margin:0 13px 0 0;
}
#footer p a{
	margin:0 5px;
}
#footer_form{
	float:left;
	width:170px;
	padding:12px 0 0 27px;
	background:url(../images/bg_footerform.png) 0 15px no-repeat;
}
#footer_form .input_text{
	background:url(../images/bg_footer_input.png) 0 0  no-repeat;
	width:121px;
	line-height:14px;
	padding:3px 0 3px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ccc;
	border:0;
	vertical-align:middle;
	margin-right:8px;
}
#footer_form .button{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	background:url(../images/btn_footer_go.png) no-repeat;
	width:26px;
	height:27px;
	cursor:pointer;
	border:0;
	vertical-align:middle;
	}
	
	
	
	/* *************************** 
   $1 Interact Features
   ***************************/

.post-content .post-photo img {
	max-width:435px;
}
	/* *************************** 
   $1 OTHERS
   ***************************/


#topnav .actions a {
	display:block;
	float:left;
	height:16px;
	line-height:16px;
	padding:3px 8px 3px 24px;
	text-decoration:none;
}
#topnav .actions a:hover {
	text-decoration:none;
}
#topnav .actions a.act-rss {
	background-image: url(../images/rss-logo.png);
	background-repeat: no-repeat;
	background-position: left 4px;
        padding:7px 0px 4px 27px;
}
