/* @override 
	http://bd.dev/wp-content/themes/bdmitchell/style.css
	http://bd.primalbeta.com/wp-content/themes/bdmitchell/style.css
	http://www.mitchellpando.com/wp-content/themes/bdmitchell/style.css
*/

/*
Theme Name: BD Mitchell Theme
Description: Theme developed by Primal Communications for B.D. Mitchell Prosthetics and Orthotics Ltd.
Version: 1.1
Author: <a href="http://www.primalcommunications.com">Primal Communications Ltd.</a>

(c) Copyright 2011 Primal Communications Ltd. All rights reserved. 


Client: B.D. Mitchell Prosthetics and Orthotics Ltd.
Developer: James Wilcox <james@primalcommunications.com>
 
*/

/* @group Reset
   Reset default browser CSS. Based on work by Eric Mey∏er: http://meyerweb.com/eric/tools/css/reset/index.html
*/


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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* @end */

/* @group Base Elements */

body {
	background: #000;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

hr.bio {
	background-color: #525252;
	clear: both;
}

p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* @end */

/* @group Gallery Listing */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}

/* @end */

/* @group Attachment Pages */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}

/* @end */

/* @group Images */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* @end */

/* @group Widgets */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* @end */

/* @group Mobile Safari */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/* @end */







body,html {
	background-color: #340e0f;
}

.clear {
	clear: both;
	height: 0;
}


#header {
	background: url(img/head_bg.png) repeat-x left top;
}

.col {
	width: 980px;
	margin: 0 auto;
}


#header .col {
	background: transparent url(img/head_main_bg.png) no-repeat center top;
	padding: 8px 0;
	position: relative;
	height: 274px;
}

#img-logo {
	position: absolute;
	left: 72px;
	top: 37px;
}

#slideshow {
	position: absolute;
	left: 433px;
	top: 8px;
	background: #000;
}

#head-toll-free {
	position: absolute;
	top: 0;
	color: #8a2529;
	font-size: 14pt;
	left: 800px;
	padding-right: 0 !important;
}

#head-toll-free a {
	color: #8a2529;
}

#mainnav {
	background: #f1ece7;
	position: relative;
	height: 49px;
}

#mainnav ul,
#mainnav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainnav .wrap {
	width: 930px;
	margin: 0 auto;
	background: transparent url(img/mainnav_bg.png) no-repeat 9px 0;
	height: 49px;
	line-height: 49px;
	padding: 0 0 0 50px;
	position: relative;
}

#menu-top-left {
	position: absolute;
	top: 0;
	left: 32px;
	
	height: 49px;
	width: 397px;
}

#menu-top-right {
	position: absolute;
	top: 0;
	left: 460px;

	width: 370px;
	height: 49px;
}

#mainnav li {
	margin: 0;
	padding: 0;
	display: inline-block;
	
	*display:inline;
	*zoom:1;
}

#menu-top-left li a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	width: 73px;
	
	color: #333;
	
}

#menu-top-right li a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	padding-right: 35px;
	
	color: #333;
	
}

#mainnav li a:hover,
#mainnav li.current_page_item a {
	color: #8a2529;
}

#mainnav li.page-item-11 {
	position: absolute;
	top: 0;
	left: 464px;
}

#mainnav li.page-item-12 {
	position: absolute;
	top: 0;
	left: 581px;
}

#mainnav li.page-item-13 {
	position: absolute;
	top: 0;
	left: 692px;
}

#content {
	background: #f1ece7;
}

#content .col {
	background: transparent url(img/main_bg.png) repeat-y left top;

}

#content ul#sidebar {
	margin: 0;
	padding: 44px 0 0 56px;
	float: left;
	width: 378px;
	height: 490px;
}

#content #sidebar li {
	margin: 0 0 14px 0;
	list-style: none;
	width: 333px;
	background: #FFF;
	border: 1px solid #ddd;
	
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
}

#content #sidebar li a {
	display: block;
	padding: 23px 0 23px 50px;
	list-style: none;
	width: 287px;
}

#content #sidebar li.contact {
	padding: 0;
	border: 0;
	background: 0;
	margin: 0 0 0 -1px;
}

#content #sidebar li.contact a {
	display: block;
	width: 343px;
	height: 103px;
	padding: 0;
	
	background: transparent url(img/button_contact.png) no-repeat 0 0;
	
	outline: none;
}

#content #sidebar li.contact a:hover,
#content #sidebar li.contact a:focus,
#content #sidebar li.contact a:active,
#content #sidebar li.contact.active a {
	background-position: 0 -103px;
}

#content #sidebar li.contact a span {
	display: none;
}

#content #main {
	float: left;
	width: 480px;
	padding: 44px 23px;
}

#content h2 {
	margin: 0;
	padding:  0 0  1em 0;
	letter-spacing: 2px;
	
	font-size: 1.8em;
}

#content h3 {
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	border-bottom: 1px solid #CCC;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 2px;
	color: #8a2529;
}


.archive h1.entry-title {
	font-size: 14pt;
	padding: 0 0 0.5em 0;
	border-bottom: 1px solid #CCC;
}

.archive #content h2.list-entry-title {
	font-size: 14pt;
	padding: 1em 0 0 0;
}

.single #breadcrumbs {
	font-size: 12pt;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #CCC;
}

.single #breadcrumbs a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

.single h1.entry-title {
	padding: 1em 0 0.2em 0;
}

.single .entry-content {
	padding: 0.5em 0;
}


#nav-below {
	border-top: 1px solid #CCC;
	font-size: 11pt;
	padding-top: 1em;
	position: relative;
	width: 480px;
	height: 1.3em;
}


#nav-below .nav-previous {
	position: absolute;
	left: 0;
	top: 8px;
}

#nav-below .nav-next {
	position: absolute;
	right: 0;
	top: 8px;
}

#nav-below a {
	text-decoration: none;
	border-bottom: 1px dotted maroon;
}

body.page-id-10 .entry-content p {
	
	color: #8a2529;
}

body.page-id-10 .entry-content a {
	
	color: #8a2529;
	text-decoration: none;
		text-decoration: underline;
}

body.page-id-10 .entry-content a:hover,
body.page-id-10 .entry-content a:focus,
body.page-id-10 .entry-content a:active {
	color: #ad0005;
}

#content p {
	font: 10pt/1.5em Arial, Helvetica, sans-serif;
}

div.page {
	position: relative;
}

ul#nav-child {
	position: absolute;
	padding: 0;
	margin: 0 !important;
	width: 300px;
	
	text-align: right;
	
	right: 0;
	top: -30px;
	
}

#main #nav-child li {
	display: inline;
	float: right;
	padding: 0 0 0 1em;
}

#main #nav-child li a {
	display: inline;
}

#nav-child li.current_page_item a {
	display: inline;
	color: #666;
	text-decoration: none;
}

#main a {
	color: #8a2529;
}

#main a:hover {
	color: #cd1c23;
}

#main.contact h3 {
	margin: 0 0 15px 0;
}

#main.contact h3 span {
	display: none;
}

#main.contact address {
	font: 10pt/1.4em Arial, Helvetica, sans-serif;
	color: #8a2529;
	letter-spacing: 1px;
	
	display: block;
	margin: 0 0 2em 0;
}

#main.contact address a {
	color: #8a2529;
	text-decoration: none;
	border-bottom: 1px dotted #8a2529;
}

#main.contact address a:hover,
#main.contact address a:focus,
#main.contact address a:active {
	border-bottom: 1px solid #960005;
	color: #ad0005;
}

#main.contact #map-comox.map {
	text-align: right;
}

#main.contact h2 {
	background: transparent url(img/h2_contact_us.png) no-repeat 0 0;
	margin: 0 0 1em 0;
}

#main.contact h2 span {
	display: none;
}


.h3_nanaimo {
	background: transparent url(img/h3_nanaimo.png) no-repeat 0 0;
	height: 25px;
	border-bottom: 1px solid #777;
}

.h3_comox {
	background: transparent url(img/h3_comox.png) no-repeat 0 0;
	height: 25px;
	border-bottom: 1px solid #777;
}

#main.contact .map {
	text-align: center;
	padding: ;
}

#main > li.linkcat {
	display: block;
	
}

#main > li.linkcat h2 {
	padding: 1em 0 0.5em 0;
	font-size: 14pt;
	
}

#main ul {
	margin: 0 0 1em 2em;
}

#main ul li{
	font: 10pt/1.4em Arial;
	padding-bottom: 1em;
}

#main ul li a{
	display: block;
	color: #8a2529;
}

#main ul li a:hover{
	color: #aa0006;
}



#pre-footer {
	clear: both;
	height: 1px;
	background: #cdc8c2 url(img/pre_foot_bg.png) no-repeat center top;
	

}

#foot-space {
	height: 2px;
	overflow: hidden;
	background: #ece7e1 url(img/main_bg.png) repeat-y center top;
}

#footer {
	padding: 20px 0;
	font: 8pt Arial, Helvetica, sans-serif;
}

#footer .col {
	width: 940px;
	color: #aaa;
}

#footer .contact {
	font-size: 11pt;
	color: #FFF;
	padding: 0 0 10px 0;
}

#footer .credit {
	float: right;
	color: #aaa;
}

#footer .credit a {
	color: orange;
	text-decoration: none;
}

#footer .credit a:hover {
	text-decoration: underline;
}

ul#menu-footer {
	list-style: none;
	padding: 1em 0 3em 0;
	margin: 0 0 0 -16px;
	float: left;
}

ul#menu-footer li a:link, ul#menu-footer li a:hover, ul#menu-footer li a:active, ul#menu-footer li a:visited {
	text-decoration: none;
	color: white;
}

ul#menu-footer > li {
	width: 134px;
	float: left;
	padding: 0;
	margin: 0;
}

ul#menu-footer > li ul li {
	padding: 5px 0 0 0;
}

ul#menu-footer > li > a {
	padding-left: 16px;
}

ul#menu-footer > li ul a {
	color: #c7b5a6 !important;
}