ul#on-the-blog li {
   list-style:none;
   padding:0; margin:0;   
   float:left;
   width: 47%;
   margin: 0 3% 1em 0;
   clear:left;
}
#on-the-blog li.odd {
   margin: 0 0 1em 3%;
   clear:none;
}
#on-the-blog li h3 {
   display: inline;
   color: #900;
   font-size: 120%;
   margin-right: .25em;
}
#on-the-blog li p  {
   display: inline;
}

h2, h3, h3 a{
   font-weight: bold;
   color: #900;
}
h2 {
   font-style: italic;
   font-weight: normal;
}
h2 em {
   font-style: normal;
   font-weight: bold;
   text-transform: lowercase;
   font-size: 110%;
   color: #666;
   font-family: "Century Gothic", Century, Gothic, sans-serif;
   margin-right: .25em;
}
body p {
   line-height:170%;
}
#search {
   padding-top:27px;
   padding-left: 5px;
   background: white url(/res/images/poweredbypfizer.gif) 6px 0 no-repeat;
   margin-bottom: 2em;
}
#search input {
   border: 1px solid #aaa;
   width: 170px;
}
#search h2 span {
   position:absolute;
   text-transform: lowercase;
   left:-9999em;
}

#right_col h1,
#right_col h2 {
   font-family: "Century Gothic", Century, Gothic, sans-serif;
   font-style: normal;
   font-weight: bold;
   color: #666;
   border:0;
}
#right_col h3 {
   color: white;
   font-family: "Century Gothic", Century, Gothic, sans-serif;
   background: #900;
   
   padding: 2px 2px 2px 60px;
   position: relative;
   font-size: 180%;
}
#right_col h3 i {
   display: block;
   position:absolute;
   background: transparent url(/res/images/right-header.png) top left no-repeat;
   width: 50px;
   height: 47px;
   top:-7px;
   left:3px;
}

h1, h2, h3, h4, h5 {
   line-height: 125%;
   color: #900;
}
h1 {
   font-size: 200%;
}
h2 {
   font-size: 180%;
}
h3 {
   font-size: 160%;
}
h4 {
   font-weight: bold;
   color: #900;
   font-size: 120%;
   margin-right: .25em;
}

p, li, .meta, .feedback {
   font-size: 120%;
   line-height:150%;
   color: #000;
}
li p { font-size: 100%; }
p,ul { margin-bottom: 1em; }

p a, li a {
   color: #900;
}

#special-ticker h2 {
   font-style: normal;
   font-weight:bold;
}
#right_col .signup {
	text-transform: none !important;
}
#right_col .signup span {
	color: #FFF9B2;
}
.clear label {
font-size:12px;
margin-left:5px;
padding-right:5px;
}
.clear p {
	margin-left: 3px;
	margin-bottom: 0 !important;
}
.form-container p {
	margin-left: 3px;
}


/* new homepage styles */

.home-left_col {
	position: relative;
	top: -475px !important;
}

.rotator-container {
	margin: 35px 18px 1.5em 2px;
	padding-left:250px;
	padding-bottom: 20px;
	background: url("/res/images/rotator-shadow.png") no-repeat 260px bottom;
}
.rotator-cont-int {
	padding: 15px;
	background: #ebf5f5 url("/res/images/dash-bg.png") repeat;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 0 4px #666666;
}
.rotator {
	float: left;
	width: 466px;
	height: 282px;
}
.rotator-sections h3.search {
	background: #990000 url("/res/images/header-search-bg.jpg") no-repeat;
	color: #fff;
	font-family: "Century Gothic",Century,Gothic,sans-serif;
	padding: 5px;
}
.rotator-sections {
	background: #fff;
}
.rotator-sections h3 span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
}
.rotator-sections h3.keep-up {
	background: #990000 url("/res/images/section-title-bg.jpg") no-repeat;
	color: #fff;
	font-family: "Century Gothic",Century,Gothic,sans-serif;
	padding: 5px;
}

.container-content {
	width: 234px;
	float: left;
}
.container-content-int {
	padding-left: 16px;
}
.rotator-sections form input {
	-moz-border-radius:3px 3px 3px 3px;
	-moz-box-shadow:0 2px 2px #EFEFEF inset;
	background:none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 15px;
	padding: 5px;
	width: 130px;
}
.rotator-sections-interior {
	padding: 0 10px;
}
ul.social-media-icons {
	list-style-type: none;
}
ul.social-media-icons li {
	float: left;
	margin: 0 1px 0 0;
}
.free-book-preview {
	margin-top:  15px;
}
.free-book-preview h3 {
	background: url("/res/images/header-book-preview.png") no-repeat !important;
	font-weight: bold;
	font-family: "Century Gothic",Century,Gothic,sans-serif;
	text-align: center;
	font-size: 17px !important;
	padding: 5px 5px 0 5px !important;
	text-align: left !important;
	height:  38px;
	margin-bottom: 0;
}
.free-book-preview {
	background: #fff;
	border: 1px solid #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 0 5px #CCCCCC;
}
.free-book-preview-int {
	padding: 10px;
}
.free-book-preview-int img {
	border: 2px solid #fff;
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
}
.free-book-preview-int p {
	font-style: italic;
}

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}
ul#slider1 li {
	position: relative;
}
.caption {
	background: #000;
	background: rgba(0, 0 ,0, .5);
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 456px;
}
.caption h2 {
	color: #fff;
	font-style: normal;
	font-weight: bold;
	padding: 10px;
	margin: 0;
}

