/*   
Theme Name: Harmony House Theme 2.0
Theme URI: http://element-u.com/
Description: Custom theme designed for Harmony House Rabbit Sanctuary by Element-U Design.
Author: James Revillini
Author URI: http://james.revillini.com/
Version: 1.0
*/
body {
	background-image: url(images/background.png);
	background-position: fixed;
	background-repeat: repeat-x;
	background-color: #ffba00;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-size: 11pt;
}

h5 {
	font-size: 10pt;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}



.doc {
	background-color: #ffffff;
	border-top: 1em solid #730000;
	width: 768px !important;
	border-bottom: 3em solid #ffffff;
}

#hd {
	position: relative;
	z-index: 100;
}

a, 
a:link, 
a:visited, 
a:active, 
a:hover {
	text-decoration: none;
	color: #d60000;
}

#bd {
	background-image: url(images/bee.png);
	background-position: 1em 0;
	background-repeat: no-repeat;
}

.yui-b {
	font-size: 8pt;
	padding-top: 1em;
}

#yui-main .yui-b{
	padding: 2em 1em 1em 4em;
}

h2.pagetitle{
	text-align: center;
	
}

h1.post-title,
h1.post-title a {
	font-size: 16pt;
	color: #000000;
}

div.post-wrap , 
#commentlist li {
	background-image: url(images/divider.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 40px;
	text-align: justify;
}

div.post-wrap p,
#commentlist li p {
	line-height: 2em;
	
	margin-bottom: 1em;
}

div.post-wrap p.post-meta {
	margin-bottom: 0;
}

div.post-wrap img,
div.post-wrap iframe {
	padding: 4px;
	background-color: #def5ff;
	border: 1px solid #c4d7ea;
}

li.widget {
	background-image: url(images/clouds.png);
	background-position: left top;
	background-repeat: no-repeat;	
	padding-top: 1em;
	padding-left: 2em;
}

li.widget h2 {
	font-family: Georgia;
	font-size: 16pt;
	margin-bottom: .1em;
}

li.widget ul {
	margin-left: .75em;
	line-height: 1.6em;
}

#stamp {
	position: absolute;
	width: 880px;
	height: 200px;
	top: 1em;
	margin: 0 auto;
	background-image: url(images/stamp.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#ft {
	padding-left: 4em;
	padding-top: 2em;
	font-size: 8pt;
	color: #76aff0;
}

a.commentlink {
	background-image: url(images/comment-icon.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 20px;
}

.fmtext h2 {
	clear:both;
}

form.ddfm  p.fieldwrap {	display:block;
	clear: left;
}