/*
Theme Name: MCBD
Theme URI: http://createnetworks.ca/wordpress/themes
Description: A Thematic-based theme
Author: Gilbert Carriere
Author URI: http://createnetworks.ca
Template: thematic
Version: Version 1
*/

/* block to put own styles in place

@import url('thematic.css');

*/

/* @group import reset */
@import url('http://createnetworks.ca/css_master/reset.css');
@import url('http://createnetworks.ca/css_master/reset_typography.css');
@import url('http://createnetworks.ca/css_master/reset_forms.css');
/* @end */

/* @group footerStick */
html {height:100%;}
body {height:100%;}
#wrapper{position: relative;min-height:100%;}
* html #wrapper{height:100%;}
#main {padding-bottom:96px;}
#footer { /* footer MUST be outside of the #wrapper */
/*	position: relative; */
	height: 96px;
/*	margin-top: -96px;  disabled in style_ie.css */
	clear: both;
}
/* @end */

span.edit-link{display:none;}
.mailreqtxt{display:none;}
form.cform ol{margin-right:0;}
form.cform fieldset.cf_hidden {
	display: none;
}
address {
	font-style: normal;
	margin: 0 0 0 4px;
	padding:0;
}


#age-top.aside {
display: block !important;
width: 100% !important;
padding: 0 !important;
margin: 0 !important;
}

body {
	background-color: #333;
}
/*	layout
	wrapper->header
	wrapper->main
	wrapper->footer
*/
#wrapper {
	width: 663px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(images/mcbdbackonly.jpg) repeat-y center top;
}
#wrapper:after {
	content: '';
	display: block;
	clear: both;
	height: 30px;
	width: 0;
}
/* @group header */
/*	layout
	wrapper->header->branding->h1#blog-title->span->a
	wrapper->header->branding->p#blog-description
	wrapper->header->access
	wrapper->header->access->.skip-link->a
	wrapper->header->access->menu->ul->li[.current_page_item]->a
*/
#header {
	height: 169px;
	background: url(images/mcbdheader.jpg) no-repeat center top;
	overflow: hidden;
}
#branding {
}
#blog-title {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
#blog-title span {
	display: none;
}
#blog-title span a {
}
#blog-description {
	display: none;
}
/* @end */

/* @group menu */
#access {
}
#access div.skip-link {
	display: none;
}
#menu {
	float: right;
	clear: none;
	padding: 130px 0 0 0;
	line-height: 1em;
	margin-right: 17px;
}
#menu ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
#menu li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#menu li a {
	font-size: 100%;
	text-decoration: none;
	color: #222;
	font-weight: bold;
	padding: 2px 7px;
	border-right: 1px solid green;
}
#menu li.last-child a, #menu ul li a[title="Contact"] {
	border-right: 0px none;
}
#menu li.current_page_item {
}
#menu li.current_page_item a {
}

/* @end */

/* @group main */
/*	layout
	wrapper->main->container->content->.hentry->h1.entry-title
	wrapper->main->container->content->.hentry->.entry-content->
*/
#main {
	height: 650px;
	background: url(images/mcbdbackmiddle.jpg) no-repeat center top;
	overflow: visible;
}
.clear {
	clear: both;
	display: block;
	width:0;
	height:0;
	margin:0;
	padding:0;
	visibility:hidden;
}
#container {
	
}
#content{
	float: right;
	position: relative;
	width: 461px;
	padding-right: 28px;
}
#content div.hentry {
}
#content div.hentry h1.entry-title {
	display: none;
}
#content div.entry-content { /* the actual content div */
}
#content div.entry-content h2 {

}
#content div.entry-content p {
	
}
.address {
	margin-top: 2em;
}
/* @end */

/* @group sidebar */
/*	layout
	wrapper->main->primary[.aside][.main-aside]->ul.xoxo
	wrapper->main->secondary[.aside][.main-aside]->ul.xoxo
*/
/* general sidebar classes and elements */
div.aside {
	float: left;
	width: 160px;
	clear: none;
	position: relative;
}
div.main-aside {
}
/* ul inside both #primary and #secondary */
ul.xoxo {
	padding: 20px 0 0 0;
	margin: 0;
	padding: 0;
}
ul.xoxo li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
/* widgets inside sidebar ul.xoxo */
li.widgetcontainer h3 {
	display: none;
}
li.widgetcontainer div {
	font-size: 95%;
	padding-bottom: 7px;
	line-height: 1.3em;
}
/* specific sidebar classes and elements */
#primary {
}
#primary #xoxo {
}
#secondary {
	display: none;
}
#secondary #xoxo {
}
/* @end */

/* @group footer */
#footer { /* must be same width, or less as #wrapper */
	width: 663px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
/*	position: relative; */
	background: url(images/mcbdbackonly.jpg) no-repeat center bottom;
	background-attachment: fixed;
}
#footer #subsidiary #third {
	display: block;
	width: 140px;
	height: 96px;
	float: right;
	right: 19px;
	bottom: 19px;
	background: url(images/editique_logo.jpg) no-repeat right bottom;
	text-indent: -9999px;
}
#third a {
	display: block;
	width: 140px;
	height: 96px;
	text-indent: -9999px;
}
/* @end */



/* advert dl lists */
#pagelayout {
	height: 150px;
	width: 480px;
	background: url(images/pagelayout.png) no-repeat center top;
}
#addiv h3, #addiv h4, #addiv h5, #addiv h6, #addiv p {
	clear: both;
}
#addiv h4 {
	margin-top: 2em;
	margin-bottom: 1.25em;
}
#addiv ul.toc, #addiv ul.toc li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#addiv ul.toc {
	margin: 0 1em 1.5em 1em;
}
#addiv ul.toc li {
	border-bottom: 1px dotted;
	margin: 0pt 0pt 7px;
	padding: 0pt;
	position: relative;
	height: 1em;
}
#addiv ul.toc li span {
	background: white;
	padding: 0 3px;
}
#addiv ul.toc li span.tocleft {
	padding-left: 0;
}
#addiv ul.toc li span.tocright {
	position: absolute;
	right: 0;
}
/* old */

#addiv dl, #addiv dl dt, #addiv dl dd {
	margin: 0;
	padding: 0;
}
#addiv dl {
	line-height: 1em;
	margin: 0 1em 1em 1.25em;
}
#addiv dl dt {
	float: left;
	clear: both;
	margin: 0 0 .75em 0;
	padding: 0 2px 0 0;
	background: white;
}
#addiv dl dd {
	float: right;
	margin: 0 0 .75em 0;
	padding: 0 0 0 4px;
	background: white;
}
#addiv dl dt.even {
	border-top: 1px dotted blue;
	border-bottom: 1px dotted blue;
}
.float-left {
	text-transform: none;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	margin-top: 20px;
	float: left;
}


/* confirmation block */
#confirmation {
text-align: center;
padding: 13px;
border: 1px solid #fc3;
background-color: #ffc;
font-weight: bold;
}

