/* 
Theme Name: SarahKanz
Theme URI: http://www.easywebtutorials.com/blogging-tutorial/themes.php
Description: A custom WP theme for merrysarie.com
Author: Guido W. Stiehle
Author URI: http://www.easywebtutorials.com/
*/

body   { font-family: Verdana, Helvetica, Arial, sans-serif; background-color: #e6e6e6; background-image: url("http://www.merrysarie.com/images/castle_facade.jpg"); background-repeat: repeat; text-align: center; letter-spacing: 0em; margin: 0; padding: 0 }

a:link  { color: #c66; font-weight: normal; text-decoration: underline; background-color: transparent }
a:active { color: #f99; font-weight: normal; text-decoration: underline; background-color: transparent }
a:visited   { color: #966; font-weight: normal; text-decoration: underline; background-color: transparent }

h1  { color: #cd6666; font-size: 1.4em; font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-weight: normal; line-height: 1.3em; margin-top: 0; margin-bottom: 0; padding: 0 }

h2  { color: #cd6666; font-size: 1.1em; font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-weight: normal; line-height: 1.3em; margin-top: 0; margin-bottom: 2px; padding: 0 }

h3  { color: #cd6666; font-size: 0.9em; font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-weight: normal; line-height: 1.2em; margin-top: 1em; margin-bottom: 0 }

h4  { color: #000; font-size: 0.9em; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: 1.2em; margin-top: 2px; margin-bottom: 2px:
 }

ul, ol { margin-top: 0 }

#container { 
	text-align: left; 
	margin: 0 auto;
	padding: 0;
	width: 620px;
}

#wrapper  { background-color: #fff; text-align: left; margin: 0 auto 10px; padding: 0; width: 620px; border: solid 2px #666 }

#header    { background-color: #fcc; margin: 0; width: 620px }

#navcontainer { 
	background-color: #333; 
	margin: auto auto auto 0; 
	width: 620px; 
	float: left; 
	border-top: 1px solid #333; 
	border-bottom: 1px solid #333;
}
    
#navcontainer ul { 
	color: #fff; 
	font-size: 0.9em; 
	font-family: Helvetica, Arial, sans-serif; 
	font-weight: normal; 
	text-align: center; 
	margin: 0; 
	padding-top: 1px; 
	padding-bottom: 3px;
}

#navcontainer ul li { 
	display: inline; 
	margin-left: -4px;
}

#navcontainer ul li a {
	color: #fff; 
	text-decoration: none; 
	display: clear; 
	padding: 3px 10px; 
	margin-left: -1px; 
	border-left: 1px solid white; 
	border-right: 1px solid white;
}

#navcontainer ul li a:hover { 
	color: #fff; 
	background-color: #666; 
	display: inline;
}

#main {
	border-collapse: collapse;
	width: 620px;
	padding: 0;
	margin: 0;
}

#content { 
	width: 420px;
	vertical-align: top;
	margin: 0; 
	padding: 20px 20px;
}

.storytitle  { font-size: 1.3em; font-weight: normal; margin-top: 5px; margin-bottom: 0; padding: 0 }

.storytitle a  { font-weight: normal; text-decoration: none }

.meta {
	background-color: #ffe6e6;
	font-size: 11px;
	padding: 3px 5px;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.storycontent { 
	font-size: 0.8em; 
	line-height: 1.3em; 
	margin-top: 0; 
	margin-bottom: 0.9em;
	padding: 0;
}

.storycontent p, li, td {
	margin-top: 2px;
	margin-bottom: 0.8em;
}

.feedback {
	font-size: 0.8em;
    margin-top: 0.8em;
	text-align: left;
	clear: both;
}

#comments {
	font-size: 0.8em;
}

#comments h3 {
	font-size: 1.1em; 
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #cd6666;
	margin-top: 10px;
	margin-bottom: 10px;
}

#commentlist {
	list-style-type: none;
	margin-left: 0;
	padding: 0;
}

#commentlist li {
	border: 1px solid #666666;
	margin-bottom: -1px;
	padding: 0 10px;
}


/* - -  The Comment Form - - */

#commentform  #comment{
  width: 95%;
  height: 90px;
  background-color:#FFFFFF;
  margin:0;
}

#commentform #name, #commentform #email, #commentform #url, #commentform textarea {
	background: #FFFFFF;
	border: 1px solid #666666;
	padding: 5px;
}

#commentform textarea {
	width: 100%;
}

#menu {
	width: 180px;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

#sidebar { 
	background-color: #ffe6e6; 
	padding: 10px; 
	margin: 20px 20px 20px 0;
	width: 180px; 
	border-width: 1pt; 
	border-color: #c66;
}

#sidebar form {
	margin: 0;
}

#sidebar input#s {
	width: 90%;
	background: #FFFFFF;
	border: 1px solid #666666;
	color: #000000;
}

#sidebar h2, #sidebar h3, #sidebar h4 { 
	color: #cd6666; 
	font-size: 1em; 
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; 
	font-weight: bold; 
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 0;
}


#sidebar ul {
	color: #000000;
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 5px 10px;
	text-transform: none;
}	

#sidebar ul li {
	margin-bottom: 15px;
}
  
#sidebar ul ul {
	font-weight: normal;
	list-style-type: none;
	margin-bottom: 10px;
	padding: 0;
	text-align: left;
}

#sidebar ul ul li {
	font-size: 0.8em; 
	line-height: 1.2em; 
	margin-bottom: 3px;
}


#blogentry   { font-size: 0.8em; margin-top: 20px; margin-bottom: 20px; width: 580px }

#footer  { margin: auto; width: 620px; clear: both }

p.label {font-size: 0.7 em; margin-top: -0.8em; margin-bottom: -0.3em;}

p.footer  { font-size: 0.7em; text-align: center }
#print_header {display: none; }
#print_footer {display: none; }

p.indent { margin-left: 20px; margin-right: 20px;}

p.description {font-size: 0.9em; line-height: 1.4em;   margin-bottom: 20px;}

p.footnote {font-size: 0.8em; margin-bottom: 20px; }

.center { text-align: center;}

div.more-link {margin-top: -10px; margin-bottom: 20px;}
