/*  
Theme Name: OpTree 3.0
Theme URI: 
Description: VentureBeat theme Style
Version: 1.0
Author: Nomad Thinking, LLC
Author URI: http://nomadthinking.com/
*/




/* core
----------------------------------------*/
img{ border:none;}
.img{ border:none;}
body {
	margin: 0 0 15px 0;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	height: 1%;
}

ul, li, h1, h2, h3, h4, p, blockquote {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

img {
	border: none;
}

p {
	margin-bottom: 1.2em;
}

/* links
----------------------------------------*/

a:link, a:visited {
	color: #173B7F;
	text-decoration: none;
}

a:hover, a:active {
	color: #173B7F;
	text-decoration: underline;
}


/* structure
----------------------------------------*/
.toparea {
	width: 900px;
	text-align: center;
	margin: 0px auto;
}

.maincontentwrap {
	background:#fff;
}

.uppercontainer {
	border-bottom: 1px #d8dadb solid;
}

.mastbannerwrap {
	margin: 0px auto;
	width: 900px;
	padding-top:12px;
}

.mastimage {
	float: left;
	text-align: left;
	width: 400px;
	padding-top:4px;
}

.mastimage h1 {
	display:none;
}

.mastimage h2 {
	font-size: 30px;
	line-height: 1.2em;
	font-family: Georgia, Times, serif;
	padding:2px 0 4px 6px;
	color:#444;
	width:361px;
/*	padding:4px 8px 4px 0;
	text-align:right;
*/
}

.mastsearch {
	float: right;
	width: 310px;
	padding-top: 15px;
	text-align: right;
	margin-bottom: -18px;
}

.feeds {
	text-transform: uppercase;
	font-size: 10px;
	text-align: right;
	margin-top: 18px;
}
.mastsearchmain .feeds {
	margin: 10px 0;
}

.rssfeed {
	padding-left: 16px;
	background: url('images/rss_icon.gif') left center no-repeat;
	
}

.mailfeed {
	margin-left: 8px;
	padding-left: 16px;
	background: url('images/main_icon.gif') left center no-repeat;
	
}

.sectionhead {
	margin-top: -10px;
}

.secticon {
margin-bottom: -5px;
}

.sectionhead h2 {
	color: #333;
	margin: 0px 0px 16px 0px;
	padding: 0px 22px;
	font-size: 2.6em;
	font-family: Georgia, Times, serif;
}
.lowercontainer {
	margin: 0px auto;
	width: 900px;
}


/* left column */
.leftcol {
	width: 574px;
	float: left;
	overflow:hidden;
}

.mainnav {
	border-left: 1px #f3f3f3 solid;
}

#nav ul {
	background:#6792CF;
	margin: -1px 0px 0px 0px;
	padding:0px;
	list-style: none;
	overflow: hidden;
	margin:0px;
	}
#nav ul li {
	text-transform: uppercase;
	float: left;
	}
#nav ul li a {
	float: left;
	font-weight: bold;
	display: block;
	font-size: 12px;
	line-height: 1em;
	padding: 12px 0px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	color: #000;
	border: none;
	}
#nav ul li a strong {
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #6792CF;
	background:#7b828c;
	
	}
#nav li a:hover {
	background: url(images/top_nav_bg_active.gif) no-repeat bottom right;
	}
#nav li a.active {
	color: #7b828c;
	}
#nav ul li a:hover strong {	
	color: #fff;
	}
#nav ul li a.active strong {
	color: #fff;
	}

.home a, .home a:hover{
	width:65px;
}
.n-advertisement a, .n-advertisement a:hover{
	width:90px;
}
.n-archives a, .n-archives a:hover{
	width:80px;
}
.n-directory a, .n-directory a:hover{
	width:85px;
}
.n-events a, .n-events a:hover{
	width:65px;
}
.n-productreview a, .n-productreview a:hover{
	width:130px;
}
.n-profile a, .n-profile a:hover{
	width:65px;
}
.n-tools a, .n-tools a:hover{
	width:60px;
}
.loop_page_navigation {
	margin:10px 0;
}

.single_post_nav {
	padding:5px 0px 5px 25px;
	margin:17px 0 -10px 0;
	border:1px solid #f3f3f3;
	border-bottom:1px solid #eee;
	font-size:10px;
}

.single_post_nav a {
	text-transform:uppercase;
	padding:0 5px;
}

.single_post_nav a.main {
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
}

/* post structure */

.postwrapper {
	margin-top: 17px;
}

.vbw_overlay {
	display:none;
	position: absolute;
	top: 300px;
	left: 200px;
	right: 200px;
	z-index: 8000;
	width: 574px;
	overflow: auto;
	padding: 4px 8px 8px 4px;
	background: url('images/overlay_transparent.png') top left;
}

.vbw_overlay.visible {
	display:block;
	z-index: 8000;	
}

.postwrapper p, .postoverlay p {
	font-size: 12px;
	line-height: 18px;
}
.postwrapper img.left { padding: 3px; margin: 0.5em 15px 0.5em 0; float: left; clear: left; }
.postwrapper img.right { padding: 3px; margin: 0.5em 0 0.5em 15px; float: right; clear: right;}



/* 
.postwrapper blockquote, .postoverlay blockquote {
	font-style: italic;
}
*/

.postblank {
	background: #f3f3f3 url('images/post_fade.gif') bottom left no-repeat;
	padding: 2px 5px 6px 2px;
}

.postcontent {
	padding: 2px;
	background: #fff;
}

.postheader {
	padding: 20px 1px 0px 1px;
	border-bottom: 1px #eaeaea solid;
}
.postcontent h2{
	color:#18792C;
	display:block;
	border-bottom:1px solid #000;
	padding-top:-15px;
	margin-bottom:20px;
}
.postnav a, .postnav a:hover, .postnav a:visited{
	font-size:16px;
	color:#18792C;
}
.headtop {
	margin: 0px -5px -20px -4px;
	height: 26px;
	top:-3px;
	position: relative;
}

.business-and-technology {
	background: url('images/news_header.gif') top left no-repeat;
}

.guestcol {
	background: url('images/guest_header.gif') top left no-repeat;
}

.wire {
	background: url('images/vbeatwire_header.gif') top left no-repeat;
}

.postheader h3 {
	font-size: 1.7em;
	line-height: 1.2em;
	font-family: Georgia, Times, serif;
	padding:0px 20px;
}

.postheader h3 a {
	text-decoration:none;
	color: #333;	
}

.postheader h3 a:hover {
	color:#173B7F;
}

.leftcol h2 {
	margin-top:20px;
	font-size: 1.7em;	
	font-family: Georgia, Times, serif;
}

.metadata {
	padding:0px 20px 9px 20px;
	margin-top: 12px;
	margin-bottom: 0px;
	font-family: Georgia, Times, serif;
}

.authorblock {
	text-transform: uppercase;
	font-size: 10px;
}

.dateblock {
	text-transform: uppercase;
	font-size: 10px;
}

.commentblock {
	background: url('images/comments_icon.gif') left center no-repeat;
	text-transform: uppercase;
	font-size: 10px;
	padding: 4px 0px 4px 20px;
	margin-left:0px;
}

.postbody {
	font-family: Georgia, Times, serif;
	padding: 12px 20px;
}


.vbw_hoverlink_container {
	font-family: Georgia, Times, serif;
	padding: 8px 20px 0px 20px;
	margin:8px 0;
	border-top: 1px #eaeaea solid;	
}

.vbw_hoverlink_container.first {
	border-top:none;
	padding-top:12px;
}
.vbw_postfooter {
	padding: 1px 0;
	clear:both;
}

.postfooter {
	padding: 6px 20px 10px 20px;
	border-top: 1px #eaeaea solid;
	clear:both;
}

.postfooter.free {
	border-bottom: 1px #eaeaea solid;	
}

.footicon {
	font-size: 10px;
	text-transform: uppercase;
	margin-right: 24px;
}

.digg {
	position: relative;
	top:8px;
	margin-right:0px;
}

.digg_inpost {
	float:right;
	margin:10px;
}

.sphere {
	position:relative;
	top:1px;
}

.femail {
	padding-left: 22px;
}

.share {
	position:relative;
	top:-1px;
}

span.stbuttontext {
	position:relative;
	top:2px;
}

.contentads {
	padding-bottom: 12px;
	border-bottom: 5px #f3f3f3 solid;
}

.contentads h3 {
	font-weight: normal;
	text-transform: uppercase;
	margin: 12px 0px 12px 0px;
	border-top: 5px #f3f3f3 solid;
	border-bottom: 1px #f3f3f3 solid;
	font-size: 9px;
	letter-spacing: .3em;
	font-weight: normal;
}

.postad1 {
	
}

.postad2 {
	
}

.left {
	float: left;
}

.right {
	float: right;
}

.lowernav {
	margin: 12px 0px;
	font-family: Georgia, Times, serif;
	font-size: 11px;
}

.vbwire {}

ul.vbwire {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	margin-top: 12px;
	list-style: none;
}

ul.vbwire li {
	padding: 6px 20px;
	border-bottom: 1px #f3f3f3 solid;
}

ul.vbwire li.last {
	border-bottom: none;
	
}


/* right column */
.rightcol {
	width: 310px;
	float: right;
	padding-bottom: 18px;
	border-bottom: 5px #f3f3f3 solid;
}


#rnav ul {
	font-family: Helvetica, Arial, sans-serif;
	margin: 1px 0px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}
#rnav ul li {
	text-transform: uppercase;
	float: left;
	margin: 0;
	padding: 0;
	border-top: 1px #fff solid;
	}
#rnav ul li a {
	float: left;
	font-weight: bold;
	display: block;
	font-size: 12px;
	line-height: 1em;
	padding: 12px 0px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	color: #173B7F;
	border: none;
	background: url(images/top_nav_rcol_bg.gif) no-repeat bottom right;
	}
#rnav ul li a strong {
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #e0e0d5;
	}
#rnav li a:hover {
	background: url(images/top_nav_rcol_bg_active.gif) no-repeat bottom right;
	}
#rnav li a.active {
	color: #7b828c;
	}
#rnav ul li a:hover strong {	
	color: #fff;
	}
#rnav ul li a.active strong {
	color: #fff;
	}

.v-wire {
	width: 156px;
	
}

.v-guest {
	width: 152px;
}

.adblock {
	border: 5px #f3f3f3 solid;
}

.rtop {
	margin-top: 17px;
}

.rblock {
}

.streamblock {
	border-bottom: 5px #f3f3f3 solid;		
}
.rblock img {
	margin-top:20px;
}

.adright {
	padding: 0px;
	margin-top: 12px;
	float: left;
	width: 160px;
	position: relative;
}

.adleft {
	margin-top: 12px;
	margin-right: 25px;
	float: left;
	width: 125px;
}

.adleft img {
	margin-bottom: 12px;
}

.rightcol h3, .streamblock h3 {
	font-weight: normal;
	text-transform: uppercase;
	margin: 12px 0px 0px 0px;
	border-top: 5px #f3f3f3 solid;
	border-bottom: 1px #f3f3f3 solid;
	font-size: 9px;
	letter-spacing: .3em;
}

.rightcol ul {
	font-family: Georgia, Times, serif;
	font-size: 11px;
	line-height: 16px;
}

ul.rlist {
	padding: 8px 0px 0px 0px;
	margin-top: 0px;
	list-style: none;
}

ul.rlist li {
	border-bottom: 1px #f3f3f3 solid;
	padding: 5px 0;
}

ul.rcomments li {
	padding: 7px 0px 15px 0px;
}

ul.rguests li {
	padding: 9px 0px;
	
}

.guests {
	text-transform: uppercase;
}

ul.rjobs li{
	padding:8px 0px;
}

.jobs {
	text-transform: uppercase;
}

ul.rlinks {
}

ul.rlinks li {
	padding: 4px 0px;
}

ul.rwriters li {
	padding: 2px 0px;
	text-transform: uppercase;
}

/* footer */
.footer {
	border-top: 1px #f3f3f3 solid;
	padding: 12px 0px 30px 0px;
	margin:20px 0;
}

.footerbody {
	width: 900px;
	margin: 0px auto;
	font-size: 11px;
	font-family: Georgia, Times, serif;
}


/* comments */

.commentlists {
	font-family: Georgia, Times, serif;		
}

.commentinnerwrap {
	padding: 12px;
}

.commentinnerwrap h2 {
	padding: 12px 0px;
}

.commentitem{
	padding: 12px 0px 6px 0px;
	border-top: 1px #ddd solid;
}

cite.comment-author, cite.comment-author a {
	font-weight: bold;
}

.comments {}

.comment_info {
	text-align: right;
	width: 150px;
	float: left;
}

.comment_body {
	margin-left: 12px;
	width: 350px;
	float: left;
}

.commentform {
	padding: 12px;
	background: #efefef;
}

.commentform textarea, .commentform input {
	border: 1px solid #777;
}

.cformname {
	width: 33%;
}

.cformemail {
	width: 33%;
}

.cformwebsite {
	width: 33%;
}

.cformcomment {
	width: 100%;
}

.cformcomment label {
	display:block;
}

.cformbutton {
	float: right;
	margin-top: 12px;
	margin-right: 25px;
}


.req {
	color: #173B7F;
}

.commentlists ol {
	padding: 0;
	margin: 0;
}

.commentlists li {
	list-style:none;
}

/* author template */
.author_bio {
	margin: 15px 0;
	font-family: Georgia, Times, serif;	
	border-bottom: 1px #eaeaea solid;		
}
.author_bio h2 {
	margin-bottom:10px;
}
.author_bio img {
	float:left;
	margin:0 10px 8px 0;
}
.author_description {
	margin-top:8px;
}

.trackback_url {
	float:right;
	margin-top:12px;
	font-size:10px;
}

/* blogroll */
ul.blogroll {
	margin-top:20px;
}
ul.blogroll li {
	padding:4px 0;
	font-family: Georgia, Times, serif;	
	border-bottom: 1px #eaeaea solid;
}

ul.blogroll li.descripted {
	padding-top:8px;
}

ul.blogroll li p {
	color:#555;
}

ul.blogroll li.descripted p {
	margin-bottom: 0;
}

/* random/in-post content */
.center {
}
img.by_cf {
	float:right;
}
img.joyent {
	margin: 10px auto;
	display:block;
}

.caption {
	font-style: italic;
	font-size: .85em;
	display: block
}
img.page_image {
	border:5px solid #222;
}

.postbody p img, #story_text p img {
	float: left;
    padding:5px;
	margin:0 10px 5px 0;
}

.postbody ul, .postbody ol {
	padding-bottom:18px;
	padding-left:25px;
}

.postbody ul li, .postbody ol li {
	padding-bottom:5px;
}

.postbody blockquote {
	margin-bottom:10px;
	padding-left:45px;
	min-height:32px;
}

#story_text p img {border: 2px solid #555;margin-right: 8px;}
.post_img {
	float:left;
	margin-right:5px;
}

.story_image {
	float:left;
	border-bottom:1px solid #fff;
	margin-right:20px;
	padding-bottom:5px
}

/* currently centered since we only have one ... */
.instream_ad {
	width:325px;
	margin: 0 auto;
}

.instream_ad_block {
	margin-top: 15px;
}

img.property_sponsor {
	padding-left:10px;
	vertical-align:top;
	border:none;
}
