/*  
Theme Name: Tech Fever
Version: 1.2
Description: Tech Fever
Author: AmixStudio
Author URI: http://www.amixstudio.com

*/

/* Default styles */
@import "css/reset.css";

/* Defaults */
a{ text-decoration: none; }
a:hover{ text-decoration: underline; }
body{ font: 13px Arial, Helvetica, sans-serif; line-height: 1.5em; }

h1, h2, h3, h4, h5, h6{ margin: 0; font-family: Arial,Helvetica,Sans-serif; }
h1{font-size: 22px;} h2{font-size: 20px;} h3{font-size: 18px;} h4{font-size: 16px;} h5{font-size: 14px;} h6{font-size: 13px;}

p{margin: 0;}

input, select, textarea{font-family: Arial,Helvetica,Sans-serif; font-size: 12px;}
textarea{overflow: auto;}

/* Hyperlinks */

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited{ text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{text-decoration: underline;}

/* Wrapper */
.wrapper_top{
}
.wrapper{
	margin:0 auto;
	width:990px;
	padding: 0 5px 0 5px;
}

/*header_top*/
#header_top{
	width:100%;
	height:25px;
}
#header_top a{
}
#header_top a:hover, #header_top a.select{
	text-decoration: none;
}
#header_top ul{
	float: left;
}
#header_top ul li{
	float: left;
	padding: 0 2px 0 2px;
	line-height: 25px;
	font-size: 14px;
}
#header_top .links{
	float: left;
}
#header_top .topmenu{
	float: left;
}
#header_top .topmenu li{
	padding: 0 0 0 13px;
}
#header_top .topmenu li.menu-item-type-custom:first-child{
	background: none;
	padding: 0;
}
#header_top .topmenu li.menu-item-type-custom:first-child a{
	padding: 0 0 0 26px;
}
#header_top .langs{
	float: right;
	text-transform: uppercase;
}

/* Header */
#header{
	width:100%;
	float: left;
}
#header .logo{
	float: left;
	padding: 42px 0 0 5px;
}
#logo{
	display: block;
	cursor: pointer;
	text-indent: -9999em;
}
#header .ads{
	float: right;
	padding: 15px 5px 5px 0;
}

/*menu*/
#menu{
	width: 100%;
	height: 44px;
	clear: both;
}
/* Mainmenu */
#mainmenu{
	width: 654px;
	height: 44px;
	float: left;
}
#mainmenu ul{
	padding: 0 0 0 8px;
}
#mainmenu li{
	float:left;
	position: relative;
}
#mainmenu a {
	display:block;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	padding: 0 5px 0 5px;
	line-height: 44px;
}
#mainmenu a:hover{
	text-decoration:none;
}
#mainmenu ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	width: 180px;
	z-index: 99999;
	padding: 0;
	border-bottom: 0;
}
#mainmenu ul ul li {
	min-width: 180px;	
}
#mainmenu ul ul ul {
	left:100%;
	top:0;
}
#mainmenu ul ul a {
	height:auto;
	width: 160px;
	line-height: normal;
	padding: 6px 10px 6px 10px;
	font-weight: normal;
	text-transform: capitalize;
}
#mainmenu ul li:hover > a{
}
#mainmenu ul ul :hover > a {
}
#mainmenu ul li:hover > ul {
	display:block;
}
#ads_after_menu{
	clear: both;
	margin-top: 10px;
	text-align: center;
}
#ads_float{
	position: fixed;
	top: 30px;
	background: #000;
	clear: both;
	margin-left: 1000px;
	z-index: 10;
}
/* Body */
#body{
	width:100%;
	overflow:hidden;
	padding: 10px 0 0 0;
	clear: both;
}
#content{
	float:left;
}
.col_content{
	width:626px;
	padding: 10px;
}
.col_content_home{
	width:648px;
	padding: 0;
}
#sidebar{
	float:right;
}
.col_sidebar{
	width:336px;
}

/* Post */
.post{
	width:100%;
	margin:0 0 25px 0;
}
#content .page{
	margin:0;
}
.post .post_sponsored{
	width:606px;
	padding: 10px;
	overflow:hidden;
}
.post .title{
	width:100%;
	overflow:hidden;
}
.post .entry .title{
	padding: 10px 0 10px;
}
.post .title h2{
	font-size:20px;
	padding:0 0 5px 0;
}
.post .title h2 span{
	text-transform: uppercase;
}
.post .title h2 a{
}
.post .title .info{
	width: 100%;
	overflow: hidden;
}
.post .title .date{
	font-size:14px;
	float: left;
}
.post .title .date a{
}
.post .title .info .facebook_sharecount{
	float: left;
	padding: 0;
	margin: 0 5px 0 10px;
	width: 75px;
}
.post .title .info .twitter{
	float: left;
	margin: 0 5px 0 0;
	font-size:12px;
}
.post .title .info .twitter a{
	padding: 3px 20px 2px 0;
	float: left;
}
.post .title .info .facebook{
	float: left;
	margin: 0 5px 0 0;
	font-size:12px;
}
.post .title .info .facebook a{
	padding: 3px 20px 2px 0;
	float: left;
}
.post .title .info .retweet{
	float: left;
}
.entry{
	width:100%;
	overflow:hidden;
	line-height:1.5em;
	margin: 15px 0 0 0;
}
.entry a{
	text-decoration:underline;
}
.entry a:hover{
	text-decoration:none;
}
.entry p{
	margin:0 0 15px 0;
}
.entry h1{}  .entry h2{}  .entry h3{}  .entry h4{}  .entry h5{}  .entry h6{}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{	margin: 0 0 15px 0; }

.entry ul{ margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ul ul{ margin: 0; }
.entry ul li{	list-style-type: disc; }
.entry ul ul li{ list-style-type: circle; }

.entry ol{ margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ol ol{ margin: 0; }
.entry  ol li{ list-style-type: decimal; }
.entry  ol li ol li{ list-style-type: decimal; }

.entry .list_bookmarks{
	padding: 0;
}
.entry .list_bookmarks li.linkcat{
	list-style: none;
}
.entry .list_bookmarks li.linkcat li{
	list-style:disc;
}

img.wp-smiley{ padding: 0; border: none; }

.entry .alignleft{ float: left; width: auto; margin: 5px 15px 10px 0; }
.entry .alignright{ float: right; width: auto; margin: 5px 0 10px 15px; }
.entry .aligncenter{ text-align: center; }

.entry .wp-caption{ padding: 1px; text-align:center; margin: 0 0 15px 0; }
.entry .wp-caption img{ margin:0; padding:4px 0; background:none; border:0; }
.entry .wp-caption-text{ margin:0; padding:0; font-size:11px; text-align:center; }

.postmetadata{
	font-size:12px;
	padding:10px 0 0 0;
	margin: 5px 0 0 0;
}
.postmetadata .post_cat{
	text-transform:uppercase;
}
.postmetadata span{
}
.postmetadata a{
}
.post .socials{
	width: 100%;
	overflow: hidden;
}
.post .socials .facebook_like{
	float: left;
	width: 290px;
}
.post .socials .retweet{
	float: left;
	margin: 3px 0 0 0;
}
.post .google_plus{
	float: left;
}
.post .socials .google_plus{
	float: left;
	margin: 3px 5px 0 0;
}
.post .socials .addthis_share{
	float: left;
	margin: 5px 0 0 0;
	font-size: 11px;
}
.post .socials .addthis_share a{
}
.entry .tags a{
	text-decoration: none;
}
.entry .tags a:hover{
	text-decoration: underline;
}
.related_posts h3{
	font-size: 13px;
	margin: 0;
}
.entry .related_posts a{
	text-decoration: none;
}
.entry .related_posts a:hover{
	text-decoration: underline;
}
.entry .abc{
	text-transform: capitalize;
}
.post .entry .line {
	clear: both;
	padding: 0 0 10px 0;
	margin:0 0 20px 0;
}
/*posts_ads*/
.posts_ads{
	text-align: center;
	padding: 0 0 20px 0;
}
.home .posts_ads{
	padding: 15px 0 15px 0;
	background: #ccc;
	margin: 0 0 5px;
	position: relative;
	top: -10px;
}
.ads_title{
	text-transform: uppercase;
	clear: both;
	font-size: 9px;
	line-height: 1.2em;
	font-family: Verdana, Geneva, sans-serif;
}
.posts_ads_content{
	border: 1px solid #aaa;
	width: 300px;
	margin: auto;
}
/*sidebar_block*/
#sidebar_block{
	width: 100%;
}
/* Sidebar */
.sidebar_widgets{
	font-size:12px;
	line-height:1.3em;
}
.sidebar_widgets .widgettitle{
	font-size:14px;
	line-height:1.3em;
	padding: 5px 0 0 0;
}
.sidebar_widgets .widget{
	margin: 0 0 5px 0;
}
#sidebar_block .fr .widget{
	width:143px;
	padding: 5px 10px 10px 10px;
}
#sidebar_block .fl .widget{
	border: 0;
	width:165px;
}
.sidebar_widgets .widget ul{
}
.sidebar_widgets .widget ul li{
}
.sidebar_widgets .widget ul ul{
	margin: 0 0 0 15px;
}
.sidebar_widgets .widget ul li ul li{
	margin: 0;
}
.widget_tag_cloud a{
	line-height:1.3em;
}
.sidebar_widgets .widget_categories a, .sidebar_widgets .widget_archive a, .sidebar_widgets .widget_links a, .sidebar_widgets .widget_meta a, .sidebar_widgets .widget_pages a, .sidebar_widgets .widget_meta a, .sidebar_widgets .widget_recent_entries a{
	padding:0 0 0 6px;
}

/* Text widget */
.textwidget{ padding: 5px 0; }
.textwidget p{ padding: 5px 0 5px 0; }

/* Breadcrumb */
.breadcrumb{
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	overflow: hidden;
}
.breadcrumb h2{
	float: left;
	font-size:20px;
	line-height:1.6em;
}
.breadcrumb .cat_icon{
	float: right;
}

/* Search Block */
#search_block{
	width:336px;
	padding:3px 0 0 0;
	float:right;
	height:41px;
}
#search_block fieldset{
	width:321px;
	height: 35px;
	overflow:hidden;
	padding: 4px 0 0 15px;
}
#search_block .text{
	float:left;
	font-size:11px;
	width:226px;
	margin:6px 9px 0 0;
	padding: 3px;
	border: 0;
}
#search_block .submit{
	float:left;
	text-indent: -9999em;
	text-transform: capitalize;
	border: 0;
	margin: 2px 0 0 0;
	cursor: pointer;
}

/* Searchform */
#searchform{
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

/*sidebar_ads*/
.sidebar_ads{
	width: 334px;
	border-top: 0;
	text-align: center;
	clear: both;
	padding: 0;
	margin: 0 0 7px 0;
}
.idgGoogleAdTag{
	margin: 0 auto;
}
.sidebar_ads_title{
	padding: 0 0 0 4px;
	text-align: left;
}
.sidebar_ads_no_width{
	width: auto;
}
/*sidebar_tabs*/
#sidebar_tabs{
	width:330px;
	height: 280px;
	overflow:hidden;
	position: relative;
	z-index: 10;
}
#sidebar_tabs_end{
	width: 336px;
	height: 4px;
	line-height: 0;
	overflow: hidden;
	margin:0 0 7px 0;
}
#sidebar_tabs_links{
	width:100%;
	overflow:hidden;
	position: relative;
	z-index: 100;
	margin: 0 0 3px 0;
}
#sidebar_tabs_links li{
	float:left;
	font-size:11px;
	text-transform:capitalize;
	padding:0 1px 0 0;
}
#sidebar_tabs_links li.last{
}
#sidebar_tabs_links li a{
	display:block;
	padding:2px 10px 2px 10px;
	text-align:center;
	float:left;
}
#sidebar_tabs_links li a.selected{
	text-decoration:none;
}
#sidebar_tabs_container{
	width: 329px;
	height: 260px;
	overflow: hidden;
}
.tabs-container{
	width: 329px;
	height: 260px;
	overflow: hidden;
}
.sidebar_tabs_item{
	width: 327px;
	padding:5px 0 5px 0;
	height: 240px;
	overflow: auto;
}
.sidebar_tabs_item li{
	font-size:11px;
	line-height:1.6em;
	padding:3px 12px 3px 12px;
}
.sidebar_tabs_item li.last{
	border-bottom:0;
}
.sidebar_tabs_item li a{
	padding:0 0 0 15px;
}
.sidebar_tabs_item li.recentcomments b{
	padding:0 0 0 15px;
}
.sidebar_tabs_item li.recentcomments a{
	background:none;
	padding:0;
}
.sidebar_tabs_item li span a{
	background:none;
	padding:0;
}
/*jScrollPaneContainer*/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 15px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 15px;
}
a.jScrollArrowUp {
}
a.jScrollArrowDown {
}

/*Home*/
#home_left{
	float: left;
	width: 260px;
}
#home_right{
	float: right;
	width: 383px;
}
/*home_left featured*/
#home_left .featured{
	width:242px;
	overflow:hidden;
	padding:8px;
	margin:0 0 8px 0;
}
#home_left .featured_item{
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
#home_left .featured_item_last{
	padding: 0;
	margin: 0;
}
#home_left .featured h2{
	font-size:16px;
	line-height: 1.2em;
}
#home_left .featured h2 a{
}
#home_left .featured p{
	font-size:12px;
	line-height: 1.2em;
	padding: 5px 0 0 0;
}
#home_left .featured img{
	max-width:100%;
}
/*home_right featured*/
#home_right .featured{
	width:361px;
	overflow:hidden;
	padding:10px;
	margin:0 0 8px 0;
}
#home_right .featured h2{
	font-size:16px;
	padding:0 0 5px 0;
}
#home_right .featured h2 a{
}
#home_right .featured_item{
	width:100%;
	overflow:hidden;
	padding:0 0 8px 0;
}
#home_right .featured .fl{
	width:86px;
}
#home_right .featured .fr{
	width:275px;
	font-size:12px;
	line-height: 1.2em;
}
#home_right .featured img{
	float:left;
	width:76px;
}
#home_right .featured h3{
	font-size:12px;
	font-weight:normal;
}
/*tag_posts*/
#tag_posts{
	width:100%;
	overflow:hidden;
}
#tag_posts .tag_post{
	width:100%;
	overflow:hidden;
	padding: 0 0 10px 0;
}
#tag_posts .tag_post .fl{
	width:130px;
}
#tag_posts .tag_post .fr{
	width:495px;
}
#tag_posts .tag_post img{
	float:left;
	width:100px;
}
#tag_posts .tag_post h3{
	font-size:12px;
	line-height: 1.2em;
}
#tag_posts .tag_post p{
	line-height: 1.4em;
}
#tag_posts .tag_post .date{
}
/*tech_news_ticker*/
#tech_news_ticker{
	padding:0 0 30px 0;
}
#tech_news_ticker li{
	font-size:11px;
	line-height:1.6em;
	padding:3px 12px 3px 12px;
}
#tech_news_ticker li a{
	padding:0 0 0 15px;
}
#tech_news_ticker .date{
	font-size:12px;
	font-weight:bold;
	padding:20px 12px 7px 12px;
}

/*all_tags*/
.entry .all_tags{
	padding: 10px 0 0 0;
	line-height: 2.2em;
}

/*tech_news_ticker_classic*/
#tech_news_ticker_classic{
	padding:20px 0 20px 0;
}
#tech_news_ticker_classic li{
	padding:10px 12px 10px 12px;
}
#tech_news_ticker_classic h2{
	font-size:14px;
	line-height:1.6em;
}
#tech_news_ticker_classic h2 a{
}
#tech_news_ticker_classic p{
	font-size:12px;
	line-height:1.6em;
}
#tech_news_ticker_classic p a{
	text-decoration:underline;
}
#tech_news_ticker_classic p a:hover{
	text-decoration:none;
}
#tech_news_ticker_classic .date{
	font-size:12px;
	line-height:1.6em;
	font-weight:bold;
	padding:20px 12px 20px 12px;
}

/*shared-gallery*/
.shared-gallery{
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.shared-gallery-thumb{
	float: left;
	padding: 5px;
}

/*widget_pedia*/
.widget_pedia{
	width:590px;
	padding: 15px 10px 0 10px;
	margin: 0 0 10px 0;
}
.widget_pedia .post{
	padding: 0;
	margin: 0;
}
.widget_pedia .post .entry{
	padding: 0;
	margin: 0;
}
#body .widget_pedia h2{
	padding: 0;
	margin: 0 0 5px 0;
}
.widget_pedia .readmore{
	font-weight: bold;
}
.widget_pedia .powered{
	text-align: right;
	clear: both;
	padding: 10px 0 0 0;
}
.widget_pedia .entry img{
	margin: 5px 20px 10px 0;
	float: left;
}

/*sponsor_entry*/
#sponsor_entry .more{
	text-align: right;
	padding: 10px 0 15px 0;
}
#sponsor_entry h2 img{
	vertical-align: middle;
}

/*sponsor_thumb*/
.sponsor_posts{
	width:100%;
	overflow:hidden;
}
.sponsor_post{
	width:100%;
	overflow:hidden;
	margin:0 0 9px 0;
}
.sponsor_posts .fl{
	float:left;
	width:130px;
}
.sponsor_posts .fr{
	float:left;
	width:495px;
}
.sponsor_posts .fl img{
	float:left;
	width:100px;
	padding:0;
	margin:0;
}
.sponsor_posts h3{
	font-size:12px;
	margin: 0;
	padding: 0;
}
.sponsor_posts a{
}
#sponsor_entry .sponsor_posts p{
	padding: 0;
	margin: 0;
	line-height: 1.4em;
}
.sponsor_posts .date{
}

/*sponsor_twitter*/
#sponsor_entry .sponsor_twitter {
	margin:0 0 15px 20px;
	padding: 0;
	width: 560px;
}
#sponsor_entry .sponsor_twitter li{
	width: 545px;
	overflow: hidden;
	padding: 0 0 0 15px;
	margin: 0;
	list-style: none;
}
.sponsor_twitter .date{
	float: left;
	width: 80px;
}
.sponsor_twitter .data{
	float: left;
	width: 465px;
}

/*sponsor_rss*/
.sponsor_rss .date{
}

/*sponsor_photos*/
.sponsor_photos{
	width: 100%;
	overflow: hidden;
}
.sponsor_photos .flickr_badge_image{
	float: left;
	padding: 5px;
}

/* Footer */
#footer{
	width:100%;
	overflow:hidden;
	padding:20px 0 20px 0;
	margin: 40px 0 0 0;
	line-height: 1.0em;
}
#footer .icons{
	text-align:center;
	padding:0 0 10px 0;
}
#footer .icons li{
	display:inline;
	padding:0 20px 0 20px;
}
#footer .links{
	text-align:center;
	padding:10px 0 10px 0;
	font-size:11px;
}
#footer .links a{
	font-size:11px;
}
#footer .links p{
	margin:5px 0 0 0;
}
#footer .links ul{
	padding: 0 9px 0 0;
	display: inline;
}
#footer .links li{
	display: inline;
	padding: 0 0 0 9px;
}
#footer .menu-footermenu-container{
	margin: 10px 0 10px 0;
}

/* Begin Images */
p img{
	padding: 0;
	max-width: 100%;
}
img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright{
	display: inline;
}
img.alignleft{
	display: inline;
}
.alignright{
	float: right;
}
.alignleft{
	float: left;
}

/* Respond */
#respond{
	margin:20px 0 20px 0;
	overflow:hidden;
}
.commentlist #respond{
	margin:0 0 20px 0;
}
#respond h3{
	font-size:20px;
	font-weight:normal;
}
.cancel-comment-reply{
	font-size:12px;
	padding: 5px 0 0 0;
}
.cancel-comment-reply a{
	text-decoration:underline;
}
.cancel-comment-reply a:hover{
	text-decoration:none;
}
#commentform p{
	font-size:12px;
	line-height:1.6em;
	width:100%;
	overflow:hidden;
}
#commentform p a, #commentform p a{
	text-decoration:underline;
}
#commentform p a:hover{
	text-decoration:none;
}
#commentform p input{
	float:left;
}
#commentform p label{
	float:left;
	padding:10px 0 0 5px;
}
#commentform input{
	width: 170px;
	padding: 5px;
	margin: 5px 5px 1px 0;
	font-size:12px;
}
#commentform{
	margin: 5px 10px 0 0;
}
#commentform textarea{
	width: 97%;
	padding: 5px;
	overflow:auto;
	font-size:12px;
	margin:5px 0 0 0;
}
#commentform #submit{
	font-size:12px;
	line-height:1.6em;
	padding:2px 6px 2px 6px;
	border:0;
	margin:5px 0 0 0;
	cursor:pointer;
}

/* Comments*/
#comments{
	font-size:20px;
	font-weight:normal;
}
.commentlist{
	padding: 0;
	text-align: justify;
	line-height:1.6em;
}
.commentlist li{
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;

}
.commentlist .alt{
	margin: 10px 0 0 0;
}
.commentlist li ul li{ 
	margin-right: 15px;
	margin-left: 10px;
}
.commentlist p{
	margin: 10px 5px 10px 0;
	font-size:12px;
	line-height:1.5em;
}
.commentlist .children{ padding: 0; }

#commentform p{
	margin: 5px 0;
}
.nocomments{
	text-align: center;
	margin: 0;
	padding: 0;
	font-size:12px;
}
.commentmetadata{
	margin: 0;
	display: block;
	font-size:12px;
	line-height:1.6em;
}
.commentlist .reply{
	text-align:right;
}
.commentlist .reply a{
	font-size:12px;
	line-height:1.6em;
	padding:2px 6px 2px 6px;
}
.commentlist .reply a:hover{
	text-decoration:none;
}
.comment-author{
	font-size:14px;
	margin:0 0 10px 0;
}
.comment-author img{
}
.commentlist .fn{
	position:relative;
	top:-10px;
	left: 10px;
	text-transform:capitalize;
}
.commentlist .says{
	position:relative;
	top:-10px;
	left: 10px;
}

/* Calendar */
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;}
#wp-calendar th,#wp-calendar td{text-align:center;padding:5px;}
#wp-calendar td{background:transparent;}
#wp-calendar td,table#wp-calendar th{padding:3px 0;}

/* Various Tags & Classes */
acronym, abbr, span.caps{
	cursor: help;
}
acronym, abbr{
}
blockquote{
	margin: 15px 0 20px 0;
	padding:15px 15px 5px 20px;
}
blockquote cite{
	margin: 5px 0 0;
	display: block;
}
.center{
	text-align: center;
}
.hidden{
	display: none;
}
hr{
	display: none;
}
.nopost, .nocomments{
	text-align:center;
}

/* Pagenation */
.pagenation{
	width:100%;
	overflow:hidden;
	text-transform: uppercase;
}
.single .pagenation{
	font-size:13px;
	text-transform: capitalize;
}

.pagenation .alignleft a, .pagenation .alignright a{
	float:left;
	margin:0 10px;
	padding:0 35px;
	height:30px;
	line-height:30px;
	font-size:23px;
	color:#000;
	background: url(images/ico_red_arrows.png) no-repeat 0 0;
}
.pagenation .alignright a{
	float:right;
	background: url(images/ico_red_arrows.png) no-repeat 100% -30px;
}


/* social_box */

.social_box{
	height:119px;
	overflow:hidden;
	margin:0 0 8px;
	background: url(images/bgr_social_box.png) no-repeat 0 0;
}
.social_box ul{
	float:right;
	padding:23px 6px 0 0;
}
.social_box ul li{
	padding:0 0 0 8px;
	float:left;
}
.newspaper_form_block{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0 0 10px 0;
}
.social_box .newspaper_form{
	float:right;
	clear:right;
	padding:23px 8px 0 0;
}
.social_box .newspaper_form .text input{
	background:none;
	border:0;
	padding:0;
	text-align:center;
	width:166px;
	height:15px;
	line-height:15px;
	margin:0;
	display:block;
}
.social_box .newspaper_form .submit{
	position: absolute;
}
.social_box .newspaper_form .submit input{
	width: 125px;
	height: 50px;
	display: block;
	border: 0;
	text-indent: -9999em;
	left: -150px;
	top: -15px;
	position: absolute;
	cursor: pointer;
	background: none;
}


#main_slider{
	border:1px solid #c9c9c9;
	width:647px;
	position:relative;
	margin:0 0 10px;
	height:401px;
}
#main_slider_prev{
	position:absolute;
	top:50%;
	left:10px;
	width:43px;
	height:43px;
	text-indent:-999em;
	margin:-10px 0 0;
	z-index:999;
	background: url(images/ico_orange_arrows.png) no-repeat 0 0;
}
#main_slider_next{
	position:absolute;
	top:50%;
	right:10px;
	width:43px;
	height:43px;
	text-indent:-999em;
	margin:-10px 0 0;
	z-index:999;
	background: url(images/ico_orange_arrows.png) no-repeat 100% 0;
}
#main_slides{
	width:647px;
	height:401px;
	overflow: hidden;
}
#main_slider .item{
	width:647px;
	height:401px;
	position:relative;
}
#main_slider .caption{
	background: url(images/bgr_caption.png) repeat 0 0;
	bottom:0;
	position:absolute;
	left:0;
	width:611px;
	padding:10px 18px 18px;
	font-size:12px;
	color:#fff;
}
#main_slider .date{
	font-size:10px;
	color:#000;
}
#main_slider p{
	font-size:12px;
	font-weight:normal;
	line-height:14px;
}
#main_slider h3{
	font-size:18px;
	padding:2px 0 6px;
	color:#fff;
}
#main_slider h3 a{
	color:#fff;
}
#main_slider .more{
	float:none;
	display:inline-block;
	font-size:9px;
	margin:-10px 0;
	color:#fff;
	font-weight:bold;
	padding:2px 5px;
	line-height:normal;
	text-transform:uppercase;
	background: url(images/btn_more.png) repeat 0 0;
}

#featured_slider{
	background:#e6e6e6;
	width:629px;
	padding:10px;
	margin:0 0 10px;
	position:relative;
}
#featured_slider h3{
	width:100px;
	height:29px;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	padding:3px 0 0 10px;
	background: url(images/bgr_featured_title.png) no-repeat 0 0;
}
#featured_slider_prev{
	position:absolute;
	top:8px;
	right:37px;
	width:21px;
	height:20px;
	text-indent:-999em;
	z-index:999;
	background: url(images/ico_grey_arrows.png) no-repeat 0 0;
}
#featured_slider_next{
	position:absolute;
	top:8px;
	right:10px;
	width:21px;
	height:20px;
	text-indent:-999em;
	z-index:999;
	background: url(images/ico_grey_arrows.png) no-repeat 100% 0;
}
#featured_slides{
	border-top:3px solid #4d4d4d;
	width:630px !important;
	padding:20px 0 0;
}
#featured_slides{
	width: 100%;
	height: 160px;
	overflow: hidden;
}
#featured_slides li{
	width:140px;
	height:160px;
	padding:0 25px 0 0;
}
#featured_slides h4{
	font-size:12px;
	font-weight:normal;
	line-height:13px;
	color:#000;
	padding: 3px 0 0 0;
}
#featured_slides a{
	color:#000;
}

#home_banner{
	width:100%;
	padding:10px 0;
	margin:0 0 10px;
	overflow: hidden;
	text-align: center;
}
.jspPane{
	margin-left: 0!important;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
    overflow: hidden;
    position: relative;
}

.jspPane
{
    position: absolute;
}

.jspVerticalBar
{
    position: absolute;
    top: 0;
     background: #e4743b;
   right: 0;
    width: 16px;
    height: 100%;
}

.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: #e4743b;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
    margin: 0;
    padding: 0;
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
    background: #e4743b;
    position: relative;
}

.jspDrag
{
    background: #f2f2f2;
    position: relative;
    top: 0;
	margin:0 2px 0 3px;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.jspArrow
{
	background: url(images/ico_basic_arrow_up.png) no-repeat 100% 0;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}
.jspArrowDown
{
	background: url(images/ico_basic_arrow_down.png) no-repeat 100% 0;
}

.jspArrow.jspDisabled
{
    cursor: default;
}

.jspVerticalBar .jspArrow
{
    height: 16px;
}

.jspHorizontalBar .jspArrow
{
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
    margin: 0 -3px 0 0;
}
@media only screen and (max-width : 1350px) {
	#ads_float{
		display: none;
	}
}