/*  
Theme Name: mine
Theme URI: 
Description: My Custom Theme
Version: 0.1
Author: mj
Author MJ
Tags: Dark, Gritty, shit
*/

body{
	color:#E8E8DB;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:12px;
	background-color: #000000;
	background-image: url(images/fullshit.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#wrapper{
	width: 955px;
}
#header {
	height: 100px;
	padding-top: 105px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
}
.description {
	font-weight: bold;
	font-style: italic;
	width: 250px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 2px;
	background-image: url(images/gray.gif);
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-right-color: #A59461;
	border-bottom-color: #A59461;
	border-left-color: #A59461;
	margin-right: auto;
	margin-left: auto;
	clear: right;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
}
.lastfm-item  span     {
	font-size: 7px;
}
.lastfm-item  {
	font-size: 10px;
	height: 10px;
}

h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: xx-large;
	color: #EFEFDE;
	text-align: center;
	width: 250px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: -20px;
	background-image: url(images/gray.gif);
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-left-style: outset;
	border-top-color: #A59461;
	border-right-color: #A59461;
	border-left-color: #A59461;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
}
#searchform {
	text-align: right;
}


#main {
	margin-top: 5px;
	float: right;
	width: 650px;
	background-repeat: repeat;
}

#sidebar {
	background-image: url(images/gray.gif);
	float: left;
	width: 281px;
	margin: 5px;
        margin: 5px;
	border: thin outset #A59461;
	padding: 5px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
}
#sidebar .parts {
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #A59461;
}

.postentry {
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #A59461;
	margin-right: 5px;
	margin-left: 5px;
}
h3 {
	padding-right: 5px;
	padding-left: 5px;
	float: right;
}
h2 {
	padding-right: 5px;
	padding-left: 5px;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	color: #A59461;
	text-decoration: none;
}
#footer {
	clear: both;
	height: 200px;
	padding-top: 100px;
	padding-right: 5px;
	text-align: right;
}
.lastfm     {
	list-style-type: none;
	list-style-position: inside;
}

a:hover {
	color: #B7B391;
	text-decoration: underline;
}
#sidebar    ul.lastfm  
{
list-style-type:none;
margin:0;
padding:0;
}
.post {
	background-image: url(images/gray.gif);
	background-repeat: repeat;
	clear: left;
	border: thin outset #A59461;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
}
.postsingle {
	background-image: url(images/gray.gif);
	background-repeat: repeat;
	clear: left;
	border: thin outset #A59461;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
}

.clear {
        height: 8px;
        clear: both;
}

.postmetadata {
        clear: both;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #A59461;
	text-align: center;
	background-color: #000000;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


.alignleft {
          float:left;
          margin:0 1em 1em 0
}


.alignright {
          float:right;
          margin:0 0 1em 1em
}

#adr_l {
	float: left;
}
#adr_r {
	float: left;
	padding-left: 4px;
}

#adrfoot {
	clear: both;
}
