/*  
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(images/site/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(images/site/bg.png) center repeat-y;
	color: #000000;
}

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

h3{
	padding: 0 0 5px 0;
}

p{
	padding: 10px 0 0 0;
}

/*Main Content*/

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

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

#navmenu{
	clear: both;
	height: 25px;
	background: url(images/site/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;
}

#content{
	clear: both;
	line-height: 16px;
	text-align: justify;
}

#dotted_border{
	clear: both;
	padding: 15px 0 15px 0;
	background: url(images/site/dot.png) left repeat-x;
	height: 6px;
}

#paypal{
	padding-top: 50px;
	clear: both;
}

/*Twitter*/

#twitterbox{
	padding: 0 0 10px 0;
}

#tweethead{
	float: left;
	background: url(images/site/tweet_head.gif) top left no-repeat;
	height: 64px;
	width: 75px;
}

.twitters{
	float: left;
	color: #000000;
	font-size: 12px;
	max-width: 380px;
	background: #e6e7e8;
	padding: 0 15px 0 15px;
}
 
.twitters span.prefix{
	font-weight: bold;
}
 
.twitters ul{
 	list-style: none;
	padding: 0;
}
 
.twitters span.time{
	font-size: 9px;
	color: #999999;
}

/*Side Bar*/

.sidebar{
	float: left;
	width: 195px;
	margin: 0 0 0 15px;
	display: inline;
	background: url(images/site/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;
}

/*Footer*/

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

/*Link Properties*/

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

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

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

/*Link Buttons*/

#twitter_button{
	display: block;
	width: 170px;
	height: 20px;
	background: url(images/site/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(images/site/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(images/site/dA.png) no-repeat 0 0;
}

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

#deviantart span{
	display: none;
}

#lastfm{
	display: block;
	width: 170px;
	height: 25px;
	background: url(images/site/lastfm.png) no-repeat 0 0;
}

#lastfm:hover{ 
	background-position: 0 -25px;
}

#lastfm span{
	display: none;
}

#fb{
	display: block;
	width: 170px;
	height: 21px;
	background: url(images/site/facebook.png) no-repeat 0 0;
}

#fb:hover{ 
	background-position: 0 -21px;
}

#fb span{
	display: none;
}