/*
Theme Name: DGK.
Theme URI: http://www.martinhyde.co.uk
Description: The Dead Good Kids and Freidns Theme
Version: 0.1
Author: Martin Hyde
Author URI: http://www.designandi.co.uk
*/


@import "style/css/reset.css";

/*@import "style/css/typography.css";
@import "style/css/layout.css";*/

/* *************** General ********************/
/* Changed Wrapper and body values around*/
body{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	padding:0;
	margin:0;
	background-image: url(images/backgroundbottom2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 300px;
}

#wrapper{
	background-image: url(images/background1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	}
#container{
	width: 1050px;
}
#container1{
	width: 630px;
	padding: 10px 10px 10px 110px;
	float: left;
}
#container2{
	float: right;
	width: 270px;
	padding: 10px;
}
.push-bottom{clear:both;}
br{height:10px;}

.clear-it{clear:both;}
/* *************** Typography ********************/
p{margin-top:10px;}
h1{
	padding:0 0 0 0; 
	margin:0 0 10px 0;
	font-size:24px;

}
h1 a{
	color: #333333;
	text-decoration:none;

}
h1 a:hover{
	text-decoration:none;

}
h2{font-size:14px;}
h3{}
h4{}
p{}
/*a{
	color: #6F3773;
	text-decoration: none;
	border-bottom: 1px dotted #6F3773;
}
a:hover{
		border-bottom: 1px solid #6F3773;

}*/
a {
text-decoration:underline;
color: #6F3773;
}

a:hover {
text-decoration:none;

}
a:visited{}



hr{
	border-bottom: 1px dashed #282828;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 10px 0px 20px;


}
li{
	list-style-image: url(images/skull.png);
	margin-left:20px;


}


/* *************** Headers ********************/
#header{
	height: 240px;
}
#header h1{
	display:none;
}
#twitter{
	padding-left:460px;
	height: 27px;
	font-size:10px;
	padding-top::3px;
	white-space: nowrap;

}
/* *************** Navigation  ********************/

#top-navlist{
	width: 750px;
	text-align: right;
}
#top-navlist UL{
padding:0;
margin:0;
	


	
}
#top-navlist li{
	padding:0;
	margin:0;
	float:right;
	list-style-type: none;
	height: 45px;
	list-style-image: none;


	
}
#top-navlist li a{
	text-decoration: none;
	font-size: 12px;
	border-bottom-style: none;
	text-align: center;
	color: #FFFFFF;
	width: 100px;
	height:42px;
	display:block;
	margin-left:10px;
	background-image: url(images/buttons.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	font-weight: normal;

}
#top-navlist li a:hover{
	background-position: -200px;



}
#top-navlist li#active a {
	background-position: -100px;



}
/*for ie6 */
#top-navlist li#active a:hover {
	background-position: -100px;

/*******/

}
#nav-pad{
	height: 150px;
	padding-top: 10px;


}

#top-navlist li.current_page_item a{
	background-position: -100px;
}


/* *************** Content ********************/
#content{}
.content-post{
	float:right;
	width:510px;


}

/* *************** Sidebars  ********************/
#sidebar{
 width: 220px;
}



/* *************** Blog Elements  ********************/

/* *************** Date  ********************/

.post-date{
	width:120px;
		padding-top:20px;
	height:133px;
	display:block;
	background-image: url(images/datebubble.png);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;

}
.month{
	width:92px;
	text-align:center;
	font-size:26px;
	color: #6F3773;
}
.day{
	width:92px;
	text-align:center;
	font-size:12px;
}

/* *************** Forms  ********************/
.search-box{
	background-image: url(images/search-background.png);
	height: 21px;
	width: 170px;
	border-style: none;
	margin: 0px;
	padding: 10px 5px 0px;
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	background-color: transparent;
}
.search-button{
	background-image: url(images/searchbutton.png);
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	color: transparent;
		border-style: none;
	
	}
textarea{
	width:510px;
	height:100px;
	margin-bottom:20px;

}
input{

}

/* *************** Footer  ********************/
#footer{}

/* *************** Images  ********************/

/* *************** Misc  ********************/

.post-details{font-size:9px;}

.sociable li{
	list-style-type: none;
	display: inline;
	padding:0;
	margin: 0;
}
.sociable ul{
margin:10px 0 0 0; padding:0;}
a img{padding:0; margin:0; border:none;}