/*
Theme Name: Acceleris Blue
Theme URI: http://www.wordpressthemes.hk/
Description: Acceleris Health Custom Theme
Version: 1.0
Author: Wordpress Themes Hong Kong
Author URI: http://www.wordpressthemes.hk/
Tags: fixed width,

	Acceleris v1.0
	http://

	This theme was designed and built by Wordpress Themes Hong Kong,
	whose blog you will find at http://www.wordpressthemes.hk/

	Fluid 960 Grid System, created by <a href="http://www.domain7.com/WhoWeAre/StephenBau.html">Stephen Bau</a>, based on the <a href="http://960.gs/">960 Grid System</a> by <a href="http://sonspring.com/journal/960-grid-system">Nathan Smith</a>. Released under the 
          <a href="licenses/GPL_license.txt">GPL</a>/
          <a href="licenses/MIT_license.txt">MIT</a> 
          <a href="README.txt">Licenses</a>.

*/

/* body
----------------------------------------------- */
body {
	background: #FFF url(images/bg_layout_blue.jpg) top repeat-x;
	border: none;
	color: #4D4D4D;
	font-size: 12px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* anchors
----------------------------------------------- */
a {
	text-decoration: none;
	color: #4D4D4D;
}
a:hover {
}

/*my custom styles */
.red {
	color: #FF0000;
}
.crimson {
	color: #E85213;
}		
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.box {

}
/* container
----------------------------------------------- */
.container_16 {
	width: 960px;
	padding: 0;
	background: #FFF;
	margin-top: 15px;
}
.grid_16 {
	margin: 0 3%;
}

/* header
----------------------------------------------- */
#header {
}
#header #logo{
	background: url(images/logo.jpg) top left no-repeat;
	height: 86px;
}
#header #logo h1 a{
	text-indent: -9999px;
	display: block;
	height: 40px;
}
#header #logo h1#branding{
	padding: .8em 0 0 0;
}
#header #tagline{
	padding: 0;
	font-size: 140%;
	float: right;
}
#header #tagline .box{
	margin: 55px 0 0 0;
	padding: 0;
	color: #FF4000;
}
#header #tagline strong{
	color: #366572;
}
/* banner
----------------------------------------------- */
#banner {
	background: url(images/banner-full-2.jpg) top no-repeat;
	height: 252px;
}
#banner .box{
	float: right;
	background: none;
	color: #00333F;
	margin: 0 20px 0 0;




	*\margin: 0 15px 0 0;
	width: 400px;
	padding: 30px 5px 5px 5px;
}
#banner .box h4 {
	text-align: left;
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 180%;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: -9999px;
}
#banner  .box  h4 a{
	display: block;
	text-indent: -9999px;

}
#banner  #search   {
	padding-top: 20px;
	color: #FF0000;
	font-weight: bold;
	font-size: 130%;
	text-align: center;
}
#banner  #search #submit-button{
	background: url(images/compare-now.gif) bottom no-repeat;
	height: 37px;
	width: 186px;
	text-indent: -9999px;
	border: none;
	cursor: default;
	margin-top: 20px;
}


/* navigation
----------------------------------------------- */
#navigation {
	background: url(images/navigation-menu-bg.jpg) top left no-repeat;
	height: 30px;
}
#navigation.menu{
	padding: 2px 0 0 0;

}
#navigation.menu p{
	padding-left: 20px;
}
#navigation.menu a{
	padding: 10px;
	font-weight: normal;
	color: #000000;
}

/* Free quotes
----------------------------------------------- */
#quotes {
	padding: 12px 0;
}
#quotes .box{
	float: left;
	padding: 5px 15px;
	border-right: solid #8C8C8C 2px;
	margin: 0;
	text-align: center;
}
#quotes .first {
	width: 250px;
	padding: 0;
	border: none;
	text-align: left;
}
#quotes .last {
	border: none;
}
#quotes .box a{
	font-size: 120%;


}

/* content
----------------------------------------------- */
#content {
	padding-top: 20px;
}
#content .articles{
	text-align: justify;
	padding-right: 20px;
}
#content .post-content {
	background: url(images/border-left.jpg) top right no-repeat;
	font-size: 15px;
}
#content .post-content h3{
	color: #064050;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}
#content #sidebar-content {
	font-size: 13px;
}
#content #sidebar-content h3 {
	color: #064050;
}
#content #sidebar-content ul{
	padding: 0;
}
#content #sidebar-content ul li{
	list-style: none;
	border-bottom: solid #316698 2px;
	margin: 8px;
	background: url(images/bullet-check.jpg) top left no-repeat;
	padding: 3px 3px 3px 20px;
}
#content #sidebar-content ul li a{
	color: #5A3D1C;
	font-weight: bold;
}

#content #r-sidebar {
	text-align: center;
}
#content #r-sidebar h3{
	color: #FF4000;
	font-size: 14px;
	text-align: left;
}
#content #r-sidebar .borderline{
	background: url(images/rsidebar-border-bottom.jpg) top no-repeat;
	height:3px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* img logos
----------------------------------------------- */
#img-logos {
	border-top: solid #00333F 4px;
}
#img-logos .box{
	padding: 5px 0;
	margin-bottom: 1px;
}

/* site information
----------------------------------------------- */
#site_info {

}
#site_info .box {
	color:#fff;
	background: #00333F;
	margin-bottom: 20px;
	padding: 3px 10px;
}
#site_info a{
	color: #FFFFFF;
	font-weight: normal;
}
#site_info b{
	font-weight: normal;
}
