/*
Theme Name: Samuels Miracle
Theme URI: http://samuelsmiracle.com/
Description: Samuels Miracle theme.
Version: 1.0
Author: Karen Rani
Author URI: http://www.swankwebstyle.com/
*/
* {margin: 0; padding: 0;}

body {
        background-image: url(images/brown_bkgd.jpg);
	font-size: small;
	font-family:  "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
        color: #817f6a;
}

* html body {
        font-size: x-small; /* for IE5/Win */
        f\ont-size: small;  /* for other IE versions */}

#container {
	width: 864px;
	\width: 864px;
	w\idth: 864px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

#container-image {
        float: left;
	width: 864px;
	height: 269px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

a {color: #586f77; font-weight: normal; text-decoration: none;}
a:link {color: #586f77; font-weight: normal; text-decoration: none;}
a:visited {color: #586f77; font-weight: normal; text-decoration: none;}
a:hover {color: #dedac1; background-color: #586f77; font-weight: normal; text-decoration: none;}

img {border: 0;}

#content {	
        float: right;
	padding: 0;
	width: 610px;
	margin: 0;
}

.storycontent {
        padding: 10px 20px 10px 0;
}

p {margin: 0 0 10px 0;}

.post  {
        clear: both;
	font-size: 85%;
        border-top: 1px solid #5a6b7d;
	text-align: center;
	padding: 5px 0 30px 0;
        margin: 10px 0 0 0;
}

#side {
        float: left;
	width: 225px;
	margin: 0;
        padding: 0 0 0 10px;
	text-align: left;
        font-size: 90%;
}

.navigation  {
	font-size: 90%;
	text-align: center;
	margin: 10px 0;
}

#footer {
        clear: both;
	margin-left: auto;
	margin-right: auto;
        width: 864px;
	height: 29px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
      
h1 {
        font-family:  Georgia, Times, Times New Roman, serif;
	font-size: 170%;
	text-align: left;
	font-weight: normal;
	padding: 0 0 0 0;
        margin: 0;
        color: #777461;
        text-decoration: none;
}

h2       { 
        font-family:  Georgia, Times, Times New Roman, serif;
	font-size: 140%;
	text-align: center;
	font-weight: normal;
	padding: 0px 0 1px 0;
        color: #777461;
}

h3  { 
	font-size: 95%;
	text-align: left;
	font-weight: normal;
	padding: 0 0 5px 0;
        margin: 0 0 10px 0;
        border-bottom: 1px solid #5a6b7d;
        color: #777461;
}

h3.pagetitle  { 
	font-size: 130%;
	text-align: center;
	font-weight: normal;
	padding: 0 0 5px 0;
        margin: 0 20px 10px 10px;
        border-bottom: 0px solid #5a6b7d;
        color: #777461;
}

ul  {
        list-style-type: none;
        text-align: left;
        padding: 5px;
        margin: 0 5px 20px 5px;
}

li  {
        list-style-type: none;
}

.storycontent ul  {
        list-style-type: none;
        text-align: left;
        padding: 5px;
        margin: 0 0 0 15px;
}

.storycontent li  {
        list-style-type: disc;
        list-style-position: outside;
}

blockquote {
	text-align: left;
        background-color: #dedac1;
        border: 1px solid #5a6b7d; 
	width: 85%;
	padding: 5px;
	margin: 10px auto 10px auto;
        font-size: 90%;
}

.alignright {float: right;}
.alignleft {float: left;}

.clear {clear:both;}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
        margin-bottom: 10px;
}

input, textarea, select {
        background-color: #dedac1;
        border: 1px solid #5a6b7d;
        text-align: left;
        color: #777461;
}

#s {width: 160px;}

ol#commentlist {
	margin: 0 auto 0;
	padding: 0;
}

ol#commentlist li {
        list-style-type: none;
        width: 500px; 
        background-color: #dedac1;
        border: 1px solid #5a6b7d; 
        color: #777461;
	padding: 5px;
	margin: 0 auto 20px auto;
}

ol#commentlist li.alt {
        list-style-type: none;
        width: 500px; 
	background-color: #dedac1;
        border: 1px solid #5a6b7d;
        color: #777461;
	padding: 5px;
	margin: 0 auto 20px auto;
}

#commentform {
	margin: 0 auto;
	padding: 0;
}

#commentform #author, #commentform #email, #commentform #url {
        background-color: #dedac1;
        border: 1px solid #5a6b7d; 
	width: 225px;
	padding: 1px;
	margin: 0 0 2px 40px;
}

#commentform textarea {
        width: 505px; 
        background-color: #dedac1;
        border: 1px solid #5a6b7d; 
        padding: 1px;
	margin: 0 0 0 40px;
}