/*
Theme Name: SST
Theme URI: http://www.surfforbundet.se
Description: 
Version: 0.1
Author: Niklas och Jonas
*/
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	margin: 30px 0 30px 0;
	background: #e9ecdd; 
}
hr {
	display: none;
}
.clear {
	clear: both;
	font-size: 1px;
}
#header h1 {
	text-indent: -50000px;
	overflow: hidden;
	z-index: 100;
	width: 150px;
	height: 170px;
}
#header h1 a {
	display: none;
	text-decoration: none;
	
}
#headerimg img {
	border: none;
	position: absolute;
	left: 20px;
	top: 10px;
}
#headersst img {
	position: absolute;
	left: 316px;
	top: 10px;
}
#headersalu img {
	position: absolute;
	left: 899px;
	top: 10px;
}
#page {
	text-align: left;
	margin: 0 auto;
	width: 1300px;

}
#navigation {
	width: 100%;
	z-index: 400;
	background: url(images/nav.png);
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#sub_navigation {
	width: 100%;
	z-index: 400;
	background: url(images/nav.png);
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#navigation ul {
	list-style: none;
	padding: 16px 20px 10px 20px;
}
#navigation img {
	list-style: none;
	padding: 0px 0px 0px 0px;
}
#sub_navigation ul {
	padding: 10px 20px 8px 20px;
}
#navigation li {
	font-size: 18px;
	font-weight: bold;
	display: inline;
	margin: 0 20px 0 0;
}
#navigation li a, #sub_navigation li a {
	color: #363d19;
	text-decoration: none;
}
#navigation li a:hover, #sub_navigation li a:hover {
	text-decoration: underline;
}
#sub_navigation li {
	font-size: 14px;
	font-weight: bold;
	margin: 0 12px 0 0;
	display: inline;
}
#left {
	float: left;
	width: 200px;
	padding: 20px 25px 20px 0;
}
#third_navigation ul {
	list-style: none;
	margin: 20px 0 0 0;
}
#third_navigation li {
	font-size: 12px;
	text-indent: 10px;
	font-weight: bold;
}
#third_navigation li a {
	display: block;
	width: 100%;
	padding: 8px 0 6px 0;
	border-bottom: 1px solid #ddd;
	background: url(images/nav.png) repeat-x bottom left;
	color: #222;
	text-decoration: none;
}
#third_navigation li a:hover {
	background: url(images/nav.png) repeat-x top left;
	color: #000;
}
#content {
	width: 650px;
	height: 550px;
	padding: 20px 20px 20px 20px;
	float: left;
	background: url(images/bakgrund.jpg);
	border: 1px solid #666;
	margin: 20px 0 0 0;
}
#content h2, #left h2 {
	font-size: 26px;
	color: #4c5f00;
	letter-spacing: -1px;
	margin: 0 0 12px 0;
}
#content p {
	font-size: 12px;
	margin: 0 0 10px 0;
	line-height: 1.5;
	color: #222;
}
#content .post {
	padding: 10px;
	border-bottom: 1px solid #888;
	margin: 10px;
	background: url(images/content.png);
}
#content .post:last-child {
	border-bottom: none;
}
#content li {
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 0 10px;
}
#content textarea {
	padding: 10px 10px 15px 0;

	width: 100%;
}
#content a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	text-decoration: underline;
}
#right {
	width: 200px;
	float: left;
	padding: 20px 0 20px 30px;
	margin: 20px 0 0 0;
}
#right img {
	border: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#footer {
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 12px;
}
#footer img {
	border: none;
	margin: 15px;
}
#weather {
	font-size: 12px;
	width: 160px;
	padding: 20px 0px 20px 25px;
	float: left;
	background: url(images/content.png);
	border: 1px solid #666;
	margin: 20px 0 0 0;
}
#weather h2, #left h2 {
	font-size: 26px;
	color: #4c5f00;
	letter-spacing: -1px;
	margin: 0 0 12px 0;
}
#restofleft {
	font-size: 12px;
	width: 155px;
	padding: 20px 20px 20px 25px;
	float: left;
	border: 1px solid #666;
	margin: 20px 0 0 0;
}
#rss2  {
	text-align: right;	
}
#rss2 img {
	list-style: none;
	padding: 0px 0px 0px 0px;
}

#restofleft img {
	border: none;
}


