/* 	Robin Hedstrom
	Css for kocknroll.com
	robin.hedstrom@gmail.com
	Bakgrundsf�rg: #bce08a
	F�rg 2: #8bc061
*/


/*
	CORE
*/
.clear {clear: both; }

body 	{background: url(http://www.kocknroll.com/images/bg.jpg) repeat-x; padding: 0px; font-family:Helvetica; background-color: #8bc061;}
html 	{margin: 0px; padding: 0px;}
a 		{color: #000;}
h1 		{font-size: 18px; color: #8bc061;}
p 		{font-size: 13px; color: #000;}
h2 		{font-size: 20px; color: maroon;}

#container { background-color: #FFF; width: 960px; margin: -30px auto 0px; -moz-border-radius: 20px; -webkit-border-radius: 20px; border: solid #666 1px;}
/*
	HEADER
*/
#header	{background:transparent url(http://www.kocknroll.com/images/head.png) no-repeat left bottom; height: 250px; width: 960px; margin-top: 20px; }
/*
	CONTENT
*/
#content { width: 700px; font-size: 11px; color: #000; padding: 0px 80px; padding-top: 10px; margin-left: 50px;}
#content p { line-height: 20px; }
img.alignleft {float:left; }
img.alignright {float:right; padding:0px 20px; }
img.aligncenter {display:block; }
#container #content a {font-weight: normal;}
.post { margin: 20px 0; }
.post p	{margin: 0px; }
.post h2	{margin: 0px; }
p.date 	{font-size: 12px; color: #999; font-style: italic; margin-bottom: 10px;}

/*
	NAVIGATION
*/
#menu { width: auto; font-size: 16px; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 10px 0; margin-left: 80px; margin-right: 80px; margin-top: 10px;}
#container #menu a { text-decoration: none; font-weight: bold; }
ul#navigation { list-style: none; width: 800px; margin-left:90px; margin-right: auto; margin-top: 0px;}
ul#navigation li { color: #666; float: left;}
ul#navigation li a { display: block; color: #333; padding-right: 30px;}
ul#navigation li a:hover {color: #999;}
/*
	FOOTER
*/
#footer {height: 150px; width: auto; border-top: solid 1px #666; margin: 40px 80px 0px;}
#footer-kontakt { float:left; width: 230px; margin-right: 60px;}
#footer-adress { float:left; width: 230px; margin-right: 60px;}
#footer-right { float:left; width: 200px;}
#bottom { width: auto; margin-top: 100px; margin-left: auto; margin-right: auto; }
#footer-kontakt p {font-size: 13px; color: #666; }
#footer-adress p {font-size: 13px; color: #666; }
#footer-right p {font-size: 13px; color: #666; }
#bottom p { font-size: 10px; color: #999; text-align: center;}
#bottom p a {color: #666; }



