/*  
Theme Name: Bundesliga
Theme URI: http://elliotjaystocks.com
Description: Vereins-Blogs
Version: 1.0
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
*/

/* ************************************************************************************************************************************************************

Obviously feel free to change the info above once you've added your own styling

************************************************************************************************************************************************************ */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:10px; }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */

body{
background: #dddddd url('/wp-content/themes/starkers/images/body_bg.gif') top center repeat-x;
}

#all2{
	background: url('/wp-content/themes/starkers/images/container_bg.gif') top center repeat-y;
}

#container{
	position: relative;
	top: 0;
	/*padding: 0 0px;*/
	background: /* url('/wp-content/themes/starkers/images/container_bg.gif') top center repeat-y*/;
	/*border: 1px solid green;*/
	}

table tr td{
	padding: 15px;
}
	
#header{
	height: 235px;
	/*border: 1px solid green;*/
}

#content{
	border: 0px solid green;
	width: 600px; float: left; 
	margin-left: 10px; 
	margin-right: 30px; 
	display: inline; 
	border-bottom: 0px solid red;
	/*float: left;
	background: #999 url('/wp-content/themes/starkers/images/content_bg.jpg') repeat-y;*/
}

.post_start{
	width: 280px; 
	border-bottom: 0px solid #c5a99a; 
	margin-left: 0px;
}

#sidebar{
	margin-bottom: 10px;
	/*float: right;
	background: #ccc url('/wp-content/themes/starkers/images/sidebar_bg.jpg') repeat-y;*/
}

#footer{
	clear: both;
	/* background: #ccc url('/wp-content/themes/starkers/images/footer_bg.gif') bottom center no-repeat;*/
	/*width: 960px;*/
	margin: auto;
	height: 240px;
	width: 1020px;
	/*border-top: 1px solid red;*/
	/*text-align: center;*/
}

.post_start img{
	float: left;
	margin: 0 10px 10px 0;
}