@charset "UTF-8";
body {
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 140%;
	color: #333333;
	background-image: url(images/pattern.gif);
	background-repeat: repeat;
	
}

#wrapper {
	margin: 20px auto;
	width: 940px;
	padding: 0 10px;
	overflow:hidden;
}

p {
	margin: 0;
	padding: 0;
}

#header {
	height: 100px;
	width: 100%;
}

#logo {
	width: 182px;
	height: 100px;
	float: left;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}

#banner_ad {
	width: 728px;
	height: 90px;
	float: right;
	border: 5px solid rgba(178, 205, 218, 0.4);
}

#call_to_action {
	width: 620px;
	height: 203px;
	margin: 20px 0 0 0;
	float: left;
	background-image: url(images/roundedlarge.png);
	background-repeat: no-repeat;
}

#call_to_action ul {
	padding: 0;
	margin: 0;
}

#call_to_action li {
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
	margin: 0;
}

#call_to_action p {
	margin: 10px 0 0 25px;
}

#call_to_action_text {
	width: 423px;
	height: 183px;
	float:left;
}

#call_to_action_doctor {
	width: 157px;
	margin: 0 20px 0 0;
	height: 203px;
	float: right;
	background-image: url(images/doctor.png);
	background-repeat: no-repeat
}

#call_to_action_image {
	width: 300px;
	height: 155px;
	float: right;
}

#articles {
	width: 620px;
	float:left;
	margin: 20px 0 0 0;
}

#left_column {
	width: 300px;
	float:left;
}

#right_column {
	width: 300px;
	float:right;
}

#category_box {
	height: 203px;
}

#sidebar {
	width: 300px;
	float: right;
	margin: 40px 0 0 0;
}

/* HYPERLINKS */

a:link {	
	color: #3B5998;
	text-decoration: underline;
}

a:visited {
	color: #3B5998;
	text-decoration: underline;
}

a:active {
	color: #3B5998;
	text-decoration: underline;
}

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

h2 a:link {	
	color: #333333;
	text-decoration: underline;
}

h2 a:visited {
	color: #333333;
	text-decoration: underline;
}

h2 a:active {
	color: #333333;
	text-decoration: underline;
}

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

#articles a:link {	
	color: #333333;
}

#articles a:visited {
	color: #333333;
}

#articles a:active {
	color: #333333;
}

#articles a:hover {
	color: #333333;
}

/* CATEGORY HEADERS */

#bar_header {
	width: 290px;
	margin: 0 5px;
	padding: 5px 0;
	background-color:#b2cdda;
}

#sidebar_header {
	width: 290px;
	margin: 0 5px;
	padding: 4px 0 4px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;		
}

/* HEADER TAGS */

h1 {
	padding: 0;
	margin: 0;
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 140%;
	color: #333333;
	font-weight: normal;
}

#index_head {
	padding: 0;
	margin: 45px 0 0 25px;
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 140%;
	color: #CC3333;
	font-weight: normal;
}

h2 {
	padding: 0;
	margin: 0;
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 28px;
	line-height: 140%;
	color: #333333;
	font-weight: normal;
}

h3 {
	padding: 0;
	margin: 10px 0 0 20px;
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 140%;
	color: #333333;
	font-weight: normal;
}

h4 {
	padding: 0;
	margin: 0 0 0 10px;
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 140%;
	color: #333333;
	font-weight: normal;
}

/* HOME PAGE LISTS */

#articles ul {
	margin: 0 5px;
	padding: 0;
}

#articles li {
	list-style-type: none;
}

#articles li a {
	display:block;
	padding:5px 10px;
	border-bottom:1px dotted #666666;
	margin: 0;
	text-decoration: none;
}

#articles li a:hover {
	background-color: rgba(178, 205, 218, 0.4);
}

/* SIDEBAR PARAGRAPH */

#sidebar p {
	margin: 10px 15px;
}

/* INDIVIDUAL ARTICLE POST */

#post {
	width: 600px;
	margin: 40px 0 0 0;
	float: left;
}

#post p {
	margin: 0 0 1em 0;
	padding: 0;
}

#post h2 {
	margin: 0 0 10px 0;
	padding: 0;
}

#tags {
	margin: 0 0 20px 0;
	padding: 0;
	font-size:12px;
}

#tags a:link {	
	color:#3B5998;
	text-decoration: underline;
}

#tags a:visited {
	color:#3B5998;
	text-decoration: underline;
}

#tags a:active {
	color:#3B5998;
	text-decoration: underline;
}

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

#footer {
	margin: 20px auto 10px auto;
	overflow:hidden;
	width: 940px;
	text-align:center;
	background-color: rgba(178, 205, 218, 0.4);
	padding: 2px 0;
	font-size: 10px;
}

.bold {
	font-weight: bold;
}

/* ADS */

#wordtracker_ad {
	margin: 10px 15px;
	width: 234px;
	border: 5px solid rgba(178, 205, 218, 0.4);
}

#wordtracker_ad img {
	border: none;
}

#wordtracker_ad img:hover {
	border: none;
}

#side_ad {
	width: 250px;
	height: 250px;
	border: 5px solid rgba(178, 205, 218, 0.4);
	margin: 10px 15px;
}

#post_ad {
	width: 468px;
	height: 60px;
	border: 5px solid rgba(178, 205, 218, 0.4);
	margin: 20px 0 0 0;
}

.side_box {
	margin: 0 0 20px 0;
}

#back_to_home {
	margin: 20px 0;
}

#fine_print {
	width: 620px;
	background-color:rgba(178, 205, 218, 0.4);
	float: left;
	font-size: 10px;
	margin: 10px 0 0 0;
}

#fine_print p {
	margin: 10px;
	padding: 0;
	line-height: 1.7em;
}

/* RELATED POSTS */

#related_posts {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin: 0;
	padding: 0;
}

#related_posts_undordered {
	font-size: 12px;
	margin: 0 0 0 20px;
	padding: 0;
}

.related_posts_list {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

/* ARCHIVE SPECIFIC */

#post_archive {
	width: 580px;
	float: left;
}

#archivetitle {
	font-size: 16px;
	margin: 0 0 20px 0;
	color: #666666;
}

#archive {
	padding: 10px;
	border-bottom:1px dotted #666666;
}

#archive h2 {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

#archive p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #666666;
}

#search-form {
	margin:10px 15px;
	padding: 0;
}

#search-form input {
	border: 1px solid #333333;
}

#search-bar {
	color: #333333;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 14px;
	padding: 2px;
	width: 200px;
}

#search-button {
	color: #333333;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	padding: 2px;
	font-size: 12px;
}