/*
Theme Name: Pure
Theme URL: http://www.justframeless.com/
Description: A simple, "pure" wordpress theme.
Version 1.0
Author: Vibeke//justframeless
Author URL: http://www.justframeless.com

*/

body, h1, h2, h3, h4, h5, h6, p, form{
	margin: 0;
	padding: 0;
}

blockquote{
	margin: 20px 0 30px 0;
	padding: 0;
	line-height: 18px;
	border-bottom: 1px solid #ccc;
}


pre {
border: 1px solid #ccc;
padding: 5px;
width: 95%;
overflow: auto;
max-height: 150px;
}
pre.noscroll {
max-height: 300px;
}	
	
	
body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
}

img{
	border: 0;
}

h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

a:link, a:visited{
	text-decoration: none;
	color: #527e98;
}

a:hover{
	text-decoration: none;
	color: #69b1db;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: left;
}

#header{
	margin: 0 auto;
	margin: 5px 0 5px 0;
	height: 46px;
	background: url(images/header.jpg) top center no-repeat;

}

#container{
	float: left;
	width: 550px;
}

.pages{
	float: left;
	width: 550px;
	line-height: 18px;
	margin: 10px 0 10px 0;

}

.pages h1{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
	margin: 10px 0 0 0;
	color: #c96b5e;
}

.pages h2{
	font-family: Georgia, Sans-serif;
	font-size: 10px;
	margin: 0px 0 0 0;
	color: #3b717d;
}

.pages ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}


.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
	margin: 10px 0 0 0;

}

h2{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
	margin: 10px 0 0 0;
}


.entry{
	line-height: 18px;
		text-align:justify;

}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 5px 0 5px 0;
	text-align: left;
	color: #d19259;
}
p.postmetadata a{
	color: #d19259;
}

p.postmetadata a:hover{
	color: #527e98;
}


.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.sidebar{
	float: left;
	width: 184px;
	margin: 5px 0 0 15px;
	display: inline;
	line-height: 18px;
	border-left: 0px solid #ccc;


}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 0px 0 10px;
}

.sidebar ul li{
	padding: 5px 0 10px 0;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
	color: #fff;
	padding: 0 0 1px 3px;
	background-color: #e2a36a;
	border-bottom: 0px solid #ccc;
}



.menu{
	padding: 0;
	margin: 0 auto;
	width: 750px;
}

#menu {
	list-style: none;
   	margin: 0; padding: 0;
}

#menu li {
	float: left;
}

#menu li a {
	display: block;
	background: #527e98;
	color: #fff;
	width: 150px;
	text-align: center;
	padding: 3px 0;
	font-family: arial, Sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-transform:uppercase;

}

#menu li a:hover {
	background: #6496b4;
	color: #fff;
}



.comments-template{

	margin: 20px 0 0;

	border-top: 0px solid #ccc;

	padding: 10px 0 0;

}


.comments-template ol{

	margin: 0;

	padding: 0 0 15px;

	list-style: none;

}



.comments-template ol li{

	margin: 20px 0 0;

	line-height: 18px;

	padding: 0 0 10px;

	border-bottom: 0px solid #ccc;

}



.comments-template h2, .comments-template h3{

	font-family: Georgia, Sans-serif;

	font-size: 16px;

}



.commentmetadata{

	font-size: 12px;

}

.comments-template .author {
	font: small-caps bold 15px Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
	
	
.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url();
	border-top:0px solid #848484;
	border-bottom:1px solid #d6e4c1;
	color:#3b717d;
	background: #fff;
}	
	

.comments-template p.nocomments{

	padding: 0;

}



.comments-template textarea{

	font-family: Arial, Helvetica, Georgia, Sans-serif;

	font-size: 12px;

}


#footer{
	clear: both;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	background: #527e98;
	color: #ffffff; 

}
#footer a{
	color: #ffffff; 

}

#footer p{
	line-height: 18px;
	}

