/*  
Theme Name: Pretty Perfect
Description: This is the theme for blog.prettyperfect.net	.
Version: 1.0
Author: John Line
Author URI: http://www.linesixtyfour.co.uk/

*/
*{margin:0;padding:0}

body {
	margin: 0;
	background-color: #ffffff;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	color: #333333;
}

h1 {
	font-size: 24px;
	padding: 0 0 10px 0;
}

p {
	padding: 10px 0 0 0;
}

p img { padding: 0; max-width: 100%; }

ul,ol {
	list-style-position:outside;
	margin-left:25px;
}

li {
	padding: 5px 0 0 0;
}

a {
	text-decoration: none;
	color:#333333; 
}

a:hover {
	color:#666666;
	text-decoration: underline;
}

img {border: 0px;}
a img {border:0px;}

img.alignright {float:right; margin:0}
img.alignleft {float:left; margin:0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0}
a img.alignleft {float:left; margin:0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.clear {clear:both;}
.alignright {float:right;text-align:center;}
.alignleft {float:left;text-align:center;}
.wp-caption { margin: 5px; padding: 5px 0px; border: solid 1px #E5E5FF; background: #E5F2FF; font-size:90%; color: black }
.wp-caption-text {padding:0; margin:0px;}
#wrapper {
	margin: 0 auto 0 auto;
	width: 972px;
	background-color: #ffffff;
	height:100%;
	text-align:left;
	
}


#header {
	background-color: #7EB0CD;
	float:left;
	width:972px;
	height:138px;
	max-height:138px;
}

#header_img {
	border: 0;
	float:left;
	height: 120px;
	width: 972px;
}

#header ul {
	margin-left:7px;
	list-style-type: none;
	height:15px;
	color: white;
	float:left;
} 

#header ul li {
	display:inline;
	font-size: small;
	float:left;
	padding-top:2px;
}

#header ul li a {
	color:#eeeeee;
	padding:0px 5px 0px 8px;
}

#header ul li a:hover {
	color:#ffffff;
}

#container {
	float: right;
	width: 750px;
}

.post {
	padding: 10px 0 10px 0;
}

.post h2 { 
	font-size: 18px;
}


.entry {
	line-height: 18px;
}

p.postmetadata {
        clear:both;
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.navigation {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.sidebar {
	float: left;
	width: 200px;
	border-right: 1px solid #eeeeee;
	margin: 10px 10px 0 0;
	padding-right:10px;
	display: inline;
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebar ul li {
	padding: 0 0 20px 0;
}

.sidebar ul li h2 {
	background: #fff url('images/menu-bkg.png') no-repeat;
	color:#333333;
	font-size: large;
	font-weight: normal;
	padding: 5px 0 5px 12px;
}

.sidebar ul ul li {
	padding: 3px 0 3px 12px;
}

#searchform {
	padding: 10px 0 3px 12px;
}

#searchform div {
	
}

table#wp-calendar {
	width: 100%;
	padding: 3px 0 3px 12px;
}

table#wp-calendar caption {
	margin-top: 3px;
}

#footer {
	clear: both;
	float: left;
	width: 1000px;
}

.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-family: Arial, Sans-serif;
	font-size: 12px;
}