/*  
Theme Name: Brad Peterson
Theme URI: http://localhost:8888/wp-content/themes/bradpeterson/
Description: A child theme for Mimbo Pro
Version: 0.1
Author: Christopher Cox
Author URI: http://outwardfocusdesign.com/
Template: mimbopro

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

@import url("../mimbopro/style.css");

/* Inherited Styles */

@import url('css/nav.css');

/* HTML Elements */
* { margin:0; padding:0; }
*:focus { outline:none; }
	
body {
	background:#293518 url(images/bg-grass_pattern.jpg);
	color: #2f342b;
	font-family:verdana,arial,sans-serif;
	font-size:12px;
	}

a, a:visited {
	color: #517e38;
	font-weight:bold;
	text-decoration:none
	}

h1 a, h2 a, h3 a, h4 a, h5 a { font-weight:normal; }

a:hover, a:active {
	text-decoration:underline;
	}

small {
	font-size: 0.95em;
	background:#eef5e1;
	padding:3px 6px;
	}

hr {
	margin:22px 0;
	background:#eae9e4;
	color:#eae9e4;
	height:1px;
	border:0;
	display: block;
	}	

label {
	margin:12px 0 0 0;
	display:block
	}
	
a img {
	border:none
	}

table {
	display: table;
	margin:13px 0;
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #e0ded9;
	border-bottom:1px solid #e0ded9;	
	}	

th {
	background:#e4e4e4;
	text-align:left;
	}

th, td {
	border-bottom:1px solid #FFF;
	padding:4px 7px;
	}
	
td {
	background:#f2f2f2;
	}		
			
p {
	font-size:1em;
	margin:15px 0;
	line-height:145%;
	}
	
pre {
	width:100%;
	overflow:auto;
	}
	
ol li, ul li { list-style:none; }


/* Structure */

#page {
	background:url(images/bg-page.png) repeat-y;
	width:960px;
	padding:0 20px;
	margin:0 auto;
	font-size:inherit;
	border:none;
	}

#masthead {
	position:relative;
	height:98px;
	background:url(images/masthead.jpg) no-repeat;
	text-indent:-9999px;
	border-bottom:3px solid #fff;
	border-top:3px solid #fff;
	}
	
#masthead span {
	position:absolute;
	left:0; top:0;
	height:98px;
	width:100%;
	background:url(images/masthead.jpg) no-repeat;
	}
		
.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	float:left;
	background:#FFF;
	width: 270px;
	margin-right:16px;
	padding:8px 8px 25px;
	border-top:1px solid #e0e0db;
	}

#content {
	float:left;
	background:#FFF;
	width:620px;
	padding:12px 9px 40px;
	border-top:1px solid #e0e0db;
	}

#content.fullwidth {
	width:auto;
	float:none;
	padding:12px;
	}

/*	Headers */


h1, h2, h3, h4, h5, h6, h7 {
	font-weight:normal;
	margin:1em 0;
	line-height:130%;
	color:#4b3779;
	}
	
h2 { 
	font-size:2em;
	border-bottom:1px solid #eae9e4;
	padding:6px 0;
	margin:0 0 1em;
}

#sidebar h2 { font-size:1.3em }
	
h3 { font-size:1.3em; border-bottom:1px solid #eae9e4; padding-bottom:6px; }
.pageid-505 h3 { /*Academy Programs Overview*/ margin-top:2em; }

.catnews h3, h3.event-category, h3.camp-registration, h3.huskyColors {
	background:#4b3779 url(images/bg-header.gif) bottom left repeat-x; 
	padding:3px 8px;
	color:#fff;
	text-align:center;
}

.catnews h3 a {font-weight:normal}

h4 { font-size:1.2em; border-bottom:1px solid #eae9e4; padding-bottom:6px; }

.catnews h4 a {font-weight:bold}

h5 {font-size:1em;font-weight:bold; color:#2f342b;}
	
.posttitle {
	margin:0 0 .5em;
	border-top:none;
}

#masthead h1 {
	margin:0;
}

/* Content Page Styles */

/*EVENTS*/
.entry .eventList {
	margin:0; padding:0;
}

.entry .eventList li {
	background-color:#e7f6cc;
	margin:0 0 1em;
	padding:1em;
	list-style:none;
	border:1px dotted #b9cf63;
}

.eventList h2 { margin-top:0; font-size:1.5em; border-bottom:1px solid; }
.events-sidebar { float:left }
.events-sidebar li {float:left; width:auto; margin:0 0 2em .5em}

.events-sidebar h3 { margin:10px 0; font-size:14px; padding-bottom:4px; border-bottom:1px dotted #999; }
.events-sidebar p { margin:10px 0 }
.featureBox {
	background-color:#e7f6cc;
	margin:0 0 1em;
	padding:1em;
	list-style:none;
	border:1px dotted #b9cf63;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.featureBox h3 { text-align:center; border-color:#7f7f7f }

.featureBox:hover {background-color:#efecbb }

.featureBox.instruction a { display:block; font-size:inherit; font-weight:inherit; font-color:inherit; text-decoration:none }
	
#lead {
	margin-left:10px;
	width:590px;
	background:#273617;
	}

#lead a, #lead a:visited {
	color:#669a35;
	}
	
#lead img {
	border-color:#669a35;
	}
		
a#fullstory, a#fullstory:visited {
	background:#40601f;
	padding:5px 8px;
	color:#fff;
	}

a#fullstory:hover, a#fullstory:active {
	background:#669a35;
	text-decoration:none;
	color:#fff;
	}
	
#breadcrumbs {
	display:none;
	}	

.mini_sidebar {
	float:right;
	width:33%;
	margin:1em;
	margin-right:0;
	padding:1em;
	border:5px solid #d4f693;
}	

#programsBrief li {
	margin:0 0 15px 10px;
	padding:0;
	border:none;
	font-weight:bold;
}
#programsBrief em {	margin-left:-10px;font-weight:normal; }

#sponsors {
	margin:20px 0 10px;
	padding:0;
}

#sponsors li {
	list-style:none;
	margin:0;
	padding:0;
}

#sponsors #sponsor_subhead {
	background:#999;
	margin:0 8px;
	padding:5px;
	color:#fff;
	text-align:center;
	font-size:.95em;
}

.testimonial {
	padding:12px 8px;
	background:url(images/openquote.gif) no-repeat;
}

.testimonial span { 
	display:block;
	background:url(images/closequote.gif) right bottom no-repeat 
}

.testimonial + p {
	color:#517e38;
	text-indent:2em;
}

.widget.husky-updates { margin-bottom:0 }

/*Post Page Formatting*/

.entry ul, .entry ol {
	padding:0;
	margin:1em;
	}
		
.entry ol li, .entry ul li {
	margin:0 0 5px 0;
	line-height:115%;
	}

.entry ul li {
	list-style:square
	}
	
.postmetadata {
	padding:0;
	font-size:.9em;
	text-align:right;
	border:none;
}


/*Images*/

img.frame, .entry img {
	border:1px solid #999;
	padding:1px;
}

.entry img.left { 
	margin: 0.5em 15px 0.5em 0; 
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	margin: 0.5em 0 0.5em 15px; 
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	margin: 0 auto 1.5em auto; 
	float: none; 
	clear: both; 
}

.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	padding:0;
	margin:0;
	}
	
div.photocredit {
	position:relative;
}

.photocredit.alignleft {
	float:left;
	margin:0 1em 1em 0;
}

.photocredit.alignright {
	float:right;
	margin:0 0 1em 1em;
}

.photocredit.aligncenter {
	text-align:center;
	margin:0 auto;
	margin:0 0 1em;
}
	

p.photocredit {
	position:absolute;
	bottom:7px;
	right:7px;
	margin:0;
	width:auto;
	background:url(images/bg-black-40percent.png);
	padding:.5em;
	color:#fff;
	font-size:.8em;
	text-align:right;
}


/* ----Form Elements------- */


#s { /*searchform text box*/
	background:#97b27e;
	}
	
#email_signup {
	margin:20px 0;
	padding:.5em;
	background:#e7e7e7;
	}

#email_signup h5 { margin:0 0 .5em; color:#4b3779 }

#email_signup label {
	position:absolute;
	text-indent:-9999px;
	}
	
#email_signup input[type=text] {
	display:block;
	border-color:#999;
	padding:2px;
	}
	
#home #email_signup input[type=text] { width:95% }
		
fieldset {
	border:none;
	padding:0;
	margin:0;
	}

#email_signup #submit, #paypal_camps #submit {
	display:block;
	background: #4b3779;
	margin-top:12px;
	padding:3px 6px;
	border:1px solid #000;
	font-size:1em;
	color:#fff;
	cursor:pointer;
	}

label {
	display:block;
	border:none;
	margin:0 0 .5em;
	padding:0;
	}
	
#paypal_camps {
	float:left;
	margin:0;
	padding:1em;
	border:1px dotted #999;
}

#paypal_camps ul { margin:0; padding:0 }

#paypal_camps br {display:none;}/*remove Wordpress inserted breaks*/

#paypal_camps li {
	background-color:#d8e8bb;
	margin:0 0 .5em;
	padding:1em;
	list-style:none;
}
#paypal_camps select {
	width:auto;
}

#plan { line-height:1.5 }

.viewCart { float:left; clear:left; margin:1em 0 }

/*Paypal Clinic Signups*/
.entry .clinicList li { list-style:none; float:left; width:40%; margin:15px 5% 15px 0; padding:0; }
.clinicDate { font-weight:bold; text-align:center; margin-bottom:0 }
.clinicDate + p { font-size:.8em; text-align:center; margin:4px 0 }
.clinicHeader {
	cursor:pointer;
	background:#7a66a6;
	padding:5px 15px;
	margin:2px 0;
	color:#fff;
	line-height:1;
}
.slideClose {
	background:#666;
	margin:5px 1em 5px 60%;
	padding:3px 5px;
	cursor:pointer;
	color:#fff;
	font-size:.8em;
	text-align:center;
}
.cartAdvice { font-size:.8em; margin:3px 1.25em; }
.clinicReg { /*the form*/
	margin:1em;
	padding:0;
}
.clinicReg fieldset {
	background-color:#d8e8bb;
	padding:5px;
}

.clinicReg input[type="image"] { margin:5px 0 0; text-align:center }
.clinicReg img { border:none } /*hidden paypal img gif*/
	

/* Float And Clear Properties*/
.clearboth { clear:both }
.clearleft { clear:left }
.clearright { clear:right }

.left { 
	float:left;
	margin:0 1em 1em 0;
}

.right { 
	float:right;
	margin:0 0 1em 1em;
}

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

.clearfloat {
	display:block
	}


/* Footer*/
	
#footer {
	background-color:#273617;
	padding:10px;
	color:#fff;
	text-align:center;
	border-bottom:3px solid #fff;
	}
	
#footer p {	
	margin:0 0 .75em;
	font-size:.9em;
	}
	


	