/*
Theme Name: Convergence
Theme URI: http://themeforest.net
Description: The place where people and information converge and create community.
Version: 2.0
Author: Maximus
Author URI: http://themeforest.net?ref=Maximus
Tags: community, news, industry, blog
font-family: Arial, Verdana, Helvetica, sans-serif;
*/

/*=== Setup ===*/
* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	background: url(images/bkg.png) #17436b repeat-x 50% 0;
	color: #404040;
	
	font-family:Georgia,"Times New Roman",Times,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 {
	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: 127px;
	margin: 0 0 1px;
}
/*- Logo -*/
#header h1 {
	background: url(http://www.hoareview.com/forums/public/style_images/overlayblue/logo.png) 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-child {
	background: none;
}
.topnav li:first-child a {
	padding: 0 7px 0 4px;
}
.topnav li a {
	color: #FFFFFF;
	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;
}
#nav1d  {
background:url("http://www.hoareview.com/forums/public/style_images/overlayblue/secondary_nav.gif") repeat-x scroll 0 0 #A0B9D3;
border-bottom:1px solid #869EB6;
clear:both;
color:#FFFFFF;
font-size:13px;
font-weight:bold;
height:37px;
text-shadow:0 -1px 0 #617B98;
}

#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: 107px;
	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: 37px 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%;
}
.col1, .col2 {
	float: left;
	width: 285px;
}
.col2 {
	float: right;
}
.col1 > div:last-child,
.col2 > div:last-child {
	border-top: none;
}
/*=== 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;
	
	margin: 0 0 .45em;
	color: #222222;
	text-decoration: none;
}
/*- Post Date -#5eb7cb-font-size: .9em*/
.post-date {
	margin: 0 0 1.25em;
}
.post-date a {
	color: #ffffff;
}
.post-date em {
	background: #AEC4D9;
	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 Content -*/
.post-content ul {
	margin: 0 0 18px 25px;
}
.post-content ol {
	margin: 0 0 18px 25px;
}
.post-content ul,
.post-content ul li {
	list-style-type:disc;
	list-style-position: inside;
}
.post-content ol,
.post-content ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
.post-content ol ol {
	list-style:upper-alpha;
}
.post-content ol ol ol {
	list-style:lower-roman;
}
.post-content ol ol ol ol {
	list-style:lower-alpha;
}
.post-content ul ul, 
.post-content ol ol, 
.post-content ul ol, 
.post-content ol ul {
	margin-bottom:0;
}
.post-content dl {
    margin:0 1.5em;
}
.post-content dt {
    font-weight:bold;
}
.post-content dd {
	margin-bottom:18px;
}
.post-content strong {
	font-weight: bold;
}
.post-content cite, 
.post-content em, 
.post-content i {
	font-style: italic;
}
.post-content blockquote {
	padding: 0 2em;
	padding-top: 1.3em;
	background: #f3f3f3;
	border-left: 3px solid #dddddd;
}
.post-content blockquote em, 
.post-content blockquote i, 
.post-content blockquote cite {
	font-style:normal;
}
.post-content pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
.post-content code {
	font:11px Monaco, monospace;
}
.post-content abbr, 
.post-content acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
.post-content ins {
	text-decoration:none;
}
.post-content sup,
.post-content sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
.post-content sup {
	bottom: 1ex;
}
.post-content sub {
	top: .5ex;
}

.post-content blockquote.left {
	float: left;
	margin-right:20px;
	text-align: right;
	width: 33%;
	border: none;
	border-left: 3px solid #dddddd;
}
.post-content blockquote.right {
	float: right;
	margin-left:20px;
	text-align: left;
	width: 33%;
	border: none;
	border-right: 3px solid #dddddd;
}
.post-content p, 
.post-content ul,
.post-content ol,
.post-content dd,
.post-content pre,
.post-content blockquote {
    margin-bottom: 1.3em;
    padding-bottom: 1.3em;
	line-height: 1.5em;
}
.post-content blockquote {
    padding-bottom: 0;
    margin-bottom: 2.6em;
}
.post-content pre,
.post-content code {
	font:12px Monaco, monospace;
	line-height:20px;
}
/*- 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: 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.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: 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: 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 .odd img {
	margin: 0 10px 10px 0;
}
.ads .even img {
	margin: 0 0 10px 0;
}
.widget-flickr img {
	margin: 0 14px 15px 0;
	float: left;	
}
.widget-flickr img {
	border: 1px solid #cfcfcf;
}
.widget-flickr #flickr_badge_image3 img,
.widget-flickr #flickr_badge_image6 img,
.widget-flickr #flickr_badge_image9 img,
.widget-flickr #flickr_badge_image12 img,
.widget-flickr #flickr_badge_image15 img,
.widget-flickr #flickr_badge_image18 img,
.widget-flickr #flickr_badge_image21 img,
.widget-flickr #flickr_badge_image24 img {
	margin-right: 0;
}
#twitter ul.tweet_list {
	margin-bottom: 20px;
}
#twitter ul.tweet_list li {
	background: url(images/twitter_icon.png) no-repeat top left;
	padding: 0 0 15px 25px;
	margin-bottom: 15px;
}
#twitter ul.tweet_list span.date {
	text-transform: uppercase;
	font-size: 10px;
	color: #aaaaaa;
	font-style: italic;
}
#twitter a {
	color: #33707e;
	text-decoration: underline;
}
#twitter a:hover {
	text-decoration: none;
}
/*=== 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;
}
#footer ul li {
	display: inline-block;
	margin-left: 15px;
}

/*=== 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;
}

.entry-content img {
    margin: 0 0 18px 0;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 5px 20px 20px 20px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}




/*=== CSS STYLING FOR THE TOP HEADER MENU OF IPB ===*/


#primary_nav {
	text-shadow: #000 0px -1px 1px;
	height: 31px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: right;
	text-transform: uppercase;
	margin-top: 31px;
}
 
	#primary_nav ul{
		list-style-type: none;
	}
 
	#primary_nav ul li{
		display:inline;
		margin:0;
		padding:0;
	}
 
	#primary_nav ul li a:link,
	#primary_nav ul li a:visited,
	#primary_nav ul li a:hover,
	#primary_nav ul li a:active {
		color: #fff;
		text-decoration: none;
		float:left;
		padding-left: 3px;
		font-weight: bold;
		margin-left: 1px;
		outline: none;
	}
	
	#primary_nav ul li a:hover,
	#primary_nav ul li a:hover span{
		color: #fff;
	}
	
	#primary_nav ul li a:hover{
		background: transparent url(http://www.hoareview.com/forums/public/style_images/overlayblue/primary_nav.png) no-repeat 0px -49px;
	}
	
	#primary_nav ul li a:hover span{
		background: transparent url(http://www.hoareview.com/forums/public/style_images/overlayblue/primary_nav.png) no-repeat 100% -49px;
	}
	
	#primary_nav ul li a:link span,
	#primary_nav ul li a:visited span,
	#primary_nav ul li a:hover span,
	#primary_nav ul li a:active span {
		padding: 0px 15px 0px 12px;
		display: block;
		line-height: 31px;
	}
	
		#primary_nav ul li.active a:link,
		#primary_nav ul li.active a:visited,
		#primary_nav ul li.active a:hover,
		#primary_nav ul li.active a:active {
			background: transparent url(http://www.hoareview.com/forums/public/style_images/overlayblue/primary_nav.png) no-repeat top left;
		}
		
		#primary_nav ul li.active a:link span,
		#primary_nav ul li.active a:visited span,
		#primary_nav ul li.active a:hover span,
		#primary_nav ul li.active a:active span {
			background: transparent url(http://www.hoareview.com/forums/public/style_images/overlayblue/primary_nav.png) no-repeat top right;
			color: #fff;
		}
		
#user_bar{
        position: absolute;
	background: url(http://www.hoareview.com/forums/public/style_images/overlayblue/userbar.png);
	border: 1px solid #081a32;
	border: 1px solid rgba(0,0,0,0.3);
	border-bottom: 0;
	height: 32px;
	margin: 0 0px;
        margin-top: 92px;
        width: 974px;
}		
#user_navigation {
	height: 32px;
	float: left;
	font-weight: bold;
	font-size: 0.9em;
}
 
#user_links{
	float: left;
	overflow: hidden;
	height: 32px;
}
 
#user_links a{
	float: left;
	display: block;
	padding: 0 10px 10px 10px;
	line-height: 33px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	outline: none;
}
 
#user_links a:hover{
	background: url(http://www.hoareview.com/forums/public/style_images/overlayblue/userbar.png);
}

#searchforum {
	color: #556b85;
	font-size: 0.85em;
	margin: 5px 4px auto auto;	
	position: relative;
	right: 0px;
	float: right;
	z-index: 5000;
}
 
	#searchforum .submit_input {
		background: #95b0cb url(http://www.hoareview.com/forums/public/style_images/overlayblue/search_icon.png) no-repeat 50%;
		text-indent: -3000em;
		width: 35px;
		height: 24px;
		border: 1px solid #adc2d7;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		padding: 0;
		float: left;
		margin-left: 2px;
	}
	
	#searchforum .submit_input:hover{
		background-color: #a5bed6;
	}
 
 
	#searchforum input#main_search {
		padding: 0;
		border: 0;
		width: 140px;
		background-color: #fff;
	}
	
		#searchforum input#main_search.inactive {
			color: #a9a9a9;
			font-style: italic;
		}
	
	#searchforum_wrap {
		background: #fff;
		/*border: 1px solid #fff;*/
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		padding: 5px;
		float: left;
		height: 14px;
	}
	
		#searchforum .choice {
			background: url(http://www.hoareview.com/forums/public/style_images/overlayblue/search_expand.png) no-repeat right;
			border-left: 1px solid #afafaf;
			padding: 0 9px 0 7px;
			color: #888888;
			min-width: 60px;
			display: inline-block;
		}
 
		#searchforum_options_menucontent {
			background: #fff;
			font-size: 11px;
			border: 1px solid #ababab;
			margin-top: 5px;
			padding: 0 !important;
			min-width: 170px;
			display: inline-block;
			z-index: 1000;
			margin-left: -89px;
		}
		
			#searchforum_options_menucontent li {
				color: #3c3c3c !important;
				margin: 0 !important;
				display: block !important;
				float: none !important;
				line-height: 100% !important;
				padding: 0 !important;
			}
			
			#searchforum_options_menucontent li.title{
				padding: 8px !important;
			}
			
			#searchforum_options_menucontent li label{
				padding: 8px;
				display: block;
				cursor: pointer;
			}
			#searchforum_options_menucontent li label:hover{
				background: #f3f3f3;
			}
				
				#searchforum_options_menucontent li.special {
					background: #fcfcfc;
				}
				
				#searchforum_options_menucontent li.special + li.app,
				#searchforum_options_menucontent li.title + li.special {
					border-top: 1px solid #cbcbcb;
				}
			
				#searchforum_options_menucontent li input {
					margin-right: 5px;
				}
		
	#adv_searchforum {
		width: 30px;
		outline: none;
		height: 22px;
		margin-left: 2px;
		border: 1px solid #6e89a8;
		background: #5f7ea0 url(http://www.hoareview.com/forums/public/style_images/overlayblue/advanced_search.png) no-repeat 50% 50%;
		text-indent: -3000em;
		float: left;
		display: inline-block;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}
	
		#adv_searchforum:hover {
			background-color: #6885a6;
		}
		
 

