/*  
Theme Name: donkeybeatz
Description: Personal theme for donkeybeatz.com
Version: 1.0
Author: Dung Nguyen
Author URI: http://donkeybeatz.com

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
margin: 0;
padding: 0;
}

blockquote{
	background: url(img/quote.png) top left no-repeat;
	padding: 0 5px 0 35px;
	font-style: italic;
}

body{
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #e6e7e8 url(img/bg.png) center repeat-y;
	color: #000000;
}

h1{
	font-size: 24px;
	padding: 0 0 10px 0;
}

p{
	padding: 10px 0 0 0;
}

/*Main Content*/

#wrapper{
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: left;
}

#header{
	background: url(img/header.png);
	float: left;
	width: 750px;
	height: 250px;
}

#navmenu{
	clear: both;
	height: 25px;
	background: url(img/dot.png) bottom repeat-x;
	padding-top: 7px;
	margin: 0px 20px 12px 20px;
}

#navmenu ul {
	font-weight: bold;
	margin: 0;
	padding: 0; 
	list-style-type: none;
	list-style-image: none;
}

#navmenu li {
	display: inline;
	padding-right: 10px;
}

#navmenu ul li a {
	text-decoration:none;
	color: #000;
}

#navmenu ul li a:hover {
	color: #666666;
}

#container{
	float: left;
	width: 500px;
	margin: 0 0 0 20px;
}

/*Posts*/

.post{
	padding: 0 0 20px 0;
}

.post h2{
	font-size: 18px;
}

.entry{
	line-height: 18px;
	text-align: justify;
	padding-bottom: 20px;
	background: url(img/dot.png) bottom repeat-x;
}

p.postmetadata{
	padding: 0;
	margin: 0;
	font-size: 9px;
}

.navigation{
	padding: 10px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/*Side Bar*/

.sidebar{
	float: left;
	width: 195px;
	margin: 0 0 0 15px;
	display: inline;
	background: url(img/dot.png) top left repeat-y;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 20px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-size: 12px;
	line-height: 20px;
}

.sidebar ul ul li{
	line-height: 20px;
	padding: 0;
	font-size: 9px;
}

#searchform input{
	color: #999999;
	width: 100%;
	border: 1px solid #CCC;
}

table#wp-calendar{
	width: 100%;
}

/*Footer*/

#footer{
	clear: both;
	font-size: 9px;
	width: 750px;
	float: left;
	padding: 20px 0 20px 20px;
}

/*Link Properties*/

a:link{
	text-decoration: none;
	color: #666;
}

a:visited{
	text-decoration: none;
	color: #666;
}

a:hover{
	text-decoration: none;
	color: #000;
}

/*Comments section*/

.comments-template{
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
}

.commentmetadata{
	font-size: 9px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-size: 12px;
}

/*Link Buttons*/

#twitter_button{
  display: block;
  width: 170px;
  height: 20px;
  background: url(img/twitter.png) no-repeat 0 0;
}

#twitter_button:hover{ 
  background-position: 0 -20px;
}

#twitter_button span{
  display: none;
}

#myspace{
  display: block;
  width: 170px;
  height: 28px;
  background: url(img/myspace.png) no-repeat 0 0;
}

#myspace:hover{ 
  background-position: 0 -28px;
}

#myspace span{
  display: none;
}

#deviantart{
  display: block;
  width: 170px;
  height: 40px;
  background: url(img/dA.png) no-repeat 0 0;
}

#deviantart:hover{ 
  background-position: 0 -40px;
}

#deviantart span{
  display: none;
}