/* 
Theme Name: 	RAST 
Description: 	Created for Rheumatology Associates of South Texas
Author: 		Barbara H. McNeely
Author URI: 	http://bwhWebDesigns.com
Date:			11/17/2008
Version: 		1.0
*/
* {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	background: #FFD0B1;
	font: 80% Verdana, Geneva,Helvetica,sans-serif;
	/*padding-bottom: 10px;*/
	background: #FFD0B1 url(images/bodyBG.gif) repeat;
}
a {
	color: #1a1e57;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #a6110b;
	text-decoration: underline;
}
h1 {
	color: #1a1e57;
	font-size:22px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #1a1e57;
	font-size:18px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 5px 20px;
}
h3 {
	color: #1a1e57;
	margin: 10px 0 5px 40px;
}
p { 
	color: #1a1e57;
	font-size:12px;
	font-family:verdana, sans-serif;
	margin: 0 0 5px 40px;
}

#container {
	width: 1000px;
	margin: 0 auto;
/*	background: #FFFAF2;*/
	background: #FFD0B1 url(images/contentBG.gif) repeat;
/*	border: 1px solid #a6110b;*/
	border-left: 1px solid #a6110b;
	border-right: 1px solid #a6110b;
	border-bottom: 1px solid #a6110b;
	}

/************************************/
/*	Header							*/
/************************************/
#header {
	width: 1000px;
	height: 185px;
/*	background: #FFD0B1 url(images/topImage.jpg) no-repeat 0 0;*/
	float: left;
	background: transparent url(images/topImage.jpg) no-repeat 0 0;
	}
#header h1 a span, #header h2 { display: none; }
/************************************/
/*	Navigation						*/
/************************************/

#navigation { 
	width: 1000px; float: left;
	/*border: 1px solid #a6110b;*/
	border-top: 1px solid #a6110b;
	border-bottom: 1px solid #a6110b;	height: 60px;
	background: #FFC180 url(images/menuBG.gif) repeat;
	 }

#nav li { 
	float: left; 
	list-style: none;
	}
#nav li li {
	width: 175px;
	}

#nav li li a {  float: none; margin: 3px 5px; padding: 4px 5px; }
#nav a { 
	color: #005c29; 
	font-weight: bold; 
	display: block; 
	text-decoration: none;
	}
#nav a { padding: 10px 16px; }

#nav a:hover, #nav li.current_page_item a { text-decoration: underline; }
#nav a:hover { color: #a6110b; }

#nav li:hover ul {
	left: auto;
	display: block;
	}

/************************************/
/*	Search							*/
/************************************/
#search {
	float: right;
	width: 185px;
	margin-right: 15px;
	}
#search form {
	float: right;
	margin: .5em 0 0 0;
	padding: 0 0 0;
	}
#search input#s {
	color: #333;
	width: 170px;
	margin: 0;
	padding: 3px 5px;
	border: 1px solid #a6110b;
	}
#search .search-submit { display: none; }

#main {
	width: 650px; float: left;
	/*border-left: 1px solid #a6110b;
	border-right: 1px solid #a6110b;
	border-bottom: 1px solid #a6110b;*/
	

	background: #FFD0B1 url(images/contentBG.gif) repeat;
	}

/************************************/
/*	Content							*/
/************************************/
#content { /*clear: left;*/
	position: relative;
	display:block;	top: 10px;
	width: 625px;
	padding: 10px;
	margin: 10px 50px 10px 10px;
	background: #FFD0B1 url(images/contentBG.gif) repeat;
	}
#content ul, #content ol { margin-bottom: 15px; }
#content h2, #content h3, #content h4, #content h5, #content h6 { margin-bottom: 15px; }
#content h2 { text-transform: uppercase; }
#content .entry { 
	/*position: relative; */ 
	float:left; 
	width: 625px; 
	margin-bottom: 15px; 
	}
#content .entryPage { 
	/*position: relative; */ 
	float:left; 
	width: 925px; 
	margin-bottom: 15px; 
	}
.entry hr { 
	clear: both;
}
.entryPage hr { 
	clear: both;
}
.entryBottom { 
	margin-top: 20px;
}

.entryPage li { 
	list-style-image: url(images/txSmall.gif);
	line-height:1.5em;
	padding-bottom:5px;
	padding-left:20px;
	color: #1a1e57;
	font-size:12px;
	font-family:verdana, sans-serif;
	margin: 0 0 5px 40px;
}

/************************************/
/*	Sidebar							*/
/************************************/
#sidebar{
	display: block; float: right; position: relative;
	width:300px; 
	padding:10px 0 10px 0;
	font: 13px Verdana, Geneva,Helvetica,sans-serif;
	color:#303030;
	}
#sidebar h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px 0 10px 0;
	height: 40px;
	color: #a6110b;
	}
#sidebar h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 20px 0 10px 0px;
	padding: 0 0 0 25px;
	height: 20px;
	color: #a6110b;
	background: url(images/txMedium.gif) no-repeat 0 0;
	}
#sidebar h4 a {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	color: #a6110b;
	}
#sidebar a { font-weight:normal;}
#sidebar ul{ 
	list-style-type:none;
	margin:0;
	padding:0;
	}
#sidebar ul li{
	list-style-type:none;
	margin:0;
	padding:0;
	}
#sidebar ul li ul{
	list-style-type:square;
	margin:0;
	padding:0;
	padding-bottom:3px;
	}
#sidebar ul li ul li{
	list-style-type:none;
	margin:0;
	line-height:27px;
	width:250px;
	padding-left:16px;
	}
#sidebar ul li ul li a {
	font:11px Verdana;
	font-weight:normal;
	color:#054474;
	line-height:27px;
	}
#sidebar ul li ul li a:visited {
	color:#054474;
	font-weight:normal;
	}
#sidebar ul li ul li a:hover {text-decoration:none;}
#sidebar ul li ul li a:visited:hover {text-decoration:none;}

/************************************/
/*	Footer							*/
/************************************/

#footer {
	clear: both;
	width: 1000px;
	padding: 10px 0 10px 0;
	color: #444;
	background: #FFD0B1 url(images/menuBG.gif) repeat;
	/*border-right: 1px solid #a6110b;
	border-bottom: 1px solid #a6110b;
	border-left: 1px solid #a6110b;*/
	border-top: 1px solid #a6110b;
	}
#footer p { 
	text-align: center;
	}
#footer a { color: #888; }


.picRight {
	display: inline;
	float: right;
	margin:  5px 10px 10px 10px;
	border: 2px solid #a6110b;
	padding: 2px;
	}

.picLeft {
	display: inline;
	float: left;
	margin:  20px 10px 10px 10px;
	border: 2px solid #a6110b;
	padding: 2px;
	}
.size-medium, .size-thumbnail, .size-full {
	display: inline;
	margin:  20px 10px 10px 10px;
	border: 2px solid #a6110b;
	padding: 2px;
	}
