/*  
Theme Name: Friendly Design
Theme URI: http://www.friendlydesign.net/
Description: Style by Friendly Design <a href="http://www.friendlydesign.net/">Friendly Design</a>.
Version: 2.0
Author: Peter Bauer
Author URI: http://www.frienldydesign.net/
*/


body {
	margin: 0px;
	padding: 0 0 20px;
	text-align: center;
	background-color: #EAE4D8;
}

* {
	font-family: Verdana;
	font-size: 12px;
	color: #4E493D;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page {
	margin: 0px auto;
	padding: 0;
	width: 750px;
	text-align: left;
	background-color: #D8CEBA;
	background-position: right;
	background-repeat: repeat-y;
}

h1#header {
	padding: 0px;
	margin: 0;
	font-weight: normal;
	height: 60px;
	width: 100%;
	background-color: white;
	overflow: hidden;
}
h1 div {
	position: relative;
	left: 35px;
	top:20px;
}

.blogname, a.blogname:hover {
	margin-right: 7px;
	font-size: 30px;
	color: #225972;
	text-decoration: none;
}

#footer {
	width: 750px;
	clear: both;
	border-top: 1px solid white;
	color: white;
	font-size: 11px;
	line-height: 21px;
	text-align: center;
	background-color: #D8CEBA;
	}
#footer a { color: white; font-size: 11px; }
#footer a.bold { font-weight: bold; }

img.header { border-bottom: 1px solid white; }


#content {
	float: left;
	margin: 0px;
	width: 520px;
}

#content h1 {
	margin: 0px;
	padding: 10px 35px 10px 35px;
	width: 100%
	color: #225972;
	font-size: 11px;
	font-weight: normal;
	xtext-align: center;
	border-bottom: 1px solid white;
	background-color: #D8CEBA;
}

.post {
	position: relative;
	margin:  35px;
	}
.post h2 {
	margin: 28px 0px 20px 0px;
	padding: 0px;
	width: 380px;
	}
.postdate {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 10px;
	}
* html .postdate { right: 35px; }
.entry {
	line-height: 18px;
}
.entry a {  color: #AC4955; }
.postmetadata {
	padding-top:  10px;
}
.postmetadata, .postmetadata a { 
	font-size:10px; 
	line-height: 21px; 
	font-style: italic; 
	}
.postcommentlink a { font-size: 10px; line-height: 21px; }
.postcommentlink {
	}
.editpagelink a /*page*/{
	font-size:10px; 
	line-height: 21px; 
	}
.entry p a:visited {
	color: #b85b5a;
	}

#sidebar { color: #E8E5DF; 
	line-height: 18px;}
#sidebar h2 { margin: 0px; padding: 0px; font-size: 11px; color: #E8E5DF; }
#sidebar ul { margin: 0px; padding: 0px; }
#sidebar li, #sidebar li a { list-style-type: none; font-size: 11px; color: #E8E5DF; }
#sidebar li li { padding-left: 20px; }
/* #sidebar ul ul { display: none; } */

#sidebar ul.layer, ul li.page_item { }

.nocomments, blockquote, strike {
	font-size: 11px;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

#commentbox { 
	margin: 35px;
	}


.commentdate { position: absolute; right: 0px; top:0px; font-size: 10px; line-height:21px; font-weight: normal; }
* html .commentdate { right: 35px; }

.commentlist { margin: 0px; padding: 0px; font-weight: normal; }

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}

ol.commentlist li p a {
 color: #AC4955;
}
ol.commentlist li cite a {
color: #4E493D;
}

.commentlist li {
	font-weight: bold;
	clear: both;
	line-height: 18px;
	position: relative;
	margin: 0px;
	padding: 15px 0px 15px 0px;
	text-align: left;
	border-bottom: 1px dashed white;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata { font-weight: normal; }

#wp-calendar caption {
	font-size: 11px;
}

#wp-calendar th {
	font-size: 11px;
	text-align: center;
}

#wp-calendar td {
	font-size: 9px;
}

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 11px Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar tfoot {
	font-size: 9px;
}
/* End Typography & Colors */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	

/* Begin Form Elements */

#content #searchform {
	text-align: center;
}

#searchform {
	margin: 10px;
	padding: 0px 0px 20px 0px;
	}
#xsearchform {
	position: relative;
	top: -50px;
	}

#searchform #s {
	width: 115px;
	padding: 2px;
	font-size: 11px;
	font-weight: normal;
	background-color: #EAE4D8;
	border: 1px solid #4E493D;
	}

#searchsubmit {
	padding: 1px;
	font-size: 11px; 
	font-weight: normal;
	height: 20px;
	background-color: #EAE4D8;
	border: 1px solid #4E493D;
	}
	
.widget_archive {
	padding: 20px 0 10px 0;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #4E493D;
	background-color: #EAE4D8;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	border: 1px solid #4E493D;
	background-color: #EAE4D8;
	}

#commentform #submit {
	margin: 0px;
	border: 1px solid #4E493D;
	background-color: #C0B7A6;
	}
p.submitcomment {
	padding: 0px;
	text-align: center;
}
/* End Form Elements */



/* Begin Comments*/

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	list-style: none;
        font-weight: normal;
	}

.commentlist p {
	margin: 10px 0px 10px 0;
	}

#commentform p {
	margin: 0px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	background-color: #EAE4D8;
	border-spacing: 1px;
}

#wp-calendar #today {
	border: 1px solid #AC4955;
}


#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	display: none;
	}

#wp-calendar td {
	padding: 0px 0;
	width: 20px;
	height: 20px;
	text-align: center;
	background-color: #D8CEBA;
	color: #E8E5DF;
	}

#wp-calendar td:last-child {
	background-color: #C0B7A6;
}
#wp-calendar td.pad {
	background-color: #D8CEBA; }
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #D8CEBA; }

#wp-calendar tfoot {
	display: none;
}

#wp-calendar thead th {
	background-color: #EAE4D8;
	color: #225972;
}

#wp-calendar td a {
	color: #4E493D;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr { 
	color: white; 
	background-color: white; 
	border: 0; 
	height: 1px; 
	width: 100%; 
	text-align: left; 
	clear: both; 
	margin: 0px;
	padding: 0px;
	xposition:relative;
	xbottom: -1px;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	position: relative;
	height: 25px;
	/*background-color: #C0B7A6;*/
	}
.navigation div {
	width:200px;
}
.navigation .alignleft {
	position: absolute;
	top:5px;
	left: 35px;
}
.navigation .alignright {
	position: absolute;
	top:5px;
	right: 35px;
	text-align: right;
}
/* End Various Tags & Classes*/

#
