/*
Design by: April Rodmyre - Design, Print, and Web
http://www.rodmyre.com/
For: Clinical Study Center of Asheville, NC
*/



body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #336699;
}

h1, h2, h3 {
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #492B21;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.5em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-top: 0;
	margin-bottom: 1.6em;
	line-height: 180%;
}

p, dl, dd {
	margin-top: 0;
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	float: right;
	width: 185px;
	padding: 15px 12px 3px 12px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-align: left;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

ul {
}

ol {
}

a {
	text-decoration: none;
	color: #12509C;
	border-bottom: 1px dotted #12509C;
	padding: 2px 2px 2px 2px;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #12509C;
	padding: 2px 2px 2px 2px;
}

small {
	line-height: 100%;
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 10px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 10px;
}



/* Header */

#header {
	width: 898px;
	height: 262px;
	margin: 0 auto;
	background: url(images/img02.jpg);
}

#logo {
	float: right;
	padding: 60px 20px 0px 0px;
	color: #555555;
}

#logo a {
	text-decoration: none;
	color: #12509C;
	border-bottom: 1px dotted #12509C;
	padding: 2px 2px 2px 2px;
}

#logo a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #12509C;
	padding: 2px 2px 2px 2px;
}



#logo h2 {
	margin: 0;
	font-size: 10px;
}



/* Menu */

#menu {
	
	float: right;
	width: 820px;
	height: 48px;
	margin: 0 auto;
}

#menu ul {
	margin: 0 auto;
	padding: 150px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 13px 20px 13px 20px;
	letter-spacing: 0.5px;
	border-bottom: 0px dotted #12509C;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 13px Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9EBCD1;
}

#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: none;
}

#menu .first a {
	background: none;
}






/* Page */

#page {
	width: 920px;
	background: url(images/page_bg.jpg) no-repeat center top;
	margin: 0 auto;
	padding-top: 15px;
}

/* Content */

#content {
	float: right;
	width: 640px;
	background: url(images/content_bg.jpg) no-repeat right bottom;
	padding: 0px 8px 33px 0px;
}



.post {

}

.post a {
	text-decoration: none;
	color: #3399CC;
	border-bottom: 1px dotted #3399CC;
	padding: 2px 2px 2px 2px;
}

.post a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #3399CC;
	padding: 2px 2px 2px 2px;
}

.post .title {
	padding: 20px 0px 0px 4px;
	color: #336699;
	text-decoration: none;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.post .title a {
	background: none;
	color: #336699;
	text-decoration: none;
	border-bottom: 0px dotted #12509C;
}

.post .meta {
	padding: 2px 20px;
	border-top: 1px dashed #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
	text-transform: uppercase;
	text-align: left;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.post .entry {
	padding: 3px 8px 4px 7px;
	text-align: justify;
}

.post strong {
	color: #3399CC;
}




/* Sidebar */

#sidebar {
	float: left;
	width: 270px;
	margin-bottom: 10px;
	background: none;
	color: #336799;
}

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

#sidebar li {
	margin: 0 0 35px 28px;
	padding: 0;
}

#sidebar li ul {
	margin: 0 10px 20px 5px;
	padding: 0;
}

#sidebar li li {
	margin: 0 0 0 0;
	background: none;
	line-height: 25px;
}

#sidebar h2 {
	margin: 0;
	height: 35px;
	padding-top: 15px;
	padding-left: 6px;
	font-size: 13.5px;
	color: #336799;
}

#sidebar a {
	font-family: Verdana, arial, Helvetica, sans-serif; font-size: 11.3px; color: #336799; line-height: 10px; text-align: left; word-spacing: -2px;
	text-decoration:none;
	padding-left:1px;
	padding-right:1px;
	border-bottom: 1px dotted #336799;
	}

#sidebar a:hover {
	color: #FFFFFF;
	background-color: #336799;
	padding: 3px 2px 2px 2px;
	}

#sidebar p {
	padding: 15px 0px 35px 24px;
}


/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 40px 0;
	background: #D5E3F5 url(images/img022.jpg) left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: #12509C;
	border-bottom: 0px dotted #12509C;
}

#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px dotted #12509C;
}


/*Form*/


form {  /* set width in form, not fieldset */
  margin: 0px 0px 0px 20px;
  padding: 0;
  min-width: 400px;
  max-width: 600px;
  width: 550px; 
}

form fieldset {  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #ADC4E4;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form textarea, {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}


form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 75%;
}

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}


