/*  
Theme Name: caweb03
Theme URI: http://www.caweb.se
Description: Caweb Design
Version: 3.0
Author: Cathrine

*/


body {
	margin: 0;
         padding: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #000000;
	color: #000000;
}


#wrapper {
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
	background-color: #fff;
}

#nav {
width: 800px;
margin-left:auto;
margin-right:auto;
}

#nav ul {
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
background-color: #000;
}

#nav a {
float:left;
font-family: "trebuchet ms";
font-size:16px;
text-decoration:none;
text-align:center;
color: #fff;
padding:0.2em 0.6em;
}

#nav a:hover {
color: #fff;
}

#nav li {
display:inline;
}

#header {
	float: left;
	width: 800px;
	height: 151px;
	background-image: url(/images/cawebTop08.png);
	background-position: center;
	background-repeat: no-repeat;
	border-bottom: solid black;
}

#container {
	float: left;
	width: 540px;
         height: 100%;
	margin: 30px 10px 0 10px;
         padding: 10px;
	background-color: white;
}

.post {
	padding: 10px 0 10px p;
}

.post h2 {
	font-size: 22px;
	padding: 4px 0 0 0;
	color: #19a6ff;
}

.post p {
	font-size: 12px;
	font-family: trebuchet ms;
}

.entry {
	line-height: 18px;
}

.entry a:link, a:visited {
	text-decoration: none;
	color: #FF0084;
}
.entry a:hover {
	text-decoration: none;
	color: #FF0084;
}


p.postmetadata {
	border-bottom: 3px dotted #ccc;
	margin: 30px 0 30px 0;
}
.navigation {
	padding: 10px 0 10px 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

.sidebar {
	float: left;
	width: 200px;
         height: 100%;
	background: #fff;
	margin: 0 0 0 10px;
         color: #000;
         border-left: 1px dotted #000;
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li {
	padding: 0px 0 10px 0;
}

.sidebar ul li h2 {
	text-align: left;
	border-bottom: 1px dotted black;
	font-family: Trebuchet Ms, Sans-serif;
	font-size: 14px
}
.sidebar ul ul li {
	text-align: left;
	font-size: 12px;
	padding: 0;
	line-height: 14px;
	font-family: trebuchet ms;
}

h1 {
	font-family: Trebuchet Ms, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
         margin: 0;
}

h2 {
	margin: 20px 0 0 0;
	padding: 0;

}

h3 {
	margin: 20px 0 0 0;
	padding: 0;
         font-size: 14px;

}

h4, h5, h6, blockquote, p {
	margin: 0;
	padding: 0;
}

hr {
        color: #000;
        height: 1px;
}

a:link, a:visited {
	text-decoration: none;
	color: #FF0084;
}
a:hover {
	text-decoration: none;
	color: #FF0084;
}

P {
	padding: 10px 0 0 0;
}


#footer {
	clear: both;
	width: 800px;
	padding: 10px 0 0 0;
        background-color: #000;
}

#footer p {
	line-height: 18px;
	color: white;
	text-align: left;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
}

