/*
Theme Name: RoadShot
Theme URI: http://www.roadshot.de
Description: "RoadShot Template" is a theme for WordPress 2.8.x +.
Version: 1.0
Author: Stefan Rauch
License: Nix, keiner, nur ich;)
*/
body 
{ 	
	background-image: url(./img/background_tweed.png);
	font-family: verdana, sans-serif; 
	font-size: 12px;
	color: #64433c;
	margin:0px;
	padding:0px;
}

div#logo, div#w3c 
{
	position :relative;
	width:750px;
	height: 45px;
	margin: 20px auto 10px auto;
	padding:0px;
	text-align:center;
}

#logo img 
{
	width:750px;
	height: 45px;
	border: none;
}

div#main 
{
	position :relative;
	background-image: url(./img/radio_front.png);
	width:790px;
	height: 545px;
	margin: 0px auto;
	padding:0px;
	padding-top:105px;
	padding-left:110px;
}

div#content 
{
	position :relative;
	width:680px;
	height: 315px;
	overflow:auto;
}

div#content_newsbox 
{
	position :relative;
	width:520px;
	height: 315px;
	margin-left: 0px;
	overflow:auto;
}

div#eventbox 
{
	float: left; 
	width: 150px;
	height: 315px;
	margin-right:10px;
	overflow:auto;
}

div#newsbox 
{

}

div#menu 
{
	position :relative;
	width:575px;
	margin-top: 145px;
	height: 30px;
	padding-left:105px;
}

h1
{
	font-size:14px;
	border-bottom: 1px solid #925c00;
	background-image: url(./img/header.png);
	background-repeat:no-repeat;
	padding-left: 30px;
	height: 32px;
	line-height: 32px;
}

h2
{
	font-size:13px;
	border-bottom: 1px solid #925c00;
	padding-left: 0px;
	height: 30px;
	line-height: 30px;
}

#menu ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
} 

#menu li
{
	list-style: none;
	float: left;
	margin: 0px 7px 0px 0px;
} 

#menu li a
{
	height: 30px;
	line-height: 30px;
	float: left;
	width: 72px;
	display: block;
	color: #64433c;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
} 

#menu li a:hover
{
	color: #a26c10;
	text-decoration:underline;
} 

a
{
	color: #64433c;
	text-decoration:underline;
} 

a:hover
{
	color: #a26c10;
	text-decoration:underline;
} 

img
{
	border: none;
} 

#content img
{
	border: 1px solid #64433c;
} 
#content a img:hover
{
	border: 1px solid #a26c10;
} 

input, textarea
{
	color: #64433c;
	border: 1px solid  #64433c;
	margin-bottom:2px;
	background-color: #eeeeee;
	font-family: verdana, sans-serif; 
	font-size: 12px;
}

input
{
	height:16px;
}

input:hover
{
	border: 1px solid #a26c10;
} 

#content li img
{
	border: none;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft 
{
	float: left;
	margin-right: 10px;
}

.alignright 
{
	float: right;
	margin-left: 10px;
}
