/*
Theme Name: ZenQuest
Theme URI: http://www.wordpressthemes.hk/
Description: ZenQuest 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;
}
.blue {
 	color: #00A0C6;
}
.green {
	color: #73C31E;
}		
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.box {
	background: transparent;

}
/* container
----------------------------------------------- */
.container_16 {
	width: 960px;
	padding: 0;
	background: #FFF;
}

/* header
----------------------------------------------- */
#header {
	background: url(images/header-bg-top.jpg) top right no-repeat;
	margin-top: 15px;
}
#header #logo{
	background: url(images/logo.jpg) top left no-repeat;
	height: 55px;
}
#header #logo h1 a{
	text-indent: -9999px;
	display: block;
	height: 35px;
}
#header #logo h1#branding{
	padding: .8em 0 0 0;
}
#header #tagline{
	padding: 0;
	font-size: 130%;
	float: right;
}
#header #tagline .box{
	margin: 25px 0 0 0;
	padding: 0;
}
#header #tagline strong{
	color: #366572;
}
/* banner
----------------------------------------------- */
#banner {
	background: url(images/banner-right-bg.jpg) top right no-repeat;
	height: 213px;
}
#banner #menu{
	background: url(images/banner-left-bg.jpg) top left no-repeat;
	height: 213px;
}
#banner #menu ul{
	margin: 40px 0 0 0;
	padding: 0;
}
#banner #menu ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 28px;
}
#banner #menu ul li a{
	display: block;
	padding: 5px 5px 5px 20px;
	text-indent: -9999px;
}
#banner  #site-desc {
	background: none;
	color: #000000;
	text-indent: -9999px;
}
#banner  #site-desc h4 {
	font-weight: bold;
	font-size: 2.5em;
	padding: 0;
	margin: 20px 0 0 0;
}
#banner   #site-desc h4 a{
	display: block;
	text-indent: -9999px;
}
#banner    #site-desc  p{
	font-size: 1.3em;
}

/* content
----------------------------------------------- */ 

#post-content {
	background: url(images/border-left.jpg) top right no-repeat;
	font-size: 12px;
	text-align: justify;
	border-top: solid #555 1px;
	padding-top: 20px;
	border-right: solid #555 1px;
}
#post-content .articles{
	padding-right: 20px;
}
#post-content h3{
	color: #555;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;

	margin-bottom: 5px;
        padding-bottom:10px;
}
 #sidebar-content {
	font-size: 13px;
	border-top: solid #555 1px;
	padding-top: 20px;
}
#sidebar-content .menu, #sidebar-content .box{
	padding-left: 15px;
	background: url(images/sidebar-title-bg.jpg) top left no-repeat;
	margin-bottom: 15px;
} 
#sidebar-content .menu h3, #sidebar-content .box h3  {
	color: #FFFFFF;
	font-size: 0.9em;
	height: 20px;
	margin: 0 0 5px 0;
	padding: 2px 0 0 0;
	
}
#sidebar-content .box{
	background: none;
}
#sidebar-content .box h3{
	color: #00A0C6;
}
#sidebar-content  .box .push_20 {
	padding-left: 20px;
}
 #sidebar-content ul{
	padding: 0;
	margin: 0;
}
 #sidebar-content ul li{
	list-style: none;
	margin: 0px;
	background: transparent url(images/check-bullet.jpg) left no-repeat;
	padding: 0 3px 3px 20px;
}
 #sidebar-content ul li a{
	color: #5A3D1C;
	font-weight: bold;
}

/* site information
----------------------------------------------- */
#site_info {
	background: url(images/footer-bg-top.jpg) top left no-repeat;
}
#site_info .box {
	color:#555;
	background: transparent;
	margin-bottom: 20px;
	padding: 15px 10px 0  10px;
}
#site_info a{
	color: #555;
	font-weight: normal;
}
#site_info b{
	font-weight: normal;
}
