/*  
Theme Name: Do Something Pretty
Theme URI: http://dosomethingpretty.net/
Description: Theme from dosomethingpretty.net
Version: 1.0
Author: Marije
Author URI: http://dosomethingpretty.net/

*/


body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}


body{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: small;
	text-align: center;
	vertical-align: top;
	background: #98d6dd;
	color: #333333;
}

h1{
	font-size: 24px;
	padding: 0 0 10px 0;
}

a:link, a:visited{
	text-decoration: none;
	color: #006699;
}

a:hover{
	text-decoration: underline;
}

a img {
	border: none;
}

p{
	padding: 10px 0 0 0;
}


#wrapper{
	margin: 0 auto 0 auto;
	width: 740px;
	overflow: auto;
	text-align: left;
	background: #FFFFFF;
}

#header{
	background: #98d6dd;
	background-image: url("images/dosomethingpretty.jpg");

	background-position: center bottom;

	background-repeat: no-repeat;

	float: left;
	width: 740px;
	height: 72px;
}

#header a {
	display:block;
	height:100%;
	text-indent:-500em;
	text-decoration:none;
} 

#navmenu {
	background: #77c8d1;
	width: 740px;
	height: 20px;
	float: left;
	padding: 8px 0 5px 0;
} 

#navmenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
} 

#navmenu li {
	display: inline;
	padding: 0 15px 0 15px
}

#navmenu a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight : bold; 
}

#navmenu a:hover {
	text-decoration: underline;
}

#container{
	float: left;
	width: 480px;
	padding: 0 15px 0 15px;
	text-align: justify;
}

.post{
	padding: 25px 0 15px 0;
}

.post h2{
	font-size: 18px;
}

.entry{
	line-height: 18px;
}

.entry ul{
	list-style-type: none;
	margin: 0;
	padding: 10px 0 4px 0;
}

.entry ul li{
	padding: 4px 0 4px 0;
}

.entry ul li h2{
	font-size: 14px;
	color: #006699;
}

.entry ul li ul{
	padding: 0 0 0 7px;
}


p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
	font-size: 11px;
	color: #666666;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.sidebar{
	float: right;
	width: 230px;
	color: #006699;
	font-size: 11px;
	padding: 0px 0 0 0;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 10px 10px 20px 10px;
}

.sidebar ul li{
	padding: 7px 0 7px 0;
}

.sidebar ul li h2{
	font-size: 14px;
}

#footer{
	clear: both;
	float: left;
	width: 740px;
	padding: 30px 0 10px 0;
	color: #666666;
}

#footer p{
	line-height: 18px;
	padding: 0 0 0 15px;
}


.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-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-size: 12px;
}

