/*
Theme Name: Wild BC
Theme URI: http://wildbc.org/
Description: Custom Theme for Wild BC
Version: 1.6
Author: Atomic Crayon
Author URI: http://atomiccrayon.com/
*/

/* 
	WildBC - Main Stylesheet
	July 2008
	Atomic Crayon / karen / SMRT
*/


/* COLOURS
#a9a396 - grey - footer, image, table borders
#6b604a - light brown - page background
#4b422c - brown - sidebar background
#3d3521 - darker brown - sub-navigation background
#292315 - dark brown - sub-navigation selected
#312a18 - nearly black - main text

#9ac2b9 - blue - navigation selected
#018769 - blue - links

*/


/* Sections flagged with =
	GENERIC
	TOP
	BRAND
	ACCESSIBILITY
	CONTENT
	NAVIGATION
	FOOTER
	SECTION-SPECIFIC
*/


/* =GENERIC
----------------------------------------------------*/

body, html {
	margin: 0;
	padding: 0;
	min-width: 612px;	
	height: 100%;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #6b604a;
	color: #312a18;
}

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

a:link, a:visited {
	color: #018769;
	text-decoration: underline;
}

a:focus, a:hover, a:active {
	text-decoration: none;
	overflow: hidden;
}

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

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

.border {
	padding: 7px;
	border: solid 1px #a9a396;
	background-color: #fff;
}

.plain {
	float: none;
	border: none !important;
	padding: 0 !important;
}

.clear {
	clear: both;
}

.site {
	font-weight: bold;
}

.missing {
	display: block;
	margin: .5em 0;
	font-weight: bold;
	color: red;
}

.pending {
	display: block;
	margin: .5em 0;
	font-weight: bold;
	color: blue;
}


/* =TOP
----------------------------------------------------*/

#top {
	margin: 0 auto;
	width: 764px;
	position: relative;
	background-image: url(images/bk-body-wide.gif);
	min-height: 100%;
	height: auto!important;
	height: 100%;
}

/* =BRAND
----------------------------------------------------*/

#brand {
	width: 764px;
	height: 379px;
	border-top: solid 1px #6b604a;
	background-image: url(images/header-home-wide.jpg);
	background-repeat: none;
	margin: 0px auto 0px auto;
}

#brand a {
	display: block;
	width: 156px;
	height: 120px;
	position: absolute;
	top: 30px;
	left: 25px;
	text-indent: -9999px;
}

#brand #tagline {
	text-indent: -9999px;
	position: absolute;
}

#brand #print-logo {
	display: none;
}



/* =ACCESSIBILITY
----------------------------------------------------*/

#accessibility {
	position: absolute;
	top: 10px;
	left: 200px;
	margin: 0;
}	


#accessibility #skip-links a:link, #accessibility #skip-links a:visited, #accessibility #skip-links a:hover {
	position: absolute;
	width: 1px;
	height: 1px;
	left: 0;
	top: -500px;
	display: block;			
}

#accessibility #skip-links a:focus, #accessibility #skip-links a:active {
	position: static;
	width: auto;
	height: auto;
	color: #000;
	background-color: #fff;
	font-weight: bold;
	padding: .2em;
	font-size: 1.2em;
	border: solid 1px #f00;
}

/* =INSIDE
----------------------------------------------------*/
#inside {
	background-image: url(images/bk-body-wide.gif);
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0;
}


/* =CONTENT
----------------------------------------------------*/


#content { /* ie6.css */
	float: right;
	width: 492px;
	margin-right: 44px;
	position: relative;
}

#content h1, #content h2, #content h3, #content h4 {
	margin: 1.5em 0 .2em 0;
	padding: 0;
	font-size: 1.6em;
	font-weight: bold;
}

#content h2 {
	font-size: 1.4em;	
}

#content h3 {
	font-size: 1.1em;
}

#content h4 {
	font-size: 1em;
}

#content h1#headline {
	margin: .25em 0 1em 0;
}

#content a.skip:link, #content a.skip:visited, #content a.skip:hover {
	position: absolute;
	width: 1px;
	height: 1px;
	left: 0;
	top: -9999px;
}

#content a.skip:focus, #content a.skip:active {
	position: static;
	width: auto;
	height: auto;
	color: #312a18;
	background-color: #fff;
	font-weight: bold;
	padding: .2em;
	font-size: 1.2em;
	border: solid 1px #f00;
}

#content p {
	line-height: 1.8;
	margin: 0 0 1em 0;
}


#content li {
	margin-top: 0;
	margin-bottom: .5em;
	line-height: 1.3;
}

#content ol ol {
	list-style-type: lower-alpha;
}

#content .border {
	border: solid 1px #a9a396;
	padding: .5em;
}

#content table {
	border-collapse: collapse;
	border-style: solid;
	border-color: #a9a396;
	border-spacing: 0;
	border-width: 1px;
	margin: .5em 0;
	width: 100%;
}

#content table td, #content table th {
	padding: .5em;
	line-height: 1.2;
	border-collapse: collapse;
	border-color: #a9a396;
	border-spacing: 0;
	border-width: 1px;
	border-style: solid;
	vertical-align: top;
}


#content table th, #content table td.header {
	background-color: #a9a396;
}

#content table th, #content table td h2, #content table td h3, #content table td h4 {
	margin: 0;
	text-transform: uppercase;
	text-align: left;
}

#content table p {
	margin: 0;
	line-height: 1.2;
}

/* plain tables -- no styling */

#content table.plain {
	border-collapse: collapse;
	border-style: solid;
	border-color: #fff;
	border-spacing: 0;
	border-width: 0;
	margin: .5em 0;
}

#content table.plain td, #content table.plain th {
	line-height: 1.2;
	border-collapse: collapse;
	border-color: #fff;
	border-spacing: 0;
	border-width: 0;
	border-style: solid;
}


#content table.plain th {
	background-color: transparent;
}

#content table th, #content table td h2, #content table td h3, #content table td h4 {
	margin: 0;
	text-transform: uppercase;
	text-align: left;
}

#content table p {
	margin: 0;
	line-height: 1.4;
}

/* Forms */
#content form {
	margin-bottom: 1em;
}

#content fieldset {
	margin: 0 0 2em 0;
	padding: 0;
	border: none;
}

#content form strong, #content form span, #content form input, #content form br, #content form p {
	display: inline;
}

#content label {
	font-weight: bold;
}

#content label .note {
	font-weight: normal;
	font-size: .9em;
}

#content input.text, #content textarea, #content select {
/*	border: solid 1px #a8b6c4;*/
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
}

#content .required {
	display: none;
}

#content .error {
	color: #f00;
	font-weight: bold;
}

#content .error .text {
	border-color: #f00;
}

#content .error .required {
	display: inline;
}

#logos img{border: none;}

/* =NAVIGATION
----------------------------------------------------*/

#navigation { /* ie6.css */
	width: 144px;
	float: left;
	margin: 0 0 0 29px;
	color: #fff;
}

#navigation h3 {
	position: absolute;
	top: -9999px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Level 1 */

#navigation li {
	list-style: none;
	margin: .5em 0;
	padding: 0 0 .6em 27px;
	line-height: 1.2;
	background-image: url(images/line-horizontal-grey.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#navigation li a img {
	border: none;
}

#navigation ul li a:link, #navigation ul li a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 1.3em;
}

#navigation ul li a:focus, #navigation ul li a:hover, #navigation ul li a:active, #navigation ul li.current_page_item a, #navigation ul li.parent a {
	color: #9ac2b9;
}


/* Level 2 */

#navigation li ul {
/* hide subnav -- show in specific sections */
	display: none;
}






#navigation li ul li {
	margin: .5em 0 .5em -16px;
	padding: .3em .3em .3em 15px;
	background-image: none;
	background-color: #3d3521;
}

#navigation li ul li.current_page_item {
	background-color: #292315;
}

#navigation li ul li.current_page_ancestor {
	background-color: #292315;
}


#navigation ul li ul li a:link, #navigation ul li ul li a:visited {
	font-size: 1em;
	color: #fff;
}

#navigation ul li ul li a:focus, #navigation ul li ul li a:hover, #navigation ul li ul li a:active {
	color: #9ac2b9;
}
                 

/* Level 3 */


#navigation li ul li ul li {
	background-color: #292315;
	margin-left: -15px;
	margin-left: 15px;
	padding-left: 2px;
	list-style-type: disc;
}

#navigation li ul li ul li a {
}

#navigation li ul li ul li.current_page_item {
	font-weight: bold;
}


#navigation .searchform {
	margin: 1em 10px 0 26px;
}

#navigation .searchform label {
	display:none;
}

#navigation .searchform label {
	display:none;
}

#navigation .searchform .text {
	width: 120px;
}

#navigation .searchform .submit {
	display: block;
	margin-top: .5em;
}

/* =FOOTER
----------------------------------------------------*/

#footer {
	border-top: 1px solid #a9a396;
	padding: 1em 0 1.5em 0;
	margin: 1.5em 44px 0 230px;
	font-size: .9em;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer .footer-links {
	/*color: #fff;*/
}

#footer a {
	color: #312a18;
	margin-left: .5em;
}


/* =SECTION SPECIFIC
----------------------------------------------------*/


/* =Home
----------------------------------------------------*/

.section-home #content {
	font-size: 1.2em;
}


/* =Programs
----------------------------------------------------*/

.section-programs #brand {
	background-image: url(images/header-programs-wide.jpg);
}


.section-programs #content ul#programs-list {
	width: 50%;
}

.section-programs #content ul#programs-list li {
	clear: both;
}

.section-programs #content #descriptions h2 {
	margin-top: 2em;
	padding-top: 2em;
	border-top: solid 1px #a9a396;
}


#content form.cart-form {
	margin: 1em 0;
}

#content form.cart-form .variant-price {
	font-weight: bold;
	margin-right: 5px;
}

#content form.cart-form input {
	display: inline;
}

.section-programs #navigation li.page-item-68 ul {
	display: block;
}


/* =Resources
----------------------------------------------------*/


.section-resources #brand {
	background-image: url(images/header-publications-wide.jpg);
}

.section-resources #navigation li.page-item-59 ul {
	display: block;
}


/* =About
----------------------------------------------------*/

.section-about #brand {
	background-image: url(images/header-about-wide.jpg);
}

.section-about #navigation li.page-item-63 ul {
	display: block;
}

.sponsor_logo {
	float: left;
	margin-right: 20px;
}

.ddsg-wrapper p {
	display: none;
}


/* =Workshops
----------------------------------------------------*/


.section-workshops #brand {
	background-image: url(images/header-contact-wide.jpg);
}

.section-workshops #navigation li.page-item-70 ul {
	display: block;
}

/* =New
----------------------------------------------------*/

.blog #brand, .section-new #brand {
	background-image: url(images/header-new-wide.jpg);
}

.blog #navigation li.page-item-65 ul, .section-new #navigation li.page-item-65 ul {
	display: block;
}



#content p.rss-link a img {
	border: none;
}

/* Post styles */

#content .navigation {
	margin: 1em 0;
}

#content .navigation .right, #content .navigation .left {
	margin: 0;
}

#content p.date {
	font-size: .8em;
	margin: .5em 0;
}

#content p.postmetadata {
	font-size: .8em;
	margin: .5em 0;
}

#content .post {
	margin: 1.5em 0;
	padding: 1.5em 0 0 0;
	border-top: solid 1px #a9a396;
}

#content h2.posttitle {
	margin-top: 0;
}

/* Comments */

#content ol.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content ol.commentlist li {
	margin: 1em 0;
	padding: 0;
	list-style: none;
	border-bottom: solid 1px #a9a396;
}

#content .comment-author {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
	line-height: 1.4;
}

#content p.commentmetadata {
	font-size: .8em;
	margin: 0;
	line-height: 1.4;
}

#content #commentform label {
	display: block;
}

#content #commentform .text, #content #commentform textarea {
	width: 90%;
}
