/*
Theme Name: Springboard
Theme designed for: http://www.springboardnw.com/
Description: light-weight two-column theme with custom code for header
Version: 0.1
Author: Donna McMaster
Author URI: http://www.colomacommunications.com/
Tags: white, custom header, fixed width, two columns

Theme colors
	background: #fff
	default text: #333
	blockquote text: #666
	headlines: blue #204385 and red #c00
	light background: #f8f8f8
	medium bg: #ccc
	
	a: #06c, no text decoration
	a visited: #b85b5a yucky light red
	a hover: #147 light blue, underline
	
Theme fonts
	header & footer font: arial, helvetica, sans-serif
	headings and default text font: georgia, times, serif
	blockquote testimonials: arial, helvetica, sans-serif
*/

/*	Reset Rules
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
----------------*/

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
:focus {
	outline: 0;
	}
ol, ul {
	list-style: none;
	}
caption {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

/* General Styles
----------------*/
* { 
	color: #333;
	}
#header, #headerimg, #footer, #sidebar {
	font-family: arial, helvetica, sans-serif;
	}
#content {
	font-family: georgia, times, serif;
	}

/*	Anchors */
a {
	color: #06c;
	text-decoration: none;
	}
a:hover {
	color: #204385;
	text-decoration: underline;
	}

/*	Headlines */
h1, h2, h3, h4 {
	font-weight: normal;
	line-height: 130%;
	}
h1 {
	font-size: 26px;
	margin: 16px 0 6px 0;
	}
h2 {
	font-size: 20px;
	margin: 20px 0 6px 0;
	}
h2.lead_in {
	font-size: 16px;
	font-style: italic;
	}
h3 {
	font-size: 16px;
	margin: 16px 0 0px 0;
	}
h1, h1 a, h1 a:hover, h1 a:visited {
	color: #c00;
	}
h2, h2 a, h2 a:visited {
	color: #204385;
	}
h3, h3 a, h3 a:visited {
	color: #c00;
	}
h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	text-decoration: none;
	}

/* Images */
p img {
	padding: 0;
	max-width: 100%;
	}
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;
	}
.center {
	text-align: center;
	}
.hidden {
	display: none;
	}

/* Miscellany */
acronym, abbr {
	border-bottom: 1px dashed #999;
	font-size: 0.9em;
	letter-spacing: .07em;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
hr {
	display: none;
	}
small {
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
#wp-calendar caption, cite {
	text-decoration: none;
	}


/* Standard Components
----------------*/

body {
	background: #fff;
	}

#wrapper {
	margin: 20px auto 0px auto;
	padding: 0;
	width: 876px;
	}

/* Header div
----------------*/
#header {
	margin: 0 0 0 0;
	padding: 0;
	width: 876px;
	}
	#headerlogo {
		float: right;
		border: 0;
		width: 180px;
		height: 48px;
		}
	#header_menu {
		font-size: 12px;
		text-transform: uppercase;
		list-style-type: none;
		padding: 30px 0 0 0;
		margin: 0;
		}
	#header_menu li {
		display: inline;
		padding-right: 18px;
		}
	#header_menu li a {
		color: #000;
		text-decoration: none;
		}
	#header_menu li.current_page_item a {
		color: #c00;
		font-weight: bold;
		}
	#header_menu li a:hover {
		color: #c00;
		}

/* Header Img div
----------------*/
#headerimg {
	margin: 6px auto 0 auto;
	width: 100%;
	height: 150px;
	text-align: left;
	border-top: 1px solid #666;
	}
	#headerimg img {
		margin: 0;
		padding: 0;
		display: block;
		}
	#headerimg p {
		margin: 40px 0 0 0;
		padding: 0;
		font-size: 14px;
		text-transform: uppercase;
		color: #c00;
		}
	/* special positioning for section headers */
	#headerimg.header-business-communication img { float: left; }
	#headerimg.header-business-communication p { margin-left: 163px; }
	
	#headerimg.header-right-brain-fitness img { float: left; margin-left: 151px; }
	#headerimg.header-right-brain-fitness p { margin-left: 285px; }
	
	#headerimg.header-about img { float: left; margin-left: 273px; }
	#headerimg.header-about p { margin-left: 456px; }
	
	#headerimg.header-calendar img { margin-left: 444px; }
	#headerimg.header-calendar p { float: left; margin-left: 320px; }
	
	#headerimg.header-blog img { margin-left: 605px; }
	#headerimg.header-blog p { float: left; margin-left: 530px; }
	
	#headerimg.header-contact img { margin-left: 756px; }
	#headerimg.header-contact p { float: left; margin-left: 650px; }

/* Content div
----------------*/
#content {
	float: right;
	width: 636px;
	font-size: 14px;
	}
	#content p {
		line-height: 140%;
		margin-top: 12px;
		}
	#content .postmetadata {
		text-align: center;
		}

/* Sidebar div
----------------*/
#sidebar {
	float: left;
	padding: 20px 0 10px 0;
	width: 218px;
	}
	#sidebar form {
		margin: 0;
		}
	#sidebar h2 {
		margin: 5px 0 0;
		padding: 0;
		font-size: 14px;
		}
	#sidebar ul li {
		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;
		}
	#sidebar #blog_lists {
		font-size: 14px;
		margin-left: 15px;
		}
	ol li, #sidebar ul ol li {
		list-style: decimal outside;
		}
	#sidebar ul ul li, #sidebar ul ol li {
		margin: 3px 0 0;
		padding: 0;
		}
	#social_links {
		width: 154px;
		margin-top: 54px;
		margin-left: 13px;
		margin-bottom: 12px;
		padding: 10px 0 8px 0;
		text-align: center;
		background: #eee;
		border: 1px solid #ccc;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px; 
		}
		#social_links ul {
			padding: 0;
			margin: 0;
			list-style-type: none;
			}
		#social_links ul li {
			display: inline;
			margin: 0 3px 0 3px;
			padding: 0;
			}
	#fierce_logo {
		margin: 12px 0 0 12px;
		}
		#fierce_logo a img {
			border: 0;
			}
	#testimonial {
		background: url(/img/quote-left.png) top left no-repeat;
		border: 0;
		color: #666;
		font-size: 12px;
		font-style: italic;
		margin: 200px 10px 0 0px;
		padding: 12px 0 0 12px;
		text-align: left;
		width: 170px;
		}
		#testimonial q {
			display: block;
			background: url(/img/quote-right.png) bottom right no-repeat;
			text-indent: 0;
			padding: 0 12px 12px 0;
			}
		#testimonial cite {
			display: block;
			text-indent: 0;
			text-align: right;
			padding: 0 12px 12px 0;
			}

/* Footer div
----------------*/
#footer {
	text-align: center;
	width: 100%;
	clear: both;
	margin: 20px auto 6px auto;
	border-top: 1px solid #999;
	padding-top: 12px;
	}
	#footer ul {
		list-style-type: none;
		padding: 10px 0 20px 0;
		margin: 0;
		}
	#footer ul li {
		display: inline;
		font-size: 12px;
		padding: 0 20px 0 20px;
		}
	#footer ul li a {
		color: #000;
		text-decoration: none;
		}
	#footer ul li a:hover {
		color: #c00;
		}
	#footer p {
		font-size: 11px;
		font-style: italic;
		margin: 0;
		padding: 12px 0;
		text-align: center;
		}


/*	Home Page
----------------*/
ul#home_bullets {
	margin-top: 18px;
	}
#home_left {
	width: 45%;
	float: left;
	}
#home_right {
	width: 45%;
	float: right;
	}
#home_left img, #home_right img {
	float: right;
	margin-right: 12px;
	}

/*	Wordpress Styles
----------------*/
.screen-reader-text {
     position: absolute;
     left: -1000em;
}


/*	Blog Display
----------------*/

.post hr {
	display: block;
	}
.postmetadata {
	clear: both;
	margin: 30px 0;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
.attachment {
	text-align: center;
	margin: 5px 0px;
	}
.thread-alt {
	background-color: #f8f8f8;
	}
.thread-even {
	background-color: white;
	}
.depth-1 {
	border: 1px solid #ddd;
	}
.even, .alt {
	border-left: 1px solid #ddd;
	}
p.footnote {
	font-style: italic;
	font-size: 90%;
	margin-top: 8px;
	}
.entry p a:visited {
	color: #b85b5a;
	}
.sticky {
	background: #f8f8f8;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

/*	Comments Display */
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
.commentlist {
	padding: 0;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
.commentlist li {
	font-weight: bold;
	list-style: none;
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Verdana, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px 5px 10px 0;
	text-transform: none;
	}

.commentmetadata {
	display: block;
	font-weight: normal;
	margin: 0;
	}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.alt {
	margin: 0;
	padding: 10px;
	}
.children { padding: 0; }


/*	Comment Form */
#commentform {
	margin: 5px 10px 0 0;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
#commentform p {
	margin: 5px 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}


/*	Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f8f8f8;
	padding-top: 4px;
	margin: 10px;
	}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

.post {
	margin: 0 0 40px;
	}

.clear {
	clear: both;
	}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* End Structure */



/* 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 ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
.entry ol li {
	margin: 0;
	padding: 0;
	}


/*	Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}
#sidebar #searchsubmit {
	padding: 1px;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
select {
	width: 130px;
	}


/*	Various Tags & Classes */
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
p.suggest_action {
	font-style: italic;
	}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #666;
	}


/*	Styles for Plugins */
div.ddsg-wrapper h2 {
	display: none;
	}
	
