/*
Theme Name: Acceleris Green
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;
	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 */
.black {
	color: #000000;
}	
.crimson {
	color: #E85213;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.box {
	background: #FFF;
}
/* container
----------------------------------------------- */
.container_16 {
	width: 960px;
	padding: 0;
}
.grid_16 {
	margin: 0 3%;
}

/* header
----------------------------------------------- */
#header {
}
#header #logo{
	background: url(images/logo.jpg) top left no-repeat;
	height: 98px;
}
#header #logo h1 a{
	text-indent: -9999px;
	display: block;
	height: 65px;
}
#header #logo h1#branding{
	padding: .8em 0 0 0;
}
#header #tagline{
	color: #FFBF00;
	padding: 0;
	font-size: 145%;
	font-weight: bold;
}
#header #tagline .box{
	margin: 65px 0 0 20px;
	padding: 0;

}
#header #chat{
	height: 98px;
	background: url(images/chat-with-us.jpg) top right no-repeat;
	float: right;
}
#header #chat .box{
	margin: 0;
	padding: 0;
	background: none;
	height: 98px;
}
#header #chat .box a{
	display: block;
	text-indent: -9999px;
	height: 35px;
	margin-top: 60px;
}
/* banner
----------------------------------------------- */
#banner {
	background: url(images/banner-full-2.jpg) top no-repeat;
	height: 182px;
}
#banner .box{
	float: left;
	width: 150px;
	background: none;
	padding: 55px 5px 5px 5px;
	color: #FFFFFF;
	margin: 0 0 0 10px;
}
#banner .first{
	width: 375px;
	padding: 0;
	margin: 0;
}
#banner .last{
	margin-left: 20px;
}
#banner .box h4 {
	text-align: center;
	margin-bottom: 7px;
}
#banner  .box  h4 a{
	display: block;
	text-indent: -9999px;

}

/* navigation
----------------------------------------------- */
#navigation {
	background: #246D5A url(images/nav-bg.jpg) bottom left no-repeat;
	height: 36px;
}
#navigation #menu{
	padding-top: 10px;
}
#navigation #menu a{
	padding: 10px;
	font-weight: normal;
	color: #000000;
}
#navigation  #search   {
	padding-top: 0px;
	color: #CCFF00;
	font-weight: bold;
	font-size: 130%;
}
#navigation  #search #submit-button{
	background: url(images/compare-now.jpg) bottom no-repeat;
	height: 30px;
	width: 150px;
	border: none;
	cursor: default;
	margin: 0;


	*\margin: 0;
	padding: 0;
}


/* 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{
	text-align: center;
	font-size: 120%;


}

/* content
----------------------------------------------- */
#content {
	border-top: solid #246D5A 4px;
	padding-top: 20px;
	font-size: 15px;
}
#content .articles{
	text-align: justify;
	padding-right: 10px;
}
#content #post-content h3{
	color: #064050;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
}
#content #sidebar-content{
	font-size: 13px;
}
#content #sidebar-content h3{
	color: #000000;
	font-size: 18px;
	letter-spacing: 1px;
}
#content #sidebar-content ul{
	padding: 0;
	margin: 0;
}
#content #sidebar-content ul li{
	list-style: none;
	border-bottom: solid #5B9283 2px;
	margin: 8px;
	background: url(images/bullet-check.jpg) top left no-repeat;
	padding: 3px 0 3px 20px;
}
#content #sidebar-content ul li a{
	color: #5A3D1C;
	font-weight: bold;
}

/* img logos
----------------------------------------------- */
#img-logos {
	border-top: solid #246D5A 4px;
}
#img-logos .box{
	padding: 5px 0;
	margin-bottom: 1px;
}

/* site information
----------------------------------------------- */
#site_info {

}
#site_info .box {
	color:#fff;
	background: #246D5A;
	margin-bottom: 30px;
	padding: 3px 10px;
}
#site_info a{
	color: #FFFFFF;
	font-weight: normal;
}
#site_info b{
	font-weight: normal;
}
