/*
	Theme Name: Plain
	Theme URI: http://www.scribbledwall.com
	Description: Designed by Frankie Biscuit. Please do not steal.
	Version: 1.0
	Author: Frankie Biscuit
*/

body{
	width: 1000px;
	background:#000 url("images/mainnews.png") no-repeat center center;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	letter-spacing:-0.1em;
	font-size:.7em;
	margin: auto;
	text-align: center;
}

body a{
	text-decoration:none;
}

img{
	border-style: none;
}

span
{
	display: none;
}

.header {
	width: 1000px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#headerimage {
	float: left;
	display: block;
	width: 300px;
	height: 80px;
	margin-left: 15px;
	background: url("graphics/scribbledwalltitle.png") no-repeat;
}

.navigation {
	float: right;
	text-align: right;
	font-size: 1.6em;
	padding-right: 15px;
	padding-top: 20px;
}

.navigation a {
	margin-left: 2px;
	color: #fff;
}

.navigation a:hover {
	color: #ff0019;
}

.navigation #currentpage {
	color: #ff0019;
}

.mainnews a {
	clear:both;
	display: block;
	width: 1000px;
	height: 600px;
	margin: auto;
	padding-top:60px;
}

.footer{
	width:1000px;
	text-align:left;
}

#footer {
	display: block;
	width: 440px;
	height:74px;
	background: url("graphics/footer.png") no-repeat top left;
	margin-left:40px;
	margin-bottom:20px;
}

/*####################### ROLL OVER NAV BUTTONS #################################*/

#home{
	float:left;
	display: block;
	width: 78px;
	height: 41px;
	background: url("graphics/buthome.png") no-repeat 0 0;
}

#news
{
	float:left;
	display: block;
	width: 67px;
	height: 40px;
	background: url("graphics/butnews.png") no-repeat 0 0;

}

#news:hover
{ 
	background-position: 0 -42px;
}

#shop
{
	float:left;
	display: block;
	width: 64px;
	height: 40px;
	background: url("graphics/butshop.png") no-repeat 0 0;

}

#shop:hover
{ 
	background-position: 0 -42px;
}
#about
{
	float:left;
	display: block;
	width: 82px;
	height: 40px;
	background: url("graphics/butabout.png") no-repeat 0 0;

}

#about:hover
{ 
	background-position: 0 -42px;
}
#contact
{
	float:left;
	display: block;
	width: 73px;
	height: 40px;
	background: url("graphics/butcontact.png") no-repeat 0 0;

}

#contact:hover
{ 
	background-position: 0 -42px;
}