/*  
Theme Name: VentureLoop
Theme URI: http://www.leftlanedesigns.com/
Description: VentureLoop is a custom theme developed by LeftLane Designs.
Version: 1.0
Author: LeftLane Designs
Author URI: http://www.leftlanedesigns.com/

*/

* html {
	height: 1%;
}

body {
	height: 100%;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000;
}

/* -- Layout Styles -- */

#mainwrap {
	
}

#header {
	height: 150px;
	width: 870px;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 10px;
}

#wrap {
	width: 870px;
	margin: 0 auto;
	padding: 0;
}

#wrap2 {
	
}

#content {
	width: 580px;
	padding: 20px 20px 20px 40px;
}

#sidebar {
	float: right;
	width: 180px;
	padding: 20px;
	border-left: 1px solid #d8d8d8;
	background-attachment: fixed;
}

#footer {
	clear: both;
	height: 40px;
	width: 650px;
	margin: 50px auto;
	padding-top: 20px;
	padding-right: 220px;
	text-align: center;
	font-size: 10px;
}

#footer a {
	color: #999;	
}

#footer a:hover {
	color: #0099cc;
}

#footer .copyright {
	color: #ccc;
}

/* -- Header Styles -- */
#headerlogo {
	display: block;
	float: left;
	width: 250px;
	position: relative;
}

#header h1 {
	text-indent: -9999px;
}

#header h1 a {
	display: block;
	width: 250px;
	height: 34px;
	background: url(images/ventureloop_logo.gif) no-repeat left top;
}

#header .description {
	text-indent: -9999px;
	width: 0px;
	height: 0px;
}

#headerlinks {
	float: right;
	text-align: right;
	position: relative;
	margin: 20px;
}

/* -- Navigation Styles -- */
#nav-main ul {
	height:23px;
	margin: 27px 20px 0 20px;
	list-style-type: none;
	clear: both;
	float: left;
	padding: 0px;
	width: 850px;
}

#nav-main ul li {
	display: inline;
	float: left;
	text-align: center;
}

#nav-main ul li a {
	width:105px;
	height:18px;
	padding-top:5px;
	color:#000;
	font-size:12px;
	display:block;
	background:url(images/bg-navtab_off.gif) 0 0 no-repeat;
}

#nav-main a:hover, #nav-main a:active, #nav-main .on a {
	color: #0099CC;
	background: url(images/bg-navtab_on.gif) 0 0 no-repeat;
}

#nav-main .on a {
	font-weight: bold;
}

#nav-main .right {
	height: 23px;
	float: right;
	text-align: center;
	margin-right: 8px
}

#nav-main .right a:link {
	width: 107px;
	height: 18px;
	padding-top: 5px;
	color: #fff;
	font-size: 12px;
	display: block;
	background: url(images/bg-navtab-green_off.gif) 0 0 no-repeat;
}

#nav-main .right a:visited {
	width: 107px;
	height: 18px;
	padding-top: 5px;
	color: #fff;
	font-size: 12px;
	display: block;
	background: url(images/bg-navtab-green_off.gif) 0 0 no-repeat;
}

#nav-main .right a:hover {
	color: #000000;
	background: url(images/bg-navtab-green_off.gif) 0 0 no-repeat;
}

#nav-main .right a:active {
	color: #ffffff;
	background: url(images/bg-navtab-green_off.gif) 0 0 no-repeat
}

#nav-banner {
	display: block;
	clear: both;
	height: 50px;
	width: 870px;
	margin: 0 auto;
	padding: 0;
	background: url(images/bg-sectionbanner-venture.gif) no-repeat center bottom;
}

/* -- Sidebar Styles -- */
#sidebar h3, #sidebar h2.widgettitle {
	color: #006699;
	font-size: 13px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 6px;
}

#sidebar ul {
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
	list-style-type: none;
}

#sidebar li {
	list-style-type: none;
}

#sidebar ul ul {
	padding-left: 20px;
	padding-bottom: 4px;
}

#sidebar ul li {
	padding-bottom: 6px;
}

#sidebar ul li a {
	display: block;
}

#sidebar ul li a:hover {
	background-color: #f9f9f9;
}

#sidebar .widget {
	margin-bottom: 30px;
}

/* -- Typography -- */

h1 {
	font-size: 15px;
}

h2 {
	font-size: 13px;
	color: #006699;
}

h3 {
	font-size: 12px;
}

a {
	color: #0095C8;
	text-decoration: none;
}

a:hover {
	color: #006699;
}

#content small {
	font-size: 10px;
	line-height: 18px;
	color: #777;
}

.postmetadata {
	font-size: 10px;
	line-height: 20px;
	padding: 4px 20px 4px 10px;
	margin: 10px 0px 20px 0px;
	background-color: #f6f6f6;
	color: #333;
}

.postmetadata a {
	color: #333;	
}

.postmetadata a:hover {
	color: #006699;
}

.post {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.posttitle, .post h3 {
	margin-bottom: 4px;
	font-size: 15px;
}

.posttitle a, .post h3 a {
	color: #006699;
}

.posttitlelink {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h2.pagetitle {
	font-size: 16px;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 10px;
}

ul.commentlist {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

ul.commentlist li {
	padding: 10px 10px 2px 10px;
}

ul.commentlist .avatar {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

ul.commentlist p {
	padding-left: 60px;
}

ul.commentlist .alt {
	background-color: #f6f6f6;
}

blockquote {
	padding: 4px 20px 4px 20px;
	margin: 6px 6px 6px 12px;
	background-color: #fcfcfc;
	color: #333;
	border-left: 2px solid #ddd;
}

img.alignright {float:right; margin: 0 0 20px 20px;}
img.alignleft {float:left; margin: 0 20px 20px 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 20px 20px;}
a img.alignleft {float:left; margin:0 20px 20px 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}