/*  
Theme Name: Sarah Schoolcraft
Theme URI: http://www.sarahmagda.com/
Description: This theme is for a girl named Sarah Schoolcraft only.
Version: 1.0
Author: Janis Lanka
Author URI: http://www.emotion.lt/
This theme was designed and built by Janis Lanka
*/

* {margin:0;padding:0}

html { margin:0;padding:0;}

body {
	padding: 0;
	margin: 0;
	font: 12px Arial, Tahoma, sans-serif;
	color: #000;
	background-image:   url(/images/bg_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ECE8D6;
	text-align: center;
}

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


#search {
	padding: 15px 0pt 0pt 7px;
	font: 11px bold Georgia,"Times New Roman",Times,serif;
}

#search #s {
	background-color: #ECE7D5;
	border: none;
	padding: 3px 5px;
	margin: 6px 0;
		color: #732111;
width: 107px;
}

#search .button {
	background-color: #732111;
	border: none;
	padding: 2px 8px;
	color: #fff;
}

#menu {
	padding: 20px 0 42px 0;
	margin-bottom: 0;
	text-align: center;
}

#lines {
	background-image:  url(/images/border_lines.gif);
	background-repeat: repeat-y;
	background-position: top;
}

#image {
	height: 293px;
	background-image:  url(/images/top_body.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	vertical-align: top;
}

#content {
	padding: 0 0 15px 0;
	margin-left: 170px;
	margin-right: 160px;
}

#content_wide {
	padding: 0 0 15px 0;
	margin-left: 170px;
	margin-right: 27px;
}

#submenu {
	float: left;
	width: 146px;
	margin: 0;
	margin-right: 0;
	padding: 0;
	background-color: #DED4BD;
	border-left: 5px solid #fff;
	background-image:  url(/images/sub_rightline.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
* html #submenu { 
	width:151px; /*for ie5.x win */
	w\idth:146px; /*for ie6*/
	}

#side-right {
	float: right;
	width: 155px;
	margin: 0;
	margin-left: 0;
	padding: 22px 0 0 0;
	border-right: 5px solid #fff;
	text-align: center;
}
* html #side-right { 
	width:160px; /*for ie5.x win */
	w\idth:155px; /*for ie6*/
	}

#subdecor {
	padding: 0 5px 90px 5px;
	background-image:  url(/images/submenu_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;

}

#footer {
	clear: both;
	padding: 0;
	margin-top: 0;
	background-color: rgb(213, 219, 225);
	margin-bottom: 20px;
}

p {
	padding: 2px 0 2px 0;
}

.entrytext p {
	padding-bottom: 10px;
}



hr {
	border: 1px solid #fff;
	margin: 0 0 10px 0;
}

.post {
	margin-bottom: 10px;
}

.commentlist {
	margin: 0 0 0 20px;
}

form {
	padding: 0;
	margin: 0;
}

input, textarea {
	font: 11px Arial, Verdana, sans-serif;
}

a {
	text-decoration: underline;
	color: #732111;
	}

a:hover {
	text-decoration: none;
	}
	
h2 {
	padding: 0;
	margin: 0;
	font: 17px Georgia, "Times New Roman", Times, serif;
	color: #793B00;
	letter-spacing: -0.4pt;
}

h3 {
	padding: 0;
	margin: 0;
	font: bold 14px Arial, sans-serif;
	color: #793B00;
}

h4 {
	padding: 0;
	margin: 0;
	font-size: 11px;
}

#border_sides {
	background-image:  url(/images/decor_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
	
/* SUBmenu */

#submenu li
{
	font: 10px Georgia, "Times New Roman", Times, serif;
	list-style: none;
	margin: 0;
	padding: 0.5em 0;
	border-bottom: 1px solid #fff;
	margin: 0 12px 0 7px;
}

#submenu li a { 
	text-decoration: none; 
	color: #793B00;
}

/* HACKS */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #content {
	height: 1%;
  	margin-left: 170px;
	}
 
/* End hide from IE5/mac */
