/* General */

body {
  margin:0px;
  background:url(http://www.healthquotereview.com/images/top-border.gif) repeat-x;
}

h1, h2, h3, h4 {
  margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.a span{
	display: none;
}


/* Page */

#page {
  margin: 0px auto;
}


/* Header */
#header {
  margin-top:40px;
}
/* Header - Logo */
#header-logo {
  width:980px;
  margin:0px auto;
  height:75px;
}
.logo {
  background: url(http://www.healthquotereview.com/images/logo.gif) no-repeat;
  width: 320px;
  height: 75px;
  float: left;
  display: block;
  margin-left: 10px;
}
	
#header #header-logo a span{
  display: none;
}

/* Header - Menu */
	
#header-menu {
  height: 0px;
  padding-right: 12px;
  text-align:right;
  width:980px;
  margin:0px auto;
}
	
#header #header-menu ul {
  list-style-type: none;
}
	
#header #header-menu ul li {
  font: bold 12px/30px Arial;
  padding: 0px 10px;
  float: right;
  background-repeat: no-repeat;
  background-position: left center;
}
	
#header #header-menu ul li a {
  color: #666666;
  text-decoration: none;
}
	
#header #header-menu ul li a:hover {
  text-decoration: underline;
}


/* Header - Body */
#header-body {
  text-align:center;
  height: 231px;
  padding-top:25px;
padding-bottom:175px;
     background:url(http://www.healthquotereview.com/images/belowmenu-banner.gif) repeat-x;
}

/* Main */

#main {

}

#main-top {
  width: 980px;
  margin:0px auto;
	/*background: url("images/main_top.gif") no-repeat;*/
}

#main-bottom {
  width: 980px;
  margin:0px auto;
  min-height: 150px;
}

	/* Main - Content */
	
	#content {
	float: left;
	width: 645px;
	padding: 12px 0px 0 12px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
	float: left;
	margin-bottom: 25px;
	width: 645px;
	margin-left: 5px;
	}
	
		/* Post - Date */
		
		#content .post .post-date {
	height: 25px;
	color: #FF6600;
	text-align: center;
	font: bold 10px/25px Arial;
	width: 122px;
		}
		
		/* Post - Title */
		
		#content .post .post-title {
	width: 630px;
	height: 28px;
	/*background: url("images/sidebar_title.gif") repeat-x;*/
	color: #f7941d;
	font: bold 13px Arial;
	padding: 0 15px;
		}
		
		#content .post .post-title a {
	color: #f7941d;
	text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
	color: #f7941d;
	font: bold 15px/28px Arial;
	float: left;
		}
		
		#content .post .post-title h2 a {
	text-decoration: none;
	color: #f7941d;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
	float: right;
	line-height: 28px;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
	font: normal 11px/18px Arial;
	color: #636363;
	padding: 0 15px;
	width: 630px;
	float: left;
	background-color: #FFFFFF;
		}
		
		#content .post .post-entry a {
	color: #FF6600;
	text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 11px/20px Arial;
			color: #FFFFFF;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
	padding: 0 10px 0 15px;
	width: 645px;

	clear: both;
	font: bold 10px/19px Arial;
	color: #FF6600;
	text-align: right;
		}
		
		#content .post .post-info a {
	color: #FF6600;
	text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post .post-entry h3 {
			color: #000000;
			font: bold 14px Arial;
			margin: 25px 0 5px 0;
		}
		
		#content .post .post-entry .comments {
			font: normal 11px/18px Arial;
			color: #000000;
			width: 465px;
		}
		
		#content .post .post-entry .comments a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments a:hover {
			text-decoration: underline;
		}


		
		#content .post .post-entry .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .post-entry .comments ol li.alt {
			background: #FFFFFF;
		}
		
		#content .post .post-entry .comments ol li cite {
			color: #000000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .post-entry .comments ol li cite a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry #commentform {
			font: normal 11px/18px Arial;
			color: #FFFFFF;
			width: 450px;
			padding-left: 15px;
			margin: 0;
		}
		
		#content .post .post-entry #commentform a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
	font: bold 11px/25px Arial;
	color: #002C6D;
	width: 685px;
	height: 25px;
	float: left;
	margin-bottom: 25px;
	}
	
	#content .navigation a {
		color: #002C6D;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
.sidebar {
  float: left;
  width: 266px;
  font: normal 11px/18px Arial;
  color: #004a80;
  margin-bottom:14px;
}
	
.sidebar a {
  color: #004a80;
  text-decoration: none;
}
	
.sidebar a:hover {
  text-decoration: underline;
}
	
		/* Sidebar - Sides */
		
.sidebar-left {
  padding: 0px;
    margin-left:10px;  
}

.pagenav {
  background-color:#abd7f4;
  margin-left:7px;
}		
.sidebar-right {
  padding: 12px 0 15px 3px;
}
		
		/* Sidebar - Titles */
		
.sidebar h3 {
  
}
		
		/* Sidebar - Menus */
.sidebar ul {
  list-style-type: none;
  margin:0px;
  padding:0px;
}		
.sidebar ul li ul {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  list-style-type: none;
  
}
		
.sidebar ul li {
  padding-left: 0px;
  color: #004a80;
  font: bold 11px/25px Arial;
}
		
.sidebar ul li a {
  color: #004a80;
  text-decoration: none;
}
		
.sidebar ul li a:hover {
  text-decoration: none;
}
		
			/* Sidebar - Submenus */
			

.sidebar ul li ul li {
  padding-left: 20px;
  padding-top:4px;
}	
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin: 0;
			padding: 5px 0 8px 0;
			width: 170px;
			text-align: center;
		}
		
		.sidebar #searchform #s {
			width: 140px;
		}
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 0 auto;
			padding: 5px 0 8px 0;
			width: 130px;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		.sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		.sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		.sidebar .textwidget {
			padding: 5px 4px 8px 4px;
		}
		
		/* Sidebar - Feed */
		
		.sidebar #sidebar-feed {


			margin: 5px auto 8px auto; 



			width: 160px;
			height: 60px;
		}


/* Footer */
#content_bottom {
  background:url(http://www.healthquotereview.com/images/bottom-banner.gif) repeat-x;
  height:18px;
}
#footer {
  width: 980px;
  color: #898989;
  font: 10px/25px Arial;
  text-align: center;
  margin:0px auto;
  height:45px;
}

#footer ul {
list-style-type: none;
padding: 0px;
margin:0px;
}

#footer ul li {
display: inline;
padding: 0px 10px;
background-repeat: no-repeat;
background-position: left center;
background-image: url(http://www.healthquotereview.com/images/separator.gif);
}

#footer a {
  color: #898989;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;

}

