/*
Theme Name: BCNO theme
Theme URI: http://bcno.org/
Description: Primary stylesheet for the Business Council of New Orleans.
Version: 1.0
Author: Scott McCrossen, Pat Ramsey
Author URI: http://five65.com/ and http://slash25.com
Tags: 

*/

/* @group General */

html {
	height: 100%;
	}

a,a:visited {	
	color: #0066a4;
	text-decoration: none;
	}

a:focus, a:hover {
	color: #0066a4;
	border-bottom: 1px dotted #0066a4;
	}

body {
	background: #fff url('images/bcno-BG2.jpg') repeat-x 0 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 83%;
	color: #3a3e3e;
	height: 100%;
	line-height: 167%;
	}

strong, em, b, i {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #393939;
	}
	
p.postmetadata { 
    color: #800000;
    }

#featureNav li, #footer li {
	font-family: Arial, sans-serif;
	}

div.content p, div.chairmanMessage p,div.post p {
	font-size: 0.9em;
	margin-bottom: 1em;
	}

div.clear {
	width: 99%;
	height: 1px;
	clear: both;
	}

div.ddsg-credit {
	display: none;
	}

#mainContent .ddsg-wrapper h3 {
	color: #3a3e3e;
	font-size: 1.5em;
	margin-bottom: 0.5em;
	}
.ddsg-wrapper li li {
	margin-left: 1.5em;
    }

.home div.post {
    border-bottom: 1px dotted #cdcdcd;
    padding-bottom: 5px;
    margin-bottom: 8px;
    }
    
.date div.post {
    border-bottom: 1px dotted #cdcdcd;
    padding-bottom: 5px;
    margin-bottom: 8px;
    }

.skipnav {
	position: absolute;
	margin-left: -9999px;
	height: 1px;
	}

img a:hover,a:visited {	
	border: none;
	}


/* @end */

/* @group Page Elements */

#wrapper {
	width: 945px;
	padding-top: 7px;
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	}

* html #wrapper {
	height: 100%;
	}

#flashcontent {
	width: 945px;
	height: 308px;
	}

#topContent {
/*	min-height: 100%;*/
	position: relative;
	}

#header {
	height: 97px;
	}

body:first-of-type #header {
	height: 97px;
	}

#mainContent {
	padding: 1.8em 1.75em 0 30px;
	float: left;
	position: relative;
	width: 62%;
	margin-bottom: 2em;
	color: #3a3e3e;
	}

.pageid-2 #mainContent {
	width: 68%;
	padding-right: 1em;
	padding-left: 0;
	}
.pageid-2 #mainContent div.content {
	margin-left: 30px;
	width: 275px;
	float: left;	
	}

#mainContent div.content {
	width: 100%;
	float: none;
	margin-left: 0;	
	}

ul.reglist {
	margin-bottom: 1.5em;
	list-style-position: outside;
}
ul.reglist li {
	list-style: none;
	padding-left: 16px;
	margin-bottom: 0.5em;
	color: #3a3e3e;
	background:transparent url(images/reglist-arrow.gif) no-repeat 0 7px;
	}

ul.reglist li span {
	color: #666;
	left: 0;
	margin: 0 0 0 0;
	display: block;
	font-size: 0.9em;
	}

ul.reglist li a {
	margin-left: 0;
	font-weight: bold;
	}
	
ul.reglist li a, ul.reglist li a:visited{ 
	color: #0066a4;
	}


#sidebar {
	margin-top: 1.5em;
	margin-right: 1.5em;

	float: left;
	color: #666;
	width: 265px;
	}

#sidebar.initiatives {
	margin-left: 1em;
	margin-right: 30px;
	width: 18em;
	}
	
#sidebar .img-box {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 15px;
    border: none;
    background: transparent;
}	

#sidebar.initiatives p.callout {
    background: #fff;
	font-family: Cambria, Georgia, "Times New Roman", Serif;
	font-size: 125%;
	font-weight: normal;
	color: #0066a4;
	line-height: 180%;
	padding-left: 16px;
	padding-top: 0;
	padding-bottom: 15px;
	border-left: 1px solid #aeaeae; 
	}
    
#footer {
	clear: both;
	position: relative;
	padding: 0.5em 0 2em 2em;
	margin: 1em auto 0 auto;
	border-top: 1px solid #0066a4;
	}

/* @end */

/* @group Headings */

h1 { 
	width: 50%;
	margin: 37px 0 2em 30px;
	}

h2 {
	font-weight: 100;
	font-size: 2.1em;
	line-height: 1em;
	letter-spacing: 1px;
	margin-bottom: 0.5em;
	}

h3 {
	font-weight: 100;
	font-size: 1.5em;
	line-height: 1em;
	letter-spacing: 1px;
	margin-bottom: 0.1em;
	}

h3.leadership {
	font-weight: 100;
	font-size: 1.5em;
	line-height: 1em;
	letter-spacing: 1px;
	border-top: 1px dotted #cdcdcd;
	border-bottom: 1px dotted #cdcdcd;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0.5em;
	margin-top: 1em;
    }
    
h4.leadership {
	font-weight: 100;
	color: #0066a4;
	font-size: 1.25em;
	line-height: 1em;
	letter-spacing: none;
	border-top: 1px dotted #cdcdcd;
	border-bottom: 1px dotted #cdcdcd;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 0.5em;
	margin-top: 1em;
    }

.pageid-2 .chairmanMessage h2 a {
	color: #9c3;	
	}

.pageid-2 #sidebar h2 {
	color: #0066a4;	
	}
.home h3,.archive h3 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

h2,h3,h4 {
	font-family: Cambria, Georgia, "Times New Roman", Serif;
	font-weight: 500;
	}

.chairmanMessage h2 {
	color: #d6d26e;
	}

#sidebar h2 {
	line-height: 1em;
	color: #333;
	}

#mainContent h2, 
#mainContent h3, 
span.dtstart {
	color: #0066a4;
	}

.pageid-4 h3 {
	color: #444;
	font-size: 1.8em;
	font-weight: 100;
	line-height: 2em;
	}

/* @end */

/* @group Main Nav */

ul#mainNav {
	margin: -65px 0 2em 620px;
	padding: 0;
	display: block;
	}

#mainNav li {
	display: inline;
	font-size: 1em;
	text-transform: uppercase;
	padding-right: 1em;
	}

#mainNav li a,
#mainNav li a:visited {
	color: #333;
	font-weight: bold;
	}

#mainNav li a:focus,
#mainNav li a:hover,
#mainNav li.current_page_item a {
	color: #0066a4;
	}

/* @end */

/* @group Initiatives Nav */

#featureNav {
	height: 71px;
	margin: 0 auto;
	position: relative;
	clear: both;
	}

#featureNav ul {
	display: block;
	height: 100%;
	width: 945px;
	margin: 0 auto;
	}
#featureNav li {
	display: inline-block;
	float: left;
	width: 25%;
	height: 100%;
	}
#featureNav li.second {
	display: inline-block;
	float: left;
	width: 22%;
	height: 100%;
	}
#featureNav li.third {
	display: inline-block;
	float: left;
	width: 28%;
	height: 100%;
	}
#featureNav li a {
	border-right: 1px solid #ccc;
	display: block;
	padding: 8px 0 10px 2em;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 45px;
	font-size: 75%;
	color: #333;
	}
	
#featureNav li.fourth a {
	border-right: none;
	}
	
#featureNav li a span.initiative {
	font-size: 200%;
	}

#featureNav li a:focus, #featureNav li a:hover {
	color: #0066a4;
	border-bottom: none;
	}

#featureNav li a.current {
	color: #0066a4;
	}

#featureNav li.second a,
#featureNav li.third a,
#featureNav li.fourth a {
	border-left: 1px solid #fff;
	}
	
#featureNav li.first a {
	border-left: none;
	padding-left: 30px;
	}

/*#featureNav li.fourth a {
	display: none;
}*/
/* @end */

/* @group Chairman Message */

div.chairmanMessage {
	width: 295px;
	margin-left: 24px;
	float: left;
	}

.chairmanMessage img {
	margin-bottom: 1.3em;
	}

.chairmanMessage a, .chairmanMessage a:visited {
	color: #0066a4;
	}

.chairmanMessage p,
.chairmanMessage .more-link {
	display: inline;
}

/* @end */

/* @group News Styles */

.home div.more-link {
	margin-top: -1em;
}

ul.news {
	margin-bottom: 1.5em;
	list-style-position: outside;
}
ul.news li {
	list-style: none;
	padding-left: 13px;
	margin-bottom: 0.5em;
	color: #0066a4;
	background:transparent url(images/arrow_bullet.gif) no-repeat 0 7px;
	}

ul.news li span {
	color: #666;
	left: 0;
	margin: 0 0 0 0;
	display: block;
	font-size: 0.9em;
	}

ul.news li a {
	margin-left: 0;
	font-weight: bold;
	}
	
ul.news li a, ul.news li a:visited {
	color: #0066a4;
	}

/* @end */

/* @group Footer */

#footer li {
	display: inline;
	padding: 0 6px;
	border-right: 1px solid #999;
	text-transform: uppercase;
	font-size: 85%;
	}

#footer li.first {
	color: #0066a4;
	border-right: 1px solid #0066a4;
	text-transform: none;
	}

#footer li.last {
	border-right: none;
	}
	
#footer li a, #footer li a:visited {
	color: #999;
	}

#footer li a:focus, #footer li a:hover {
	color: #0066a4;
	}

/* @end */

/* @group SubHeader and sidebar nav */

.aboutSub,
.eventsSub,
.newsSub {
	padding: 22px 0 6px 30px;
	font-size: 2em;
	font-family: "Lucida Grande", Sans-serif;
	font-weight: normal;
	color: #4b80a1;
	}

	
.aboutSub .first,
.eventsSub .first,
.newsSub .first {	
	color: #fff;
	background-color: #0066a4;
	padding: 3px 6px 3px 6px;
	border-bottom: 1px solid #01598f;
	border-right: 1px solid #01598f;
	}

ul.innerSubnav li {
	text-transform: uppercase;
	padding: 0;
	}

.innerSubnav a,.innerSubnav a:visited {
	color: #0066a4;
	background: #ffffff;
	border-top: 1px solid #0066a4;
	display: block;
	padding: 0.75em 0 0.5em 0.75em;
}

.innerSubnav li a:hover,
.innerSubnav li a:focus,
.innerSubnav li a.current {
	color: #0066a4;
	border-top: 1px solid #3a3e3e;
	background: #e0eff8 url('images/nav_under.gif') 0 0 no-repeat;
	border-bottom: none;
	}

/* @end */

/* @group Initiatives Pages */

.banner {
	height: 308px;
	float: left;
	}
	
.pageid-12 #primaryContent,
.pageid-14 #primaryContent,
.pageid-16 #primaryContent,
.pageid-145 #primaryContent,
.pageid-18 #primaryContent {
	background: transparent url('images/blueGrad945.jpg') 0 0 no-repeat;
	width: 945px;
	clear: left;
	}
	
.initiativeTease {
	float: left;
	padding: 25px 0 12px 24px;
	width: 285px;
	}

.initiativeTease h2 {
	line-height: 1em;
	}
	
.initiativeTease p {
	color: #fff;
	line-height: 1em;
	font-weight: 100;
	}
	
.initiativeTease h2.sifr {
	font-size: 45px;
	color: #9c3;
	line-height: 1.2em;
	margin-bottom: 0;
	padding-bottom: 0;
	}

/* @end */

/* @group Events */

div.vevent {
	border-bottom: 1px dotted #333;
}
.pageid-8 #mainContent div.content,
.pageid-52 #mainContent div.content {
	width: 100%;
	float: left;	
	}

.pageid-8  div.content p,
.pageid-52 div.content p {
	margin-bottom: 1.5em;
	}
	
.pageid-8 h3,
.pageid-52 h3 {
	color: #444;
	font-size: 1.3em;
	line-height: 2em;
	}

.pageid-8 p.description,
.pageid-52 p.description {
	margin-top: 1em;
	}

.pageid-8 .vevent strong,
.pageid-52 .vevent strong,
.home .post strong,
.single .post strong {
	color: #333;
	font-weight: bold;
	}

.pageid-8 .vevent p,
.pageid-52 .vevent p {
	font-size: 0.9em;
	margin-bottom: 0.5em;
	}

/* @end */

/* @group Contact Page */

.pageid-10 #mainContent div.content {
	width: 100%;
	}

.pageid-10 #cformsform {
	margin: 0 0 0 0;
	width: 90%;
	}
.pageid-10 p.cf-sb {
	text-align: left;
	}
.pageid-10 p.cf-sb input#sendbutton {
	margin-left: 100px;
	width: 100px;
	font-size: 1.2em;
	}

.pageid-10 p.cf-sb input#sendbutton:hover,
.pageid-10 p.cf-sb input#sendbutton:focus {
	cursor: pointer;
	}

.pageid-10 p#ll {
	display: none;
	}
.pageid-10 #cformsform textarea,
.pageid-10 #cformsform input {
	width: 250px;
	}

.pageid-10 #sidebar h3 {
	color: #333;
	font-size: 1.4em;
	margin-top: 1em;
	}

/* @end */

/* image styles */

img.alignleft {
	border: 1px solid #c3c3c3;
	padding: 5px;
	margin: 5px 12px 10px 0;
	background: #F2F2EC;
	float: left;
}

/* @end */

/* @group SiFR Styles */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
	}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}


.sIFR-hasFlash .initiativeTease h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 3.5em;
	clear: none;
	}

.sIFR-hasFlash .initiativeTease p {
	visibility: hidden;
	font-size: 150%;
	clear: none;
	}

body.pageid-14 .initiativeTease h2{
	width: 250px;
	}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

/*.sIFR-hasFlash h1 {
	visibility: hidden;
}
*/
/*.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}*/
/*
.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/

/* @end */
