/*
Theme Name: reload_template
Theme URI: http://www.reload-rulez.com
Description: reload's Template
Author: Felix Fischer
Author URI: http://www.reload-rulez.com
*/

body        {
	/*background-color: black;*/
	width: 100%;
	color: white;
	font-size: 11px;
	font-family: verdana;
	background-image: url("pics/back.jpg");
	margin: 0;
	text-align: center;
}
 
#wrapper    {
	width: 950px;
	margin: 0 auto;
	background-image: url("pics/border.png");
}
#header        {
	width: 895px;
	height: 364px;
	background-image: url("pics/top.jpg");
	background-position: 0 30px;
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: center;
}

#adds {
	margin-left: 20px;
}

#navi ul {
	font-size: 12px;
	letter-spacing: 0.5em;
	width: 239px;
	list-style-type: none;
	float: left;
	display: block;
	text-align: left;
	margin-top: 36px;
	margin-left: 46px;
	padding: 0px;
}

#navi li {
          /*padding: 2px 5px 2px 5px;*/
          /*display: block;*/
         }

a.navig:link, a.navig:visited {
	display: block;
	/*margin: 0;*/
	padding: 2px 5px 2px 14px;
	color: white;
	text-decoration: none;
	font-weight: normal;
}

a.navig:hover, a.navig:active, a.navig:focus {
	background-color: #7d0000;
}

#main       {
	width: 600px;
	border: 1px solid #666666;
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 15px;
	padding: 0px 10px 10px 10px;
	background-image: url("pics/content_back.jpg");
	background-repeat: no-repeat;
	text-align: left;
	float: left;
}

#main a:link, a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#main a:hover, a:active, a:focus {
	background-color: #7d0000;
}

h1 {
	color: white;
	font-size: 14px;
	letter-spacing: 0.5em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 1px;
}

#main h2 {
	color: white;
	font-size: 11px;
	letter-spacing: 0.2em;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

#main h2.date {
	color: #7d0000;
	font-size: 10px;
	margin-bottom: 0px;
}

#main h3 {
	color: white;
	font-size: 11px;
	letter-spacing: 0.2em;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

#commentForm input, #commentForm textarea{
	margin: 0px;
	padding: 0px;
}

#clear {
	clear: both;
}

#sidebar {
	margin-top: 20px;
	width: 207px;
	float: left;
	margin-bottom: 10px;
}

#nextGigs {
	width: 207px;
	min-height: 100px;
	border: 1px solid #7d0000;
	background-image: url("pics/nextGigs.jpg");
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#newsletter {
	width: 207px;
	min-height: 100px;
	border: 1px solid #666666;
	background-image: url("pics/newsletter.jpg");
	background-repeat: no-repeat;
	margin-bottom: 10px;
}


#footer        {
	width: 950px;
	height: 27px;
	margin: 0 auto;
	padding: 0px;
	background-image: url("pics/border_bottom.png");
	clear: both;
}

img.alignleft, div.alignleft {
	float:left;
	margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright {
	float:right;
	margin:0 0 0.5em 0.5em;
}
img.aligncentered, div.aligncentered {
	text-align:center;
	margin:0 auto;
}
