/*notes here*/

body {
	margin: 0;
	padding: 0;
	background:no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	background-color: #FFF;
	
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	text-transform: ;
	font-family: 'Abel', sans-serif;
	font-weight: ;
	color:#000
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 1.6em;
	color: #FFF;
	text-shadow: #081e0d 0.2em 0.2em 0.2em}
}

h4 {
	font-size: 1.6em;
	color: #060503;
}

h5 {
	font-size: 16px;
	color: #060503;
}

p, ul, ol {
	margin-top: 0;
	
}

ul, ol {
}

a {
	text-decoration: none;
	color: #901609;
}

a:hover {
}

img.border {
	border: 6px solid #E1F1F6;
}

img.alignleft {
	float: left;
	margin-right: 25px;
	margin-bottom: 0px;
}

img.alignright {
	float: right;
	margin-left: 25px;
}

img.aligncenter {
	margin: 0px auto;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	background-color:#FFF
}

/* Header */

#header {
	overflow: hidden;
	width: 900px;
	height: 120px;
	margin: 0 auto;
}

/* Logo */

#logo {
	height: 60px;
	margin: 0;
	padding: 20px 0px 0px 0px;
	color: #060503;
	text-align: center;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding-left: 30px;
	letter-spacing: -3px;
	text-transform: ;
	font-family: 'Abel', sans-serif;
	font-size: 50px;
}

#logo span {
	letter-spacing: normal;
	font-size: 22px;
}



#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #060503;
}

/* Menu */

#menu {
	width: 900px;
	height: 50px;
	margin: 20px auto 0 auto;
	padding: 0px 40px;
	text-align: center;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	margin-right: 5px;
	background: #6C0000 url(images/menu-bg.png) repeat-x left bottom;
	border-radius: 10px;
	display: inline-block;
}

#menu a {
	display: inline-block;
	height: 40px;
	margin-right: 1px;
	padding: 0px 20px 0px 20px;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Abel', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu .current_page_item a {
}

#menu a:hover {
}

/* Page */

#page {
	overflow: hidden;
	width: 900px;
	margin: 0px auto;
}

/* Content */

#content {
	float: right;
	width: 540px;
}



/* Footer */

#footer {
	width: 900px;
	height: 140px;
	margin: 0px auto;
}

#footer p {
	margin: 0;
	padding-top: 30px;
	line-height: normal;
	text-transform: ;
	text-align: left;
	font-family: 'Abel', sans-serif;
	font-size: 14px;
}

#footer a {
	text-decoration: underline;
}

#about {
	overflow: hidden;
	width: 820px;
	margin: 30px auto 0px auto;
	padding: 40px 40px;
	background: #FFFFFF url(images/page-gradient-bg.png) repeat-x left bottom;
	box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 1);
	outline-offset: -10px;
	border-radius: 10px;
}

#about .title {
	
	text-transform: ;
	color: #901609;
}



.list-style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list-style1 li {
	padding: 5px 0px;
	border-top: 1px solid #EEEEEE;
}

.list-style1 a:hover {
	text-decoration: underline;
}

.list-style1 .first {
	border-top: none;
}

#banner {
	width: 900px;
	margin: 30px auto;
	imagealign: center;
}

#banner img {
	border-radius: 10px;
}

.featured-post {
	padding: 0px 0px 30px 0px;
	color: #060503;
}


.featured-post a {
	color: #901609;
}
