/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/*
Orthopedic Specialists
official blue is Pantone 294c
web version is 003479
*/

body {
	margin: 0;
	background: #FFFFFF;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	min-height: 200px;
}

h1, h2 , h3, h1 a, h2 a, h3 a {
	margin: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	color: #003479;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
	text-align:justify;
}

.tightul {
	line-height: 140%;
	text-align: justify;
	}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #000000;
}

a:hover {
	background: none;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x left top;
}

#wrapper2 {
	margin: 0;
	padding-top: 30px;
}


/* Header */

#header {
	width: 910px;
	height: 60px;
	margin: 0 auto;
	padding-top: 10px;
}

.topimg img {
	margin: 0;
	border: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	
}

/* Menu */

#menu {
	width: 910px;
	height:41px;
	margin: 10px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	white-space:nowrap;
	display: inline;		
	list-style: none;
	text-transform:lowercase;
	font-weight: normal;
}

#menu li {
	white-space:nowrap;
	list-style-type: none;
	float:left;
	width:auto;
	display:inline-block;
}

#menu a {
    display:inline-block;
	text-decoration: none;
	color: #FFF;
	padding: 0px 20px;
	background: url(images/img03.jpg) repeat-x left top;
	background-position:top;
	height: 41px;
	line-height:41px;
	margin-left: 10px;
	}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 910px;
	margin: 0 auto;
	padding: 0;
	border: 15px #FFFFFF solid;
	background: url(images/img02.jpg) repeat-x left top;
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding: 20px 0 0 20px;
}


.post2L {
	width: 290px;
	float:left;
	height:200px;
}

.post2R {
	width: 290px;
	float:right;
	height:200px;
}

.post {
}

.top-post {
}

.post .title {
	background: none;
	color: #003479;
	border: none;
}

.post .title a {
	background: none;
	color: #003479;
	border: none;
}

.post .title a:hover {
	text-decoration: none;
}

.post .meta {
	padding-bottom: 10px;
	background: url(images/img04.gif) repeat-x left bottom;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.post .comments {
}

.post .entry {
	padding: 10px 0 20px 0;
	text-align: justify;
}

.center {
	text-align:center;
}

.post .entry2 {
	padding: 10px 0 20px 0;
	text-align: justify;
	font-size:10px;
	color:#999999;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	padding: 40px 20px 0 0;
	color: #333333;
	display:inline;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li p {
	padding-left: 15px;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	margin-left: 15px;
	padding-left: 10px;
	line-height: 35px;
	border-bottom: 1px dotted #D7D0F4;
	background: url(images/img06.gif) no-repeat left 50%;
}

#sidebar h2 {
	letter-spacing: -.5px;
	padding-top: 20px;
	color: #003479;
	background: url(images/img04.gif) repeat-x left top;
}

#sidebar p {
	padding-bottom: 0px;
	text-align: justify;
}

#sidebar a {
	color: #000000;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #000000;
}

/* Footer */

#footer {
	width: 910px;
	height: 0px;
	margin: 0 auto;
	padding: 40px 0;
	background: url(images/img04.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #999999;
}

