

body,td,th {
font-family: Arial;
font-size:12px;
color:#FFFFFF;
}

body {
margin-left:0px;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
background-color:#817a72;
}

a:link {color:#333333; text-decoration: underline;}
a:visited {color:#333333; text-decoration: underline;}
a:hover {color:#333333; text-decoration: none;}
a:active {color:#333333; text-decoration: underline;}

/* Misc */

blockquote p {
font-family:'Times New Roman'; 
color:#666666;
font-size:11px;
line-height:19px;
}

blockquote {
padding:10px 35px 10px 45px;
margin:10px;
background-color:#ddc9b3;
border-top:1px solid #ddc9b3;
border-bottom:1px solid #ddc9b3;
background-image:url(images/openquote2.gif);
background-position:top left;
background-repeat:no-repeat;
}
  
hr {height:1px; border:0px; color:#CECFCE; background-color:#CECFCE;}

.index-single-page-content img {border-top:0px solid #ffffff; border-bottom:0px solid #ffffff; border-right:0px solid #ffffff; border-left:0px solid #ffffff;}

.space li {padding:0px 0px 20px 0px; margin:0px;}

#wrapper { }

#content { }

.post { }

.post ul { }

.post ul li { }

.post ol { }

.post ol li { }

pre {height:auto; padding:10px 10px 10px 10px; overflow-x:scroll; width:380px;}

/* classes used by the_meta() */

ul.post-meta {
list-style: none;
}

ul.post-meta span.post-meta-key {
font-weight: bold;
}

.meta {
font-size: .75em;
}

.meta li, ul.post-meta li {
display: inline;
}
.meta ul {
display: inline;
list-style: none;
margin: 0;
padding: 0;
}

.meta, .meta a {
font-weight: normal;
letter-spacing: 0;
}

.meta a{
text-decoration: underline;
}

.meta a:hover, .meta a:active{
text-decoration: none;
}

/* Sidebar */

#menu {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#menu form {
	margin: 0px 0px 0px 0px;
}

#menu input#s {
	background: #f8f8f8;
	border: 1px solid #cccccc;
	color: #000000;
}

/* Calendar */

#wp-calendar {
	border: none;
	empty-cells: show;
	font-size: 12px;
	margin: 0;
	width: 100%;
}

#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;
	text-decoration: none;
	color: #D70606;
	font-weight: bold;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	font: normal italic Georgia, serif;
	font-size: 120%;
	margin-bottom: 5px;
	text-align: left;
}

#wp-calendar td {
	color: #999;
	font: normal 100% Arial, Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
	
/* Comments */

.alt {
	margin: 0;
	padding: 10px;
	}
	
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}	

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* Comment Continue */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}	

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 95%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

/* Recent Comments */

#menu li.recentcomments { padding: 0px 0px 0px 0px; margin: 0px;}

/* RSS Widget */

.rsswidget { padding: 0px 0px 0px 0px; margin:0px; }
			
/* Images & Caption Alignment */

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 5px 0;
}

.alignright {
   float: right;
   margin: 0 0 5px 10px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}

/* Original */

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

cite {
	font-size: 100%;
	font-style: normal;
}

.textwidget
{
font-size:12px;
font-weight:normal;
}

/* Container */

#container1 {
margin:0 auto;
text-align:center;
background-image:url(images/crumpled-paper-burn-01.jpg);
background-repeat:repeat-x;
}

#container2 {
margin:0 auto;
text-align:center;
width:1200px;
height:221px;
background-image:url(images/crumpled-paper-burn-02.jpg);
background-repeat:no-repeat;
}

#container3 {
margin:0 auto;
text-align:center;
width:1200px;
height:371px;
background-image:url(images/crumpled-paper-burn-03.jpg);
background-repeat:no-repeat;
}

#container4 {
margin:0 auto;
text-align:center;
width:1200px;
background-image:url(images/crumpled-paper-burn-04.gif);
background-repeat:repeat-y;
}

/* Box 1 */

.box1 {
width:1200px;
height:153px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:left;
}

.box1 ul {padding:70px 0px 0px 240px; margin:0px;}
.box1 li {padding:0px 0px 0px 0px; margin:0px; list-style-type:none; text-decoration:none; font-size:19px; color:#000000; font-family:'Times New Roman'; font-style:italic;}
.box1 li a {text-decoration:none; color:#ffffff; font-weight:bold; font-size:45px; font-style:normal;}
.box1 li a:visited {text-decoration:none; color:#ffffff; font-weight:bold; font-size:45px; font-style:normal;}
.box1 li a:hover {text-decoration:underline; color:#ffffff; font-weight:bold; font-size:45px; font-style:normal;}

/* Box 2 */

.box2 {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:left;
}

.box2 ul {padding:0px 0px 0px 240px; margin:0px;}
.box2 li {padding:0px 35px 0px 0px; margin:0px; list-style-type:circle; text-decoration:none; font-size:14px; color:#FFFFFF; font-family:'Times New Roman'; text-transform:uppercase; float:left;}
.box2 li a {text-decoration:none; color:#FFFFFF;}
.box2 li a:visited {text-decoration:none; color:#FFFFFF;}
.box2 li a:hover {text-decoration:underline; color:#FFFFFF;}

/* Box 3 */

.box3a {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:left;
height:268px;
width:100%;
}

.box3b {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:left;
height:268px;
width:634px;
}

.box3c {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:left;
height:268px;
width:566px;
}

/* Box 4 */

.box4 {
margin:25px 0px 0px 220px;
padding:0px 0px 0px 0px;
text-align:left;
width:360px;
}

.box4 h2 {
padding:0px 0px 10px 0px;
font-family:'Times New Roman';
}

/* Box 5 */

.box5 {
margin:25px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:left;
width:340px;
}

.box5 h2 {
padding:13px 0px 0px 0px;
color:#FFFFFF;
font-family:'Times New Roman';
}

.box5 ul {padding:0px 0px 0px 0px; margin:0px;}
.box5 li {padding:8px 0px 8px 0px; margin:0px 15px 0px 0px; list-style-type:none; text-decoration:none; float:left; font-weight:bold; border-bottom:1px solid #7a624a;}
.box5 li a {text-decoration:none; color:#333333; padding:5px 10px 10px 5px;}
.box5 li a:visited {text-decoration:none; color:#333333;}
.box5 li a:hover {text-decoration:none; color:#FFFFFF; background-color:#333333;}

.box5 li li {padding:8px 0px 8px 0px; margin:0px 15px 0px 0px; list-style-type:none; text-decoration:none; float:left; font-weight:bold;}
.box5 li li li {padding:8px 0px 8px 0px; margin:0px 15px 0px 0px; list-style-type:none; text-decoration:none; float:left; font-weight:bold;}
.box5 li li li {padding:8px 0px 8px 0px; margin:0px 15px 0px 0px; list-style-type:none; text-decoration:none; float:left; font-weight:bold;}

/* Box 6 */

.box6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	position: absolute;
	width: 800px;
	left: 220px;
}

.box6 ul {padding:30px 0px 0px 0px; margin:0px;}
.box6 li {padding:0px 0px 15px 0px; margin:0px; list-style-type:none; text-decoration:none; font-size:11px; color:#cccccc; display: inline;}
.box6 li a {text-decoration:underline; color:#cccccc;}
.box6 li a:visited {text-decoration:underline; color:#cccccc;}
.box6 li a:hover {text-decoration:none; color:#cccccc;}

/* Box 7 */

.box7a {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:left;
}

.box7b {
width:190px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:left;
background-image:url(images/crumpled-paper-burn-05a.jpg);
background-repeat:no-repeat;
}

.box7d {
width:192px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:left;
background-image:url(images/crumpled-paper-burn-05b.jpg);
background-repeat:no-repeat;
}

.box7c {
width:818px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:left;
background-image:url(images/crumpled-paper-burn-05c.jpg);
background-repeat:repeat-y;
}

/* Box 8 */

.box8a {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:left;
}

.box8b {
width:514px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:left;
}

.box8c {
width:304px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:left;
}

/* Index Single Page */

.index-single-page {
width:457px;
margin:0px 0px 0px 27px;
padding:0px 0px 0px 0px;
text-align:left;
}

.index-single-page-title {
margin:15px 0px 0px 0px;
padding:0px 0px 5px 0px;
text-align:left;
font-size:24px;
border-bottom:1px solid #7e6750;
}

.index-single-page-title a {text-decoration:none; color:#000000;}
.index-single-page-title a:visited {text-decoration:none; color:#000000;}
.index-single-page-title a:hover {text-decoration:underline; color:#000000;}

.index-single-page-info {
margin:0px 0px 0px 0px;
padding:5px 0px 0px 0px;
text-align:left;
font-size:11px;
font-weight:bold;
color:#333333;
}

.index-single-page-comments {
font-size:11px;
color:#ffffff;
background-image:url(images/crumpled-paper-burn-06.gif);
background-repeat:no-repeat;
}

.index-single-page-comments a {text-decoration:none; color:#ffffff;}
.index-single-page-comments a:visited {text-decoration:none; color:#ffffff;}
.index-single-page-comments a:hover {text-decoration:underline; color:#ffffff;}

.index-single-page-content {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:left;

}

.index-single-page-end {
margin:10px 0px 35px 0px;
padding:5px 10px 5px 10px;
text-align:left;
font-size:10px;
color:#664d45;
background-color:#18110e;
}

.index-single-page-end a {text-decoration:underline; color:#ffffff;}
.index-single-page-end a:visited {text-decoration:underline; color:#ffffff;}
.index-single-page-end a:hover {text-decoration:none; color:#ffffff;}

.index-single-page-end1 {
text-align:left;
font-size:10px;
color:#664d45;
background-color:#18110e;
}

.index-single-page-end1 a {text-decoration:underline; color:#ffffff;}
.index-single-page-end1 a:visited {text-decoration:underline; color:#ffffff;}
.index-single-page-end1 a:hover {text-decoration:none; color:#ffffff;}

/* Sidebar */

.sidebar1 {
width:277px;
margin:20px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:left;
background-color:#dec9b4;
}

.sidebar2 {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:left;
background-image:url(images/crumpled-paper-burn-07a.jpg);
background-repeat:no-repeat;
}

.sidebar2 h2 {
margin:0px 0px 0px 0px;
padding:5px 0px 0px 0px;
text-align:center;
font-family:'Times New Roman';
font-size:17px;
color:#000000;
}

.sidebar2 ul {padding:10px 0px 0px 20px; margin:0px;}
.sidebar2 li {padding:0px 0px 0px 15px; margin:0px; list-style:none; text-decoration:none; color:#000000; background: url(images/li-small.gif) no-repeat left top;}
.sidebar2 li a {}
.sidebar2 li a:visited {}
.sidebar2 li a:hover {}

.sidebar3 {
height:29px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:left;
background-image:url(images/crumpled-paper-burn-07b.jpg);
background-repeat:no-repeat;
}

#ss1 {
	position: relative;
	list-style-image: none;
	width: 250px;
}

#ss1 ul, #ss1 li  {
	list-style: none;
	text-decoration:underline; 
	color:#333333;
	
}


#stat {
	position: relative;
	left: 40px;
}


#rekl {
	position: relative;
	left: 40px;
}

#pages  {
	list-style: none;
}

#tag_cloud {
	list-style: none;
}

.index-single-page-content li {
	font-size: 14px;
}


.index-single-page-content p {
	text-align: justify;
}