/*  
Theme Name: Yin-Yang
Theme URI: http://www.afruit.com
Description: Custom theme, built for James Stolz.
Version: 1.0
Author: A. Fruit
Author URI: http://www.afruit.com
*/

/* @group Global Reset */

/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, 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 { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* @end */

/* @group Globals */

* {
	padding: 0;
	margin: 0;
}

body {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #666;
}

img {
	border-style: none;
}

#wrap {
	width: 856px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#container {
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	background: url(images/bg-container.jpg) repeat-y;
}

#head {
	height: 170px;
	background: url(images/bg-head.jpg) no-repeat center center;
	position: relative;
	margin-bottom: 20px;
}

#head h1 {
	font-size: 20px;
	position: absolute;
	top: 50px;
	left: 200px;
	color: white;
}

#head p {
	font-size: 12px;
	position: absolute;
	top: 70px;
	left: 200px;
	color: white;
}

#headcap {
	
}



/* @end */

/* @group Navigation */

#main-nav {
	z-index: 100;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 120px;
	left: 186px;
}

#main-nav li {
	list-style-type: none;
	float: left;
}

#main-nav a {
	text-decoration: none;
	color: black;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 15px;
}

#main-nav a:hover {
	text-decoration: none;
	color: black;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 15px;
	background-color: #c4d092;
}

#welcome .pg-home a {
	text-decoration: none;
	color: #448b20;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 15px;
	background-color: #c4cf95;
}

#default .pg-home a {
	text-decoration: none;
	color: #448b20;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 15px;
	background-color: #c4cf95;
}

#blog .pg-blog a {
	text-decoration: none;
	color: #448b20;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 15px;
	background-color: #c4cf95;
}

#contact-us .pg-contact a {
	text-decoration: none;
	color: #448b20;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 15px;
	background-color: #c4cf95;
}

#locations .pg-locations a {
	text-decoration: none;
	color: #448b20;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 15px;
	background-color: #c4cf95;
}

#resources-and-links .pg-resources a {
	text-decoration: none;
	color: #448b20;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 15px;
	background-color: #c4cf95;
}

#insurance .pg-insurance a {
	text-decoration: none;
	color: #448b20;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 15px;
	background-color: #c4cf95;
}

#about .pg-about a {
	text-decoration: none;
	color: #448b20;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 15px;
	background-color: #c4cf95;
}



/* @end */

/* @group Main Content */

#midriff {
	margin-left: 200px;
	position: relative;
	bottom: 20px;
	padding-bottom: 40px;
}

#midriff img {
	border: 3px solid white;
}

.float-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	clear: left;
}

.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	clear: left;
}

hr {
	border-bottom-width: 1px;
	border-bottom-color: #fff;
	width: 95%;
	color: #ccc;
}

.wp-caption-text {
	font-size: 10px;
}

/* @group Global Typographic content */ 

/*-------------------- Text-Content Stylings   */

h1 {
	margin-bottom: 15px;
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

p {
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 20px;
	margin-right: 20px;
	color: #4c4c4c;
}

a {
	color: #5d9731;
}

p a {
	
}

ul {
	color: #4c4c4c;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 15px;
}

strong {
	font-weight: bold;
}

ol {
	
}

li {
	
}



/* @end */

/* @group Specific Page Items */

/* @group Contact */

.basic-form {
	font: 12px Helvetica, Arial, Geneva, sans-serif;
	width: 500px;
	margin-top: 15px;
}

.basic-form ul {list-style-type: none;}
	.basic-form li {margin-bottom:10px;
	list-style-type: none;
	text-align: right;
}

.basic-form input {
	width: 250px;
}
	.basic-form span {color:red;
	font-weight: bold;
}
	.basic-form textarea {height: 100px; width: 500px;
	margin-top: 5px;
}
	.perMessage label, .perMessage span {float:left;}

.basic-form .contact-submit textarea {
	width: 100px;
}



/* @end */

/* @group Locations */

#mapsColumn {
	float: left;
	width: 200px;
	height: 200px;
	border: 5px solid #e5e5e5;
	display: block;
	margin-right: 15px;
}

#locations hr {
	clear: left;
	margin-bottom: 30px;
	position: relative;
	top: 15px;
}



/* @end */

/* @group Home Page */

/* ------------------News Widget */

#news-items {
	position: absolute;
	top: 15px;
	left: -200px;
	width: 170px;
	padding-bottom: 10px;
}

#news-items h2 {
	font-size: 14px;
	color: #000;
	border-bottom: 1px solid #c4cf95;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 10px;
}

#news-items h3 a {
	font-size: 11px;
	color: #5d9731;
	line-height: 13px;
	margin-right: 10px;
	margin-left: 5px;
	display: block;
	margin-bottom: 8px;
}

/* ------------------Random Quote Dispayer */

/* ------------------margin-top: -35px;*/


#side {
	z-index: 0;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	width: 575px;
	position: relative;
	color: #b2b2b2;
	float: right;
	padding-top: 0;
	background: #d3d6a9 no-repeat;
	padding: 0;
	margin: 15px 20px 20px;
}

#side .quote p {
	font-size: 12px;
	color: #666;
	margin-top: 0;
	padding: 0;
	margin-right: 15px;
	margin-left: 15px;
}

#side blockquote span {
	width: 285px;
	text-align: right;
	font-style: italic;
	color: #7f7f7f;
	font-size: 12px;
	background: url(images/quote-foot.gif) no-repeat right;
	display: block;
	height: 100px;
	position: relative;
	right: 30px;
	margin-bottom: -15px;
	margin-top: 0;
	margin-left: 0;
	padding: 0 15px 0 0;
}

#side a {
	margin: 0;
	padding: 0;
}

#side .aktt_tweet_time {
	margin: 0 0 0 10px;
	padding: 0;
	color: #929577;
	font-size: 10px;
}

#side ul {
	list-style-type: none;
	margin: 10px 20px;
}

#side li {
	font-size: 11px;
	padding-top: 7px;
	border-top: 1px dashed #9ca677;
	padding-bottom: 7px;
}

#clearer {
	clear: both;
}

#photo {
	margin-left: -164px;
}

#certifications {
	position: absolute;
	float: left;
	width: 135px;
	top: 200px;
	left: -165px;
}

#verify {
	left: -165px;
	top: 200px;
}

#goodtherapy {
	position: absolute;
	left: -40px;
	top: 85px;
}

/* @group Resources/Links */

#resources-and-links ul {
	padding: 0;
	margin: 0 0 0 -0px;
}

#resources-and-links li ul {
	margin-left: 5px;
}

#resources-and-links li ul li {
	border-bottom: 1px solid #c4cf99;
	margin: 5px 0 0;
	padding: 0 0 5px;
	width: 500px;
}

#resources-and-links #midriff h2 {
	font-size: 16px;
	border-bottom: 2px solid #999;
	margin-top: 15px;
	width: 530px;
	margin-bottom: 10px;
}



/* @end */


/* @end */

/* @group Insurance Page */

#payment {
	float: right;
	display: block;
	width: 259px;
	height: 151px;
	background-image: url(images/bg-payment.jpg);
	margin-right: 15px;
	margin-left: 15px;
}

#payment a {
	display: block;
	background-image: url(images/btn-payment.jpg);
	width: 228px;
	height: 60px;
	text-indent: -5000px;
	margin-left: 17px;
	margin-top: 18px;
}

#payment a:hover {
	display: block;
	width: 228px;
	height: 60px;
	text-indent: -5000px;
	margin-left: 17px;
	margin-top: 18px;
	background: url(images/btn-payment.jpg) 0 -61px;
}

#payment a:active {
	display: block;
	width: 228px;
	height: 60px;
	text-indent: -5000px;
	margin-left: 17px;
	margin-top: 18px;
	background: url(images/btn-payment.jpg) 0 -122px;
}



/* @end */

/* @group Blog */

#midriff p.postmetadata {
	border-bottom: 1px solid #c4d092;
	padding-bottom: 10px;
	font-size: 11px;
	color: #7f7f7f;
}

.post textarea {
	width: 550px;
}

.post h3 {
	margin-bottom: 15px;
}

.post h2 {
	margin-bottom: 15px;
}

.navigation {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 15px;
}



/* @end */



/* @end */



/* @end */

/* @group Footer */

#foot {
	clear: left;
	border-top: 1px solid #ccc;
	padding-top: 15px;
	margin-top: 15px;
	padding-left: 300px;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	background: url(images/bg-quote.gif) no-repeat 200px 30px;
	padding-bottom: 5px;
}

#foot a {
	display: none;
}

#footcap {
	background: url(images/footcap.jpg) no-repeat;
	padding-top: 25px;
}

#footcap p {
	font: bold 11px Helvetica, Arial, Geneva, sans-serif;
	color: #c4cf95;
	margin-bottom: 3px;
}

#footcap p a {
	color: #a1a1a1;
	text-decoration: none;
}



/* @end */

#footcap p.webdesign a {
	color: #a1a1a1;
	text-decoration: none;
	visibility: hidden;
}

#sidebar {
	display: none;
}





