/* 
Theme Name: ChineseHacks
Theme URL: NA
Description: Chinese Hacks Wordpress Theme
Author: Dave Flynn
Author URI: http://chinesehacks.com
Version: 0.1
*/

* {
  padding: 0;
  margin: 0;
}

html, body{
	background: url(images/repeat_bg.jpg) top left repeat;
	margin:0;
	padding:0;
	height:100%;
	font-family: verdana, Sans-Serif;
  font-size: 13px;
}

#container{
	min-height:100%;
	position:relative;
}

#page {
	width: 850px;
	margin: 0 auto;
	padding-bottom: 140px;	/* Height of the footer */
	background: url(images/page_bg.jpg) top left repeat-y;
}

#header{
	width: 850px;
	height: 130px;
	background: url(images/header_bg.jpg) top left no-repeat;
}

#header #header_logo{
	float: left;
	width: 305px;
}


/**********************/
/**    Navigation    **/
/**********************/

#navigation {
	height: 36px;
	float: right;
	margin-top: 35px;
}

#nav{
  height: 36px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  overflow: hidden;

}

#nav li{
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}

#nav a{
  float: left;
  padding: 36px 0 0 0;
  margin-right: 40px;
  overflow: hidden;
  height: 0px !important;
}

#nav a:hover {
  background-position: 0 -36px;
}

#nav_home a {
  width: 59px;
  background: url(images/nav/home.gif) top left no-repeat;
}

#nav_about a {
  width: 61px;
  background: url(images/nav/about.gif) top left no-repeat;
}

#nav_contact a {
  width: 69px;
  background: url(images/nav/contact.gif) top left no-repeat;
}


/**********************/
/**  Featured Hacks  **/
/**********************/

#featured, #post_sections{
	width: 830px;
	padding: 10px;
	font-size: 12px;
	font-weight: normal;
}

#featured div.featured, #post_sections div.section{
	width: 185px;
	padding: 0 10px;
	float: left;
}

#featured div.featured div img{
	border: solid #92660f 1px;
}

#featured div.featured div h3{
	font-size: 16px;
	margin: 5px 0;
	text-align: left;
}

#featured div.featured div .featured_tags a,
#featured div.featured div .featured_tags a:visited{
	color: #979797;
	text-decoration: none;
}

#featured div.featured div .featured_tags a:hover{
	color: #fff;
	background-color: #979797;
}

/**********************/
/** Header Sections  **/
/**********************/

#post_sections div.section{
	/*border: solid black 1px;*/
}

#post_sections div.section ul, #post_sections div.section ul li{
	list-style-type:disc;
	color: #979797;
}

#post_sections div.section ul li{
	margin-bottom: 3px;
	margin-left: 5px;
}


#post_sections div.section h2{
	font-size: 20px;
	margin: 0 0 5px 0;
	padding-bottom: 10px;
	text-align: left;
	background: url(images/underline.gif) bottom left no-repeat;
	
}

#post_sections div.section h2 a{
	text-decoration: none;
}

#wrapper{
	width: 810px;
	padding: 10px 20px 20px 20px;
	font-size: 13px;
	font-weight: normal;
}

#content{
	width: 565px;
	float: left;
}

#sidebar{
	width: 220px;
	float: right;
}

#content p, #sidebar p{
	line-height: 1.6;
}

#content p{
	text-align: justify;
	margin-bottom: 5px;
}

#content p object{
margin: 15px auto;
display: block;
border: solid #000 1px;
}

/**********************/
/**     Headers      **/
/**********************/

h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #9b0d01;
	font-family: Georgia, "times new roman", times, serif;
	text-align: left;
}

h2{
	font-size: 26px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h3{
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0 5px 0;
}

h3.date{
	font-size: 16px;
	font-weight: normal;
	margin: -10px 0 10px 0;
	font-family: Helvetica, Sans-Serif;
	color: #b4b4b4;
}

h4{
	color: #000;
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0 5px 0;
}

#content h2, #sidebar h2{
	/*padding-bottom: 7px;
	border-bottom: solid #ccc 5px;
	margin-bottom: 8px;*/
}

#sidebar h2 {
	margin: 15px 0 5px 0;
	padding-bottom: 10px;
	text-align: left;
	background: url(images/underline.gif) bottom left no-repeat;
}





/**********************/
/**      Lists       **/
/**********************/


#sidebar ul{
	list-style: none;
}

#sidebar ul li{
	margin-bottom: 3px;
}


#content ol, #content ul{
	margin: 10px 0 10px 30px;
}

#content ol li, #content ul li{
	line-height: 1.6;
	margin-bottom: 3px;
}



/**********************/
/**      Links       **/
/**********************/


a, a:visited {
	color: #9b0d01;
	text-decoration: underline;

}

a:hover {
	/*color: #c81000;
	color: #3e2100;*/
	background-color: #c81000;
	color: #fff;
}


/**********************/
/**      Footer      **/
/**********************/

#footer_container {
	background: url(images/footer_bg.jpg) top left repeat-x #333333;
	position:absolute;
	bottom:0;
	width:100%;
	height:115px;			/* Height of the footer */
}

#footer {
	width: 850px;
	margin: 0 auto;
	padding: 35px 0 25px 0;
	color: #ffffff;
	position: relative;	
	font-size: 12px;
}


/**********************/
/**   Other Styles   **/
/**********************/

.clear {
	clear: both;
	line-height: 0;	
}

.spacer {
	clear: both;
	height: 10px;
}

a img {
	border: none;
	padding: 0;
}

a.imglink:hover{
	background-color: transparent;
}


/* Sliding Notes */

.hackadelic-sliderPanel {
	padding: 5px;
}

a.hackadelic-sliderButton {
display: block;
margin: 5px 0;
}
a.hackadelic-sliderButton:hover {
	/*border: 1px solid #F0F0E0;*/
}
.entry .hackadelic-sliderPanel {

}
.textwidget .hackadelic-sliderButton {

}
.textwidget .hackadelic-sliderPanel {

}




