/*
Theme Name: Dr Aaron Case 2
Theme URI: http://draaroncase.com/
Description: This is a theme for Dr. Aaron Case in 2009
Version: 1
Author: bunwich
Author URI: http://bunwich.blogspot.com
Tags: 960.gs, custom header, fixed width, two columns, widgets

	Dr Aaron Case 2
*/


/* New */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

ol { }
ul { }

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Grid 960 */

/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container_12{
	margin: 0 auto;
	width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.container_12 .grid_3 {
	width: 220px;
}

.container_12 .grid_6 {
	width: 460px;
}

.container_12 .grid_9 {
	width: 700px;
}

.container_12 .grid_12 {
	width: 940px;
}

.container_12 .grid_13 {
	width: 280px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width: 60px;
}

.container_12 .grid_2 {
	width: 140px;
}

.container_12 .grid_4 {
	width: 300px;
}

.container_12 .grid_5 {
	width: 380px;
}

.container_12 .grid_7 {
	width: 540px;
}

.container_12 .grid_8 {
	width: 620px;
}

.container_12 .grid_10 {
	width: 780px;
}

.container_12 .grid_11 {
	width: 860px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3 {
	padding-left: 240px;
}

.container_12 .prefix_6 {
	padding-left: 480px;
}

.container_12 .prefix_9 {
	padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left: 80px;
}

.container_12 .prefix_2 {
	padding-left: 160px;
}

.container_12 .prefix_4 {
	padding-left: 320px;
}

.container_12 .prefix_5 {
	padding-left: 400px;
}

.container_12 .prefix_7 {
	padding-left: 560px;
}

.container_12 .prefix_8 {
	padding-left: 640px;
}

.container_12 .prefix_10 {
	padding-left: 800px;
}

.container_12 .prefix_11 {
	padding-left: 880px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3 {
	padding-right: 240px;
}

.container_12 .suffix_6 {
	padding-right: 480px;
}

.container_12 .suffix_9 {
	padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right: 80px;
}

.container_12 .suffix_2 {
	padding-right: 160px;
}

.container_12 .suffix_4 {
	padding-right: 320px;
}

.container_12 .suffix_5 {
	padding-right: 400px;
}

.container_12 .suffix_7 {
	padding-right: 560px;
}

.container_12 .suffix_8 {
	padding-right: 640px;
}

.container_12 .suffix_10 {
	padding-right: 800px;
}

.container_12 .suffix_11 {
	padding-right: 880px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End Grid 960 */

/* `Basic HTML */

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h3 { font-size: 21px; }
h5 { font-size: 17px; }

/* `Spacing
----------------------------------------------------------------------------------------------------*/

li { margin-left: 30px; }

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* Start Dr Aaron Case*/

body.home
{
	background: url(img/main.png) no-repeat top;
	font: 14px 'Times New Roman', Times, serif;
}

body.page
{
	background: url(img/page-bg.png) no-repeat top;
	font: 14px 'Times New Roman', Times, serif;
}


a
{
	color:  #4478a2;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* include borders in header height 100px */
#header {
	border-top: 1px solid white; 
	border-bottom: 1px solid white;
	margin-top: 14px;
	margin-bottom: 14px;
}

h1 
{
	background: transparent url(img/logo.png) center;
	width: 465px; height: 54px;
	font-size: 0.5em;
	text-indent: -70px;
	color: #2f5b7d;
	margin: 8px 20px 8px 4px;
	float: left;
}

h1 a, h1 a:hover
{
	display: block;
	color:  #2f5b7d;
	text-decoration: none;
	width: 465px; height: 54px;
}


h2
{
	font-size: 1.75em;
	margin-bottom: 0px;
	color: #4478a2;
}

h2 a:hover {
	color: #4478a2;
	text-decoration: none;	
}

h4, h2.widgettitle
{
	color: #0076a3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 12px;
}

h6, h6 a, h6 a:hover
{
	color: #0076a3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;	
	margin-bottom: 10px;
	text-align: right;
}


#description
{
	float: right;
	color: #fff;
	margin: 2px 10px;
}

#info 
{
	float: right;
	color: #fff;
	margin: 8px 0;
	border-left: 1px solid #fff;
	height: 54px;
	font-weight: bold;
	line-height: 16px;
}

.infoContent
{
	float: right;
	color: #fff;
	padding-left: 15px;
}

#info a {
color: #fff;
}

#mainImage {
	height: 255px;
	position:relative;
	/* background: url(img/slide01.jpg) no-repeat;*/
}
#mainImage img { position:absolute; left:0; top:0; }


/* causes the main content area to render grey immediately. VS showing blow gaps, then turning grey */
#pageBox {
	min-height: 1024px;
}

#footerTop {
	background: url(img/footer-bg.png) repeat-x pink;
	width: 100%; height: 25px;

}

#footer
{
	background-color: #005b7f;
	height: 250px;
	color: white;
}

#footer h5
{
	color: #ddd;
	margin-bottom: 10px;
}

#footer a
{
	color: white;
}

#footer .footerInfo
{
	border-right: 1px solid #79ACD7;
}

ul#mainMenu
{
	background: url(img/menu-bg.png) repeat-x center; 
	padding: 0;
	height: 40px;
	font-size: 1em;
}

ul#mainMenu li
{
	background: url(img/menu-bg.png) repeat-x center; 
	color: white;
	float: left;
	font-weight: bold;
	list-style:none; 	
	margin: 0px;
	padding: 0px;
	border-right: #005b7f 1px solid;
}

ul#mainMenu li.last
{
	border-right: none;
}

ul#mainMenu li.active, ul#mainMenu li:hover
{
	background: url(img/menu-select.png) repeat-x center #fff; 
	color: #0076a3;
}

ul#mainMenu li a
{
	color: white;
	font-size: 1.1em;
	line-height: 40px; 
	margin: 0px;
	padding: 0px 22px; 
}

ul#mainMenu li.active a, ul#mainMenu li:hover a
{
	color: #005b7f;
	text-decoration: none;
}

/* front content
*/
#mainContent {
	padding-left: 20px;
	margin-bottom: 10px;

}

/* the 3 white boxes */
.frontWhiteBox {
	background: url(img/white-bg.png) no-repeat; 
	width: 300px;
	height: 495px;
	float: left;
	margin-right: 10px;
	padding-right: 10px;	
	font: 1.0em "Arial", Helvetica, sans-serif;
	line-height: 1.3em;
}

.frontWhiteBoxHeader {
	margin-top: 10px;
	height: 85px;
	margin-bottom: 5px;
}



#serviceThumb, #goalThumb, #contactThumb{
	background: url(img/front-thumb.jpg) no-repeat 0 0;
	height: 85px;
	width: 120px;
	float: left;
	clear: none;
	margin-right: 5px;
}

#goalThumb {
	background-position: -120px 0;
}

#contactThumb{
	background-position: -240px 0;
}

.frontWhiteBoxHeader h3 {
	color: #005b7f;
	display: block;
	line-height: 85px;
	font-size: 1.75em; 
	padding-left: 5px;
}

.frontWhiteBoxHeader h3 a {
	color: #005b7f;
}

.container_12 .mainColumn 
{
	display: inline;
	float: left;
	margin: 0 10px;
	width: 590px;
	min-height: 750px;
	font: 1.0em "Arial", Helvetica, sans-serif;
	line-height: 1.3em;
}

.container_12 .mainColumn  h2 {
	margin-bottom: 15px;
}

.whiteBox {
	background-color: white;
	border: 1px #e3e3e3 solid;
	padding: 9px;
	margin-bottom: 10px;
}

.blogPost
{
	border-bottom: 1px #e3e3e3 solid;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.blogWriter
{
	margin-left: 2px;
	margin-bottom: 15px;
}

.blogPostFooter
{
	clear: both;
	margin: 15px 0px;
}

.blogPost p
{
	text-align: justify;
}

.newerOlder {
	padding: 5px;
	margin-bottom: 15px;
	
	
}

.blogMeta
{
	margin: 0px 10px;
	color: #7a7a7a;
	float: left;
}

.blogReadMore
{
	color: #0072bc;
	float: right;
	font-weight: bold;
	font-size: 14px;
}

.blogReadMore a
{
	color: #7a7a7a;
}


/* right column */
.container_12  #sideBar
{
	display: inline;
	float: left;
	width: 320px;
	font-family: Arial, Helvetica, sans-serif;
}

#searchForm
{
	background-color: #eee; 
	display: block;
	padding: 10px;
	text-align: center;
}

.searchButton
{
	background-image: url(img/search.jpg);
	background-color: white;
	border-style:none;
	width: 21px; height: 21px;
}

input.searchField[type="text"]
{	
	border-color: white;
	border-style:none;
	height: 15px;
	padding: 3px;
}

input.searchEmpty[type="text"]
{	
	font-style: italic;
	color: #888;
}

.addThis
{
	padding-top: 10px;
	text-align: center;
}


.advert{
	width: 300px;
	height: 240px;
	background-color: green;
}

.blueBox
{
	background: #cceefb url(img/newsletter.png);
	border: 1px #0072bc solid;
	font-size: 1.3em;
	height: 183px;	
	margin-bottom: 10px;	
	padding: 0px;
}

.newsletter
{
	color: #252525;
}

.newsletter a
{
	width: 318px;
	height: 198px;
	display: block;
}
.newsPost
{
	margin-bottom: 15px;
}


#sideBar ul, #sideBar ul ol {
	margin: 0;
	padding: 0;
}

#sideBar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	margin-left: 0px;
}

#sideBar ul p, #sideBar ul select {
	margin: 5px 0 8px;
}

#sideBar ul ul, #sideBar ul ol {
	margin-top: 5px;
}

#sideBar ul ul ul, #sideBar ul ol {
	margin: 0 0 0 10px;
}

#sideBar ul ol li {
	list-style: decimal outside;
}

#sideBar ul ul li, #sideBar ul ol li {
	margin: 0 15px 3px 15px;
	padding: 0;
}




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;	
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}


ul.clean {

}
ul.clean li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer ul.clean li.login a {
	margin-top: 100px;
	color: #006b8f;
}


/* end calendar */

/* End of New */
/* Old */
/* Begin Typography & Colors */
.widecolumn .entry p {
	font-size: 1.05em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, /*#sideBar ul ul li, #sideBar ul ol li,*/ .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, /* h2 a:hover, */ h3 a:hover {
	color: #06c;
	text-decoration: none;
	}


/* Begin Structure */

/*
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}
*/
/*
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
*/
/*
.post {
	margin: 40px 0 0;
	text-align: justify;
	}

.post hr {
	display: block;
	}
*/
/*
.widecolumn .post {
	margin: 0;
	}
*/
/*
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}
*/
.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
/*
#sideBar h2 {
	margin: 5px 0 0;
	padding: 0;
	}
*/
h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/* zr ok to delete */
html>body .entry ul {
/*
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	text-indent: -10px;
	*/
	}

html>body .entry li {
/*	margin: 7px 0 8px 10px; */
	}

.entry ul li:before/*, #sideBar ul ul li:before */{
	/*content: "\00BB \0020"; */
	}

.entry ol {
/*
	padding: 0 0 0 35px;
	margin: 0;
	*/
	}

.entry ol li {
/*
	margin: 0;
	padding: 0;
	*/
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/*
*/
/* End Entry Lists */



/* Begin Form Elements */
/*
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sideBar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sideBar #searchsubmit {
	padding: 1px;
	}
*/
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin sideBar */
/*
#sideBar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}


#sideBar form {
	margin: 0;
	}
*/
/* End sideBar */







/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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;
}
/* End captions */

