/*
Theme Name: Convergence
Theme URI: http://themeforest.net
Description: The place where people and information converge and create community.
Version: 1
Author: Maximus
Author URI: http://themeforest.net
Tags: community, news, industry, blog
*/

/*=== Setup ===*/
* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	background: url(images/bgr.gif) #f7f6f6 repeat-x top;
	color: #404040;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: .80em;
}
a {
	color: #33707e;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
input, select, textarea {
	border: #cfcfcf 1px solid;
	color: #404040;
	font-size: 12px;
	padding: 3px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
li {
	list-style: none;
}
h2 {
	color: #222222;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 1em;
}
h3 {
	color: #333333;
	font-size: 1.2em;
	margin: 0 0 .8em;
}
h4 {
	font-size: 1em;
	margin: 0 0 1em;
}
p {
	line-height:21px;
	/*padding: 0 0 1.3em;*/
	margin:0.55em 0 1.1em;
}
/*=== Layout ===*/
#page {
	margin: 0 auto;
	width: 1140px;
}
#page-bot {
	background:#020201 url(images/page-bot.gif) repeat-x top;
	/*height: 358px;*/
}
/*=== H eader ===*/
#header{
	height: 101px;
	margin: 0 0 1px;
}
/*- Logo -*/
#header h1 {
	background: url(images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 408px;
}
#header h1 a {
	display: block;
	height: 101px;
}
#header h1 a:hover {
	text-decoration: none;
}
/*=== Navigation ===*/
/*- Top Nav -*/
.topnav {
	font-size: 10px;
	font-weight: bold;
	height: 31px;
	overflow: hidden;
}
.topnav li {
	background: url(images/topnav-sep.gif) no-repeat left;
	float: left;
	line-height: 30px;
}
.topnav li.first {
	background: none;
}
.topnav li.first a {
	padding: 0 7px 0 4px;
}
.topnav li a {
	color: #333333;
	display: block;
	float: left;
	padding: 0 7px 0 8px;
	text-decoration: none;
}
.topnav li a:hover,
.topnav li.active a {
	text-decoration: underline;
}	
/*- Nav1 -*/
#nav1 {
	background: url(images/nav1-sep.gif) no-repeat left top;
	font-size: 13px;
	height: 37px;
}
#nav1 ul.sf-menu li {
	position: relative;
	background: url(images/nav1-sep.gif) no-repeat right top;
	float: left;
	line-height: 37px;
	/*padding: 0 20px;*/
	text-align: center;
}
#nav1 ul.sf-menu li a {
	color: #333333;
	display: block;
	position: relative;
	float: left;
	padding: 0 20px;
	text-decoration: none;
	cursor: pointer;
	text-shadow:1px 1px 1px #ffffff;
}
#nav1 ul.sf-menu li a:hover {
	text-decoration: none;
	background: #FEFEFE;
	padding: 0 20px;
}
#nav1 ul.sf-menu li ul.children {
	border: 1px solid #000000;
	background: #272726 url(images/ul_children_bg.gif) repeat-y top right;
}
#nav1 ul.sf-menu li ul.children li {
	background: url(images/ul_children_li_bg.gif) no-repeat bottom right;
}
#nav1 ul.sf-menu li ul.children li a {
	color: #bebebe;
	text-decoration: none;
	display:block;
}
#nav1 ul.sf-menu li ul.children li a:hover {
	text-decoration: none;
	background: none;
}
#nav1 ul.sf-menu li ul.children li ul.children {
	border: 1px solid #000000;
	border-left: none;
	background: #272726 url(images/ul_children_ul_children_bg.gif) repeat-y top left;
}
#nav1 ul.sf-menu li ul.children li ul.children li {
	background: url(images/ul_children_li_bg.gif) no-repeat bottom right;
}
#nav1 ul.sf-menu li ul.children li ul.children a {
	color: #bebebe;
	text-decoration: none;
}
#nav1 ul.sf-menu li ul.children
{
	margin:5px 0 0 0;
}
#nav1 ul.sf-menu li ul.children ul.children
{
	margin:-1px 0 0 27px;
}
/*=== All Columns ===*/
#columns {
	margin: 15px 0 0;
	padding: 0 0 15px;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 900px;
	min-height: 900px;
}
/*=== Center Column ===*/
#centercol {
	float: left;
	width: 730px;
}
/*=== Right Column ===*/
#rightcol {
	float: right;
	width: 400px;
}
#rightcol a {
	color: #33707E;
	text-decoration: none;
}
/*=== Sub Columns ===*/
.subcols {
	background: url(images/subcols-bgr.gif) repeat-y left;
	height: 1%;
}
.col1, .col2 {
	float: left;
	width: 285px;
}
.col2 {
	float: right;
}
/*=== Post ===*/
/*- Post Title -*/
.post-title h1 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.5px;
}
.post-title h1 span {
	color: #33707e;
}
.post-title h1.author {
	color: #888888;
	font-size: 14px;
	padding-top: 2px;
}
.post-title h2, .post-title h2 a  {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0 0 .45em;
	color: #222222;
	text-decoration: none;
	text-shadow:1px 1px 1px #B0B0B0;
}

.post-title h2 a:hover{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0 0 .45em;
	color: #6f6f6f;
	text-decoration: none;
	text-shadow:1px 1px 1px #ffffff;
}

/*- Post Date -*/
.post-date {
	margin: 0 0 1.25em;
}
.post-date a {
	color: #ffffff;
}
.post-date em {
	background: #75a841;
	color: #ffffff;
	font-size: .9em;
	font-style: normal;
	padding: 3px 5px;
	line-height: 1.75em;
}
/*- Post Excerpt -*/
.post-excerpt {
	display: table;
	font-size: 13px;
	font-style: italic;
	height: 1%;
 /* margin: 0 0 1em; */
}
/*- Post Lists -*/
.post ul, .post ol {
	margin: 0 0 1.5em;
}
.post ul li {
	/*background: url(images/ico-list.gif) no-repeat 0 6px;*/
	margin:0.55em 0 1.1em;
	padding: 0 0 0 10px;
}
.post ol li {
	list-style: decimal;
	list-style-position: inside;
	margin: 0 0 .4em;
}
/*- Post Blockquote -*/
.post blockquote {
	border-left: 3px solid #cfcfcf;
	font-size: 13px;
	font-style: italic;
	margin: 0 0 1.5em;
	padding: 5px 0 0 10px;
}
/*- Post Author -*/
.post-author {
	margin: 0 0 1em;
}
.author-details {
	font-size: .85em;
}
.author-descr {
	display: table;
	height: 1%;
}
/*- Social Links -*/
.social-links {
	background: url(images/box-bgr2.gif) #f1f1f1 repeat-x top;
	height: 42px;
	padding: 0 18px;
}
.social-links .fl {
	line-height: 42px;
}
.social-links .fl span {
	background: url(images/comment_count_bg.gif) no-repeat center left;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 4px 0 8px 0;
	width: 33px;
	margin-right: 6px;
	display: inline-block;
	line-height: 32px;
}
.social-links .fr {
	padding: 9px 0 0;
}
.social-links .fr span {
	line-height: 21px;
	/*background-color:#636870;
	color:#FFFFFF !important;
	float:left;
	font-size:12px;
	margin-right:5px;
	padding:5px 8px;
	text-decoration:none;
	text-shadow:1px 1px #3D3D3D;*/
}
.social-links img {
	margin: 0 0 0 2px;
}
/*- Related Posts -*/
.post-rel {
	line-height: 1.5em;
}
.post-rel a {
	color: #33707E;
}
/*- Post Comments -*/
.post-comments .fl {
	width: 80px;
}
.post-comments .fr {
	width: 520px;
}
/*- Widget Title - */
.wtitle {
	background: url(images/box-bgr.gif) repeat-x top;
}
.wtitle h2 {
	line-height: 40px;
	margin: 0;
	padding: 0 0 0 18px;
}
/*=== Styling Boxes ===*/

/*- Box1 -*/
.box {
	background: #ffffff;
	border: 1px solid #cfcfcf;
	margin: 0 0 28px;
	padding: 1px;
}
.box .content {
	background: url(images/box-bgr.gif) #ffffff repeat-x top;
	height: 1%;
	padding: 18px;
}
.box.ads .content {
	padding-left: 15px;
	padding-right: 0;
	/*text-align: center;*/
}
#rightcol .box {
	margin: 0 0 10px;
}
/*- Box2 -*/
.box2 {
	background: #f9f9f9;
	border: 1px solid #cfcfcf;
	height: 1%;
	margin: 0 0 20px;
	padding: 18px;
	min-height: 115px;
}
.box2.alt {
	background: #FFFFFF;
}
.box2.alt {
	background: #FFFFFF;
}
.comm-name, .comm-date {
	line-height: 20px;
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1 li {
	background: url(images/ico-list1.gif) no-repeat 0 1.3em;
	border-bottom: 1px solid #e7e7e7;
	/*height: 1%;*/
	padding: .7em 0 .7em 13px;
}
.list1 li.last {
	border: 0;
}
#rightcol .list1 li a:hover {
	color: #33707e;
}
/*=== Styling Forms ===*/
input.btn {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
}
select {
	padding: 1px;
}
/*- Search -*/
#search {
	float: right;
	height: 25px;
	padding: 31px 0 0;
}
#search input {
	background: url(images/search-bgr.gif) repeat-x top;
	border: 1px solid #000000;
	float: left;
	padding: 8px;
	width: 285px;
}
#search input.btn {
	background: none;
	border: 0;
	margin: 8px 0 0 -30px;
	padding: 0;
	width: auto;
}
/*- Message -*/
.message div {
	margin: 0 0 18px;
}
.message input {
	padding: 9px 15px;
	width: 487px;
}
.message textarea {
	height: 114px;
	overflow: auto;
	padding: 9px 15px;
	width: 487px;
	font-family: Verdana;
}
.message .submit {
	float: left;
}
.message .btn {
	padding: 0;
	width: auto;
}
.message .notice {
	color: #a4a4a4;
	float: right;
	font-style: italic;
	padding: 10px 0 0;
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img {
	border: 5px solid #E5E4E4;
	display: block;
	margin: 0 0 .8em;
}
.pic.fl img {
	margin-right: 23px;
}
.pic.fr img {
	margin-left: 23px;
}
.th {
	display: block;
	margin: 0 0 .5em;
}
.th.fl img {
	margin-right: 10px;
}
.th.fl img
{
	width:40px;
	height:40px;
	border: 1px solid #cfcfcf;
}
.ads img, .ads.flickr .content img {
	margin: 0 14px 15px 0;
}
.ads.flickr .content img {
	border: 1px solid #cfcfcf;
}
.ads.flickr .ac img {
	border: 0;
	margin: 0;
}
/*=== Footer ===*/
#footer {
	color: #999999;
	font-size: 13px;
	line-height: 39px;
	margin: 0 auto;
	width: 1140px;
	padding:15px;
}
#footer a {
	color: #999999;
}
#footer a:hover {
	color: #999999;
}
/*=== Misc. ===*/
.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.hl, .hl2 {
	background: url(images/hl-dot.gif) repeat-x top;
	clear: both;
	height: 2px;
	overflow: hidden;
	width: 100%;
}
.hl2 {
	background: none;
	border-top: 1px solid #e7e7e7;
	height: 1px;
	margin: 0 0 .8em;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}
.button_btm{
	float:left;
	margin-right:10px;
}
/* Share box 
.bookmark_button{display:none;}*/
#pagei {
	position: relative;
}

.postShare {
	width: 50px;
	position: absolute;
	left: -73px;
	background: #fff;
	padding: 0 10px 10px 10px;
	visibility: hidden;
	border:1px solid #cfcfcf;
	border-right:1px solid #FFF;
	/*
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	*/
}
	.postShare .button {
		margin: 10px 0;
		text-align: center;
		overflow: hidden;
	}
	
	.postShare .FBConnectButton_Small, .postShare .FBConnectButton_RTL_Small {
		background-position:-2px -232px;
		border-left:1px solid #29447E;
	}
	
	.postShare .FBConnectButton_Small .FBConnectButton_Text{
		margin-left:14px;
		padding:2px 2px 3px;
	}
	
	.postShare .fb_share_count_top {
		width: 48px;
	}
	
	.postShare .email, .postShareHorizontal .email {
		background: #FFF url('/images/sharebox/mail.gif') no-repeat 0 0;
		padding-left: 20px;
		color: #777;
		font-size: 10px;
	}
/* End Share box */

/* Footer [Start] */
.footercontent{}
.footercontent .col1, .footercontent .col2, .footercontent .col3{float:left; margin-right:30px; width:245px;}
.footercontent .col4{float:left; width:270px;}
.footercontent h5 {
	color:#E8E8E8;
	font-size:16px;
	font-weight:700;
	margin:0;
	text-transform:capitalize;
}

.horizontal_bar {
	background:url('images/footerhoz.gif') repeat-x scroll center center transparent;
	clear:both;
	height:20px;
	margin:10px 0px;
}

ul.footer_ul li{line-height:normal; padding:5px;}

.clear_both{clear:both;}
/* Footer [End] */

/* Ads Sections [Start] */
.ads_336x280{width:336px; float:left; display:block; margin:0px 20px 10px 0px;}
.ads_300x250{width:300px; float:left; display:block; margin:0px 20px 10px 0px;}
.sidebar_ads_336x280{margin-left:15px;}
.graycolor{color:#CCCCCC;margin-right:30px;}
.onlygraycolor{color:#CCCCCC;}
/* Ads Sections [End] */

/*widget_categories*/
.widget_categories ul li{width:43%; float:left; display:block; margin:0px 5px;}
.widget_categories ul{display:block; height:1170px;}
/*widget_categories*/

/* Miscellaneous [Starts Here] */
.margin_top_15px{margin-top:15px !important;}
.margin_left_35px{margin-left:35px !important;}
.margin_left_70px{margin-left:70px !important;}
/* Miscellaneous [Ends Here] */

/* Video Menu Code [Starts Here] */
.videosmenu_banner{
	margin-left:385px;
	position:absolute;
	top:8px;
	z-index:100;
}

.videosmenu_holder{
	margin-left:340px;
	position:absolute;
	top:140px;
	z-index:100;
}

#slide_panel {
	width:620px;
	display: none;
}

#slide_panel .options{float:left;}
#slide_panel .options ul { background:#30414b none repeat scroll 0 0; border:1px solid #192227; padding:5px 0px; list-style:none; margin:0px; float:left; width:150px}
#slide_panel .options ul li a { padding:3px 3px 3px 20px; color:#ffffff; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; display:block; *display:inline-block;}
#slide_panel .options ul li a:hover { background-color:#566f83;}
#slide_panel .options ul.last{border-left:0px;}
#slide_panel .options ul li.viewmore{ background-color:#6fa640; width:115px; margin-left:20px; display:block;}
#slide_panel .options ul li.viewmore a{color:#114201; font-weight:bold;}

.slide_div {
	width:85px;
	*margin-bottom:-2px;
	outline:none;
	clear:both;
}

.slide_div a{
	outline:none;
	clear:both;
}
/* Video Menu Code [Ends Here] */

/* Featured Video Widget CSS [Starts Here] */
.featured_video_box {
	background: #ffffff;
	border: 1px solid #cfcfcf;
	margin: 0 0 10px;
	padding: 1px;
}
.featured_video_box .featured_video_box_content {
	background: url(images/box-bgr.gif) #ffffff repeat-x top;
	height: 1%;
	padding: 10px 18px 0px 18px;
}
#videowidget h2{
	color:#222222; 
	font-size:30px; 
	font-weight:bold; 
	margin:0 0 0.45em;
	text-decoration:none;
	text-shadow:1px 1px 1px #B0B0B0; 
	margin-bottom:10px;
}
#videowidget h2 a{color:#222222;}

/* Featured Video Widget CSS [Ends Here] */

/* Favorite widget CSS [Starts Here] */
/* Daily Favorite Tweets */
/*.sections .img_section, .sections .desc_section{float:left;}*/
h1.heading{
	color:#222222;
	font-size:30px;
	font-weight:bold;
	letter-spacing:-2px;
	margin:0px 0px 25px 0px;
	text-decoration:none;
	text-shadow:1px 1px 1px #B0B0B0;
	font-family:Trebuchet MS,Arial,Verdana,Helvetica,sans-serif;
}

.sections{height:100px;}
.sections .img_section img{border:5px solid #CCCCCC;}

.entry a {
	background: none !important;
	padding: 0px !important;
}
.entry h3 {
	height: 170px;
}
.entry h3 a:hover {
	color:#000 !important;
}

li.favlinks{
	padding:10px 10px 0 !important;
}


/* Widget Section */
li.widget_favlinks{
	padding:10px !important;
}

.widget_sections .img_section, .widget_sections .desc_section{
	float:left;
}

.widget_sections{}
.widget_sections .img_section{width:65px;}
.widget_sections .desc_section{padding-left:5px; width:290px;}

.widget_sections .desc_section a  {
	font-family:Georgia,"Times New Roman",Roman,serif;
	font-size: 1.3em;
	margin: 0 0 .45em;
	letter-spacing:0.2px;
	color: #333333 !important;
	text-decoration: none;
	text-shadow:1px 1px 1px #FFFFFF;
}

.widget_sections .desc_section a:hover{
	font-family:Georgia,"Times New Roman",Roman,serif;
	font-size: 1.3em;
	letter-spacing:0.2px;
	margin: 0 0 .45em;
	color: #333333 !important;
	text-decoration: none;
	text-shadow:1px 1px 1px #B0B0B0;
}

#favorite_widget{}

.daily_favorite{margin-bottom:5px;}

/* Widget Section Close */
.bg_eeeeee{background-color:#eeeeee;}
.bg_dedede{background-color:#dedede;}
.bg_999999{border:5px solid #999999 !important;}
.bg_cccccc{border:5px solid #cccccc !important;}
.float_right{float:right; margin:0px 20px 0px 0px; font-size:16px;}

.favlinks {
	/*height:230px;
	width:40%;
	float:left;
	margin: 6px;*/
}
.favlinks small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.favlinks img {
	margin-right: 10px;
	float: left;
	display:block;
}

ol.WS-articles{
	list-style: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}
ol.WS-articles li{
	padding:15px 25px;
	border-bottom: 1px solid #CCCCCC;
	overflow:hidden;
}
ol.WS-articles li img{
	vertical-align:middle;
	border: 0px;
	padding-right: 3px;
}
.WS-source a{
	color:#999999;
}
.WS-source{
	display: block;
	text-transform:uppercase;
	color:#CCCCCC;
	padding-bottom: 5px;
	text-decoration: none;
	font-size: 12px;
	overflow: hidden;
}
ol.WS-articles li img.WS-scraped-image{
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 0px 10px 0px 10px;
	float: right;
}
ol.WS-articles li p.WS-haspic{
	padding: 0px;
	margin: 0px;
}
ol.WS-articles li p.WS-haspic{
	margin: 0px 118px 0px 0px;
	padding: 0px;
}

.custompagination{
	border-top:1px solid #cccccc;
	padding: 15px 0px;
	margin-top:20px;
	clear:both;
}

.daily_favorite a.float_right{margin-right:10px;}
.daily_favorite a.float_right:hover{margin-right:10px;}

li.favlinks h2, li.favlinks h2 a, .daily_favorite a {
	font-family:Georgia,"Times New Roman",Roman,serif;
	font-size: 1.3em;
	margin: 0 0 .45em;
	letter-spacing:0.2px;
	color: #333333 !important;
	text-decoration: none;
	text-shadow:1px 1px 1px #FFFFFF;
}

li.favlinks h2 a:hover, .daily_favorite a:hover{
	font-family:Georgia,"Times New Roman",Roman,serif;
	font-size: 1.3em;
	letter-spacing:0.2px;
	margin: 0 0 .45em;
	color: #333333 !important;
	text-decoration: none;
	text-shadow:1px 1px 1px #B0B0B0;
}
/* Daily Favorite Tweets [Ends Here] */
/* Favorite widget CSS [Ends Here] */

/* Middle Posts Ad Section */
.box .content .left_section{
	margin:10px 30px 10px 20px;
}
.box .content .right_section{
	margin:10px 0px 10px 20px;
}
.box .content .left_section, .box .content .right_section{
	float:left;
}
/* Middle Posts Ad Section [Ends Here] */

/* Games Nav Holder */
.games_nav_holder {
	margin-left:442px;
	position:absolute;
	top:128px;
	/*z-index:100;*/
}
/* Games Nav Holder [Ends Here]*/

/* Styles for TechVideoBytes Featured Widget on Home Page */
.tvb_widget_style{
	margin-right:13px;
	float:left;
	width:102px;
} 
.tvb_widget_style img{
	border:5px solid #d3d1d1; 
	margin-bottom:5px;
} 
.tvb_widget_style a{
	color:#333333;font-family:Trebuchet MS,Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	letter-spacing:0.2px;
	text-decoration:none;
	text-shadow:1px 1px 1px #FFFFFF;
} 
.tvb_widget_style a:hover{
	text-shadow:1px 1px 1px #B0B0B0;
}
/* Styles for TechVideoBytes Featured Widget on Home Page [Ends Here] */

/* Styles for TechVideoBytes Featured Widget for tech.developersnippets.com Innerpages [Starts Here] */
.tvb_innerpage_widget{margin:0px 10px 10px 0px; padding-bottom:10px; border-bottom:1px dotted #cccccc;}
.tvb_innerpage_widget .tvb_img, .tvb_innerpage_widget .tvb_desc{float:left;}
.tvb_innerpage_widget .tvb_img{width:82px; margin-right:10px;}
.tvb_innerpage_widget .tvb_img img{margin-bottom:0 !important;}
.tvb_innerpage_widget .tvb_desc{width:270px;}
.tvb_innerpage_widget .tvb_desc a {
	color:#333333 !important;
	font-family:Georgia,"Times New Roman",Roman,serif;
	font-size:1.3em;
	letter-spacing:0.2px;
	margin:0 0 0.45em;
	text-decoration:none;
	text-shadow:1px 1px 1px #FFFFFF;
}
.tvb_innerpage_widget .tvb_desc a:hover{
	font-family:Georgia,"Times New Roman",Roman,serif;
	font-size:1.3em;
	letter-spacing:0.2px;
	margin:0 0 0.45em;
	text-decoration:none;
	text-shadow:1px 1px 1px #B0B0B0;
}
/* Styles for TechVideoBytes Featured Widget for tech.developersnippets.com Innerpages [Ends Here] */

/* For Pagination */
.wp-pagenavi a, .wp-pagenavi .current{padding: 13px 17px !important;}
