/*
Theme Name: eMedToday
Theme URI: http://
Description: 
Author: Stratforce
Version: 2.0
Tags: black, blue, white, two-columns, fixed-width
*/


@import url("css/format.css");


/* my custom styles
-------------------------------------------------------------- */

body {
	background: #216375;
	padding: 1px 0 0 0;
}

.alignright { float: right;}
.alignleft { float: left; }
.textleft{ text-align: left; }
.textright{ text-align: right; }
.box { padding: 10px; width: auto;}
.semirounded {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
.rounded {
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
	border-radius: 7px;
}
.rounded15 {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
	border-radius: 15px;
}
	.rounded25 {
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
    	-khtml-border-radius: 25px;
		border-radius: 25px;
	}
.white { color: #FFF; }
.shadowAll {
  box-shadow: 0 -5px 20px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 -5px 20px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 -5px 20px rgba(0,0,0,0.5);	
}
.shadowDown {
  box-shadow: 10px 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 10px 0 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 10px 0 10px rgba(0,0,0,0.2);	
}
.shadowLeft {
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);	
}

#wrapper{
	margin: 0 auto;
	padding: 0 0 15px;
	background: #FFF;
	width: 960px;
}
#header {
	margin: 0 auto;
	padding: 0;
	background: #FFF;
	height: 90px;
	border-top: solid #053F4C 10px;
	border-bottom: solid #E6EEEF 1px;
	position: relative;
}
	#logo{
		background: url(images/logo.png) 25px 15px no-repeat;
		width: 960px;
		height: 93px;
		margin:0;
		border-top: solid #C0CFD2 1px;
	}
		#logo h1{
			text-indent: -9999px;
			margin-top: 10px;
		}
		#logo h1 a{
			margin-top: 5px;
			display: block;
			overflow: hidden;
			width:60%;
			height:70px;
		}
		#logo h2{
			display: none;
		}	
	#topright{
		background: none;
		position: absolute;
		right: 0px;
		bottom: -1px;
		z-index: 99;
	}
		#topright .box{
			padding: 5px 15px 5px 10px;
			background: #C4D2D8;
		}
		#topright label{
			font-weight: bold;
		}
		#topright input{
			margin-left: 10px;
			font-weight: normal;
			width: 180px;
		}
		
/* =Menu
-------------------------------------------------------------- */

#access {
	background: #053F5C;
	margin: 0;
	width: 100%;
	display:block;
	border-bottom: solid #E9F4F8 2px;
}
#access div.menu {
	font-size: 11px;
	font-weight: bold;
	margin-left: 7px;
}

#access div.menu ul#homenav{
	float: right;
	margin-right: -12px;
	padding-left: 0px;
	padding-right: 0px;
	background: #053244;
}

#access div.menu ul {
	list-style: none;
	margin: 0;
	padding: 5px 0;
	float:left;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#FFF;
	font-weight: bold;
	padding:2px 20px;
	line-height:18px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:21px;
	left:0;
	float:left;
	background: #053F5C;	
	box-shadow: 0px 3px 10px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.8);
	width: 250px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 250px;	
	border-bottom: dashed #053F5C 1px;
}
#access ul ul li:hover {
	border-bottom: dashed #FFF 1px;
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:none;
	padding: 0 3px;
	height:auto;
	line-height: 1.2em;
	padding:10px;
	font-weight: bold;
	width: 95%;
	border-left: solid #FFF 0px;
}

#access li.home > a {
	border: none;
}
#access li:hover > a {
	background: url(images/bullet-arrow-red.png) 6px 8px no-repeat;
	color:#FFF;
}
#access li:hover ul li:hover > a {
	background: none;
	color:#FFF;
}
#access li > a {
	border-right: solid #36657B 2px;
}
#access ul ul li > a {
	border: none;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background: url(images/bullet-arrow-red.png) 7px 8px no-repeat;
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	background: url(images/bullet-arrow-red.png) 7px 8px no-repeat;
	color:#fff;
}		
		
#banner{
	background: #FFF url(images/banner-page.png) top right no-repeat;
	height: 207px;
	border-top: solid #CEDCE0 12px;
	position: relative;
}
	#slider{
		background: #FFF url(images/bg-slider.png) bottom repeat-x;
		position: relative;
		width: 330px;
		height: 207px;
		border-right: solid #71949A 4px;
	}
	#slider ul{
		margin: 0;
		padding: 0;
	}
	#slider ul li{
		list-style: none;
	}
	
	.slide p img {
		float: right;
	}
	
	
	#bannerIMG {
		width: 626px;
		position: absolute;
		left: 334px;
		overflow: hidden;
	}		
	
		
#main {
	background: #FFF  url(images/bg-main-content.png) bottom center no-repeat;
	padding-top: 20px;
	width:960px;
}
	
#container{
	width: 700px;
	margin-right: 0px;
	float: right
}
	#content{
		margin: 0;
		padding-left:10px;
		background: #FFF;
		color:#666;
		font-size: 12px;
		text-align: justify;
		width: 420px;
		min-height: 250px;
		float: left;
	} 
	#content h5{
		padding-bottom::1px;
		color:#F05A28;	
		font-size: 18px;
		font-style: bold;
	}
	#content h6{
		color:#053F5C;	
		font-size: 18px;
		font-style: bold;
		text-align: right;
	}
	#content h4{
		color: #053F5C;
		font-size: 13px;
		font-style: bold;
	}
	#content .entry-utility {
		padding: 10px;
		background: #FBFBFB;
	}
	#content .entry-content img{
		vertical-align: middle;
	}
	#rightNav{		
		width: 260px;
		float: right;
		padding-right: 1px;
		font-size: 11px;
		text-align: left;
	}
	#rightNav .rounded{
		margin-left: 10px;
		padding-left: 0px;
		background:#FBFBFB ;
	}
	#rightNav h3{
		padding-bottom:5px;
	}
	#rightNav h2{
		color: #053F5C;
		font-size: 12px;
		font-weight:bold;
	}
	#rightNav h2 a{
		color: #053F5C;
		text-decoration: none;
	}
	#rightNav p{
		padding-bottom: 5px;
		text-align: left;
		font-size: 11px;
	}
	#rightNav a{
		font-size: 11px;
		text-decoration: none;
	}
	
	#main ul li, #main ol li{
		list-style: none;		
		padding-left: 15px;
	}	

#primary{
	float: left;
	width: 260px;
	font-size: 11px;
}
	#primary #sideNav {
		padding: 10px 10px 10px 5px;
	}
	#primary .box{
		background: none;
		min-height: 260px;
	}
	#primary .box .box {
		background: #FBFBFB;
	}
	#primary .widget-area h3, .home #main div.grid_5 h3, #rightNav .box h3{
		padding: 1px 5px 2px 5px;
		color: #3F3F3F;
		border-bottom: solid #CACACA 1px;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 5px;
	}

	#primary .widget-area h3#rssBlock, .home #main h3#rssBlock, #rightNav .box h3#rssBlock {
		background: url(images/rss.png) 7px 2px no-repeat;
		color: #3F3F3F;
		font-size:13px;		
		padding-left: 5px;
		padding-bottom: 10px;
	}
	#primary .widget-area .rsswidget, #rightNav .box .rsswidget {
		background: url(images/bullet.png) 0px 5px no-repeat;
		color: #0066CC;
		font-size:12px;
		padding-left: 10px;
		display: block;
	}
		#primary .widget-area h3 .rsswidget, #rightNav .box h3 .rsswidget {
			background: none;
			color: #3F3F3F;
			font-weight: bold;
			display: inline;
		}
	#primary .widget-area .rss-date, #rightNav .box .rss-date {
		display: block;
		margin-bottom: 10px;
		padding: 2px 10px 5px;
		border-bottom: solid #CACACA 1px;
	}
	
	#primary .widget-area ul, #primary .widget-area ul#nav-list li.cat-item, #primary .widget-area ul.children, #primary .widget-area ul.children li, #primary .widget-area ul.children ul,  #primary .widget-area ul.children ul ul, #rightNav .box ul {
		margin: 0;
		padding: 0;
	}
	#primary .widget-area ul.children li ul {
		padding-bottom:10px;
		padding-top:5px;
	}
	#primary .widget-area ul.children li ul li, #rightNav .box ul.children li ul li {
		background: none;
		padding: 2px 10px 4px 30px;
		margin: 0;
		font-size: 11px;
		border-bottom: solid #CACACA 1px;
	}
	#primary .widget-area ul.children li ul li.noline{
		border:none;
		padding-bottom:0px;
		padding-top:0px;
	}
	
	#primary ul.children li ul li.current-item, #primary ul.children li ul li:hover {
		background: url(images/bullet-arrow-2.gif) 15px 8px no-repeat;
	}
	#primary a, #primary a:hover{
		color: #666;
		text-decoration: none;
	}

#footer {
	background: none;
	color: #FFF;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	float: none;
	width: 960px;
}
	#site-info, #site-generator{
		padding: 10px 35px 15px;
		font-size: 11px;
		font-style: normal;
		width: 35%;
	}
	#footer a {
		color: #FFF;
		padding: 0;
	}
	#footer ul, #footer li{
		margin: 0;
		padding: 0;
	}
	#footer ul li{
		padding: 0 5px;
		list-style: none;
		display: inline-block;
	}
	
<!--
/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width: 100%;
	height: 207px;
	background:transparent no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:315px;
  height:207px;
  overflow:hidden; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0;
  width:273px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:207px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  width:39px;
  height:260px;
  text-indent:-9999px;
  position: absolute;
  z-index: 1000;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:5px;
  background:transparent url(images/control_left.gif) 0px 0px no-repeat; 
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(images/control_right.gif) 10px 0px no-repeat;
}
#slideInner .slide {
  background: transparent url(images/best-selling-ebook.png) 179px 4px no-repeat;
}
.slide {
	width: 60%;
}
.slide h2, .slide p {
  margin: 0;
}
.slide h2 {
  font: 20px bold;
  background: none;
  color:#053F4C;
  padding-right: 125px;
  margin-top:15px;
  margin-left:20px;
}
.slide h3 {
  background: none;
  font: 16px bold;
  color:#F05A28;

  padding-right: 130px;
  margin-left:20px;
}
.slide p{
		margin-top:10px;
		padding-top: 5px;
		margin-left:20px;
		font-size: 11px;
		font-weight:normal;
		width:150px;
		color:#6E6C6C;
	}
.slide img {
  margin-left:160px;
  margin-top: -5px;
  position:absolute;
}

#slideshow .slide ul{
		margin: 10px 20px 10px 20px;
		padding-bottom: 5px;
		width: 260px;
		border-top: solid #CFE5ED 2px;
		border-bottom: solid #CFE5ED 2px;	
	}
		.slide ul li{
			margin-top: 3px;
			padding-top: 5px;
			margin-left:10px;
			padding-left: 15px;
			font-size: 11px;
			font-weight: bold;
			background:url(images/bulletslide.gif) 0px 10px no-repeat;
			color:#6E6C6C;
		}	
		
/* Comment Form */
#commentform #submit{
	width: 160px;
	padding: 3px 5px;
}

/* Link Colors */
body a, body a:hover, body a:visited, body a:link {
	color: #0066CC;
}
#primary div.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Aweber */
.textwidget .af-form-wrapper{
	margin-top: -10px;
	margin-left: -12px;
}
.textwidget .af-form-wrapper #af-form-891093182 {
	border: none;
}
.textwidget .af-form-wrapper #af-form-891093182 .af-body{
	background: #8DBCFF;
	border: solid #FFF 1px;
}