/***** Common Style ******/

body {
background: transparent url(http://i45.tinypic.com/5ehjrd.jpg) repeat top center scroll;
	font-family: verdana;
	font-size: 11px;
	color: #8f8d8e;
	text-align: justify;
	letter-spacing: .05px;
}

a {
	text-decoration: none;
	color: #febebf;
}

h1 {
	font-family: Arial;
	letter-spacing: 5px;
	font-size: 18px;
	margin-left: 15px;
	color: #e1be5b;
}

h2 {
	text-align: left;
	font-size: 16px;
	font-family: Arial;
	letter-spacing: 2px;
	color: #7cea6a;
}

li {
	list-style-type: none;
}


#s {
       background: #fee5e7;
	border: 4px #f7a6ad double;
     text-align: center;
}
#searchsubmit {
     background: #fee5e7;
	border: 4px #f7a6ad double;
}
textarea {
    background: #fee5e7;
	border: 4px #f7a6ad double;
}

/******************
**Comments*********
******************/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/***** Body ******/

#Lay_wrap {
	width: 750px;
	height: auto;
	margin: 0 auto 0 auto;
}

#header {
	background: transparent url(http://i45.tinypic.com/3509q55.jpg) 

no-repeat top center scroll;
	width: 750px;
	height: 180px;
	margin-bottom: 0;
}

#menu {
	margin-top: 5px;
}

#menu a{
	background: #fffbff;
	padding: 5px;
	text-align: left;
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
	color: #cbb34f;
	
}

#menu a:hover {
	background: #f4e0f4;
	color: #91770e;
	
}

#sitename {
	position: relative;
	top: 60px;
	left: 80px;
}

#sitename a {
	font-size: 25px;
	text-decoration: none;
	font-family: Verdana;
	color: #fcc5c3;
	letter-spacing: 6px;
	font-weight: bold;
}


#post_wrap {
	background: transparent url(http://i49.tinypic.com/24ymkpw.jpg) 

repeat-Y top left scroll;
	width: 400px;
}

#post {
	width: 480px;
	margin-left: 25px;
	text-align: justify;
}

#sidebar_wrap {
	background: transparent url(http://i50.tinypic.com/ab70xd.jpg) 

repeat-Y top left scroll;
	width: 201px;
	
}

#sidebar {
	width: 175px;
	margin-left: 20px;
}

#footer {
	padding: 5px;
	background: #ffffff;
	-moz-border-radius: 10px;
	text-align: center;
	border: solid #febebf 2px;
}

/*************
***images******
**************/

p img {
padding: 0;
max-width: 100%;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}