/*
Theme Name: Synnerex
Theme URI: http://www.wordpressthemes.hk/
Description: Synnerex Theme
Version: 1.0
Author: Wordpress Themes Hong Kong
Author URI: http://www.wordpressthemes.hk/
Tags: fixed width,

	Synnerex 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: #FCFCF7;
	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;
}

/* header
----------------------------------------------- */
#header {
	margin-top: 0px;
	background: #FFF;
	height: 105px;
}
#header #logo{
	background: url(images/logo.jpg) top left no-repeat;
	height: 90px;
	margin-top: 0px;
}
#header #logo h1 a{
	text-indent: -9999px;
	display: block;
	height: 60px;
}
#header #logo h1#branding{
	padding: .7em 0 0 0;
}
#header #tagline{
	padding: 0;
	font-size: 130%;
	float: right;
}
#header #tagline .box{
	margin: 25px 20px 0 0;
	padding: 0;
}
#header #tagline strong{
	color: #BD0000;
	font-size: 90%;
}
#searchbox {
	color: #333333;
	font-weight: bold;
	font-size: 90%;

}
#searchbox .button {
	cursor:pointer;
	border: none;
	margin-top: 5px;
	background: url(images/search-button-img.jpg) no-repeat;
	width: 35px;
	height: 23px;
	text-indent: -1000em;
}

/* banner
----------------------------------------------- */ 
#banner {
	background: url(images/banner-left.jpg) top left no-repeat;
	height: 235px;
}

#banner #banner-right {
	background: url(images/banner-right.jpg) top right no-repeat;
	height: 235px;
}
#banner #banner-right .box{
	display: none;
}
/* navigation
----------------------------------------------- */ 
#nav {
	background: #BD0000;
	color: #FFFFFF;
	height: 29px;
}
#nav ul {
	margin-top: 5px;
	margin-left: 20px;
}
#nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
	float: left;
}
#nav ul li a {
	color: #FFFFFF;
	padding: 7px 15px;
}
#nav ul li a:hover {
	background: #555;
}
#nav ul li.secondary {
	float: right;
}
#nav ul li.secondary a{
	padding: 7px 25px;
	background: #000;
}
#nav ul li.secondary a:hover{
	background: #555;
}
/* content
----------------------------------------------- */ 
#main-content {
	margin-top: 20px;
	margin-bottom: 20px;

}	
#post-content {
	font-size: 110%;
	text-align: justify;
	line-height: 1.2em;
	background: none;
}
#post-content .articles{
	margin: 0 0 0 8px;
}
#post-content h3{
	color: #BD0000;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	height: 20px;
	text-align: left;
}
#post-content .white,#post-content .reddish, #post-content .blueish, #post-content .fixed-span{
	padding: 10px;
	margin: 0 0 10px 0;
}
#post-content .white{
	background: none;
}
#post-content .reddish{
	background: #FAF5EF;
}
#post-content .blueish{
	background: #EEF4F0;
}
#post-content .fixed-span{
	background: #F7F7F7;
	height: 105px;
	overflow: auto;
}
#post-content input, #post-content select {
	width: 90%;
}

#post-content #page-navi a{
	font-weight: bold;
	color: #8E0000;
}
 #sidebar-content {
	font-size: 13px;
	background: url(images/sidebar-bg.jpg) bottom right repeat-y;
	min-height: 235px;
}
#sidebar-content .menu, #sidebar-content .box{
	padding-left: 10px;
	margin-bottom: 15px;
} 
#sidebar-content .menu h3, #sidebar-content .box h3  {
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 2px 0 0 0;
	color: #BD0000;	
}
#sidebar-content .box{
	background: none;
	padding: 10px 35px 5px 20px;
}
#sidebar-content  .box .push_20 {
	padding-left: 20px;
}
 #sidebar-content ul{
	padding: 0;
	margin: 0 0 0 20px;
}
 #sidebar-content ul li{
	list-style: none;
	margin: 2px 0;
	background: transparent url(images/square-bullet.jpg)  left no-repeat;
	padding: 2px 3px 2px 10px;
}
 #sidebar-content ul li a{
	color: #5A3D1C;
	font-weight: normal;
	font-size: 95%;
}
 #sidebar-content ul li a:hover{
 	font-weight: bold;
 }

/* site information
----------------------------------------------- */
#site_info {
	background: #4C4C45;
	color: #FFFFFF;
}
#site_info .box {
	margin-bottom: 5px;
	padding: 15px 10px 0  10px;
}
#site_info a{
	color: #FFFFFF;
	font-weight: normal;
}
#site_info b{
	font-weight: normal;
}
