/* @override http://localhost/wp-content/themes/sakura/joels.css */

html {
	padding-top: 13px;
	padding-bottom: 13px;

	background-image: url('images/header_bg.png');
	background-repeat: no-repeat;
	background-position: 50% 0px;

	background-color: #6e5e5e;
}

body {	
	background-image: url('images/header_bg.png');
	background-repeat: no-repeat;
	background-position: 50% -13px;
}

a:hover {
	text-decoration: none;
	color: #BD413D;
	background-color: #e3e1d5;
}

/* @group Blocks */

/*#wrapp, #main, #sidebar, .entryBox {
	border: 1px dashed lime;
}*/

#wrapp {
	padding: 1em;
	/*width: 70%;
	width: 970px;*/
	background-image: none;
	
	width: 900px;
}

#main {
	width: 550px;
	/*width: 65%;*/
}

#main .entryBox {
	/*width: 100%;*/
}

#sidebar {
	float: left;
	margin-top: 20px;
	margin-left: 1em;
}

#footer {
	clear: both;

	/*padding-top: 1em;
	padding-bottom: 1em;*/
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 80ex;
	
	background-image: url('images/flower.png');
	background-position: bottom left;
	background-repeat: no-repeat;
}


#sidebar form {}
#sidebar form input#s {
	padding: inherit;
	margin: inherit;
	font-size: inherit;
	font-weight: normal;
	background-color: #fafafa;
	border: 1px solid #E5E2D9;
	padding: .25em;	
}


/* @end */

/* @group Header */

#header {
	height: auto;
	margin-top: 5em;
	margin-bottom: -15px;
}

#HederTitle {
	background-image: url('images/HederTitle.png');
	background-repeat: no-repeat;
	
	height: 130px;
	width: 430px;
}

#HederTitle h1 a {
	display: block;
	height: 130px;
	width: 430px;
	
	margin-top: -65px;
	margin-left: -20px;
}

#HederTitle h1 a:hover {
	background-color: transparent;
}

#HederTitle #description {
	margin-top: -65px;
	margin-left: 20px;
}

#HederTitle h1 a span {
	visibility: hidden;
}



/* @end */

/* @group Lists */

#main .entryBox .entry ul li,
#main .entryBox .entry ol li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 3ex;
}

#main .entryBox .entry ol li {
	list-style-type: decimal;
}


/* @end */


#main .entryBox .entry img.wp-smiley {
	margin: 0;
	padding: 0;
}
