/*  
Theme Name: Vance Chiropractic
Theme URI: http://wordpress.org/
Description: Theme created specifically for doctorvance.com
Version: 1
Author: Jared Elvidge
Author URI: http://elvtech.com/
*/



/* main selectors */
body {
	margin: 0;
	padding: 0;
	font: 13px/16px Georgia, 'Times New Roman', Times, serif;
	color: #333;
	background: #CCCCCC url(images/background-body.gif) repeat-x;
}

a {
	color: #FF0000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0 0 16px 0;
}

h1 {
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
}

img {
	border: none;
}

img.icon {
	display: block;
	margin: 0 auto;
}
/* SEO headings */
strong.seo {
	position: absolute;
	top: 52px;
	left: 23px;
	z-index: 6;
}

strong.seo a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 307px;
	height: 60px;
	background: #000 url(images/logo.gif) no-repeat;
}

/* container section */
#container {
	width: 927px;
	margin: 0 auto;
	position: relative;
	padding: 21px 0;
}

#container div.main {
	background: url(images/background-main.png) repeat-y;
	width: 901px;
	padding: 0 14px 0 12px;
	padding-top: 114px;
}
#container div.bg-top,
#container div.bg-bottom {
	width: 100%;
	overflow: hidden;
	height: 32px;
	background: url(images/bg-top.png) no-repeat;
}

#container div.bg-bottom {
	background-image: url(images/bg-bottom.png);
}

/* header section */
#header {
	background-color: #FFF;
	width: 901px;
	overflow: hidden;
	height: 48px;
	position: absolute;
	top: 52px;
	left: 12px;
	z-index: 4;
	padding-top: 67px;
}

#header strong.phone {
	position: absolute;
	top: 26px;
	right: 20px;
	font-size: 20px;
	line-height: 22px;
	color: #FF0200;
}

/* navigation section */
ul.navigation {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	background-color: #000;
	padding-left: 15px;
	height: 38px;
	overflow: hidden;
	font: 11px/38px Verdana, Arial, Helvetica, sans-serif;
}

ul.navigation li {
	float: left;
	padding-left: 2px;
}

ul.navigation li a {
	float: left;
	color: #ffffff;
	padding-left: 8px;
	text-decoration: none;
}

ul.navigation li a span {
	float: left;
	cursor: pointer;
	padding: 0 14px 0 6px;
}

ul.navigation li a.active {
	color: #4F0101;
	background: #FF0200 url(images/navigation-left.gif) no-repeat;
}
ul.navigation li a:hover {
        color: #cccccc;
}
ul.navigation li a.active span{
	background: url(images/navigation-right.gif) no-repeat top right;
}

/* footer section */
#footer {
	background-color: #000;
	color: #CCC;
	padding: 16px 0 0 0;
	text-align: center;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
}

#footer p {
	padding: 0;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li {
	display: inline;
	border-left: 1px solid #CCC;
	padding: 0 0 0 4px;
}

#footer ul li.first {
	padding-left: 0;
	border: none;
}

#footer a {
	color: #CCC;
	text-decoration: none;
}

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

/* content section */
#content {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #FFF url(images/background-content.gif) repeat-y;
	padding: 15px 0;
}

#content div.decoration {
	width: 100%;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/decoration.png) no-repeat;
}

#content-primary {
	width: 580px;
	float: left;
	padding-left: 18px;
	padding-top: 5px;
}

#content-secondary {
	width: 240px;
	padding-right: 18px;
	float: right;
}

/* promo section */
#promo {
	background: #890101 url(images/background-promo.gif) repeat-x;
	width: 100%;
	overflow: hidden;
	padding: 35px 0;
}

#promo div.quote {
	width: 585px;
	float: left;
	padding-left: 22px;
}

#promo div.more {
	width: 238px;
	float: right;
	padding-right: 18px;
}

div.quote blockquote {
	margin: 0;
	padding: 8px 0 0 34px;
	font-size: 20px;
	line-height: 23px;
	font-style: italic;
	color: #FFF;
	background: url(images/quote-left.gif) no-repeat;
}

div.quote blockquote p {
	padding-bottom: 5px;
	margin-bottom: 6px;
	background: url(images/quote-right.gif) no-repeat bottom right;
}

div.quote blockquote p.author {
	text-align: right;
	background: none;
	margin-bottom: 0;
}

/* contact box section */
div.contact {
	background: url(images/contact-top.gif) no-repeat;
	padding-top: 12px;
	color: #FFF;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}

div.contact p {
	padding: 0 12px 12px 12px;
	background: url(images/contact-bottom.gif) no-repeat bottom left;
}

div.contact p span {
	display: block;
}

div.contact p span.red {
	color: #FF0000
}

#promo a.make {
	display: block;
	width: 185px;
	height: 53px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/link-make.png) no-repeat;
	margin: 0 auto;
}
.mytestimonial {
margin-top: 12px;
}
/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle{ /*Style for demo pagination divs*/
width: 250px;
text-align: center;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
}
.whatever {
border: #cccccc dotted 1px;
background: #f2f2f2;
padding: 10px;
}