/*

Theme Name: Emergence Teleradiology
Description: Simple, modern, lightweight
Author: Pin Oak Web Designs
Author URI: http://www.pinoak.net

This template is being distributed via Wordpress.org under GPLv3 license. Enjoy!

To replace the banner image, just swap out masthead.png with your own image, sized 723px x 147px. 
The dropshadows are in the background CSS, not the image.

v1.1 - changed license to GPLv3
v1.2 - added comments and removed some blank elements from stylesheet
v1.3 - added license.txt (Apparently some people don't read this stylesheet), added link back to the theme's page at Wordpress.org

*/

* {
  padding:0;
  margin:0;
  list-style:none;
}

body {
  font:62.5% Arial, Helvetica, sans-serif; /* Means 1em == 10px, 1.2em == 12px, etc. */
  background: #000 url(./images/bg.jpg) no-repeat center top;/*#FFF ;  Set background image here */
  color:#6b6b6b;
}

h3 {
	font-size:22px;
}

/*p, h2, h3, h4, h5 {
  font-size:1.2em;
}
*/
img {
  border:0;
}

div#wrapper {
  width:961px;
  /*padding-top:8px;*/
  margin:auto;
  border-top: #5179d0 2px solid;
  border-right: #5179d0 4px solid;
  border-left: #5179d0 4px solid;
  /*background:url(./images/top.png) no-repeat;*/
}

div.masthead {
  width:961px;
  background:#000 url(./images/header_bg.jpg) no-repeat ;/*repeat-y;*/
  position:relative;
}

/* Blog Title */
h1 {
  font:3.2em 'Trebuchet MS', Arial, Helvetica;
}

h1 a {
  position:absolute;
  width:300px;
  height:30px;
  left:40px;
  top:15px;
  font-weight:bold;
  text-decoration:none;
  color:#ff7e00;
}

.post h1 { text-align:center;}
/* Tagline */
.masthead p {
  position:relative;
  margin:0;
  top:62px;
  left:50px;
  color:#888;
}

/* Pages Navigation */
div#.masthead ul {
  float:right;
  margin-right:22px;
  position:relative;
  z-index:2;
  bottom:-2px;
}

div.masthead ul li {
  float:left;
  padding: 0 10px;
}

div.masthead ul li a {
  color:#fff;
  text-decoration:none;
  display:block;
  line-height: 25px;
  font-size:11px;
  font-weight:bold;
  padding: 0 5px 0;
/*  background:url(./images/nav_bg.png) bottom repeat-x;
*/}

div.masthead ul li a:hover,
div.masthead ul li.current_page_item {
/*  background:url(./images/nav_bg_hov.png) bottom repeat;
*/  line-height: 25px;
text-decoration:underline;
color:#FFFF00;
}

/* Banner image dropshadow */
div.masthead_image {
  /*background:url(./images/image_bg.png) center no-repeat;*/
  width:961px;
  height:149px;
  clear:both;
  /*padding:8px 22px;*/
  position:relative;
  z-index:1;
}

a {
  outline:0;
}
/*-------buttons -------------------*/
.top-nav {
float:right;
margin: 125px 0 0 0;
}

.leftnav
{
	background: #000000;
	width: 195px;
	margin: 0 auto;
	padding: 0 0;
	font-family: arial;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}

ul.navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 195px;
}

ul.navlist li
{
position:relative;
/*display: block;
margin: 0;
padding: 0;*/
}
/* Top level menu links style */

ul.navlist li a
{
padding: 6px;


	overflow: auto; /*force hasLayout in IE7 */
	display: block;
	padding: 0.5em 0 0.5em 1em;
	color: #72b2fa;
	text-decoration: none;
	background: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#72b2fa;
	text-transform:uppercase;
}


ul.navlist ul li.current_page_item
{
color: #ffffff;
}

div.navlist li a:hover, div.navlist ul li.current_page_item a:hover
{
	color: #FFFFE6;
	background:#72b2fa;
}

/* Page dropshadow */
div#content {
  width:961px;
  background: #FFFFFF;/*url(./images/main_bg.png) repeat-y;*/
}

div#secondary ul#sidebar li.quote-button { background:#FFFFFF url(images/free-teleradiology-quote.jpg) no-repeat; height:43px; text-align:center; width:190px; margin:15px 0 0 0; padding: 13px 0 0 0;}
div#secondary ul#sidebar li.quote-button a{ color: #FFFFFF; font-size:15px; margin:0 0 0 0; padding:0 0 0 0; font-weight:bold;}
/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/

div#main {
  padding:0 0 0 20px;
  width:725px;
  float:left;
  margin: 0 0 0 10px;
}

/* Main header on single pages */
h2.header {
  color:#228f58;
  font-size:24px;
  padding:10px 0 0;
  line-height:1;
  margin:0 0 5px;
  /*border-bottom:1px solid #e7e7e7;*/
  position:relative;
}

div#main h2.header a {
	color:#0000FF;
	text-decoration:none;
}

h2.header span {
  position:relative;
 /* background:#FFF;*/
  padding-right:10px;
  bottom:-5px;
}

/* Secondary headline above comments and comment form */
div#main h3 {
  margin:15px 0;
}

div#main p {
  line-height:18px;
  margin:10px 0 0 5px;
  font-size:14px;
}
div#main #post-374 p {
  line-height:18px;
  margin:10px 0 0 0;
  font-size:14px;
}

div#main #post-389 p {
  line-height:18px;
  margin:10px 0 0 0;
  font-size:14px;
}

/*div#main a {
  color:#507FA3;
}
*/
.article {
  margin-bottom:20px;
}

.article blockquote {
  margin:0 15px;
  padding:1px 15px;
  border-left:5px solid #B8D1E4;
  background:#F0F0F0;
}

.article ul, .article ol {
  font-size:1.2em;
  color:#6b6b6b;
  margin-left:15px;
}

.article ul li {
  margin:5px 0;
  padding-left:15px;
  background:url(./images/square.png) 0 center no-repeat;
}

.article ol {
  margin-left:30px;
}

.article ol li {
  list-style:decimal;
  margin:10px 0;
}

.article ol li ol {
  font-size:1em;
  margin-left:15px;
}

#main p.byline {
  color:#999;
}

ul.article_footer {
  text-align:right;
  margin:10px 0;
  background:#F1F1F1;
  padding:5px 10px;
  border:1px solid #DADADA;
  border-width:1px 0;
  line-height:1.5;
}

ul.article_footer li {
  font-size:0.9em;
  display:inline;
  background:none;
  border-left:1px solid #DADADA;
  margin-left:5px;
  padding-left:10px;
}

ul.article_footer li.first {
  border-left:0;
}

/*-----------------------------------------------------------------------------

  Secondary Content

-----------------------------------------------------------------------------*/

div#secondary {
/*  padding:15px 5px 20px 5px;
  width:210px;
*/  float:left;
}

div#secondary ul#sidebar {
  margin: 0 0 20px;
  color:#507fa3;
  padding-bottom:10px;
  border-bottom:1px solid #e7e7e7;
}

div#secondary ul#sidebar li {
  margin:0;
  font-size:12px;
 /* line-height:1.5em;*/
}

/* Sidebar headers */
div#secondary h2 {
  text-transform:uppercase;
  color:#507fa3;
  margin:20px 0 8px;
  font-size:1em;
  line-height:1;
}

div#secondary a {
  /*color:#666;*/
  text-decoration:none;
}

div#secondary a:hover {
  text-decoration:underline;
}

div#secondary ul.children {
  margin-left:5px;
  padding-left:10px;
  border-left:5px solid #EAEAEA;
}

div#secondary ul#sidebar li li {
  font-size:1em;
}

/* Optional bio area header (commented out by default) */
div#author h2 {
  font-size:1.2em;
}

div#secondary p {
  line-height:1.5;
  margin:5px 0;
  color:#666;
}

/* Search input */
form#searchform {
  position:relative;
  height:28px;
  margin-bottom:20px;
}

form#searchform input#s {
  position:absolute;
  top:0;
  height:18px;
  width:156px;
  padding:5px;
  background:url(./images/text_bg.png) repeat-x;
  border:1px solid #bcbcbc;
}

input#search_submit {
  position:absolute;
  right:0;
}

/*-----------------------------------------------------------------------------

  Right Sidebar Content

-----------------------------------------------------------------------------*/

div#right {
  padding:15px 0 20px 5px;
  width:200px;
  float:right;
}

div#right ul#sidebar {
  margin:15px 0 20px;
  	background:#FFFFFF url(./images/right_bg_mid.jpg) repeat-y;
  color:#507fa3;
  padding:0 0 0 0;
}

div#right ul#sidebar li {
  margin:5px 0;
  font-size:1.2em;
  line-height:1.5em;
}

/* Sidebar headers */
div#right h2 {
  text-transform:uppercase;
  color:#fff;
  /*margin:5px 0 8px;*/
  font-size:12px;
  line-height:1;
  padding: 0 0 10px;
  text-align:center;
}

div#right h2.header span {
  position:relative;
  padding-right:10px;
  bottom:-5px;
}

div#right p {
  line-height:1.5;
  margin:5px 0 0 7px;
  color:#fff;
  font-size:10px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#right br {
	margin: 0 0 20px 0;
	}

div#right .article {
	margin: 0 0 20px 8px;
	background:#25439b;
	color:#000;
}

div#right a {
  color:#fff;
  text-decoration:none;
}

div#right a:hover {
  text-decoration:underline;
}

div#right ul.children {
  margin-left:5px;
  padding-left:10px;
  border-left:5px solid #EAEAEA;
}

div#right ul#sidebar li li {
  font-size:1em;
}

div#right .right_top {
	background:#FFFFFF url(./images/right_bg_top.jpg) no-repeat;
	height:15px; 
}

div#right .right_mid {
	background:#FFFFFF url(./images/right_bg_mid.jpg) repeat-y;
}

div#right .right_bot {
	background:#FFFFFF url(./images/right_bg_bottom.jpg) no-repeat;
	height:15px; 
}

.left_top {
	background:#FFFFFF url(./images/topnav.gif) no-repeat;
	height:10px; 
}

.left_bot {
	background:#FFFFFF url(./images/bottomnav.gif) no-repeat;
	height:10px; 
}

/* Optional bio area header (commented out by default) */
div#author h2 {
  font-size:1.2em;
}


/*-----------------------------------------------------------------------------

  Home Page Custom Styles

-----------------------------------------------------------------------------*/
h1.home-container-top { background: transparent url(./images/teleradiology-home-container-top.jpg) no-repeat; color:#000; font-size:18px; width:351px; height:28px; text-align:center;}
h1.home-container-top a { position: inherit; left:0; height:0; color:#fff;}
h1.home-container-top a:hover{ position: inherit; left:0; height:0; color: #000066; text-decoration:underline;}
div#main p.home-container-body { background: #e4e9f2 url(./images/teleradiology-home-container-body.jpg) no-repeat; margin:0 0 0 0; width:351px; color:#000; padding: 5px 0 0 0;}
div#main p.home-container-footer { background: #e4e9f2 url(./images/teleradiology-home-container-footer.jpg) no-repeat; margin:0 0 0 0; width:351px;}
/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/

div#footer {
  /*height:8px;*/
  width:961px;
  margin:0 auto;
  background:#fff;/*url(./images/bottom.png) no-repeat;*/
  text-align:center;
  font-size:1em;
  color:#fff;
 /* padding:15px 0;*/
}

div#footer .block { width:961px; height:205px; margin: 0 0 0 0; background: url(./images/footer_image.jpg) no-repeat;}
div#footer .right-image { text-align:center; color:fff; width:687px; height:167px; float:right; margin: 30px 10px 0 0; background: url(./images/teleradiology-services.jpg) no-repeat;}
div.right-image-text { color:fff; width:369px; height:105px; font-size:16px; float:right; margin: 40px 5px 2px 3px;}

div#footer ul.text {
  background:#25439b;/*url(./images/bottom.png) no-repeat;*/
  height:8px;
  padding:15px 0;
}

div#footer li {
  display:inline;
  margin-left:10px;
}

div#footer li span {
  position:absolute;
  text-indent:-9999em;
}

div#footer li a {
  color:white;
  text-decoration:underline;
}
/*-----------------------------------------------------------------------------

  Home Page Top Image

-----------------------------------------------------------------------------*/

div#main .home-image-bg { width:700px; height:242px; margin: 0 0 0 0; background: url(./images/teleradiology-company-home-bg.jpg) no-repeat;}
div#main .home-image {  width:676px; height:203px; float:right; margin: 28px 11px 0 0; background: url(./images/teleradiology-company-text-bg.jpg) no-repeat;}
div.home-image-text { text-align:left;color:fff; width:369px; height:105px; font-size:16px; float:left; margin: 30px 5px 2px 3px;}

div.home-image-text h2 { color:#FFFFFF; font-size:22px; font-weight:bold;}

div#main .home-image-text li {
  margin-left:40px;
  color:#FFFFFF;
  font-size:24px;
  list-style: disc;
}

/*-----------------------------------------------------------------------------

  Home Page News Excerpt

-----------------------------------------------------------------------------*/

div#main .news-image-bg { width:700px; height:182px; margin: 20px 0 0 0; background: url(./images/teleradiology-company-news-bg.jpg) no-repeat;}
div#main .news-image {  width:676px; height:203px; float:right; margin: 0 0 0 0; }
div.news-image-text { text-align:left;color:fff; width:669px; height:105px; font-size:16px; float:left; margin: 30px 5px 2px 3px;}

div.news-image-text h2 { color:#FFFFFF; font-size:14px; font-weight:bold;}

div#main .news-image-text li {
  margin-left:40px;
  color:#FFFFFF;
  font-size:24px;
  list-style: disc;
}
div#main .news-image p { font-size:12px; }
/*-----------------------------------------------------------------------------

  Wordpress Specific Stuff - Elements that weren't in my original stylesheet

-----------------------------------------------------------------------------*/

ol.commentlist {
  margin-top:15px;
  color:#555;
}

/* Background color for visitor comments */
ol.commentlist li {
  background:#F1F1F1;
  padding:10px;
  margin:10px 0;
}

/* Background color for Admin comments */
ol.commentlist li.alt {
  background:#EBF9FC;
}

textarea#comment {
  width:500px;
}

#main p.comment_meta {
  margin:0;
  float:right;
}

/* Optional popup window (NOTE: popups make for bad UI IMHO) */
body#commentspopup {
  background:#FFF;
  padding:20px;
}

body#commentspopup a {
  color:#666;
}

body#commentspopup h1 a {
  position:relative;
  top:0;
  left:0;
}

body#commentspopup h3 {
  color:#555;
}

body#commentspopup p {
  margin:10px 0;
  color:#555;
}

body#commentspopup textarea {
  width:340px;
}

/* Image stuff for 2.6.1 */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

p.entry_info {
  clear:both;
}

div.navigation {
  margin:0 0;
}

/*-----------------------------------------------------------------------------

  CSS Magic

-----------------------------------------------------------------------------*/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */


/*------------------------------------------------------------------------------

For Tiny MCE

-------------------------------------------------------------------------------*/

.back-black {
	background-color: black;
	color:white;
	text-indent:3px;
	font-size:13px;
	font-weight:bold;
	}

.back-blue {
	background-color: #012c62;
	color:white;
	text-indent:3px;
	font-size:13px;
	font-weight:bold;
	}

.line-across {
	border-bottom:1px solid #333333;
	font-weight:bold;
	font-size:16px;
}
/*----------Links Page-------------------------------*/
.links-button {
	float:right;
}

.links_page { 
	padding: 0;
	margin: 10px;
}

.linkcat { 
	padding: 0;
	margin: 10px;
	float: left;
}
/*-------------------Quote Form-----------------*/

#cforms4form { 
	margin:10px auto 0 auto; 
	width: 710px; 
}

#cforms4form .cf-fs1, #cforms4form .cf-fs2, #cforms4form .cf-fs3 { 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:2px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background: none; 
}

#cf4_field_2, #cf4_field_3, #cf4_field_4, #cf4_field_5, #cf4_field_11 {
	width:300px;
}

#cforms4form label {
	width:120px;
}

#cforms4form label span {
	width:120px;
}

#li-4-10 {
	padding: 8px 0 0 30px;
}

#li-4-10items {
	padding: 8px 0 0 30px;
}

#li-4-10items label.cf-group-after {
	margin:0 4px 0 0;
	width:103px;
	padding:3px 0 0 10px;
}
