@charset "utf-8";
/* CSS Document 
Theme Name:PatientScout Theme
Theme URI:
Description:Theme for PatientScout
Version:2.0
Author:Roscoe Ferguson
Author URl:www.studiokind.com
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End Reset */

body {
	margin-top:10px;
	font-family:Trebuchet MS, Tahoma,Arial,Helvetica,sans-serif;
	background:url(images/bg.gif) repeat-x;
}
body.home {
	background:url(images/home-bg.gif) repeat-x;	
}
.logo {
	background:url(images/logo.gif) no-repeat;
	float:left;
	width:324px;
	height:55px;
}

#page {
	width:980px; 
	margin:0 auto; 
}

#header {
	float:left;
	width:100%;
	height:65px;
}
#header img {
	float:left;
}

ul.top-nav {
	list-style:none; 
	margin:0; 
	padding:0;
	float:left;
	height:25px;
	width:515px;
	margin-top:15px;
	margin-left:5px;
	font-size:14px;
	color: #414142;
}
ul.top-nav li {
	position:relative; 
	float:left;
	padding:5px 14px;
}
ul.top-nav li a {
	text-decoration:none;
}
ul.top-nav li a:hover {
	text-decoration:none;
	color:#C30;
	
}

#main-content {
	float:left;
	width:650px;
	margin-left:20px;
	margin-top:30px;
	
}

#main-content img {
	
	margin:5px;
}
#main-content-sub {
	float:left;
	width:480px;
	
	
}

/* side col elements */
#side-col {
	float:left;
	width:250px;
	margin-left:20px;
	margin-top:30px;
}

/* End side col elements */
.rss a{
	background:url(images/rss-icon.png) no-repeat;
	display:block;
	float:right;
	height:45px;
	padding-left:51px;
	text-decoration:none;
}
.rss a:hover {
	background-position:bottom left;
}
.rss {
	float:right;
	margin-top:10px;
	margin-right:10px;
	width:45px;
}
.flickr a{
	background:url(images/flickr-icon.png) no-repeat;
	display:block;
	float:right;
	height:45px;
	padding-left:51px;
	text-decoration:none;
}
.flickr a:hover {
	background-position:bottom left;
}
.flickr {
	float:right;
	margin-top:10px;
	margin-right:10px;
	width:45px;
}
.fb a{
	background:url(images/facebook-icon.png) no-repeat;
	display:block;
	float:right;
	height:45px;
	padding-left:51px;
	text-decoration:none;
}
.fb a:hover {
	background-position:bottom left;
}
.fb {
	float:right;
	margin-top:10px;
	margin-right:10px;
	width:45px;
}
.twit a{
	background:url(images/twitter-icon.png) no-repeat;
	display:block;
	float:right;
	height:45px;
	padding-left:51px;
	text-decoration:none;
}
.twit a:hover {
	background-position:bottom left;
}
.twit {
	float:right;
	margin-top:10px;
	margin-right:10px;
	width:45px;
}
h2 {
	color:#333;
	font-size:18px;
	line-height:24px;
	border-bottom:1px dotted #727274;
	margin:8px 0px 10px 0px;
	float:left;
	width:100%;
	
}
h2 a {
	text-decoration:none;
	font-size:18px;
}
h2 a:hover {
	text-decoration:none;
	color:#e14326;
	font-size:18px;
}
h3 {
	margin:5px 0;
	float:left;
	width:100%;
}
h3#comments {
	margin:5px 0;
	float:left;
	color:#e14326;
	border-bottom:1px dotted #e14326;
	width:100%;
}
a {
	text-decoration:underline;
	color:#333;	
}

a:hover {
	text-decoration:none;
	color:#e14326;	
}
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	
	float:left;
	width:100%;
	}
#side-col a {
	font-size:12px;
}
#side-col a:hover {
	font-size:12px;
}
.screen-reader-text {
	font-size:12px;
}
small {
	font-style:italic;
	font-size:12px;	
}
.postmetadata {
	margin:0 5px 5px 10px;
	float:left;
	width:100%;
}
.entry {
	font-size:14px;
	color:#727274;
	line-height:16px;
	float:left;
	margin:5px;
	margin-bottom:10px;
	width:100%;
}
p {
	font-size:14px;
	color:#727274;
	line-height:16px;
	
	margin:5px;
	margin-bottom:10px;
	
}
#respond h3 {
	border-bottom:1px dotted #F15929;
	color:#F15929;
	font-size:14px;
	line-height:18px;
	margin-bottom:15px;	
	width:100%;
}

span.separator {
	background:url(images/separator.gif) repeat-x;
	width:100%;
	float:left;
	margin-top:10px;
	margin-bottom:15px;
	line-height:1px;
}
.entry ul {
	margin-left:50px;
	list-style:square;
	margin-top:15px;
	margin-bottom:15px;
}
.entry ol {
	margin-left:20px;
	
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	float:left;
	width:100%;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
/* start footer */
#footer {
	float:left;
	width:100%;
	min-width:980px;
	height:175px;
	background:url(images/footer-bg.gif) repeat-x #f15929;
	margin-top:10px;
	
}
.footerCopy {
	font-size:14px;
	color:#FFF;
	line-height:16px;
	margin:5px;
	
	
}
#footer-inner {
	width:900px;
	margin:0 auto;
	margin-top:30px;
	height:145px;
	background:#f15929;
	
}
#footer-left {
	float:left;
	width:240px;
}
#footer-right {
	float:right;
	width:500px;
	
}

.footer-nav {
	list-style:none; 
	margin:0; 
	padding:0;
	float:right;
	margin-top:5px;
	margin-bottom:5px;
	font-size:14px;
	line-height:18px;
	color: #FFF;
	width:500px;
	
}


#footer a{
	text-decoration:none;
	color: #FFF;
}
#footer a:hover{
	text-decoration:underline;
	color: #FFF;
	
}
.footer-nav  li {
	float:right;
}
