/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-top: 5px;
	padding: 0;
	background:#009900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BBBBBB;
	background: #FFFFFF;
}

h1, h2, h3 {
	margin: 0;
	
	font-weight: normal;
	color: #48ACDE;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	line-height: 18px;
}

a:link {
	color: #ffffff;
}

a:hover, a:active {
	text-decoration: underline;
	color: #ffffff;
}

a:visited {
	color: #000000;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}





/* Header */

#header {
	clear: both;
	width: 860px;
	height: 52px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat left top;
}

/* Menu */

#menubar{
	float: left;
	width: 860px;
	height: 54px;
	padding-left: 10px;
	background: url(images/img01.jpg) no-repeat left top;
}



#menubar h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	font-size: 18px;
	color: #FFFFFF;
	
}
#menubar ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	line-height: normal;
}

#menubar li {
	display: block;
	float: left;
}

#menubar a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 10px 20px;
	text-decoration: none;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

#menubar a:hover { 
	text-decoration: underline; 
	color: #FFFFFF;
}

#menubar .current_page_item a {
	color: #FFFFFF;
}

/** LOGO */

#logo-wrap {

width: 820px;
	height: 120px;
	margin: 0 auto;
	
	}

#banner {
	width: 820px;
	height: 240px;
	margin: 0 auto;
	padding: 00px 0 0 0;
	background: #FFFFFF url(images/FEATHER.jpg) no-repeat left top;
}

#logo {
	width: 820px;
	height: 140px;
	margin: 0 auto;
	background: url(images/emuhouse-logo-home.gif) no-repeat left top;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
}

#logo h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-style: italic;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	padding: 20px 0 0 5px;
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	color: ##48ACDE;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }


#wrapper {
	width: 860px;
	margin: 0 auto;
	background: #D6D6D6 url(images/img011.jpg) no-repeat left top;
}

#wrapper-btm {
	background: url(images/img011.jpg) no-repeat left bottom;
}
/* Page */

#page {
	width: 860px;
	margin: 0 auto;
	padding-top: 20px;
	color: #FFFFFF;
}

/* Content */

#content {
	
	width: 740px;
	color: #FFFFFF;
}

#content2 {
	font-size: 14px;
	color: #FFFFFF;
	width: 800px;
	font-family: Georgia, "Times New Roman", Times, serif; 
	
	padding: 0px;
	float:left;	
}


/* Post */

.post {
	padding: 15px 15px;
}

.post .title {
	padding-bottom: 2px;
}

.post h1 {

height: 32px;
	padding: 8px 0 0 15px;
	font-size: 18px;
	color: #FFFFFF;
	

}


.post h2 {
	height: 32px;
	padding: 10px 0 0 15px;
	font-size: 18px;
	color: #000000;
}

.post .entry {
	padding-top:0px;
	padding-LEFT:15px;
	color: #000000;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.post .meta {
	margin-left: 15px;
	margin-right: 15px;
	padding: 15px 0px 30px 15px;
	border-top: 1px dashed #333333;
	font-size: 10px;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(images/img11.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(images/img12.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	padding-left: 30px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	height: 32px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #DADADA;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 115px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #BED99C;
}

#x {
	padding: 3px;
	border: none;
	background: #48ACDE;
	font-size: 11px;
	color: #000000;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
	width: 860px;
	height: 64px;
	margin: 0 auto;
}

#footer {
	margin: 0 auto;
	height: 64px;
	min-height: 64px;
	padding: 0;
	font-size: 10px;
}

html>body #footer {
	height: auto;
}

#footer p {
}

#legal {
	clear: both;
	padding-top: 10px;
	padding-left: 30px;
	text-align: center;
	color: #ababab;
}

#legal a {

color: #ababab;
	text-decoration: none; 
	

}
#legal a:hover { 
	text-decoration: underline;
	color: #FFFFFF;
}

#legal a:visited { 
	text-decoration: none; 
	color: #000000;
}

/** LOGO2 */

#logo2-wrap {

width: 820px;
	height: 120px;
	margin: 0 auto;
	padding: 0 0 0 0px;
	
	}

#banner2 {
	width: 820px;
	height: 240px;
	margin: 0 auto;
	padding: 00px 0 0 0;
	background: #FFFFFF url(images/FEATHER2.jpg) no-repeat left top;
}




#logo2 {
	width: 820px;
	height: 140px;
	margin: 0 auto;
	background: url(images/emuhouse-logo-aboutus.gif) no-repeat left center;
}

/** menubar2 */

#menubar2{
	float: left;
	width: 800px;
	height: 0px;
	padding-left: 0px;
	
}

#menubar2 h2 {
	height: 00px;
	padding: 0px 0 0 0px;
	font-size: 18px;
	color: #FFFFFF;
	
}
#menubar2 ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	line-height: normal;
}

#menubar2 li {
	display: block;
	float: left;
}

#menubar2 a {
	display: block;
	float: left;
	margin-right: 20px;
	padding: 0px 0 0 0px;
	text-decoration: none;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

#menubar2 a:hover { 
	text-decoration: underline; 
	color: #FFFFFF;
}

#menubar2 .current_page_item a {
	color: #FFFFFF;
}

/** titles */



#titles  {
	
	
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
	
	
#bannerc {

	width: 270px;
	height: 230px;
	float: left;
	padding: 00px 0 0 0;
	background: #FFFFFF url(images/dad.jpg) no-repeat left top;
}

#bannerch {
	
	margin-top: 90px;
	width: 270px;
	height: 230px;
	float: left;
	padding: 0px 0 0 0;
	background: #FFFFFF url(images/chris.jpg) no-repeat left top;
}

#bannerbook {
	
	margin-top: 4px;
	margin-right: 0px;
	width: 225px;
	height: 230px;
	float: left;
	padding: 0px 0 0 0;
	background: #FFFFFF url(images/book.jpg) no-repeat left top;
}

#banner4 {
	width: 820px;
	height: 240px;
	margin: 0 auto;
	padding: 00px 0 0 0;
	background: #FFFFFF url(images/emu.jpg) no-repeat left top;
}

#banner3 {
	width: 820px;
	height: 240px;
	margin: 0 auto;
	padding: 00px 0 0 0;
	background: #FFFFFF url(images/tree.jpg) no-repeat left top;
}

#banner5 {
	width: 820px;
	height: 240px;
	margin: 0 auto;
	padding: 00px 0 0 0;
	background: #FFFFFF url(images/pub.jpg) no-repeat left top;
}
#banner6 {
	width: 820px;
	height: 240px;
	margin: 0 auto;
	padding: 00px 0 0 0;
	background: #FFFFFF url(images/foot.jpg) no-repeat left top;
}

#entry2 {
	
	width: 450px;
	height: 0 auto;
	margin: 0 auto;
	float:right;
	
	padding: 00px 0 0 0;

}

#entry4 {
	
	width: 650px;
	height: 0 auto;
	margin: 0 auto;
	float:left;
	color: #000000;
	padding-LEFT:20px;


}
#entry6 {
	padding-top:230px;
	padding-LEFT:230px;
	color: #000000;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 750px;
	float:right;
}
#entry3 {
	padding-top:0px;
	padding-LEFT:0px;
	color: #000000;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 750px;
}

#left15 {
	padding: 15px 15px;
}
