/*  
Theme Name: Strategic Venture Association
Theme URI: http://www.strategicventureassociation.com/
Description: Strategic Venture Association
Version: 1.0.3
Author: Bainbridge Studios LLC
Author URI: http://www.bainbridgestudios.com/
*/

html, body {
	font-family: arial;
	font-size: 12px;
	border: 0;
	color: #515151;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
}

p {
	line-height: 20px;
	padding: 10px 0;
}

h1, h2, h3, h4, h5 {
	padding: 10px 0;
}

ul, ol {
	list-style: none;
	padding: 10px 0;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #006DAD;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

blockquote {
	font-size: 12px;
	width: 80%;
	padding: 0 10%;
	margin: 10px auto;
	background: url(images/quote.gif) no-repeat 10px 7px;
	color: #717171;
	line-height: 19px;
	font-style: italic;
}

blockquote p {
	padding: 10px 0;
}

/* Align */

.aligncenter {
	margin: 10px auto 20px auto;
	display: center;
}

.alignleft {
	margin: 10px 10px 8px 0;
	float: left;
}

.alignright {
	margin: 10px 0px 8px 10px;
	float: right;
}

.col-left {
	float: left;
}

.col-right {
	float: right;
}

/* Header */

#header-out {
	width: 100%;
	background: fff;
	border-top: #666 1px solid;
}

#header {
	width: 960px;
	padding-left: 30px;
	height: 101px;
}

#header .col-left {
	padding: 20px 0px 0 0;
}

#header .col-right {
	padding: 40px 0px 0 0;
}

/* Header (title) */

#header h1 {
	display: none;
}

/* Header (date) */


#header .date p {
	padding: 0 0 10px 0;
}

/* Header (search) */

#header #search div {
	width: 250px;
	position: relative;
}

#header #search label {
	color: #515151;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 2px;
}
#header #search #box input {
	width: 95%;
	height: 20px;
	padding: 2px 0px 2px 0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	border: solid 1px #7f9db9;
	clear: none;
}

/* Navy Box */
	
#navybox-out {
	width: 100%;
	background: #061538;
}

#navybox {
	width: 960px;
	padding-left: 30px;
	height: 85px;
}

#navybox .col-left {
	width: 460px;
}
#navybox .col-right {
	padding: 20px 15px 0 0;
	width: 485px;
	height: 50px;
	text-align: right;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 36px;
	letter-spacing: -1px;
	color: #549AD2;
	font-weight: bold;
	text-transform: uppercase;
}

/* Navy Box Home */
	

#navybox-home {
	width: 960px;
	padding-left: 2px;
	height: 250px;
}


/* Main Menu */

#main-menu-out {
	width: 100%;
	background: #549AD2;
}

#main-menu {
	width: 960px;
	margin-left: 30px;
	height: 37px;
}

#main-menu a {
	color: #FFF;
}

#main-menu a:hover {
	color: #549AD2;
	text-decoration:none;
	background-color: #061538;
}
#main-menu ul {
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

#main-menu li {
	display: inline;
	display: block;
	height: 35px;
	float: left;
}

#main-menu li a {
	display: block;
	float: left;
	border-right: #7CAFD9 1px solid;
	padding: 3px 25px 3px 25px;
	line-height: 30px;
}

#main-menu .current {
	color: #549AD2;
	text-decoration:none;
	background-color: #061538;
}

/* Main Menu (current page item) */

#main-menu li.current-cat, #main-menu li.current-cat-parent {
	margin-left: -1px;
	height: 37px;
	background: url(images/bg_button_arrow.gif) no-repeat center 0;
}

#main-menu li.current-cat a, #main-menu li.current-cat-parent a {
	background: url(images/bg_menu_button.gif) no-repeat left top;
	display: block;
	float: left;
	padding: 0 0 0 2px;
	border-right: #E4E4E4 1px solid;
	color: #fff;
	margin-top: 5px;
}

#main-menu li.current-cat a span, #main-menu li.current-cat-parent span {
	background: url(images/bg_menu_button.gif) no-repeat right top;
	display: block;
	line-height: 26px;
	padding: 0 12px 1px 10px;
}

/* Sub Category Menu */

#subcat-menu-out {
	width: 100%;
	height: 50px;
	background: url(images/bg_subcat.gif) repeat-x;
}

#subcat-menu {
	width: 960px;
	margin-left: 30px;
	height: 34px;
}

#subcat-menu a {
	color: #3E3E3E;
}

#subcat-menu a:hover, li.current-cat a {
	color: #00699F;
}

#subcat-menu ul {
	padding: 6px 0 0 0;
	width: 100%;
	margin-left: -7px;
	position: relative;
}

#subcat-menu li {
	display: inline;
	float:left;
}

#subcat-menu li a {
	display: inline;
	float: left;
	padding: 0 8px 0 7px;
	line-height: 28px;
	background: url(images/bg_subcat_border.gif) no-repeat right bottom;
}

#subcat-menu li.current-cat a {
	color: #00699F;
	text-decoration:underline;
}
#subcat-menu ul li ul{
	padding:0px;
	width:auto;
	float:left;
	margin:0;
}

/* Middle */

#middle-out {
	width: 100%;
	border-top: 1px solid #fff;
	background: url(images/bg_content.gif) repeat-x #fff;
}

#middle {
	width: 960px;
	margin-left: 30px;
	padding-top: 20px;
	padding-bottom: 34px;
}

/* Content */

#content {
	width: 630px;
}

/* Content (main) */

#content #main {
	padding-top: 22px;
}

/* Content (archives) */

#content .archives {
	padding-top: 0 !important;
	width: 100%;
}

#content h2.arh {
	font-size: 25px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #0C68B2;
}

#content h2.search {
	padding-bottom: 0;
}

#content .archives #latest {
	border-top: 0;
}

#content .more_entries h2 {
	font-size: 17px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#content .more_entries {
	padding-top: 10px;
}

#content .more_entries h2 a {
	color: #515151;
}

/* Content (page) */

#content .page .post {
	border: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 5px !important;
}

/* Content (latest) */

#content #latest {
	width: 410px;
	border-top: #EBEBEB 1px solid;
}

/* Content (latest > post) */

#content #latest .post {
	width: 100%;
	padding: 10px 0;
	border-bottom: #EBEBEB 1px solid;
	clear: both;
}

#content #latest .post h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 5px 0 8px 0;
}

#content #latest .post p {
	line-height: 20px;

	padding: 2px 100px 5px 0px;
	dispaly: left;
}

#content #latest img.alignleft {
	margin-top: 7px;
	margin-bottom: 0;
}

a.read-more {
	font-weight: normal;
	margin-top: 10px;
}

/* Content (latest > more posts) */

#content #latest #more-posts {
	width: 100%;
}

#content #latest #more-posts ul {
	width: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 17px;
	padding: 0;
}

#content #latest #more-posts li {
	line-height: 27px;
	padding: 6px 0 7px 0;
	border-bottom: #EBEBEB 1px solid;
}

/* Content (popular) */

#content #popular-articles {
	width: 200px;
	background: rgb(243,243,243);
}

#content #popular-articles h2 {
	font-size: 12px;
	background: url(images/bg_h2_popular.gif) no-repeat 0 0;
	line-height: 37px;
	padding: 0 0 0 25px;
}

#content #popular-articles h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 25px;
	padding: 10px 0 5px 0;
}

#content #popular-articles h3 a {
	color: #343434;
}

#content #popular-articles p {
	padding: 5px 0;
	line-height: 23px;
}

#content #popular-articles a.read-more {
	border-bottom: #CBCBCB 1px solid;
}

#content #popular-articles a.read-more:hover {
	text-decoration: none;
	border-bottom: #979797 1px solid;
}

#content #popular-articles .block {
	border-bottom: #C7C7C7 1px solid;
	padding: 0 5px 10px 8px;
}

/* Content (single) */

#content #single {
	width: 600px;
	padding-bottom: 30px;
	padding-left: 25px;
}

/* Content (single > post) */

#content #single .post {
	width: 100%;
	border-bottom: #EBEBEB 1px solid;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#content #single .post h2 {
	font-size: 25px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #0C68B2;
}

#content #single .post h3 {
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #0C68B2;
}

#content #single .post h2.title {
	padding-bottom: 2px;
}

#content #single .post p.post-details {
	font-family: Georgia;
	font-size: 12px;
	font-style: italic;
	padding: 0 0 10px 20px;
	background: url(images/bg_post_details_single.gif) no-repeat 0 5px;
	color: #797979;
}

#content #single .post p.post-details a {
	color: #797979;
}

#content #single .post img.alignleft {
	margin: 8px 15px 0 0;
}

#content #single .post img.alignright {
	margin: 8px 0 0 15px;
}

/* Post Content Lists and Blockquote */

#content #single .post ol, #content #single .post ul {
	line-height: 20px;
}

#content #single .post ul {
	padding-left: 50px;
}

#content #single .post ul li {
	list-style: circle;
	padding: 3px 0;
}

#content #single .post ol {
	padding-left: 57px;
}

#content #single .post ol li {
	list-style: decimal;
	padding: 3px 0;
}

#content #single .post blockquote {
	border-left:2px solid #777777;
	color:#777777;
	font-style:italic;
	margin:5px auto 15px;
	padding:0px 10px;
	width:85%;
}

/* Content (single > comments) */

#content #single #comments {
	width: 100%;
}

#content #single #comments h2 {
	font-size: 18px;
	font-family: Georgia;
	padding: 10px 0 30px 0;
}

/* Content (single > comments > comment) */

#content #single .comment {
	width: 100%;
	margin-bottom: 17px;
}

#content #single .comment .col-left {
	width: 112px;
	text-align: right;
	font-family: Georgia;
}

#content #single .comment .col-left a {
	color: #565656;
	text-decoration: underline;
}

#content #single .comment .col-left a:hover {
	text-decoration: none;
}

#content #single .comment .col-left img {
	margin-bottom: 5px;
}

#content #single .comment .col-left p {
	padding: 1px 0;
}

#content #single .comment .col-right {
	width: 425px;
	padding: 5px 20px;
	background: #F8F8F8;
	border: #DEDEDE 1px solid;
	min-height: 130px;
}

* html #content #single .comment .col-right {
	height: 130px;
}

#content #single .lc_logged {
	margin-top: -20px;
	position: relative;
}

/* Content (single > comments > form) */

#content #single #comments label {
	display: block;
	clear: both;
	padding-bottom: 10px;
	width: 400px;
	font-family: "Lucida Sans Unicode";
	font-size: 11px;
}

#content #single #comments label span {
	line-height: 27px;
	padding-left: 10px;
	float: left;
}

#content #single #comments label input {
	width: 160px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 4px;
	border: #E5E5E5 1px solid;
	float: left;
}

#content #single #comments textarea {
	display: block;
	clear: both;
	width: 513px;
	padding: 5px 4px;
	border: #E5E5E5 1px solid;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Sidebar */

#sidebar {
	width: 311px;
}

#sidebar p {
	line-height: 20px;
	padding: 5px 0;
}

#sidebar h3 {
	font-size: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase; 
	color: #082F5E;
	border-bottom: 1px solid #BBCFE2;
}


#sidebar h4 {
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

#sidebar .block {
	border: #DEDEDE 1px solid;
	background: #F2F2F2;
	padding: 12px 9px;
	margin-bottom: 14px;
}

#sidebar .block h2 {
	font-size: 14px;
	padding: 0 0 10px 0;
}

#sidebar .block .inside {
	background: #fff;
	border: #DEDEDE 1px solid;
	padding: 5px 12px;
}

#sidebar .inside ul {
	padding: 0;
}

#sidebar .inside li {
	line-height: 20px;
	padding: 3px 0 3px 12px;
	background: url(images/bg_arrows.gif) no-repeat 0 10px;
}

#sidebar .inside li a {
	color: #565656;
}

#sidebar .inside li a:hover {
	color: #006DAC;
}

/* Sidebar (tabs) */

#sidebar #tabs ul.tabs {
	padding: 0;
	width: 100%;
	margin-bottom: 8px;
}

#sidebar #tabs ul.tabs li {
	display: block;
	float: left;
	margin-right: 3px;
}

#sidebar #tabs ul.tabs li a {
	background: #fff;
	display: block;
	border: #DEDEDE 1px solid;
	line-height: 27px;
	padding: 0 9px;
	color: #515151;
	font-weight: bold;
}

#sidebar #tabs ul.tabs li a.selected {
	background: url(images/bg_tabs_selected.gif) repeat-x 0 0;
	color: #fff;
	border: 0;
	margin-top: 1px;
}

#sidebar #tabs .inside {
	position: relative;
	padding-top: 6px;
	padding-bottom:15px;	
}

#sidebar #tabs .inside ul {
	padding-top: 0px;
}

#sidebar #tabs .inside li {
	padding: 6px 0 ;
	border-bottom: #DEDEDE 1px solid;
	background: none;
}

#sidebar #tabs .inside .border-clear {
	width: 100%;
	height: 8px;
	background: #fff;
	overflow: hidden;
	position: absolute;
	top: 1px;
	left: 0;
}

/* Sidebar (subscribe) */

#sidebar .subscribe {
	width: 241px;
	height: 45px;
	padding: 16px 0 0 70px;
	background: url(images/bg_subscribe.gif) no-repeat 0 0;
	margin-bottom: 16px;
}

#sidebar .subscribe h2 {
	font-family: Georgia;
	font-size: 17px;
	font-weight: normal;
	font-style: italic;
	color: #2D2D2D;
	padding: 0;
	line-height: 15px;
}

#sidebar .subscribe h2 a {
	color: #2D2D2D;
}

#sidebar .subscribe p {
	font-size: 11px;
	color: #6F6F6F;
	padding: 0;
	line-height: 15px;
}

/* Sidebar (advert) */

#sidebar .advert {
	width: 100%;
	text-align: center;
	margin-bottom: 14px;
}

/* Sidebar (categories and archive) */

#sidebar #cat-arh {
	width: 291px;
}

#sidebar #cat-arh .container {
	background: url(images/bg_catarh.gif);
	border-bottom: #E7E7E7 1px solid;
	width: 100%;
}

#sidebar #cat-arh .inside {
	padding: 7px 8px 10px 12px;
	border-bottom: 0;
}

#sidebar #cat-arh .col-left .inside {
	border-right: 0;
	width: 123px;
}

#sidebar #cat-arh .col-left h2 {
	background: #F2F2F2;
}

#sidebar #cat-arh .col-right .inside {
	width: 125px;
	border-left: 0;
}

#sidebar #cat-arh .col-right h2 {
	background: #F2F2F2;
	margin-left: -1px;
	padding-left: 1px;
}

/* Widget (calendar) */

#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #C7C7C7;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	text-decoration: underline;
}

#wp-calendar a:hover {
	text-decoration: none;
}

/* Widget (tag cloud) */

#tag_cloud {
	padding-bottom: 20px;
}

#footer #tag_cloud h2 {
	margin-bottom: 10px;
}

#footer #tag_cloud a {
	color: #515151;
}

/* Widget (textwidget) */

.textwidget {
	padding: 10px 0;
}

/* Footer */

#footer-out {
	width: 100%;
	background: #e8e8e8 url(images/bg_footer.gif) repeat-x 0 0;
}

#footer {
	width: 960px;
	margin-left: 30px;
	padding: 10px 0;
}

#footer .block {
	display: block;
	margin-right: 30px;
	float: left;
}

#footer .last {
	margin-right: 0;
}

#footer h2 {
	color: #3B3B3B;
}

/* Footer (flickr) */

.flickr_badge_image img {
	float:left;
	margin:8px 3px 0px;
	padding:0 7px 5px 0;
}


#footer .flickr h2 {
	font-size: 14px;
	font-weight: normal;
}

#footer .flickr h2 span {
	color: #006DAC;
}

#footer .flickr h2 span span {
	color: #DE42B1;
}

#footer .flickr .inside {
	margin-left: -15px;
	position: relative;
	width: 300px;
	padding-top: 10px;
}

#footer .flickr img {
	display: block;
	float: left;
	padding: 3px;
	background: #fff;
	margin:0 0 15px 15px;
	display: inline;
	position: relative;
}


/* Footer (widget) */

#footer .widget {
	width: 300px;
}

#footer .widget h2 {
	font-family: Georgia;
	font-size: 16px;
	padding-bottom: 5px;
	font-weight: bold;
	background: url(images/bg_footer_h2.gif) no-repeat 0 13px;
	padding-left: 25px;
}

#footer .widget ul {
	padding-left: 5px;
}

#footer .widget li {
	line-height: 20px;
	padding: 2px 0 2px 15px;
	background: url(images/bg_footer_arrows.gif) no-repeat 0 10px;
}

#footer .widget li a {
	color: #515151;
}

/* Copyright */

#copyright-out {
	width: 100%;
	background: #e8e8e8;
}

#copyright {
	width: 960px;
	margin-left: 30px;
	padding: 15px 0 50px 0;
}

#copyright a {
	color: #999;
	text-decoration: underline;
}

#copyright a:hover {
	text-decoration: none;
}

#copyright ul {
	padding: 10px 0 5px 0;
	margin-left: -7px;
	position: relative;
}

#copyright li {
	display: inline;
	padding: 0 7px;
	border-left: #3A3A3A 1px solid;
}

#copyright li.first {
	border: 0;
}

#copyright p {
	text-align: center;
	color: #999;
	padding: 0;
}

.small {
	font-size: 11px;
}

#copyright .col-right {
	padding-top: 10px;
}

/* Fix */

.wrap:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}

/* Mix */

.ui-tabs-hide {  
	display: none;  
}  

.ads img {
  margin:5px 5px 0 0;
}

/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright{
padding: 4px;
margin: 3px 0 2px 10px;
display: inline;
}

img.alignleft{
padding: 4px;
margin: 3px 10px 2px 0;
display: inline;
}

.alignleft{
float: left;
}

.alignright{
float: right;
}

.home-copy {
	font-size: 15px;
	line-height: 22px;
}


/*--nav-column--*/
.nav-column{
	float:left;
	width:100%;
}
.nav-section{padding:0 15px 0 0;}

.leftbox {
	width: 100%;
	padding: 10px;
}



/*******************************************************************************

 MENU LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 40px auto;
	padding: 0;
	list-style-type: none;
	font:14px/27px Arial, Helvetica, sans-serif;
	color: #7d7d7d;
	cursor: default;
	width: 100%;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 100%;
	border-bottom:1px solid #d9e2ec;
	/* border-left:1px solid #d9e2ec; */
}

ul.MenuBarVertical ul li
{
	border:1px solid #d9e2ec; 
	
}

.MenuBarVertical a.active {
	color:#0C68B2;
	font:18px/30px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding:0;
}
/* Submenus are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: 0 0 0 190px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 190px;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 100%;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	
}


/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	color:#797979;
	margin:0 0 0 5px;
	padding:7px 0 7px 10px;
	text-decoration:none;
	font:15px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	color:#0C68B2;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	color: #0C68B2;
}


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

