/*
Theme Name: Chiropractic
Theme URI: http:///www.yoursite.com
Description: Theme for Dr. Dave the chiropractor
Version: 1.0
Author: Francis Penny
Author URI: http://www.graphiczone.ca
*/

/*reset*/

html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite,
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 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
}

body {
font-size: 76%;
}

ol, ul, li {
list-style-type: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

a img {
border: none;
outline: 0;
}

/*end reset*/

/*layout*/ 

html, body{ 
margin:0; 
padding:0; 
text-align:center;
}

body {
overflow: -moz-scrollbars-vertical;
background-color: #2b2b2b;
}

#pagewidth{ 
width:940px; 
text-align:left;
margin: 2em auto 2em auto; 
background: #F5F3E6;
}

#header{
position:relative; 
width:100%;
text-align: left;
height: 166px;
/*line-height: 166px;*/
white-space: nowrap;
background: #9BBAC3 url(images/design_elements/header-bg.jpg) no-repeat center center;
}

#siteinfo {
postion: relative;
height: 166px;
padding-top: 4em;
padding-left: 2em;
}

div.description {
padding-top: .5em;
}

#wrapper {
position: relative;
width: 100%;
padding-top: 8px;
padding-bottom: 8px;
}

#maincol{  
float: left; 
display:inline; 
position: relative; 
width:614px;
margin-right: 8px;
margin-left: 8px;
}

#maincontent {
position: relative;
background-color: #ffffff;
border: 1px #F8F7EE solid;
padding: 0 1em 2em 1em;
}

#rightcol{
width:302px; 
float:right; 
position:relative;
margin-right: 8px;
}

#footer{
clear:both;
padding: .25em 0;
background-color: #000000;
border-top: 2px #2b2b2b solid;
}

/*end layout*/

/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 

.clearing {
clear:both;
}

/*end float fix*/

/*typography*/

body {
font-family: tahoma, verdana, arial, helvetica, sans-serif;
color: #333;
}

/*start links*/

a {
text-decoration: none;
color: #CB694D;
}

a:link, a:visited {
font-weight: bold;
color: #CB694D;
}

a:hover {
color: #000000;
text-decoration: none;
}

#header h1 a:link, #header h1 a:visited {
color: #f3f3f3;
text-decoration: none;
}

#header h1 a:hover {
color: #ccc;
text-decoration: none;
}

div.post h2 a:link, div.post h2 a:visited {
color: #333333;
font-weight: normal;
}

div.post h2 a:hover {
color: #999999;
font-weight: normal;
text-decoration: none;
}

#footer a:link, #footer a:visited {
font-weight: normal;
color: #CB694D;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

/*end links*/

h1 {
font-size: 3em;
font-family: "Times New Roman", Georgia, Times, serif;
font-weight: normal;
letter-spacing: -1px;
}

h2 {
font-size: 1.7em;
font-weight: bold;
font-family: Times, "Times New Roman", Georgia, serif;
text-transform: uppercase;
color: #333;
letter-spacing: -1px;
margin: 1.2em 0em 0 0em;
padding: 0;
border-top: 1px #8E9C6D solid;
border-bottom: 4px #8E9C6D solid;
}

h2.pageheading {
font-size: 1.7em;
font-weight: bold;
font-family: Times, "Times New Roman", Georgia, serif;
text-transform: uppercase;
color: #333;
letter-spacing: -1px;
margin: 1.2em 0 1.2em 0;
padding: 0;
border-top: 1px #8E9C6D solid;
border-bottom: 4px #8E9C6D solid;
}

h3 {
font-size: 1.4em;
margin: 1.2em 0em 1.2em 0em;
font-weight: normal;
}

h4 {
font-size: 1.1em;
margin: 1.2em 0;
}

div.post ol, ul, li {
line-height: 1.8em;
margin-top: 0.2em;
margin-bottom: 0.1em; 
}

p {
font-size: 1.1em;
line-height: 1.5em;
margin-bottom: 1.2em;
}

div.description p {
color: #fff;
font-size: 1em;
font-weight: bold;
margin: 0;
line-height: normal;
}

#footer p {
font-size: .9em;
color: #ffffff;
margin:0 2em 0 2em;
padding: 0;
}

/*wp styling*/

h2.pagetitle {/*this is the headline at the top of the archives page*/
font-size: 1.2em;
color: #333333;
text-transform: capitalize;
border-bottom: 1px #eeeeee dashed;
padding-bottom: .25em;
}

div.post {
position: relative;
margin: 0;
}

div.post ul, div.post ol {
margin-left: 3em;
}

div.post ul li {
font-size: 1em;
list-style-type: circle;
line-height: 1.5em;
}

div.post ol li {
font-size: 1em;
list-style-type: decimal;
}

div.navigation {
margin: 0;
} 

div.right {
float: right;
position: relative;
width: 50%;
text-align: right;
}

div.left {
float: left;
position: relative;
width: 50%;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.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;
}

/*images*/

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
padding: 3px;
border: 1px #eeeeee solid;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}

/*sidebar*/

.sidebar h4 {
color: #f3f3f3;
margin: 0 0 .5em 0;
padding: .5em 1em .5em 1em;
background: #A7946B url(images/design_elements/sideheading-bg.jpg) no-repeat center center;
}

.sidebar ul {
margin-left: 1em;
}

.sidebar li {
font-size: 1em;
line-height: 1.5em;
}

div.sidebar a:link, div.sidebar a:visited {
color: #333333;
font-weight: normal;
text-decoration: none;
}

div.sidebar a:hover {
color: #000000;
text-decoration: underline;
}

div.widget_mycategoryorder {
padding: 0 0 1em 0;
margin-bottom: 1em;
background-color: #D1C5A4;
border: 1px #A7946B solid;
}

div.widget_recent_entries {
padding: 0 0 1em 0;
margin-bottom: 1em;
background-color: #D1C5A4;
border: 1px #A7946B solid;
}

div.widget_archive {
padding: 0 0 1em 0;
margin-bottom: 1em;
background-color: #D1C5A4;
border: 1px #A7946B solid;
}

div.widget_text {
padding: 0 0 .5em 0;
margin-bottom: 1em;
background-color: #D1C5A4;
border: 1px #A7946B solid;
}

div.textwidget {
line-height: 1.5em;
padding: 0 .5em;
}

div.textwidget p {
font-size: 1em;
}

.widget_mycategoryorder ul li, .widget_archive ul li
{

}

.widget_recent_entries ul li {

}


/*blockquote*/

blockquote {
border-left: 8px #8E9C6D solid;
padding: .5em;
margin: 0 2em;
}

blockquote p {
color: #000000;
margin: 1.2em 0 1.2em 2em;
line-height: 0;
}

p.quote {
margin-bottom: 0;
}

p.cite {
font-style: italic;
}

/*----------------------*/

/*post info*/

.postinfo {
background-color: #F5F6F2;
margin-bottom: 1.2em;
}

.postinfo p {
font-size: .9em;
color: #828282;
margin:0 .25em;
}

/*front page template styles*/

div.pics {
position: relative;
height: 252px;
}

.frontright, .frontleft {
float: left;
width: 252px;
height: 252px;
}

.frontmid {
float: left;
width: 404px;
height: 252px;
margin-right: 8px;
margin-left: 8px;
}

.frontright, .frontmid {

}

#frontbot {
position: relative;
float: left;
width: 100%;
margin-top: 8px;}

.frontbotleft {
position: relative;
float: left;
width: 252px;
height: 292px;
margin-right: 8px;
}

.frontbotdouble {
position: relative;
float: right;
display: inline;
width: 664px;
height: 292px;
background-color: #2B2B2B;
}

div.bothead {
position: relative;
background: #A7946B url(images/design_elements/front-heading-bg.jpg) no-repeat left top;
height: 51px;
line-height: 51px;
}

h2.front {
font-family: Times, "Times New Roman", Georgia, serif;
color: #f3f3f3;
border-bottom: 0;
padding: 0  1em 0 2em;
margin: 0;
letter-spacing: -1px;
text-transform: uppercase;
}

.bottext {
position: relative;
/*width:494px;*/
padding: 0 0 .5em 0
}

.bottext p {
font-size: 1em;
color: #f3f3f3;
margin:  1em;
line-height: 1.5em;
}

ul.features {
margin-left: 3em;
line-height: normal;
}

ul.features li {
font-size: 1.2em;
list-style-type: disc;
color: #f3f3f3;
}

.frontbotdouble ul.features a:link, .frontbotdouble ul.features a:visited {
color: #CB694D;
font-weight: bold;
}

.frontbotdouble ul.features a:hover {
color: #eeeeee;
text-decoration: none;
}

.botpicright {
float: right;
margin: 8px 8px 8px 1em;
padding: 0;
}

/*feed styles*/

.sidebar div.social {
float: left;
width: 32px;
height: 32px;
margin-right: 20px;
margin-bottom: .5em;
}

.sidebar div.social-last {
margin-right: 0;
}

/*submit button*/

.contactbutton input {
font-size: 2em;
font-family: Georgia, "Times New Roman", Times, serif;
color: #333;
font-weight: bold;
background-color: #fff;
border-top: 1px #ccc solid;
border-right: 0;
border-bottom: 4px #ccc double;
border-left: 0;
cursor: pointer;
}

/*----------------------------------------------------

Post Heading

.post #postheading {
	background:#665D51;
	border:3px solid #CB694D;
	color:#9BBAC3;
	font-family:Georgia,"Times New Roman",Times,serif;
	margin:20px 0px;
	padding:20px;
}

.post #postheading .date_block {
	border-left:1px solid #CB694D;
	display:block;
	float:right;
	font-style:italic;
	height:50px;
	margin:0 10px;
	padding:10px 20px;
	width:90px;
}

.post #postheading .day {
	font-size:22px;
	font-weight:normal;
	padding:0 0 20px;
	text-align:center;
}
.post #postheading .comments {
	background:transparent url(images/comments.png) no-repeat scroll 0 5px;
	font-size:11px;
	padding:2px 0 0 20px;
	text-align:center;
}

.post #postheading h2{
	border-bottom:1px solid #CB694D;
	font-size:24px;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:26px;
}
.post #postheading h2 a {
	border:medium none;
	color:#D1C5A4;
	text-decoration:none;
}
.post #postheading .author a {
	color:#D95B43;
	font-weight:bold;
	text-decoration:none;
}
--------------------------------------------------*/

/*Dropdown nav*/

#pixopoint_menu1_wrapper {
position: relative;
width: 100%;
height: 35px;
z-index: 100;
}


#pixopoint_menu1 {
width:100%;
height:35px;
background:#000000 url("../images/dazzle_black.png") repeat-x;
background-position:50% 0;
margin:0;}
#pixopoint_menu1 ul {
width:100%;
border:none;
background:none;
margin:0;
padding:0;
list-style:none;
}
#pixopoint_menu1 li {
border:none;
background:none;
background:#000000 url("../images/dazzle_black.png");
color:#FFFFFF;
line-height:35px;
z-index:20;
letter-spacing:0px;
background:;
font-weight:bold;
font-size:14px;
padding:0;
margin:0 0px;
float:left;
font-family:tahoma,sans-serif;
position:relative;
}
#pixopoint_menu1 li:hover,#pixopoint_menu1 li.sfhover {
background:#000000 url("../images/dazzle_black.png");
background-position:0 60px;
}
#pixopoint_menu1 li a {
font-weight: bold;
border:none;
background:none;
text-decoration:none;
display:block;
padding:0 12px;
color:#FFFFFF;
}
#pixopoint_menu1 li a:hover {
border:none;
background:none;
text-decoration:none;
color:#FFFFFF;
background-position:100% -120px;
}
#pixopoint_menu1 ul ul {
position:absolute;
left:-999em;
top:35px;
width:150px;/*changed from 120px*/
}
#pixopoint_menu1 li:hover ul,#pixopoint_menu1 li.sfhover ul {
left:auto;
}
#pixopoint_menu1 ul ul li a {
padding:4px 10px;
text-transform:normal;
font-variant:normal;
}
#pixopoint_menu1 ul ul li {
letter-spacing:0px;
color:#444444;
z-index:20;
width:150px;/*changed from 120px*/
font-family:helvetica,arial,sans-serif;
font-size:11px;
font-weight:normal;
font-style:normal;
background:#FFFFFF;
border-bottom:1px solid #cccccc;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
margin:0;
}
#pixopoint_menu1 ul ul li a {
line-height:22px;
color:#444444;
text-decoration:none;
}
#pixopoint_menu1 ul ul li:hover a,#pixopoint_menu1 ul ul li.sfhover a {
color:#FFFFFF;
text-decoration:none;
}
#pixopoint_menu1 ul ul li:hover li a,#pixopoint_menu1 ul ul li.sfhover li a {
color:#444444;
}
#pixopoint_menu1 ul ul li:hover li a:hover,#pixopoint_menu1 ul ul li.sfhover li a:hover {
color:#FFFFFF;
}
#pixopoint_menu1 ul ul li:hover,#pixopoint_menu1 ul ul li.sfhover {
color:#FFFFFF;
background:#CB694D;
}
#pixopoint_menu1 ul ul ul li {
font-size:1em;}
#pixopoint_menu1 ul ul ul, #pixopoint_menu1 ul ul ul ul {
position:absolute;
margin-left:-999em;
top:0;
width:150px;/*changed from 120px*/
}
#pixopoint_menu1 li li:hover ul,#pixopoint_menu1 li li.sfhover ul,#pixopoint_menu1 li li li:hover ul,#pixopoint_menu1 li li li.sfhover ul {
margin-left:150px;/*changed from 120px*/
}
#pixopoint_menu1 ul ul li:hover li a,#pixopoint_menu1 ul ul li.sfhover li a {
text-decoration:none;
}
#pixopoint_menu1 ul ul li li:hover a,#pixopoint_menu1 ul ul li li.sfhover a {
color:#FFFFFF;
text-decoration:none;
}
/*----------------------------------
#pixopoint_menu1 li.pixo_search:hover {
background:none;
}
#pixopoint_menu1 li.pixo_search form {
margin:0;
padding:0;
}
#pixopoint_menu1 li.pixo_search input {
font-family:tahoma,sans-serif;}
#pixopoint_menu1 li.pixo_search input.pixo_inputsearch {
width:100px;
}
#pixopoint_menu1 li.pixo_right {
float:right;
}
---------------------------------*/
#pixopoint_menu1 ul.sf-menu li.current_page_item {
background:#000000 url("../images/dazzle_black.png");
background-position:0 60px;
}

#pixopoint_menu1 ul.sf-menu li li.current_page_item {
background: none;
background-color: #CB694D;
}

#pixopoint_menu1 ul.sf-menu li.current_page_parent {
background:#000000 url("../images/dazzle_black.png");
background-position:0 60px;
}

/*front page tree photo*/

.frontpagetree {
float: right;
margin: 8px 8px 8px 1em;
}

/*printer styles*/ 
 @media print{ 

* {
background-color: white !important;
background-image: none !important;
}

body {
color: black;
font-size: normal;
font-family: serif;
line-height: normal;
margin: 0;
padding: 0;
}

#pagewidth {
margin: 0;
padding: 0;
}

#header, #siteinfo {
height: auto;
line-height: 0;
}

#siteinfo, .description {
padding: 0;
}

#pixopoint_menu1_wrapper, #pixopoint_menu1 {
display:none;
}

#rightcol, #footer{
display:none;
}

#wrapper, #maincol, #maincontent {
width:100%;
float:none;
padding: 0;
margin: 0;
border: 0;
}

h1,h2,h3 {
letter-spacing: normal;
}

h1 {
display: none;
}

h2.pageheading {
border: 0;
}

img {
display: none;
}

a {
color: black;
text-decoration: underline;
}

}
