/**********************************************************************************************

	Title: Collatampg.ca
	Author: Commune Media Inc.
	Date: January 2009

***********************************************************************************************

	1. Global Reset
	
	2. General Elements
	
	3. Layout
			3.1 Masthead
			3.2 Navigation
			3.3 Category Header
			3.4 Primary Content
			3.5 Footer
	
	4. Layout Elements
		
***********************************************************************************************/


/* 1. Global Reset
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, images, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* 2. General Elements
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

html {
}
body {
	background: url(images/bg_body.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000404;
}
hr {
	display: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
address {
	font-style: normal;
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #09757d;
	text-decoration: none;
}
a:visited {
	color: #09757d;
}
a:hover, a:focus {
	color: #09757d;
	text-decoration: underline;
}
a:active {
	color: #09757d;
}
/* 3. Layout
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

#container {
}
/* 3.1	Masthead
-----------------------------------------------------------------------------------------------*/	

#masthead {
	width: 960px;
	height: 109px;
	background: #fff;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.logo {
	float: left;
}
.search {
	padding-top:36px;
	width: 300px;
	float: right;
}
.search label {
	position: absolute;
	left: -999em;
}
.search #q {
	height: 13px;
	width: 195px;
	padding: 1px;
	border: solid 1px #ccc;
	float:right;
	font-size: 9px;
}
.search .submit {
	float: right;
	margin-right: 32px;
}
/* 3.2	Navigation
-----------------------------------------------------------------------------------------------*/

#navigation {
	width: 960px;
	height: 42px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background: url(images/bg_navigation.png) repeat-x #000;
	margin-left: auto;
	margin-right: auto;
}
#navigation ol {
	margin:0;
	padding:0;
	margin-left: 38px;
}
#navigation li {
	color: #fff;
	float: left;
	display: inline;
	margin:0;
	padding:0;
}
#navigation li a {
	text-decoration: none;
	border:0;
}
/* 3.3	Category Header
-----------------------------------------------------------------------------------------------*/

#category-header {
	color: #fff;
	width:924px;
	height: 30px;
	padding-left: 36px;
	padding-top: 14px;
	margin-left: auto;
	margin-right: auto;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
#category-header a {
	color: #fff;
}
/* 3.4	Primary Content
-----------------------------------------------------------------------------------------------*/	


	#content {
	width: 960px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	background: url(images/bg_content.png) #fff top repeat-x;
	min-height: 500px;
}
#content-left {
	width:160px;
	padding-left: 40px;
	float: left;
	padding-top: 24px;
}
#content-right {
	height: 100%;
	width: 680px;
	padding-right: 30px;
	padding-left: 30px;
	float: right;
}
/* 3.5	Footer
-----------------------------------------------------------------------------------------------*/	

#footer-container {
	clear: both;
	font-size: 10px;
	width: 100%;
	background: url(images/bg_footer-container.png) repeat-x;
}
#footer {
	width: 960px;
	margin: auto;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
#footer-left {
	width: 224px;
	text-align: center;
	float: left;
}
#footer-site-copyright {
	color: #0199ae;
}
#footer-right {
	width: 710px;
	padding-left: 25px;
	margin-top: 75px;
	float:right;
}
.sub-navigation {
	text-align: left;
	padding-top: 8px;
}
ol.sub-navigation {
	margin-left: 0px;
	padding-left: 0px;
}
.sub-navigation li {
	float: left;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
}
.sub-navigation li span {
	padding-left: 3px;
	padding-right: 3px;
}
.sub-navigation a {
	color: #010003;
}
#footer-audience {
	text-align: left;
	color: #158386;
	padding-top: 2px;
}
#footer-siteby {
	color: #eee;
	padding-top: 18px;
}
#footer-siteby a, #footer-siteby a:active, #footer-siteby a:link, #footer-siteby a:hover, #footer-siteby a:visited {
	color: #eee;
	text-decoration: none;
}
#footer div.control-panel-menu {
	margin-top: 10px;
}
/* 4. Layout elements
-----------------------------------------------------------------------------------------------
===============================================================================================*/

br.clear {
	clear:both;
}
#home-main img {
	border: none;
	margin-top:-1px;
}
#home-navigation ol {
	list-style-type:none;
	margin: 0;
	padding: 0;
	margin-left: 5px;
	margin-right: 5px;
}
#home-navigation ol li {
	float: left;
	display: inline;
	width: 190px;
	overflow: hidden;
}
#home-welcome {
	clear:both;
	width:680px;
	height: 200px;
	float:left;
	width: 680px;
	padding-right: 0px;
	padding-left: 30px;
}
#content h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
#content h1 {
	color: #092d7e;
	font-size: 20px;
	margin-bottom: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	margin-left: -30px;
	background: url(images/bg_content-h1.png) no-repeat 0 18px;
	padding-left: 30px;
	padding-top: 20px;
}
#home-welcome h1 {
	background: none;
}
#home-welcome p {
	padding-right:20px;
}
#home-news {
	width: 160px;
	float: right;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 24px;
	background: url(images/bg_home-news.png) repeat-x;
	border-left: solid 1px #e8e8e7;
}
#content h2 {
	color: #092d7e;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 22px;
}
#content h3 {
	color: #092d7e;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 6px;
	margin-top: 18px;
}
#content-left h3, #home-news h3 {
	font-size: 11px;
	margin-bottom: 10px;
	padding-left: 10px;
	background: url(images/bg_content-left-h3.png) no-repeat 0 4px;
	margin-top: 0px;
}
#content h4 {
}
#content p {
	font-size: 12px;
	margin-bottom: 12px;
	line-height: 16px;
}
#content ul, ol {
	margin-left: 50px;
	margin-bottom: 12px;
}
#content li {
	font-size: 12px;
	list-style-type: square;
	line-height: 18px;
}
#content li ul {
}
#content li ul li {
	list-style-type: disc;
	list-style-type: square;
	line-height: 18px;
	margin-bottom: 12px;
}
#content ol li {
	list-style-type: decimal;
	line-height: 18px;
	margin-bottom: 12px;
}
#content img.category-main-image {
	float: right;
	margin-right: -7px;
	margin-left: 18px;
	margin-bottom: 18px;
	margin-top: -44px;
}
#content h2.entry-title {
	margin-bottom: 0px;
	margin-top: 24px;
}
#content div.entry-content p {
	margin-top: 0px;
}
.comment-form li.submit {
	margin: 1.5em 0 0;
}
#contact_form div {
	padding: 0px 0px 2px 0px;
	font-size: 110%;
}
#contact_form textarea {
	color: #000;
	width: 250px;
}
#contact_form #contact_status {
	font-size: 125%;
	padding-top: 20px;
}
a.editlink, a.editlink:active, a.editlink:hover, a.editlink:visited {
	background: #eee;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
a.spotlightlink, a.spotlightlink:active, a.spotlightlink:hover, a.spotlightlink:visited {
	text-decoration:none;
	clear:both;
	float:right;
	margin-right: -8px;
}
a.spotlightlink img {
	padding:0;
	border:none;
	width:311px;
}
