/*  
Theme Name: Durham Radiology Associates
Theme URI:  http://www.durhamradiologyassociates.com
Description: Custom theme for Durham Radiology Associates.
Version: 1.0
Author: Chip Pintilie
Author URI: http://www.betterimage.org

*/







/****************************
 **   General
 ****************************/


body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}


h1{
	font-style: normal;
	font-weight: normal;
	font-family: "Georgia", "Baskerville", serif;
	font-size: 30px;
	padding: 20px 0 10px 0;
}


h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
margin: 10px 0 10px 0;
padding: 0;
	font-weight: bold;
	color: #1f3464;
	clear: left;
}

h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
margin: 10px 0 5px 0;
padding: 0;
	font-weight: bold;
	clear: left;
}


body{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	background: #ffffff url(images/background.jpg) repeat-x top; /* in case a background image is need it */
	color: #333333;
}


a:link, a:visited{
	text-decoration: underline;
	color: #3366cc;
}


a:hover{
	text-decoration: none;
	color: #cc6600;
}

p{
	padding: 2px 0 10px 0;
}




/****************************
 **   Layout
 ****************************/



#wrapper{

margin: 0 auto 0 auto; /*setting right and left margins to auto is centerting.*/
width: 900px;
text-align: left;  
}


#header{
float: left;
width: 900px;
height: 132px;
position: relative;
}

#header h1{
position: absolute;
left: 0;
text-indent: -3000px;
}

#topbar {
width: 900px;
height: 276px;
float: left;
background: url(images/call-home.jpg) no-repeat;
}

#topbar h3{
color: white;
font-size: 26px;
margin: 20px 400px 0 30px;
}


ul#calltoaction  {
	padding: 0;
	margin: 0 0 0 30px;
	list-style: none;

}

ul#calltoaction li {
	float: left;
	padding-right: 20px;
}

ul#calltoaction a {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
padding: 7px 48px 6px;
font-weight: bold;
height: 36px;
	text-decoration: none;
	background: url(images/call.gif) no-repeat top;
	color: white;
	float: left;
}

ul#calltoaction a:hover {
		background: url(images/call-hover.gif) no-repeat top;
}

ul#calltoaction a:visited {
	text-decoration: none;
}

#topbar p{
color: #b5e0ff;
font-size: 14px;
margin: 10px 400px 10px 30px;
line-height: 20px;
}

#blog-description {
font-style: italic;
padding: 10px 0;

}

#logo {
float: left;
margin: 25px 0 0 0;
width: 300px;
height: 106px;
}


#container{
margin: 10px 0 0 0;
float: left;
width: 567px;

}

.post{
padding: 10px 40px 10px 0;
}

.post ul {
	list-style-image: url(images/check.jpg);

}

.post img{

	border-color: #cc6600;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	margin: 5px 10px 5px 0;

}

.post h4{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
margin: 30px 0 5px 0;
padding: 0;
	font-weight: bold;
	clear: left;
	color: black;
}

#post-4 p {
font-size: 13px;
}


.posthome{
padding: 10px 0 10px 0;
float: left;
width: 45%;
}


.entry{
line-height: 21px;
}

#footer{
clear: both;
float: left;
width: 100%;
background: url(images/back-footer.jpg) repeat-x;
text-align: center;
padding-top: 10px;

}


#footer a{
color: #FFFFFF;
}

.sidebar{
float: left;
width: 323px;
margin: 10px 0 0 10px;
display: inline;
overflow: hidden;
padding: 10px 0;

}

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

.sidebar ul li{
padding: 10px 0 10px 0;
}


.sidebar ul li h2{
font-size: 17px;
}

.sidebar ul ul li{
padding: 0;
line-height: 24px;
}


#news {
border-color: #68c4ff;
border-width: 1px;
border-style: solid;
width: 320px;
float: left;
margin: 30px 0 20px 0;
background: #e5f4ff;
}

#news h3 {
padding: 8px 10px 8px 15px;
margin: 0;
background: url(images/back-news.jpg) repeat-x;
color: white;
font-weight: bold;
font-size: 18px;

}

#news ul{
margin: 10px 10px 10px 15px;

}

#news .meta {

	color: #b26408;

	text-transform: uppercase;

}


/****************************
 **   Menu
 ****************************/



ul#menu  {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 55px;
	right: 0;
}

ul#menu li {
	float: left;
}

ul#menu .page_item a {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding-right: 17px;
		padding-left: 17px;
		margin-left: 6px;
font-weight: bold;
	line-height: 2.5em;
	text-decoration: none;
	text-transform: uppercase;
	
}

ul#menu .current_page_item a, #menu .page_item a:hover {
	background: #ffe2c2 url(images/select.gif) no-repeat center bottom;

}


/****************************
 **   Metadata
 ****************************/



p.postmetadata{
margin: 2px 0 10px 0;
font-style: italic;
color: #333333;
}

.navigation{
	padding: 10px 0 0 0;
margin-bottom: 50px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	width: 100%;
}


.navigation a {
	text-decoration: none;
}

.navigation .previous {
	float: left;
}

.navigation .next {
	float: right;
}

.meta{
margin: 10px 0;
font-style: italic;
}

/* Standard wordpress */


.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 2px 10px 95px 0;
}

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



/* Comments */

.comments-template{
	margin: 10px 0 0 0;
	border-top: 1px dotted #ccc;
	padding: 10px 0 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}


/* Search Form */

#searchform div {
	background-image: url(images/searchform.jpg);
	width: 226px;
	height: 49px;
	margin-left: -7px;
}
#searchform div #s {
	border: 0;
	margin-top: 14px;
	margin-left: 19px;
	width: 152px;
	height: 16px;
	color: #909090;
	font-size: 1.1em;
}
#searchform div #searchsubmit {
	border: 0;
	background: none;
	width: 39px;
	height: 26px;
	margin-left: 4px;
	overflow: hidden;
	text-indent: -2000px;
}


#searchform div #searchsubmit {
	font-size: 0;
	text-align: right;
	color: #cecece;
}

.design {
font-size: 8px;
padding-top: 10px;
}

.design a {

	color: #40b1ff;

}

.design a:visited {
	color: #40b1ff;
}
