/*
Theme Name: NADA
Theme URI: http://www.nada.ca/
Description: Customised theme for NADA, developed by <a href="http://www.madhattermedia.ca">Mad Hatter Media</a>
Version: 1.0
Author: Mad Hatter Media
Author URI: http://www.madhattermedia.ca/
*/


html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
	color: #333;
	text-align: center;
	}
body.red {
	background: #ed922c url('images/nada_red_bg.jpg') no-repeat;
	}
body.white {
	background: #000 url('images/nada_white_bg.jpg') no-repeat;
	}
body.orange {
	background: #c12423 url('images/nada_orange_bg.jpg') no-repeat;
	}

#page {
	text-align: left;
	}
.redPage {
	background: #f6dcbb url('images/nada_red_body_bg.jpg') repeat-y !important;
	}
.whitePage {
	background: #f6dcbb url('images/nada_white_body_bg.jpg') repeat-y !important;
	}
.orangePage {
	background: #fff url('images/nada_orange_body_bg.jpg') repeat-y !important;
	}
	
.redHeader {
	background-color: #c12423;
	}
.whiteHeader {
	background-color: #fff;
	}
.orangeHeader {
	background-color: #ed982f;
	}

#content {
	background: inherit;
	}

#subLeft {
	font: 1.0em Arial, Verdana, Sans-Serif;
	}
.redSubLeft {
	background: #c12423 url('images/nada_red_nav_bg.jpg') no-repeat;
	color: #fff;
	}
.whiteSubLeft {
	background: #fff url('images/nada_white_nav_bg.jpg') no-repeat;
	color: #000;
	}
.orangeSubLeft {
	background: #ed982f url('images/nada_orange_nav_bg.jpg') no-repeat;
	color: #fff;
	}
	

.redSubLeft li.current_page_item a {
	color: #ed982f;
	}
.whiteSubLeft li.current_page_item a {
	color: #c12423;
	}
.orangeSubLeft li.current_page_item a {
	color: #ed982f;
	}

.redSubLeft li a {
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 500;
	}
.redSubLeft li ul li a {
	font-weight: 600;
	}
.whiteSubLeft li a {
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 500;
	}
.whiteSubLeft li ul li a {
	font-weight: 600;
	}
.orangeSubLeft li a {
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 500;
	}
.orangeSubLeft li ul li a {
	font-weight: 600;
	}

#credits li {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	list-style-type: none;
	list-style-image: none;
	margin: 75px 0px 5px 50px;
	}
#subLeft.red #credits, #subLeft.red #credits a {
	font-size:8pt;
	font-weight: bold;
	color: #fff;
	}
#subLeft.white #credits, #subLeft.white #credits a {
	font-size:8pt;
	font-weight: bold;
	color: #000;
	}
#subLeft.orange #credits, #subLeft.orange #credits a {
	font-size:8pt;
	font-weight: bold;
	color: #fff;
	}
	
#slogan {
	background: #ea942d url('images/nada_slogan_bg.jpg') repeat-x;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14pt;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	line-height: 2em;
	letter-spacing: 4px;
	margin-bottom: 10px;
	}

#subContent {
	background-color: inherit;
	font-size: 1.1em;
	line-height: 1.6em;
	}

#subContent .entry p {
	margin: 5px 0 10px 0;
	}

.advert {
	text-align: center;
	}
	
.navigation {
	display: block;
	margin-bottom: 50px;
	}

div.navigation .alignright {
	text-align: right;
}

#footer p {
	text-align: left;
	font-size: 1.0em;
	}

#subContent .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.even, .alt {
	border-left: 1px solid #ddd;
}


h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	padding: 2px 0 5px 0;
	}

h1 {
	font-size: 1.8em;
	}
h2 {
	font-size: 1.4em;
	}
h3 {
	font-size: 1.3em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.0em;
	}

small, #subLeft ul ul li, #subLeft ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



#wp-calendar #prev a, #wp-calendar #next 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 Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul, html>body .entry ol {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	}
.entry ul {	list-style: none; }
.entry ol { list-style: decimal; }

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
	
#linksPage ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	}
#linksPage li {
	list-style: none;
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}
	
#subLeft ul ul li:before {
	content: "\00BB \0020";
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sideNav li {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	text-transform: none;
	font-size: 13pt;
	
	list-style-type: none;
	list-style-image: none;
	margin: 5px 0px 5px 50px;
	}
	
#sideNav li ul li {
	font-size: 11pt;
	text-transform: none;
	}

#subLeft ul p, #subLeft ul select {
	margin: 5px 0 8px;
	}

#subLeft ul ul, #subLeft ul ol {
	margin: 5px 0 0 10px;
	}

#subLeft ul ul ul, #subLeft ul ol {
	margin: 0 0 0 10px;
	}

#subLeft ul ol li {
	list-style: decimal outside;
	}

#subLeft ul ul li, #subLeft ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */







/* 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;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
a {
	color: #c12423;
	text-decoration: none;
	}
	
/* End Various Tags & Classes*/


/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation a span
{
float: none;
}
/* End IE5-Mac hack */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	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;
}
/* End captions */

	

