/*
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: Arial, Verdana, Helvetica, sans-serif;
	font-size: .75em;
}
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 {
	padding: 0;
	color: #222222;
	margin: 0;

}
h3 {
	color: #333333;
	font-size: 1.2em;
	margin: 0 0 .8em;
}
h4 {
	font-size: 1em;
	margin: 0 0 1em;
}
p {
	line-height: 1.5em;
	padding: 0 0 1.3em;
}
/*=== Layout ===*/
#page {
	margin: 0 auto;
	width: 1020px;
}
#page-bot {
	background: url(images/page-bot.gif) repeat-x top;
	height: 39px;
}
/*=== H eader ===*/
#header{
	height: 101px;
	margin: 0 0 1px;
}
/*- Logo -*/
#header h1 {
	background: url(images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	margin-top: 14px;
	width: 235px;
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	line-height: 10px;
	color: #000;
}

#header .description {
float: right;
margin: 4px 10px 0px 0px;
}

#header .logo {
float: left;
width: 235px;
height: 60px;
}

#header h1 br {
margin: 0;
padding: 0;
}

#header h1 a {
	margin: 0;
	padding: 0;
	display: block;
	height: 48px;
}
#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; */
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	float: left;
	line-height: 37px;
	padding: 0 1px 0 0;
	text-align: center;
}
#nav1 ul.sf-menu li a {
	color: #333333;
	display: block;
	position: relative;
	float: left;
	text-decoration: none;
	width: 107px;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor: pointer;
}
#nav1 ul.sf-menu li a:hover {
	text-decoration: none;
	background: #FEFEFE;
}
#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: 30px 0 0;
	padding: 0 0 15px;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 900px;
	min-height: 900px;
}
/*=== Center Column ===*/
#centercol, .centercol {
	float: left;
	width: 520px;
}
/*=== Right Column ===*/
#rightcol {
	float: right;
	width: 305px;
}
#rightcol a {
	color: #404040;
	text-decoration: none;
}
/*=== Sub Columns ===*/
.subcols {
	
}
.col1, .col2 {
	float: left;
	width: 225px;
}
.col2 {
	float: right;
}

.col1 h2, .col2 h2 {
margin-bottom: 10px;
font-weight: bold;	
}

.col2 ul li {
display: block;
clear: both;
padding: 0 0 6px 0;
margin-bottom: 11px;
border-bottom: 1px solid #ccc;
overflow: hidden;
}

.col2 ul li img {
border: 1px solid #ccc;
float: left;
}

/*=== Popular settings ===*/

.col2 ul li .wpp-post-title {
float: right;
width: 174px;
text-decoration: underline;
}

.col2 ul li .wpp-post-title:hover {
text-decoration: none;	
}

#wpp-3 ul li {
display: block;
clear: both;
padding: 0 0 6px 0;
margin-bottom: 11px;
border-bottom: 1px solid #ccc;
overflow: hidden;
}

#wpp-3 ul li img {
border: 1px solid #ccc;
float: left;
}

#wpp-3 ul li .wpp-post-title {
float: right;
width: 214px;
text-decoration: underline;
}

#wpp-3 ul li .wpp-post-title:hover {
text-decoration: none;	
}

#wpp-3 span.wpp-rating img.post-ratings-image {
border: none;
}

#wpp-3 span.wpp-rating {
margin: 10px 0 0 10px;
float: left;

}

#wpp-3 span.wpp-rating img {
border: none;
}

#sideratings ul li {
display: block;
clear: both;
padding: 0 0 6px 0;
margin-bottom: 11px;
border-bottom: 1px solid #ccc;
overflow: hidden;
}

#sideratings ul li img {
border: 1px solid #ccc;
float: left;
}

#sideratings ul li .wpp-post-title {
float: right;
width: 214px;
text-decoration: underline;
}

#sideratings ul li .wpp-post-title:hover {
text-decoration: none;	
}

#sideratings .post-ratings img.post-ratings-image {
border: none;
}

#sideratings .post-ratings {
margin: 10px 0 0 10px;
width: 80px;
float: left;
}


/*=== 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;
}
/*- Post Date -*/

.wide-ad {
float: right;	
}

.post-date {
	margin: 0 0 0 0;
	float: left;
	
}
.post-date a {
	color: #555;
}
.post-date em {
	
	color: #888;
	font-size: .9em;
	font-style: normal;
	
}
/*- Post Excerpt -*/
.post-excerpt {
	clear: both;
	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 0 .4em;
	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;
}
.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: 480px;
}

.post-comments .fr form fieldset {
width: 480px;
}

input#author, input#email, input#url, textarea#comment {
width: 440px;	
}

/*- 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 -*/

.postname a {
	display: block;
	float: left;
	font-size: 10pt;
	width: 240px;
	margin: 0 0 10px 0;
}

.narrowbox {
	border: 1px solid #cfcfcf;
	border-top: 4px solid #f8d820;
	margin: 0 5px 10px 5px;
	width: 230px;
	float: left;
}

.box {
	border: 1px solid #cfcfcf;
	border-top: 4px solid #f8d820;
	margin: 0 0 10px 0;
	margin-top: 18px;

}
.box .content, .narrowbox .content {
	background: url(images/box-bgr.gif) #ffffff repeat-x top;
	height: 1%;
	padding: 18px;
	overflow: hidden;
	border-bottom: 1px solid #888;	
}

.content p a {
color: #1111cc;
text-decoration: none;
font-weight: bold;
}

.content p a:hover {
text-decoration: underline;
}

.narrowbox .content {

}

.box.ads .content {
	padding-left: 15px;
	padding-right: 0;
	text-align: center;
}
#rightcol .box {
	margin: 18px 0 10px;
}
/*- Box2 -*/
.box2 {
	background: #f9f9f9;
	border: 1px solid #888;
	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.1em;
	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 -*/



.searchform .searchbar {
background-image: url('images/searchbox.gif');
width: 460px;
float: right;
height: 48px;
margin-top: 20px;
}

.searchform input.searcharea {
	margin-top: 6px;
	font-size: 14pt;
}

.searchform .btn {
float: right;
margin-top: -2px;
}

#search {
	float: right;
	height: 25px;
	padding: 0px 0 0;
}
#search input {
	border: none;
	background: transparent;
	float: left;
	padding: 8px;
	width: 360px;
}
#search input.btn {
	background: none;
	border: 0;
	margin: 0;
	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: 1px solid #cfcfcf;
	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: #5f5f5f;
	font-size: 11px;
	line-height: 39px;
	margin: 0 auto;
	width: 975px;
}
#footer a {
	color: #33707e;
	text-decoration: none;
}
#footer a:hover {
	color: #5f5f5f;
	text-decoration: underline;
}
/*=== 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;
}


/* Wide Search Box Style */

#widesearchbox {
background-repeat: no-repeat;
width: 980px;
height: 174px;
padding: 10px 0;
text-align: center;
margin: 0;
}

#widesearchbar {
background-image: url('images/widesearchbar.gif');
width: 762px;
height: 80px;
margin: 0 auto;
background-repeat: no-repeat;
}

#widesearchbox h2 {
  margin: 10px 0 14px 0;
  padding: 0;
  font-size: 20pt;
  letter-spacing: -1px;
  color: #888;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#widesearchbox fieldset {
padding: 0;	
}

#widesearchbox form {
width: 762px;
margin: 0 auto;
padding: 0;
}

#widesearchbar input.bar {
border: none;
background: none transparent;
width: 600px;
font-size: 24pt;
padding: 8px 14px;
margin-top: 10px;
color: #888;
vertical-align: middle;
}

#widesearchbar input.btn {
float: right;
vertical-align: middle;
margin-top: 0px;
}

.socialbar {
float: right;
margin-top: 4px;
}

.socialbar a {
margin: 2px;	
}

.sidebarad {

float: right;
}








/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Main Page */


.featured {
}

.featured .postname {
background-color: #eee;
border: 1px solid #ccc;
width: 250px;
height: 80px;
float: left;
display: block;
margin: 3px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.featured .postname:hover {
background-color: #fff;
}

.featured .postname .posttitle a:hover {
color: #000;
}

.featured .postname .posttitle a {
float: left;
width: 110px;
height: 70px;
text-decoration: none;
font-weight: bold;
font-size: 9pt;
margin-top: 5px;
}

.featured .postname .thumbnail {
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-radius-bottom-left: 5px;
-webkit-border-radius-top-left: 5px;
width: 120px;
float: left;
padding-right: 10px;
position: relative;
}

.recentposts, .featured {
float: left;
width: 520px;
margin-bottom: 10px;
}

.recentposts .postname {
width: 250px;
height: 50px;
float: left;
display: block;
margin: 5px;
}

.recentposts .postname:hover, .featured .postname:hover {
text-decoration: underline;
}

.postname .thumbnail {
width: 100px;
float: left;
padding-right: 10px;
position: relative;
}

.postname .posttitle a {
float: left;
width: 140px;
height: 70px;
text-decoration: none;
font-weight: bold;
font-size: 9pt;
}

.postname .posttitle a:hover {
text-decoration: underline;
}

#leftsidebar {
width: 150px;
float: left;
margin-right: 24px;
}

.categories, .populartags {
float: left;
width: 150px;
margin-bottom: 20px;
}

.categories ul a, .populartags ul a {
margin-left: 10px;
line-height: 18px;
text-decoration: none;
font-weight: bold;
text-transform: capitalize;
}

#leftsidebar a:hover {
text-decoration: underline;
}

.categories h2, .recentposts h2, .populartags h2, .featured h2 {
margin: 0;
padding: 0;
text-transform: uppercase;
border-bottom: 4px solid #f8d820;
letter-spacing: 0;
font-size: 10pt;
color: #555;
font-weight: bold;
margin: 2px 0 8px 0;
}

.recentposts h2 {
border-color: #ccc;
}

.content ol li {
margin: 0 0 20px 0;
line-height: 20px;
}

.content ol {
margin: 0 0 30px 0;
padding: 0;
}

embed {
margin: 12px 0;
}
