/*  
Theme Name: Bold Culture
Theme URI: http://wordpress.org/
Description: Custom theme developed for Bold Enterprises, based on Kubrick 1.5, by Michael Heilemann.
Version: 1.0
Author: Pierre Rademaker Design
Author URI: http://www.rademakerdesign.com/
*/



/* Begin Typography & Colors */
body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Sans-Serif;
	line-height: 21px;
	color: #333;
	text-align: left;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 950px;
	text-align: left;
	}

#header {
	padding: 0;
	margin: 0;
	width: 100%;
	}
	
#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 21px;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Georgia, Times, Serif;
	font-weight: normal;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 24px;
	}

#sidebar h2 {
	font-family: Georgia, Times, Serif;
	font-size: 1.2em;
	font-weight: normal;
	}

h3 {
	font-size: 1.3em;
	}

h5 {
	font-size: .8em;
        font-weight: normal;
	}



h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #bf7c00;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-family: Verdana, Sans-Serif;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #003537;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.narrowcolumn {
	float: left;
	padding: 0 0 20px 5px;
	margin: 10px 0 0 25px;
	width: 355px;
	}

.widecolumn {
	float: left;
	padding: 10px 0 20px 0;
	margin: 5px 0 0 30px;
	width: 475px;
	}
	
.post {
	margin: 0 0 40px 0;
	text-align: left;
	}
	
.goalpost {
	margin: 0 0 25px 0;
	text-align: left;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata a {
	color: #888;
	margin-top: -50px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	}
	
.narrowcolumn .postmetadata {
	margin-top: -15px;
	padding: 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 20px 0;
	margin: 0 auto;
	width: 950px;
	clear: both;
	text-align: center;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 140px;
	}

#sidebar #searchsubmit {
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 20px 0 10px 0;
	margin: 30px 0 0 610px;
	width: 314px;
	}
	
#sidebarservices {
	padding: 0;
	margin: 30px 0 0 535px;
	width: 336px;
	}
	
#sidebarservicessub {
	text-align: right;
	padding: 0;
	margin: 30px 0 0 558px;
	width: 365px;
	}
	
#sidebarservicessub img {
	margin-bottom: 30px;
	}
	
#sidebarabout {
	padding: 0;
	margin: 30px 0 0 500px;
	width: 400px;
	}
	
* html #sidebarabout {
	padding: 0;
	margin: 30px 0 0 500px;
	}
	
#sidebargoals {
	padding: 0;
	margin: 30px 0 0 525px;
	width: 400px;
	font: 14px Georgia, Times, Serif;
	line-height: 21px;
	color: #555;
	}

#sidebar form {
	margin: 0;
	}
	
#sidebarresources {
	padding: 0;
	margin: 70px 0 0 570px;
	width: 336px;
	}
	
* html #sidebarresources {
	padding: 0;
	margin: 70px 0 0 600px;
	}
/* End Sidebar */


/*Ad Column */

#ads {
	float: left;
	width: 100px;
	background-color: red;
	}


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

.datestamp {
	font-weight: normal;
	font-size: 12px;
	color: #888;
	margin-bottom: 3px;
	}

	
.readtherest {
	color: #333;
	font-weight: bold;
	font-size: 12px;
	}

#globalheader {
	margin: 0 auto 0 auto;
	width: 898px;
	padding: 0;
	height: 43px;
	background-image: url(http://www.boldenterprises.com/wp-content/themes/boldculture/images/bold_global_nav.png); background-repeat: no-repeat;
}

/* Code adapted from single-image navigation at apple.com */	
/* GLOBALHEADER */
#globalheader #globalnav { margin: 0; padding: 0; }
#globalheader #globalnav ul { overflow:hidden; } 
#globalheader #globalnav li { display: inline; overflow: hidden; }
#globalheader #globalnav li#home a { float: left; width: 66px; height: 0; padding-top: 43px; overflow: hidden; }
#globalheader #globalnav li#services a { float: left; width: 83px; height: 0; padding-top: 43px; overflow: hidden; }
#globalheader #globalnav li#resources a { float: left; width: 96px; height: 0; padding-top: 43px; overflow: hidden; }
#globalheader #globalnav li#goalsjournal a { float: left; width: 125px; height: 0; padding-top: 43px; overflow: hidden; }
#globalheader #globalnav li#about a { float: left; width: 67px; height: 0; padding-top: 43px; overflow: hidden; }
#globalheader #globalnav li#contactus a { float: left; width: 102px; height: 0; padding-top: 43px; overflow: hidden; }
#globalheader #globalnav li a,
#globalheader #globalnav { background-image: url(http://www.boldenterprises.com/wp-content/themes/boldculture/images/bold_global_nav.png); background-repeat: no-repeat; }

/* BUTTONS */
#globalheader #globalnav li#home a { background-position: 0 0; }
#globalheader #globalnav li#services a { background-position: -66px 0; }
#globalheader #globalnav li#resources a { background-position: -149px 0; }
#globalheader #globalnav li#goalsjournal a { background-position: -245px 0; }
#globalheader #globalnav li#about a { background-position: -370px 0; }
#globalheader #globalnav li#contactus a { background-position: -437px 0; }
#globalheader #globalnav li#search a { background-position: -536px 0; }

/* OVER STATES */
#globalheader #globalnav li#home a:hover { background-position: 0 -42px; }
#globalheader #globalnav li#services a:hover { background-position: -66px -42px; }
#globalheader #globalnav li#resources a:hover { background-position: -149px -42px; }
#globalheader #globalnav li#goalsjournal a:hover { background-position: -245px -42px; }
#globalheader #globalnav li#about a:hover { background-position: -370px -42px; }
#globalheader #globalnav li#contactus a:hover { background-position: -437px -42px; }

/* PRESSED STATES */
#globalheader #globalnav li#home a:active { background-position: 0 -84px; }
#globalheader #globalnav li#services a:active { background-position: -66px -84px; }
#globalheader #globalnav li#resources a:active { background-position: -149px -84px; }
#globalheader #globalnav li#goalsjournal a:active { background-position: -245px -84px; }
#globalheader #globalnav li#about a:active { background-position: -370px -84px; }
#globalheader #globalnav li#contactus a:active { background-position: -437px -84px; }

/* ON STATES */
#globalheader.home #globalnav li#home a:hover { background-position: 0 -126px; cursor: default; }
#globalheader.store #globalnav li#services a { background-position: -66px -126px !important; }
#globalheader.mac #globalnav li#resources a { background-position: -149px -126px !important; }
#globalheader.ipoditunes #globalnav li#goalsjournal a { background-position: -245px -126px !important; }
#globalheader.iphone #globalnav li#about a { background-position: -370px -126px !important; }
#globalheader.downloads #globalnav li#contactus a { background-position: -437px -126px !important; }


/* Jorge 12-1-2007 */

#myheader {
	margin-top:7px;
	margin-left:25px;
	margin-bottom:10px;
}

#myheader #myheadernav table {
	border: none;
	padding: 0px;
	width: 898px;
}

#myheader #myheadernav td {
	background-color: #0F525C;
	font-size: 13px;
	font-family: Verdana, Sans-Serif;
	height: 35px;
	text-align:center;
	border-right:10px;
	border-color: white;
}

#myheader #myheadernav #redrow { font-size:1px; background-color:#A71036; height:5px; }

#myheader #myheadernav a { color: #FFFFFF; font-weight:bold; text-decoration: none; } 

#myheader #myheadernav a:hover { color:#F7E6B5;}

#myheader #myheadernav #myhome { width: 66px; } 

#myheader #myheadernav #myservices { width: 83px; } 

#myheader #myheadernav #myresources { width: 96px; } 

#myheader #myheadernav #mygoalsjournal { width: 125px; } 

#myheader #myheadernav #myabout { width: 67px; } 

#myheader #myheadernav #mycontactus { width: 102px; } 

#myheader #myheadernav #mysearch {  } 

/* End Jorge Changes */

/*
* #searchbox {
	margin: 3px 0 0 0;
	padding: 0;
	width: 359px;
	height: 19px; /* was 30 * /
	overflow: hidden;
	/* Jorge 12/1/2007 background-image: url(http://www.boldenterprises.com/wp-content/themes/boldculture/images/searchbox.png); background-repeat: repeat-x;  * / }
	
* html #searchbox {
	margin: 0;
	width: 349px;
	/*height: 21px;* /
	overflow: hidden;
	/*background-image: url(http://www.boldenterprises.com/wp-content/themes/boldculture/images/searchbox.gif); background-repeat: repeat-x;  * /}
*/	

	
* html #globalheader #globalnav {
	margin-top: 10px;
	padding: -10px;
	}
	
.red {
	color: #970505;
	}
	
div.question-of-the-week h2 {
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 -10px 0;
	}
	
div.question-of-the-week h2 a {
	color: #970505;
	}
	
#subhead {
	margin-top: 0;
	}
	
#reading {
	background-color: #970505;
	color: #fff;
	padding: 5px 20px 20px 25px;
	margin-top: 14px;
	}
	
#reading .datestamp {
	color: #fff;
	}
	
.white {
	color: #fff;
	}
	
.white a {
	color: #fff;
	}

	
#footernav, .footersubnav { 
	margin: 0;
	padding: 0;
	}	
#footernav li, .footersubnav li { 
	display: inline;
	margin: 0 10px;
	}
	
#footernav a, #footernav li a { 
	font-weight: bold;
	color: #474747;
	}
	
.footersubnav li a {
	color: #787878;
	}
	
li.footersubhead {
	color: #787878;
	font-weight: bold;
	}
	
#login {
	float: right;
	margin-right: 22px;
	}
	
#login a {
	color: #970505;
	font-weight: bold;
	}
	
#ads160 {
	float: left;
	width: 160px;
	margin: 20px 0 0 28px;
	}
	
#subscribe {
	font-size: 12px;
	line-height: 14px;
	}
	
#emailbox {
	background-color: #970505;
	padding: 5px 10px 10px 10px;
	height: 105px;
	}
	
#emailbox h2 {
	color: #fff;
	font-size: 18px;
	line-height: 19px;
	}
	
#emailbox p {
	font-family: Georgia, Times, Serif;
	color: #ffd78f;
	line-height: 12px;
	font-size: 11px;
	margin-top: 5px;
	}
	
#emailform {
	width: 158px;
	text-align: right;
	float: left;
	margin: 0 10px 10px 0;
	}

#emailform p {
	margin: 5px 0;
	}
	
#emailbox2 {
	background-color: #ab0534;
	padding: 5px 10px 10px 10px;
	height: 110px;
	}
	
#emailbox2 h2 {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	}
	
#emailbox2 p {
	font-family: Georgia, Times, Serif;
	color: #ffd78f;
	line-height: 12px;
	font-size: 11px;
	margin-top: 5px;
	}
	
#emailform2 {
	width: 158px;
	text-align: right;
	float: left;
	margin: 0 10px 10px 0;
	}

#emailform2 p {
	margin: 5px 0;
	}
	
#podcast {
	background-image: url(http://www.boldenterprises.com/wp-content/themes/boldculture/images/podcast_bkgd.jpg);
	background-repeat: no-repeat;
	height: 185px;
	margin-top: 15px;
	margin-bottom:0px;
	padding: 39px 20px 0 0;
	}
	
#podcast p {
	text-align: right;
	line-height: 14px;
	}
	
#podcast p a {
	font-weight: bold;
	color: #00535d;
	}

#player {
	text-align: right;
	margin: 0 0 20px 0;
	padding: 0;
	}
	
#contentbox {
	background-color: #003238;
	height: 216px;
	margin-top: -24px;
	}
	
.services, .about {
	margin-left: 80px;
	}
	
* html .services, * html .about {
	margin-left: 20px;
	}
	
.servicewidth {
	width: 415px;
	}
	
.services h2, .about h2 {
	color: #970505;
	}
	
.services p, .about p {
	font-family: Georgia, Times, Serif;
	color: #575757;
	}
	
ul#servicesnav {
	margin: 60px 0 40px 80px;
	padding: 0;
	}

#servicesnav li {
	color: #333;
	font-family: Verdana, Sans-Serif;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	}
	
#sidebarservices ul li {
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebarabout, #sidebarabout h3, #sidebarabout h4,  #sidebarabout p {
	padding-left: 25px;
	font-family: Verdana, Sans-Serif;
	color: #7d7b7c;
	}
	
#sidebarabout h3 {
	color: #708611;
	font-size: 15px;
	margin: 5px 0 0 0;
	}
	
#sidebarabout h4 {
	color: #383838;
	margin: 25px 0 0 0;
	}
	
#sidebarabout p {
	margin: 0 0 20px 0;
	}
	
.breadcrumb a {
	color: #313131;
	}
	
.breadcrumb {
	font-size: 11px;
	color: #970505;
	margin-bottom: 20px;
	}
	
.breadcrumb a:hover {
	color: #970505;
	}
	
.grey, .grey a {
	color: #888;
	}
	
#servicessub {
	}

#servicessub h3 {
	font-family: Verdana, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	color: #002c36;
	margin: 14px 0 -13px 0;
	}

#servicessub h4 {
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: normal;
	color: #00535d;
	margin: 18px 0 -15px 0;
	}
	
#servicessub h4.podcast {
	margin-top: 50px;
	}
	
#servicessub h5, #servicessub h5 a {
	font: 17px Georgia, Times, Serif;
	color: #242424;
	margin-top: 14px;
	}
	
#servicebuttons {
	margin: -26px 0 0 0;
	padding: 0;
	list-style: none;
	width: 480px;
	}
	
div.bigbuttons a {
	width: 185px;
	height: 0px;
	float: left;
	margin: 0 40px 40px 0;
	padding-top: 200px;
	overflow: hidden; 
	}
	
#careers a {
	background-image: url(http://www.boldenterprises.com/wp-content/themes/boldculture/images/button-careers.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	}

#careers a:hover, #careers a:active {
	background-position: 0 -200px;
	}

#systems a {
	background-image: url(http://www.boldenterprises.com/wp-content/themes/boldculture/images/button-systems.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	}

#systems a:hover, #systems a:active {
	background-position: 0 -200px;
	}
	
#leadership a {
	background-image: url(http://www.boldenterprises.com/wp-content/themes/boldculture/images/button-leadership.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	}

#leadership a:hover, #leadership a:active {
	background-position: 0 -200px;
	}

#teams a {
	background-image: url(http://www.boldenterprises.com/wp-content/themes/boldculture/images/button-teams.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	}

#teams a:hover, #teams a:active {
	background-position: 0 -200px;
	}
	
.norightmargin {
	margin-right: 0;
	}
	
/*
#bigbuttons { margin: 0; padding: 0; }
#bigbuttons li { display: inline; }
#bigbuttons li a { float: left; width: 185px; height: 200; margin: 0 30px 0 0; background-image: url(http://www.boldenterprises.com/wp-content/themes/boldculture/images/button-careers.gif); background-repeat: no-repeat; }
*/

#buttonwidth {
	width: 440px;
	}
	
#textads {
	width: 950px;
	text-align: center;
	}
	
#textadstop {
	width: 950px;
	text-align: center;
	margin-top: -5px;
	padding-bottom: 10px;
	}
	
	
.red {
	color: #970505;
	}
	
#goal1, #goal2, #goal3, #goal4 {
	width: 400px;
	min-height: 80px;
	margin-bottom: 10px;
	background-repeat: repeat-x;
	}
	
#goal1 {
	background-color: #8c3100;
	background-image: url(http://www.boldenterprises.com/wp-content/themes/boldculture/images/goal1.gif);
	}

#goal2 {
	background-color: #bf7c00;
	background-image: url(http://www.boldenterprises.com/wp-content/themes/boldculture/images/goal2.gif);
	}
	
#goal3 {
	background-color: #708611;
	background-image: url(http://www.boldenterprises.com/wp-content/themes/boldculture/images/goal3.gif);
	}
	
#goal4 {
	background-color: #003537;
	background-image: url(http://www.boldenterprises.com/wp-content/themes/boldculture/images/goal4.gif);
	}

.goaltext {
	padding: 10px 30px 10px 120px;
    height: 75px;
	color: #fff;
	line-height: 18px;
    display: table-cell;
    vertical-align: middle;
    }
    
#quotable {
	width: 400px;
	min-height: 80px;
	margin-bottom: 10px;
	}

.quote {
	color: #708611;
	line-height: 25px;
	margin-top: 30px;
	}
	
.author {
	margin-top: 0;
	}
	
#actionplan {
	width: 400px;
	min-height: 166px;
	background-color: #00535d;
	background-image: url(http://www.boldenterprises.com/wp-content/themes/boldculture/images/actionplan.gif);
	background-repeat: repeat-x;
	}	
	
#actionlist {
	padding: 60px 20px 10px 53px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #fff;
	font-size: 13px;
	}
	
#actionlist li {
	padding: 2px 0;
	}
	
.goalheader {
	font-size: 18px;
	color: #555;
	margin: 10px 0 -5px 0;
	}
	
#goalentries {
	font-family: Georgia, Times, Serif;
	}
	
.goaldatestamp {
	color: #708611;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.goalcolumn {
	width: 385px;
	}
	
.greyedit, a.greyedit {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 9px;
	color: #949494;
	}
	
.viewolder {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #949494;
	margin: -10px 0 35px 0;
	}
	
.planner {
	margin-left: -7px;
	}
	
.pdficon {
	margin-left: 100px;
	}
	
.whiteedit {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 9px;
	color: #fff;
	padding: 2px;
	background-color: #bdbdbd;
	}
	
.goaledit1 {
	background-color: #591f00;
	}
	
.goaledit2 {
	background-color: #8c5b00;
	}
	
.goaledit3 {
	background-color: #45530b;
	}
		
.goaledit4 {
	background-color: #001919;
	}
	
.actionedit {
	background-color: #00424a;
	}
	
.editbutton {
	float: right;
	margin: -40px 10px 0 0;
	}
	
#mission {
	margin-bottom: 30px;
	}
	
a:hover.whiteedit {
	color: #fff;
	background-color: #000;
	text-decoration: none;
	}
	
#toolsidebar {
	background-color: #003537;
	min-height: 110px;
	margin-top: 20px;
	}
	
h2.learningheader {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	}
	
#bluepdf {
	float: left;
	margin: 23px 22px 0 27px;
	}
	
#learningtool {
	margin-top: 23px;
	}
	
#resourcespage {
	padding-left: 22px;
	}
	
* html #resourcespage {
	padding-left: 0;
	}
	
#tools {
	background-color: #708611;
	padding: 10px 20px 20px 25px;
	margin: 0;
	}
	
#question {
	background-color: #f5efc2;
	padding: 15px 20px 10px 25px;
	margin: 0;
	}
	
#polls {
	background-color: #e6f0f2;
	padding: 15px 20px 10px 25px;
	margin: 0 0 20px 0;
	}
	
.poll-question {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: normal;
	}
	
.dem-results ul li {
	list-style-type: none;
	list-style-image: none;
	}
	
#links, #archives {
	margin-top: 25px;
	}
	
ul#archivelist {
	margin: 0;
	padding: 0;
	}
	
li.cat-item {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	}
	
.white, .white a {
	color: #fff;
	}
	
.questiontitle, .questiontitle a {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 13px;
	color: #708611;
	margin-bottom: -15px;
	}
	
#questionentry p {
	font-family: Georgia, Times, Serif;
	color: #545454;
	font-size: 16px;
	margin: 0;
	}
	
#questionmark {
	float: left;
	margin-right: 25px;
	}
	
#greenpdf {
	float: right;
	margin-right: 25px;
	}

#signupform {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 13px;
	color: ##0f525c;
}

.podcastchooser {
	width:300px;
}

#podcastchooserdiv  {
	margin-bottom:15px;
}

.podcastname {
	color:#002C36;
	font-family:Verdana,Sans-Serif;
	font-size:13px;
	font-weight:bold;
	line-height:14px;
	margin:14px 0 -13px;
}

.podcastseriesdescription {
	padding:10px;  
	background-color:#a7741b;
	color:white;
	min-height:100px;
	width:400px;
	
}

.buypodcastp {
	font-weight:bold;
}

.verticalcontent td {
	color:#575757;
	font-family:Georgia,Times,Serif;
}


