/*
Theme Name: RA Default
Theme URI: http://wordpress.org/
Description: Default theme based on the design of resourceanesthesia.com.
Version: 1.0
Author: George Middlebrooks
Author URI: http://morriscreative.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */



.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.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;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* 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 */





#sidebar #searchsubmit {
	padding: 1px;
	}
	
#sidebar #searchform {
margin-bottom: 2em;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
width: auto;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 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 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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

/* 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 */


/* begin GM stuff */

/* =reset
--------------------------------------------------------------------*/
* {
	border: 0;
	padding: 0;
	margin: 0;
}


body {
	background: #eed  url(/i/bg.png) 50% -60px repeat-x;
	text-align: center;
	font: 11px/150% "helvetica neue", helvetica, arial, sans-serif;
	color: #333;
}
/* body.homey {
	background-position: 50% 0;
} */

p, ul, ol, hr, address, dl {
	margin: .5em 0 1em 0;
}

ul, ol {
	padding-left: 2em;
}

ul {
	list-style-type: square;
}

hr {
	border-top: 1px solid #da6;
}

hr.clere, hr.ghost {
	clear: both;
	visibility: hidden;
	border: 0;
	margin: 0;
}

address {
	font-style: normal;
	color: #666;
	margin: 0 30px 1.5em 30px;
}

dt {
	font-weight: bold;
	font-size: 105%;
}
dd {
	margin-left: 1em;
}

/* =links
--------------------------------------------------------------------*/
a {
	color: #048; 
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #026;
}

a:hover {
	text-decoration: underline;
	color: #26a;
}

h2 a, h3 a, h4 a {
font-weight: normal;
}


/* =heads
--------------------------------------------------------------------*/

h1, h2, h3, h4, h5, .intro, legend, th {
	color: #048;
	font-weight: bold;
	line-height: 110%;
}

h1, h2, h3, h4, h5 {
	margin: .3em 0;
}

h1 {
	font-size: 2em;
	letter-spacing: -.02em;
}

h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.3em;
}
h4, legend, th {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}
	

/* =basic layout
--------------------------------------------------------------------*/

#wrap, #foot {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#wrap {
	background: url(/i/bg-2col.png) repeat-y;
	text-align: left;
}

.homey #wrap {
 	background: url(/i/bg-3col.png) repeat-y; 
}

#head {
/*  	height: 220px;  */
	margin: 0;
	float: left;
}

#head {
	margin: 0 30px;
	width: 900px;
	text-align: center;
	display: inline;
}

#main {
	background: url(/i/bars-top.png) no-repeat;
	margin: 0 30px;
	width: 900px;
	float: left;
	display: inline;
}


#con {
	width: 620px;
	margin: 35px 0 0 20px;
	float: left;
	display: inline;
	padding: 0 0 20px 0;
}

body.homey #con,  body.col3 #con {
	width: 420px;
}

#side {
	float: right;
	width: 220px;
	padding-top: 40px;
}

.post {
padding-bottom: .5em;
border-bottom: 1px dotted #da6;
margin-bottom: 1.5em;
}

/* =footer
--------------------------------------------------------------------*/


#footcols {
	margin-left: 240px;
	width: 630px;
	padding-top: 20px;
	margin-top: 10px;
	border-top: 1px  solid #ccc;
	font-weight: normal;
}

#footcols h4 {
}


#foot {
	background: url(/i/bg-footer.png) 50% bottom no-repeat;
	padding: 15px 0 45px 0;
	text-align: left;	
	font-size: .9em;
	line-height: 130%;
	margin-bottom: 20px;
}
p.foot1 {
	width: 860px;
	margin: 0 50px;
	padding: 0;
}



/* =navigation
--------------------------------------------------------------------*/
#nav {
	float: left;
/* 	margin: 0 0 20px 0; */
	width: 220px;
	text-align: left;
	padding: 0;
}

#nav ul {
	list-style: none;
	float: left;
	width: 220px;
	margin: 0 0 20px 0;
	padding: 0;
}

#nav li {
	padding: 0;
	margin: 0;
	width: 220px;
	float: left;
}

#nav ul a {
	display: block;
	padding: 8px 0 8px 20px;
	color: #fff;
	text-decoration: none;
	background: #369;
	margin: 0;
	font: 1em/100% 'helvetica neue', helvetica, arial, sans-serif;
	font-weight: normal;
}

#nav ul a:hover  {
	background: #58a;
}

#nav ul a.current {
	background: #eb0 url(/i/bg_nav.png) 0 0 repeat-x;
	color: #048;
	font-weight: bold;
}



#nav li ul, #nav li ul li a  {
	background: #eed883;
	color: #036;
}

#nav li ul {
	margin-bottom: 0;
	font-size: 90%;
	}
	
#nav li ul a {
	padding-left: 30px;
	}
	

	
#nav li ul a.current, #nav li ul a:hover {
	background: #fee893;
}




#nav h3, #nav h4, #nav p, #nav address {
	margin-left: 20px;
	margin-right: 8px;
}

#nav p {
	margin-bottom: 2em;
}




/* =special content styles
--------------------------------------------------------------------*/

.ruled {
	padding-bottom: .2em;
	border-bottom: 1px solid #58a;
	margin-bottom: 1em;
}

.intro {
	font-size: 1.5em;
	line-height: 120%;
	margin-bottom: 1em;
	color: #58a;
	font-weight: normal;
}


.indiv {
	border-bottom: 3px double #ccc;
	padding: 20px 0 10px 0;
	width: 100%;
	float: left;
	
}

.indiv img {
	float: left;
	margin-right: 10px;
	margin-bottom: 2em;
	border: 3px double #da6;
}

.indiv h5 {
	margin-top: 1em;
}

.indiv h3, .indiv h4, .indiv h5, .indiv p, .indiv ul {
	margin-left: 130px;
}

.indiv p, .indiv ul {
	font-size: .9em;
	line-height: 140%;
}


.l {
	float: left;
}

.r {
	float: right;
}

.c {
	text-align: center;
}

img.r {
	border: 3px double #da6;
	margin: 0 0 1em 10px;
}

.dl {
	display: block;
	padding-left: 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.accept {
	background-image: url(/i/icons/accept.png);
}
.join {
	background-image: url(/i/icons/comments.png);
}
.apply {
	background-image: url(/i/icons/application_form_edit.png);
}


.ghost {
	visibility: hidden;
	margin: 0;
}



/* =columns
--------------------------------------------------------------------*/

.col {
	float: left;
	margin: 0;
	display: inline;
}

.coll {
	margin-right: 10px;
}
.colr {
	margin-left: 10px;
}

.half {
	width: 380px;
}

.third {
	width: 200px;
}



/* =sidebar
--------------------------------------------------------------------*/

#side {
	line-height: 120%;
}

#side h4, #side h3 {
	padding: 5px 10px 5px 20px;
	margin-bottom: .7em;
	margin-top: 0;	
}

#side h4 {
/* 	color: #fff; */
	background: #eee;
}

#side p, #side hr, #side ul, #side h5 {
	margin-left: 20px;
	margin-right: 15px;
}

#side hr {
	border: 0;
	border-top: 1px dotted #fff;
}


/* form elements -  2-column
--------------------------------------------------------------------*/

label {
}

input, textarea, select {
	font: 10px/100% verdana, arial, helvetica, sans-serif;
	border-width: 1px;
	border-style: solid;
	border-color: #777 #ccc #ccc #777;
	padding: 3px;
	display: block;
	width: 200px;
	margin-bottom: .5em;
	margin-right: .5em;
}

#side input {
width: 140px;
}

select {
	width: auto;
}

textarea {
	float: none;
	width: 350px;
}

form hr, clr {
	clear: both;
	width: 100%;
}

form p {
	width: 100%;
	float: left;
	margin-bottom: .1em;
}

input:focus, textarea:focus, select:focus {
	background: #ffe;
}

input.but, .loose, .check, #side input.but, input[type="submit"] {
	width: auto;
	text-align: left;
	margin-bottom: 0;
}

.but, input[type="submit"] {
	border-color: #ccc #777 #777 #ccc;
	border-width: 2px;
	background: #ddd;
	display: inline;
}

input[type="hidden"] {
visibility: hidden;
}

.check {
	border: 0;
	float: left;
}

.loose {
	display: inline;
	margin-bottom: 0px; 
	margin-right: 5px;
	line-height: 100%;
}

fieldset {
	padding: 10px;
	background: #ffe;
	border: 1px solid #cca;
	margin: 0 0 2em 0
}

legend {
	padding: 5px 10px;
	border: 1px solid #eed;
}


/* =overrides - keep at bottom
--------------------------------------------------------------------*/

#nav input {	width: 165px;}
#nav input.but { width: auto;}


