/*
Theme Name: Dr. Allison Chase
Theme URI: http://highwirecreative.com/
Description: Custom design by Highwire Creative
Version: 2009
Author: Bella Guzman
Author URI: http://highwirecreative.com/
*/

body {
	margin:0;
	font:12px/24px Arial, Helvetica, sans-serif;
	color:#343434;
	background:url(images/pompoms.jpg) repeat;
}
img{border-style:none; padding:0 10px 0 0;}

a{color:#46166B;text-decoration:none;}
a:hover {text-decoration:underline;}

form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
#page{
	width:910px;
	margin:0 auto;
	background-color:#fff;
	overflow:hidden;
}
#header{
	width:100%;
	height:173px;
	background:url(images/bg-header.jpg) no-repeat;
}
strong.logo{
	float:right;
	display:inline;
	margin:52px 36px 0 0;
}
strong.logo a{
	display:block;
	width:443px;
	height:102px;
	text-indent:-9999px;
	background:url(images/logo.png) no-repeat;
	outline:none;
}
#content-holder{
	width:820px;
	padding:0 50px 0 40px;
}
#content-holder:after{
	height: 0;
	clear: both;
	content:'';
	display: block;
}
#sidebar{
	width:270px;
	float:left;
}
.menu{
	width:226px;
	position:relative;
	overflow:hidden;
	margin:-57px 0 0 0;
	padding:23px 0 0;
	background:url(images/bg-menu-top.png) no-repeat;
}
#nav {
	width:167px;
	overflow:hidden;
	margin:0;
	padding:10px 19px 88px 0;
	list-style:none;
	text-align:right;
	background:#fff url(images/bg-menu-bot.gif) no-repeat 0 100%;
}
#nav li {
	width:100%;
}
#nav li a {
	font-size:16px;
	line-height:34px;
}

#nav li a:hover,
#nav li.current_page_item a {
	color: #80a4b0;
}

#nav li.current_page_item ul li a {
	color:#46166b;
}


/* Secondary nav items */
#nav li ul {
	list-style:none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#nav li ul li  {
	height: 16px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
}

#nav li ul li a {
	font-size: 12px;
	line-height:12px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


#content{
	width:550px;
	float:right;
}
#content h1{
	margin:37px 0 0;
	font-size:18px;
	line-height:30px;
	color:#46166B;
	font-weight:normal;
}

#content h2{
	margin:0;
	font-size:14px;
	line-height:28px;
	color:#343434;
	font-weight:normal;
	text-transform:uppercase;
}
.sub-nav{
	width:580px;
	overflow:hidden;
	margin:10px 0 0 -16px;
	padding:0;
	list-style:none;
}
.sub-nav li{
	float:left;
	padding:3px 11px 0 15px;
	background:url(images/sep02.gif) no-repeat 0 50%;
}
.sub-nav li:first-child{
	background:none;
}
.sub-nav li span{
	display:block;
	line-height:17px;
	text-indent:-9999px;
}
.sub-nav li span.children{
	width:219px;
	background:url(images/menu-item1.gif) no-repeat;
}
.sub-nav li span.family{
	width:128px;
	background:url(images/menu-item2.gif) no-repeat;
}
.sub-nav li span.eating{
	width:152px;
	background:url(images/menu-item3.gif) no-repeat;
}
.cite{
	width:532px;
	overflow:hidden;
	margin:18px 0 20px;
	background:url(images/q-right.gif) no-repeat 100% 100%;
}
#content blockquote{
	margin:0;
	font:italic 14px/24px Arial, Helvetica, sans-serif;
	background:url(images/q-left.gif) no-repeat;
	padding:7px 0 0 34px;
}
#content q{quotes:none;}
#content q:before{content:"";}
#content q:after{content:"";}

#content cite{
	text-transform:uppercase;
	font-style:normal;
}
#content p{
	margin:0 0 10px;
}
.bullet{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.bullet li{
	padding:0 0 0 10px;
	background:url(images/bullet.gif) no-repeat 0 50%;
}
#footer{
	width:100%;
	line-height:35px;
/*	padding:12px 0 5px; */
	padding:12px 0 0px;
}
#footer ul{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
#footer li{
	display:inline;
	font-size:12px;
	color:#46166b;
	padding:0 10px 0 12px;
	word-spacing:2px;
	background:url(images/sep01.gif) no-repeat 0 50%;
}
#footer ul li:first-child{
	background:0;
}
#footer li address{
	display:inline;
	font-style:normal;
}

#footer p {
	background-color: #ACCCDC;
	color: #ffffff;
	font-size: 11px;
        text-align: right;
	padding: 0 50px 0 0 ;
	margin: 0 0 0 0;
	line-height: 45px;
}

#footer p a {
	color: #ffffff;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}


#footer ul.sub-nav {
	padding: 15px 0 15px 30px;
}


/* Styles for the FAQ Accordian */
.faq {
  padding: 10px 0 0 0px;
}
.faq h4 {
	margin-bottom: .5em;
}
.faq dt {
	padding: 8px 10px 4px 10px;
	font-weight: bold;
  line-height: 1.2;
	cursor: pointer;
}
.faq dt.faqClosed {
  color: #46166B !important;
  background: #ffffff  !important;
}
.faq dt.faqOpen {
	color: #FFFFFF;
	background: #ACCCDC;
}
.faq dd {
	display: block;
	margin: 0;
	padding: 5px 10px;
	overflow: hidden;
}
.faq .faqToTop {
	display: block;
	text-align: right;
	padding-bottom: 4px;
  font-size: 0.75em;
}
.faq .faqHide, .faq .faqShow {
	display: block;
	margin: 6px 0;
	padding: 0 0 0 28px;
	background: url(includes/faq/minus.gif) no-repeat 5px 50%;
	text-decoration: none;
}
.faq .faqShow {
	background-image: url(includes/faq/plus.gif);
}
