/*
Theme Name: PS10
Theme URI: http://www.ps10.se
Description: 
Version: 1.0
Author: Arvid Janson
Tags: 

*/


* {
	margin: 0;
	padding: 0;	
}

body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #222;
}
h1 {
	font-size: 40px;
	color: #6b6568;
	font-family: Arial;
	text-transform: uppercase;
	margin-bottom: 0px;	
}

h2 {
	font-size: 12px;
	text-transform: uppercase;
	color: #aaa;	
}

h3 {
	color: #6b6568;
	height: 14px;
	margin-bottom: 30px;
}

a {
	color: #55c49e;
	font-weight: bold;
}
a:hover {
	color: #000;
}

p {
	margin-bottom: 10px;
	line-height: 1.3em;	
}

#header {
	background: #fff url(images/bg_header.gif) top left repeat-x;
	height: 117px;	
}
#logo {
	float: left;
}
#menu {
	float: right;
	padding: 0;
	list-style: none;	
}

#menu li {
	float: right;
}
#menu li.current_page_item a, #menu li.current_page_ancestor a {
	background: transparent url(images/bg_menu_active.gif) bottom center no-repeat;
	font-weight: bold;
	color: #222;
}
#menu li a {
	height: 26px;
	padding: 85px 20px 0 20px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #999;
}
#menu li a:hover {
	color: #222;	
}

.pagecontainer {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 40px;
}



#page {
	background: #f1f1f1 url(images/bg_main.gif) top center no-repeat;
}

#sidebar {
	width: 200px;
	margin-top: 50px;
	margin-right: 30px;
	float: left;
	height: 300px;
}

#sidebar ul {
	list-style: none;	
}
#sidebar ul li {
	border-bottom: 1px dotted #cbc9ca; 	
}
#sidebar ul li a {
	padding: 7px 0 5px 0;
	display: block;	
	color: #6b6568;
	text-decoration: none;
}
#sidebar ul li.current_page_item a {
	background: url(images/li_bullet.gif) left center no-repeat;	
	padding-left: 12px;
	color: #222;
}
#sidebar ul li a:hover {
	color: #000;	
}


#main_content {
	margin-top: 35px;	
	float: left;
	width: 670px;
}


#main_content_frontpage {
	float: left;
	width: 600px;	
	margin-top: 20px;
	margin-right: 30px;
}
#sidebar_frontpage {
	float: left;
	width: 250px;	
	margin-top: 20px;
}


.post {
	margin-bottom: 50px;	
}

.clearfloat {
	clear: both;
	line-height: 1px;	
}



#footer {
	padding-top: 20px;
	border-top: 1px dotted #cbc9ca;
	font-size: 11px;	
}



/* images and captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

td { padding-bottom: 20px; }
