/*
Theme Name: Trek Physician
Theme URI: http://www.morgandavison.com
Description: A custom theme created for Trek Physician Solutions
Version: 1.0
Author: Morgan Davison for E Image Agency
Author URI: http://www.morgandavison.com
*/

@charset "utf-8";

/* ------------------------- ERIC MEYER CSS RESET MODIFIED ------ */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

* { /* this is for webkit */
	margin: 0;
	padding: 0;
}
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;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin-bottom: 1em;
}
body {
	line-height: 1;
}
ol, 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;
}



/* -------------------------------------- GENERAL ---------------------------- */
.center {
	margin: 0 auto;
}
.align_center {
	text-align: center;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.clearfloat {
	clear: both;
}
.float_left, img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.float_right, img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.small {
	font-size: smaller;
}
blockquote {
	margin: 0 2em;
}
.hidden {
	display: none;
}	
a.no-underline {
	text-decoration: none;
}

/* -------------------------------------- TYPOGRAPHY (except forms) ------------------------- */
html {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.3em;
	font-size: 1em;
}
h1 {
	font-size: 20px;
}
h2 { font-size: 18px; }
h3 { font-size: 16px;}
h4 { font-size: 14px;}
h5 { font-size: 14px;}
h6 { font-size: 12px; font-weight: bold; }

li { line-height: 1.3em; }
a {
	color: #fff;
}
a:hover {
	color: #DFDFDF;
}
#nav a {
	font-size: 16px;
}
.meta {
	font-style: italic;
}
.client {
	font-style: italic;
}
.callout-right, .callout-left {
	font-weight: bold;
}
.callout-right {
	/*color: #FFA23F;*/ /* orange */
	color: #fff;
	text-align: right;
}
.callout-left {
	color: #fff;
	width: 300px;
}
.bulleted-list li, .checkmark-list li {
	margin-bottom: 1em;
}
.title {
	font-size: 18px;
	font-weight: bold;
}
#testimonials {
	font-size: .9em;
	color: #ddd;
}
.sidebar-menu a:hover {
	color: #fff;
}
.copyright {
	font-size: .9em;
}
#footer .contactinfo {
	font-size: 1.2em;
}


/* -------------------------------------- BACKGROUNDS (except forms) ------------------------ */
body {
	background: #929292;
}
#wrapper {
	background: #929292 url(images/top-line.jpg) repeat-x;
}
#nav {
	background: url(images/top-gradient.jpg) 50% 0 no-repeat;
}
#logo {
	background: #fff url(images/logo-t.jpg) 50% 0 no-repeat;
}
#logo-r {
	background: #fff url(images/logo-r.jpg) 50% 0 no-repeat;
}
#logo-e, #logoe {
	background: #fff url(images/logo-e.jpg) 50% 0 no-repeat;
}
#logo-k {
	background: #fff url(images/logo-k.jpg) 50% 0 no-repeat;
}
#jquery-logo {
	background-color: #fff;
}
#stripe {
	background: #f89527 url(images/orange-stripe.png) repeat-x;
}
.horiz-line {
	background: url(images/horiz-divider.png) 50% 100% repeat-x;
}
.client, #searchform, .blogpost {
	background: url(images/horiz-divider.png) 50% 100% repeat-x;
}
.client-last {
	background: none;
}
.sidebar-menu a:hover {
	background-color: #AFAFAF;
}
.bottom {
	background: url(images/horiz-divider.png) 50% 0 repeat-x;
}
/*.featured_position h4 {
	background: url(images/position-bg.png) 0 50% no-repeat;
}*/
.featured_position h4 {
	background: #C7C5C5;
	background: -moz-linear-gradient(top, #e8e7e7, #969595);
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e7e7), to(#969595));
	border: 1px solid #a1a0a0;
}
#footer {
	background: #333 url(images/horiz-divider.png) 50% 0 repeat-x;
}

/* -------------------------------------- POSITIONING & LAYOUT ---------------------------- */

#main {
	width: 920px;
	padding: 20px;
	margin: 0 auto;
}
#nav {
	height: 62px;
}
#nav ul {
	width: 960px;
	margin: 0 auto;
}
#nav ul li {
	display: inline;
}
#nav a, #nav a:visited {
	display: block;
	float: left;
	border-top: 5px solid #ff8600;
	margin: 5px 50px 5px 0;
	padding-top: 15px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
}
#nav a:hover, #nav .current_page_item a {
	border-top: 5px solid #fff;
}
#logo, #logo-r, #logo-e, #logo-k {
	height: 274px;
}
#logo a, #logo-r a, #logo-e a, #logo-k a {
	display: block;
	height: 274px;
	width: 773px;
}
#jquery-logo {
	height: 274px;
	overflow: hidden;
	margin: 0 auto;
}
#jquery-logo ul {
	/*width: 257px;*/
	width: 773px;
	margin: 0 auto;
}
#jquery-logo ul li {
	text-align: center;
}

#stripe {
	height: 47px;
}
.tagline {
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
	font-weight: normal;
}
.callout-right {
	float: right;
	width: 250px;
	margin: 0 0 10px 10px; 
}
.callout-left {
	float: left;
	width: 250px;
	margin: 0 10px 10px 0;
}
.standout {
	color: #fff;
	font-weight: bold;
}
.maincontent {
	width: 680px;
	float: left;
	margin-right: 30px;
	padding-bottom: 20px;
	overflow: hidden;
}
.content-left-col {
	width: 330px;
	float: left;
	padding-right: 10px;
	margin-bottom: 20px;
}
.content-right-col {
	width: 330px;
	float: right;
	padding-left: 10px;
	margin-bottom: 20px;
}
#sidebar, #testimonials {
	width: 210px;
	float: right;
}
.client {
	padding: 0 10px 20px 0;
	text-align: right;
}
.sidebar-menu li a {
	display: block;
	text-decoration: none;
	padding: 5px 0 5px 5px;
	border-top: 1px solid #ff8600;
}
.location-info-sidebar li {
	margin-bottom: .3em;
}
.bottom {
	clear: both;
	padding-top: 20px;
}
.featured_position {
	width: 220px;
	margin-right: 20px;
	float: left;
}
.featured_position h4 {
	font-size: 16px;
	font-weight: bold;
	color: #ff8600;
	width: 210px;
	/*height: 26px;*/
	/*padding: 5px 0 0 10px;*/
	padding: 5px 5px 7px 10px;
}
.featured_position a {
	color: #ff8600;
	text-decoration: none;
}
.featured_position a:hover {
	color: #fff;
}
.featured_position p {
	font-size: 14px;
}
.bulleted-list {
	list-style-type: disc;
	margin-left: 2em;
}
.checkmark-list li {
	/*list-style-image: url(images/checkmark-for-list.png);*/ /* ie png fix doesn't work for list-style-image */
	background: url(images/checkmark-for-list.png) no-repeat;
	padding-left: 2em;
}

.blogpost {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.post-navigation {
	
}
.opps {
	
}
.opps-single {
	
}
.opps-search

/* ------------------------------- FORMS --------------------------- */
li.screenReader label {
	width: auto;
	color: #fff;
}
.thanks { background: #F2F3F6; border: 1px solid #ff9800; padding: 10px; }
ol.forms { float: left; list-style: none; margin: 0; width: 460px; }
ol.forms li {
	/*clear: both;*/ /* commented out for IE 6 & 7 - still seems to render ok in other browsers */
	float: left;
	margin-bottom: 18px;
	position: relative;
	list-style: none;
}
ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 10px;
	width: 180px;
}
ol.forms input, ol.forms textarea {
	border: 1px solid #7E8AA2;
	border-radius: 3px;
	font: inherit;
	-moz-border-radius: 3px;
	padding: 2px;
	-webkit-border-radius: 3px;
	width: 250px;
}
ol.forms textarea { height: 150px; width: 250px; }
ol.forms input:focus, ol.forms textarea:focus { background-color: #f2f3f6; border-color: #ff9800; text-align: left;}
.error { color: #f00; }
ol.forms li .error { font-size: 12px; margin-left: 20px; display: block; }
ol.forms li.textarea .error {
	display: block;
}

ol.forms li.screenReader { margin-bottom: 0; }
ol.forms li.buttons button {
	background: #ff9800 url(images/orange-stripe.png) 0 50% repeat-x;
	border: none;
	cursor: pointer;
	overflow: hidden;
	padding: 5px;
	font-weight: bold;
	color: #fff;
	width: auto;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
ol.forms li.buttons button:hover { 
	color: #FFE0BF; 
	background-position: 0 0;
}
ol.forms li.buttons button:active { left: 1px; position: relative; top: 1px; }
ol.forms li.buttons, ol.forms li.inline { width: 460px; }
ol.forms li.inline input { width: auto; }
ol.forms li.inline label { display: inline; float: none; width: auto; }

li.screenReader { left: -9999px; position: absolute !important; top: -9999px;}


/* --- SEARCH FORM -- */
#searchform {
	margin-bottom: 25px;
	padding-bottom: 20px;
	width: 210px;
}
#search-3 form #s {
	background: #ffffff url(images/search-icon.png) no-repeat 97% 50%;
	padding: 7px 29px 7px 7px;
	width: 180px;
	border: 1px solid #7E8AA2;
	border-radius: 3px;
	font: inherit;
	-moz-border-radius: 3px;
	padding: 2px;
	-webkit-border-radius: 3px;
}
#search-3 form #s:focus { 
	background: #f2f3f6 url(images/search-icon.png) no-repeat 97% 50%;
	background-color: #f2f3f6; 
	border-color: #ff9800; 
	text-align: left;
}
#searchsubmit {
	background: #ff9800 url(images/orange-stripe.png) 0 50% repeat-x;
	font-weight: bold;
	color: #fff;
	border: none;
	cursor: pointer;
	overflow: hidden;
	padding: 5px;
	width: auto;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 10px 0 0 0;
}
#searchsubmit:hover { 
	color: #FFE0BF; 
	background-position: 0 0;
}
#searchsubmit:active { left: 1px; position: relative; top: 1px; }


/* --- COMMENTS --- NEED MORE STYLING IF BLOG BECOMES USED */
h4#comments {
	clear: both;
	margin: 45px 0 5px 0;
	}

.commentlist li {
	font-size: inherit;
}

.commentlist li .avatar { 
	float: right;
	}

.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 0.95em;
	}
	
.commentlist p {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px 5px 10px 0;
	text-transform: none;
	}

.commentmetadata {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0;
	}
	
.commentlist .reply {
	font-size: 0.8em;
	font-weight: bold;
	}

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

.commentlist li {
	margin: 15px 0 10px;
	padding: 10px;
	list-style: none;
	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.comms-navigation, .navigation {
	clear: both;
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
	}

.children {
	padding: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* --- Comment Form --- NEED MORE STYLING IF BLOG BECOMES USED */
#respond h4 {
	clear: both;
	margin: 45px 0 10px 0;
	}

form p {
	padding-bottom: 10px;
	margin: 5px 0;
	}
	
form p label {
	display: inline-block;
	margin-right: 10px;
	text-align: right;
	width: 5em;
	}
	
form p label[for="comment"] {
	vertical-align: top;
	}
	
input, textarea {
	padding: 3px;
	}
	
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	overflow: auto;
	}
	
input#submit {
	background: #ff9800 url(images/orange-stripe.png) 0 50% repeat-x;
	font-weight: bold;
	color: #fff;
	border: none;
	cursor: pointer;
	overflow: hidden;
	padding: 5px;
	width: auto;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 10px 0 0 0;
}
input#submit:hover {
	color: #FFE0BF; 
	background-position: 0 0;
}


#footer {
	margin-bottom: 0;
	color: #ccc;
	padding: 20px;
}
.footerwrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.copyright, .contactinfo {
	float: left;
}
.contactinfo li {
	display: inline;
	margin-right: 20px;
}
.footerlinks {
	float: right;
	text-align: right;
}
.footerlinks li {
	list-style: none;
}
#footer a {
	color: #ccc;
}

