﻿/*
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: #1e99b5;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
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: 1.5em;
	padding: 0 0 1.3em;
}
/*=== Layout ===*/
#page {
	margin: 0 auto;
	width: 975px;
}
#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;
	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;
	color:#333;
}
.topnav li.first input{
	font-size:12px;
	width:100px;
	border:1px #ccc solid;
	padding:2px;
	margin-right:5px;
}
.topnav li.first .sbutton{
	padding:2px 10px!important;
	color:#000;
	width:auto!important;
	cursor:pointer;
	background-color:#efefef;
}
.topnav li a{
	color:#333;
	display:block;
	float:left;
	padding:0px 7px 0px 8px;
	text-decoration:none;
}
.topnav li a:hover{
	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 1px 0 0;
	text-align: center;
}
#nav1 ul.sf-menu li a {
	color: #333333;
	display: block;
	position: relative;
	float: left;
	text-decoration: none;
	width: 127px;
	cursor: pointer;
}
#nav1 ul.sf-menu li a:hover {
	text-decoration: none;
	background: #efefef;
}
#nav1 ul.sf-menu li ul.children {
	background: #e5e5e5;
}
#nav1 ul.sf-menu li ul.children li {
	background:  #e5e5e5;
	border-bottom:1px #ccc solid;
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
}
#nav1 ul.sf-menu li ul.children li a {
	color: #000;
	text-decoration: none;
	display:block;
	text-align:left;
	padding-left:15px;
	width: 142px;

}
#nav1 ul.sf-menu li ul.children li a:hover {
	text-decoration: none;
	background: none;
	background-color:#efefef;
	
}
#nav1 ul.sf-menu li ul.children li ul.children {
	border: 1px solid #ccc;
	color:#000;
	border-left: none;
	background: #e5e5e5;
}
#nav1 ul.sf-menu li ul.children li ul.children li {
}
#nav1 ul.sf-menu li ul.children li ul.children a {
	color: #000;
	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: 20px 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: 660px;
}
/*=== Right Column ===*/
#rightcol {
	float: right;
	width: 305px;
}
#rightcol a {
	color: #404040;
	text-decoration: none;
}
/*=== Sub Columns ===*/
.subcols {
	background: url(images/subcols-bgr.gif) repeat-y left;
	height: 1%;
}
.subcols h2{
	margin-bottom:0px;
}
.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: #59a504;
}
.post-title h1.author {
	color: #888888;
	font-size: 14px;
	padding-top: 2px;
}
.post-title h2, .post-title h2 a  {
	font-size: 16px;
	font-weight: bold;
	color: #171717;
	font-family:Arial,sans-serif;
	text-decoration: none;
	margin:0px;
	padding:0px;
}
/*- Post Date -*/
.post-date {
}
.post-date a {
	color: #aa4d1d;
	font-size:11px;
}
.post-date em {
	color: #000;
	font-size: .9em;
	font-style: normal;
	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 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%;
}
.author-descr h3{
	padding-left:0px!important;
}
/*- 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: 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 10px;
	padding: 1px;
}
.box h3{
	padding:20px 0px 0px 20px;
	margin-bottom:0px;
	color:#59A504;
	font-size:17px;
}

.box .content {
	background: url(images/box-bgr.gif) #ffffff repeat-x top;
	height: 1%;
	padding: 18px 18px 10px 18px;
}
.box.ads .content {
	padding-left: 15px;
	padding-right: 0;
	text-align: left;
}

.box.ads .content .tag {
	background: url(images/tag.jpg) no-repeat left top;
	padding:5px 0px 5px 35px;
	text-align:left;
}
.box.ads .content .lastview {
	background: url(images/recent.png) no-repeat left top;
	padding:5px 0px 5px 35px;
	text-align:left;
}
.box.ads .content .right_favorite {
	background: url(images/favorite_right.png) no-repeat left top;
	padding:5px 0px 15px 35px;
	text-align:left;
}
.content ul{
	padding-top:10px;
}
.content ul li a{
	display:block;
	padding:5px 0px 2px 10px;
	background: url(images/131.gif) no-repeat 0px 6px;
	border-bottom:1px #ccc dashed;
	font-size:11px;
	
}
.content ul li a:hover{
    border-bottom:1px #e86223 dashed;
	color:#e86223!important;

}
#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.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 -*/
#search {
	float: right;
	height: 25px;
	padding: 40px 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: 1px solid #ccc;
	display: block;
	padding:1px;
	margin: 0 0 .8em;
}
.pic img:hover{
	border:1px #e86223 solid;
}
.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;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('images/bg_button_a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px!important; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px!important;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

#preview{
	position:absolute;
	border:1px solid #59a504;
	background:#f4f4f4;
	padding:2px;
	display:none;
	color:#8fe430;
}
.post-author a{
	color:#aa4d1d;
	text-decoration:none;
}
.post-block-1{
	float:left;
	width:250px;
}
.post-block-2{
	float:left;
	width:100px;
	margin-left:20px;
}
.post-block-3{
	float:right;
	width:80px;
}
.clearall{
	clear:both;
}
.rightmenu {
	padding:10px 10px 0px 20px;
}

.rightmenu li a{
	display:block;
	color:#171717!important;
	font-size:16px;
	padding:2px 0px;
	font-weight:bold;
}
.rightmenu li a:hover{
	color:#59a504!important;
}
.rightmenu li ul {
	padding:5px 0px 5px 10px;
}
.rightmenu li ul li a{
	background: url(images/sub.gif) no-repeat left center;
	padding-left:20px;
	padding-right:10px;
	display:block;
	font-size:12px;
	color:#e86223!important;
	font-weight:normal;
	
}
.rightmenu li ul li a:hover{
	text-decoration:underline!important;
}


.favorite{
	width:80px;
	float:right;
	text-align:center;
}
.favorite img{
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  cursor:pointer;
}
.favorite img:hover{
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:100;
}
.right_list_favorite {
	border:1px #ccc solid;
}
.right_list_favorite:hover{
	border:1px #e86223 solid;
}
.climax-content{
	padding: 30px 0px 10px 0px;
}
.climax-content img{
	border:1px #ccc solid;
	padding:2px;
	background-color:#f4f4f4;
	display:block;
	margin: 5px auto;
	max-width:600px;
}
.userinfo{
	width:400px;
	float:right;
	text-align:right;
	padding:9px 0 0;
}
.userinfo a{
	padding-left:5px;
	color:#e86223;
}
.authorpost{
	padding:10px 0px;
	border:1px #ccc solid;
	margin-bottom:10px;
	background-color:#fff;
}
.authorpost h2{
	text-align:center;
}
.authorpost h2 span{
	color:#e86223;
}
.authorlistpost{
	padding: 0px 16px;
}
.authorlistpost a{
	float:left;
	padding: 0px 5px;
}
.authorlistpost a img{
	border: 1px #ccc solid;
	padding:1px;
}
.authorlistpost a img:hover{
	border: 1px #e86223 solid;
	padding:1px;
}