/*   
Theme Name: EBA
Theme URI: http://www.embellishmentspillows.com/
Description: Beautiful theme featuring lush green with earthy browns and simplistic whites. 
Author: Johnny White
Author URI: http://www.standfirmdesigns.com
Version: 1.0
*/

*{
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
}
ul, li{
	list-style-type: none;
}
hr{
	border: 0px;
	height: 1px;
	color:#1F0000;
	background-color:#1F0000;
}
h2{
	color:#FFFFFF;
	font-style:italic;
        margin-bottom:25px;
}
body{
	background: #1F0000;
	color: #6F913D;
	background-color: #1F0000;
}
p {
	text-indent: 20px;
}
#container {
	margin: auto;
	width: 850px;
	background-color: #B1D25B;
}
#header {
	background-image: url('images/header.jpg');
	width: inherit;
	height: 135px;
}

#header-link a{
	display: block;
	width: 100%;
	height:110px;
}
#top-navigation {
	color: #FFFFFF;
	border-style: none dotted dotted dotted;
	border-width: 2px;
	padding: 2px;
	float: right;
	margin-top: -25px;
	text-align: center;
	display: block;
	clear: both;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

#top-navigation a{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#nav li {
	float: left;
	padding: 5px;
}
#body {
	color: #1F0000;
	margin-top: 25px;
	width: 810px;
	padding: 20px 20px 0px 20px;
}
#body a{
       color: #1F0000;
       text-decoration:none;
}
h2 #title-link{
	color: #FFFFFF;
	text-decoration: none;
}
#page-bottom {
	background-image: url('images/footer.jpg');
	width: inherit;
	background-repeat: no-repeat;
	color: #1F0000;
	text-align: center;
	height: 100px;
	background-color: #1F0000;
	padding-top: 100px;
}
#page-bottom a{
        text-decoration: none;
        font-family: "Times New Roman", Times, serif;
        color: #1F0000;
}

.prev_post{
	float:left;
}

.next_post{
	float: right;
}

.clear{
	clear: both;
}
