/*
	----------------------------------------
	CCEMC CSS
	Sean Mitchell, sean@seanmitchell.ca
	----------------------------------------
*/



/* RESET
---------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del, ins {
	text-decoration: none;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup, sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
	font-size: 100%;
}



/* BODY
---------------------------------------- */
body {
	background: #E8A713;
	color: #646464;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	text-rendering: optimizeLegibility;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	color: #D2960F;
	text-decoration: none;
}
a:hover {
	color: #191919;
}
a, a:focus, a:active, input, select, textarea {
	outline: none;
}



/* WRAPPER
---------------------------------------- */
#wrapper {
	margin: auto;
	padding-top: 40px;
	text-align: left;
	width: 100%;
}



/* WRAPPER
---------------------------------------- */
.wrapper {
	margin: auto;
	width: 1008px;
}



/* HOME-HEADER
---------------------------------------- */
#home-header {
	float: left;
	width: 100%;
}



/* HOME-HEADER > BACKGROUND
---------------------------------------- */
#home-header #background-01,
#home-header #background-02,
#home-header #background-03 {
	float: left;
	width: 1008px;
}
#home-header #background-01 {
	background: url(/_img/home-header-01.jpg) no-repeat;
}
#home-header #background-02 {
	background: url(/_img/home-header-02.jpg) no-repeat;
}
#home-header #background-03 {
	background: url(/_img/home-header-03.jpg) no-repeat;
}



/* HOME-HEADER > LOGO
---------------------------------------- */
#home-header #logo-01,
#home-header #logo-02,
#home-header #logo-03 {
	padding: 9px 0 168px 87px;
	width: 186px;
}
#home-header #logo-01 h1,
#home-header #logo-02 h1,
#home-header #logo-03 h1 {
	width: 186px;
}
#home-header #logo-01 span,
#home-header #logo-02 span,
#home-header #logo-03 span {
	display: none;
}
#home-header #logo-01 a,
#home-header #logo-02 a,
#home-header #logo-03 a {
	display: block;
	height: 109px;
	width: 186px;
}
#home-header #logo-01 a {
	background: url(/_img/home-logo-01.jpg) no-repeat;
}
#home-header #logo-02 a {
	background: url(/_img/home-logo-02.jpg) no-repeat;
}
#home-header #logo-03 a {
	background: url(/_img/home-logo-03.jpg) no-repeat;
}



/* HEADER
---------------------------------------- */
#header {
	float: left;
	width: 100%;
}



/* HEADER > BACKGROUND
---------------------------------------- */
#header #background {
	background: url(/_img/header.jpg) no-repeat;
	float: left;
	width: 1008px;
}



/* HEADER > LOGO
---------------------------------------- */
#header #logo {
	padding: 9px 0 9px 87px;
	width: 186px;
}
#header #logo h1 {
	width: 186px;
}
#header #logo span {
	display: none;
}
#header #logo a {
	background: url(/_img/logo.jpg) no-repeat;
	display: block;
	height: 109px;
	width: 186px;
}



/* HEADER > NAVIGATION
---------------------------------------- */
#navigation {
	float: left;
	padding-left: 87px;
}
#navigation ul {
	background: #232323;
	float: left;
}
#navigation li {
	float: left;
	line-height: 41px;
}
#navigation li a {
	color: #D9D6D0;
	display: block;
	padding: 0 12px 0 12px;
}
#navigation li a:hover {
	background: #323232;
	color: #FFF;
}
#navigation li a.selected {
	background: #E8A713;
	color: #FFF;
}



/* HOME-CONTENT
---------------------------------------- */
#home-content {
	float: left;
	padding-top: 16px;
	width: 100%;
}



/* HOME-FRAME
---------------------------------------- */
#home-frame {
	background: url(/_img/home-frame.jpg) repeat-y;
	float: left;
	width: 1008px;
}



/* HOME-BOTTOM
---------------------------------------- */
#home-bottom {
	background: url(/_img/home-bottom.jpg) left bottom no-repeat;
	float: left;
	width: 1008px;
}



/* HOME-FEATURES
---------------------------------------- */
#home-features {
	background: url(/_img/home-top.jpg) no-repeat;
	float: left;
	padding: 44px 124px 0 124px;
	width: 760px;
}
#home-features h2 {
	color: #E8A713;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 18px;
}
#home-features p {
	padding-bottom: 18px;
}
#home-feature-01,
#home-feature-02,
#home-feature-03 {
	float: left;
	padding: 100px 65px 21px 0;
	width: 210px;
}



/* HOME-FEATURE-01
---------------------------------------- */
#home-feature-01 {
	background: url(/_img/home-feature-01.jpg) no-repeat;
}



/* HOME-FEATURE-02
---------------------------------------- */
#home-feature-02 {
	background: url(/_img/home-feature-02.jpg) no-repeat;
}



/* HOME-FEATURE-03
---------------------------------------- */
#home-feature-03 {
	background: url(/_img/home-feature-03.jpg) no-repeat;
	padding: 100px 0 21px 0;
}



/* CONTENT
---------------------------------------- */
#content {
	background: #F7F4EE;
	float: left;
	padding-bottom: 40px;
	width: 100%;
}



/* CONTENT > FRAME
---------------------------------------- */
#content #frame {
	background: url(/_img/content-frame.jpg) repeat-y;
	float: left;
	width: 1008px;
}



/* CONTENT > BOTTOM
---------------------------------------- */
#content #bottom {
	background: url(/_img/content-bottom.jpg) left bottom no-repeat;
	float: left;
	padding-bottom: 21px;
	width: 1008px;
}



/* CONTENT > PAGE
---------------------------------------- */
#content #page {
	float: left;
	padding: 37px 0 0 120px;
	width: 504px;
}
#content #page h2 {
	color: #E8A713;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 17px;
}
#content #page h2 a,
#content #page h2 a:hover {
	border: none;
}
#content #page h3 {
	font-weight: bold;
	padding-bottom: 6px;
}
#content #page h4 {
	font-weight: bold;
}
#content #page p {
	padding-bottom: 18px;
}
#content #page img,
#content #page a img {
	background: #EDEAE4;
	border: none;
	display: block;
	margin: 4px 0 5px 0;
	padding: 2px;
}
#content #page a:hover img {
	background: #191919;
	border: none;
}
#content #page ul {
	line-height: 17px;
	padding-bottom: 12px;
}
#content #page ul li {
	background: url(/_img/listitem.jpg) 0 5px no-repeat;
	padding: 0 0 7px 15px;
}
#content #page a {
	border-bottom: 1px solid #EDEAE4;
}
#content #page a:hover {
	border-bottom: 1px solid #191919;
}



/* CONTENT > PAGE > NEWSLETTER
---------------------------------------- */
#content #page #newsletter {
	float: left;
	width: 504px;
}
#content #page #newsletter dl {
    border-top: 1px solid #EDEAE4;
	float: left;
	width: 504px;
}
#content #page #newsletter dl dt {
	float: left;
    line-height: 73px;
    padding-right: 16px;
    text-align: right;
	width: 88px;
}
#content #page #newsletter dl dt label {
    font-weight: bold;
}
#content #page #newsletter dl dd {
	float: right;
    padding: 20px 0 20px 0;
	width: 400px;
}
#content #page #newsletter dl dd input {
    background: #FFFBF8;
	border: 1px solid #E3E0DA;
	border-radius: 2px;
    color: #646464;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding: 8px;
    width: 366px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#content #page #newsletter dl dd input:focus {
    background: #FFF;
	border: 1px solid #C5C2BC;
}
#content #page #newsletter .signup {
    border-top: 1px solid #EDEAE4;
	float: left;
    padding: 20px 0 0 104px;
	width: 400px;
}
#content #page #newsletter .signup a {
	background: #EDEAE4;
	border: 1px solid #E3E0DA;
	border-radius: 2px;
	color: #93908A;
    display: block;
	float: left;
	line-height: 33px;
	padding: 0 11px 0 11px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#content #page #newsletter .signup a:hover {
	background: #E8A713;
	border: 1px solid #D59400;
	color: #FFF;
}



/* CONTENT > PAGE > POST
---------------------------------------- */
#content #page .post {
	border-bottom: 1px solid #EDEAE4;
	float: left;
	margin-bottom: 23px;
	padding-bottom: 4px;
	width: 504px;
}
#content #page .post .continue-reading {
	background: url(/_img/continue-reading.jpg) 0 5px no-repeat;
    line-height: 17px;
	padding: 0 0 19px 11px;
}
#content #page .post .continue-reading a,
#content #page .post .continue-reading a:hover {
	border: none;
}



/* CONTENT > PAGE > PAGINATION
---------------------------------------- */
#content #page #pagination {
	background: url(/_img/divide.gif) repeat-x;
	float: left;
	padding: 4px 0 23px 0;
	width: 504px;
}
#content #page #pagination a {
	background: #EDEAE4;
	border: 1px solid #E3E0DA;
	border-radius: 2px;
	color: #93908A;
    display: block;
	line-height: 33px;
	padding: 0 11px 0 11px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#content #page #pagination a:hover {
	background: #E8A713;
	border: 1px solid #D59400;
	color: #FFF;
}
#content #page #pagination .previous-post,
#content #page #pagination .older-posts {
	float: left;
}
#content #page #pagination .next-post,
#content #page #pagination .newer-posts {
	float: right;
}



/* CONTENT > SIDE
---------------------------------------- */
#content #side {
	float: left;
	padding: 40px 120px 1px 40px;
	width: 224px;
}
#content #side h2 {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 18px;
	text-transform: uppercase;
}
#content #side h3 {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 9px;
	text-transform: uppercase;
}
#content #side p {
	padding-bottom: 18px;
}
#content #side ul {
    line-height: 17px;
	padding-bottom: 13px;
}
#content #side ul li {
	background: url(/_img/listitem.jpg) 0 5px no-repeat;
	padding: 0 0 5px 15px;
}
#content #side li a {
	display: block;
}
#content #side .selected {
	background: url(/_img/listitem-on.jpg) 0 5px no-repeat;
}
#content #side .selected a {
	color: #191919;
}
#content #side ul.jumper {
	font-size: 10px;
	line-height: 16px;
	padding-bottom: 8px;
}
#content #side ul.jumper li {
	background: none;
	padding: 0 0 10px 0;
}



/* FOOTER
---------------------------------------- */
#footer {
	float: left;
	font-size: 11px;
	padding: 31px 0 35px 0;
	text-align: center;
	width: 100%;
}
#footer .slash {
	color: #C29122;
	padding: 0 8px 0 8px;
}
#footer p,
#footer a {
	color: #A47304;
}
#footer a:hover,
#footer a.selected {
	border-bottom: 1px solid #ECB724;
	color: #F7F4EE;
}