/*
Theme Name: Renate Theme
Theme URI: http://meaddesign.net/
Description: A custom theme built exclusively for Renate.
Version: 1.0
Author: William Mead
Author URI: http://meaddesign.net/
*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #e1e1e3;
	text-align: center;
}
#header {
	background-image: url(graphics/header-bg.jpg);
	background-repeat: repeat-x;
	height: 60px;
	width: 100%;
}
#container {
	background-color: #FFFFFF;
	background-image: url(graphics/wrap.jpg);
	background-repeat: repeat-y;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
#sidebar {
	width: 194px;
	padding-left: 1px;
	float: left;
	text-align: left;
	font-size: 0.8em;
}
#main {
	float: left;
	width: 570px;
	padding-left: 30px;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.6em;
	padding-top: 20px;
	color: #333333;
}
#main a {
	color: #4f54a4;
	text-decoration: none;
	font-weight: bold;
}
#main a:hover {
	color: #630c0d;
	text-decoration: underline;
}
#mainnav {
	background-color: #4e88c7;
	float: left;
	height: 30px;
	width: 615px;
	text-align: left;
}
#mainnav ul {
	list-style-type: none;
	padding-left: 30px;
}
#mainnav li {
	font-size: 0.8em;
	display: inline;
	padding-right: 15px;
	line-height: 30px;
}
#mainnav li a {
	text-decoration: none;
	color: #e5daaf;
}
#mainnav li a:hover {
	color: #630c0d;
}
#footer {
	background-image: url(graphics/footer_12.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	line-height: 100px;
	font-size: 0.7em;
	color: #666666;
	text-align: left;
}
#footer p {
	margin-left: 230px;
}
h1 {
	font-size: 1.5em;
	padding-bottom: 0.5em;
	color: #8968ad;
}
h2 {
	font-size: 1.1em;
	color: #4e88c7;
	padding-bottom: .5em;
}
p {
	padding-bottom: .7em;
}
blockquote {
	padding: 15px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
blockquote.special {
	background-image: url(graphics/blockquoteBG2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#main ul {
	padding-bottom: .5em;
	line-height: 1.2em;
	list-style-type: none;
}
#main ol {
	padding-bottom: 0.5em;
	line-height: 1.2em;
	padding-left: 20px;
}
#main  ul li {
	padding-bottom: 1em;
	background-image: url(graphics/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px .3em;
	padding-left: 1.2em;
}
#main  ol li {
	padding-bottom: 0.5em;
}

/* Begin Typography & Colors */



.specialtext {
	color: #4f54a4;
	margin-bottom: 20px;
}


.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5em;
	}


/* End Typography & Colors */



/* Begin Structure */



.postmetadata {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
/* End Structure */



/*	Begin Headers */


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists*/



.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
#sidebar ul {
	list-style-type: none;
}
#sidebar li {
	padding-top: 5px;
}
#sidebar h2 {
	color: #630c0d;
	padding-top: 10px;
}
#sidebar a {
	color: #4f54a4;
	text-decoration: none;
	font-weight: bold;
}
#sidebar a:hover {
	color: #b9624b;
	text-decoration: underline;
}
.sidebar_menu {
	margin-left: 20px;
}
.sidebar_paragraph {
	color: #4f54a4;
	margin-left: 18px;
	font-size: .9em;
	margin-right: 5px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}
	
input, textarea {
	margin: 10px;
}

label {
	margin-left:10px;
}

select {
	width: 130px;
	}


/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}


.children { padding: 0; }


/* End Comments */






/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}




.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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;
}
/* End captions */
