

/* = base.css
--------------------------------------------------- */


/* = HTML Tag Rules
--------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font: normal 12px/17px Arial, sans-serif;
	color: #979797;
	background: #d9e999;
}

#body-wrapper{
	background:none;}	
	
	
form {
	margin: 0px 0 0 0;
	padding: 0;
	display: block;
}
blockquote {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #fff none;
}
blockquote blockquote {
	border-color: #999;
	background: #ccc none;
}
blockquote blockquote blockquote {
	border-color: #ccc;
	background: #fff none;
}
iframe {
	display: block;
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald',sans-serif;
	display: block;
	margin: 0 0 1em 0;
	padding: 0;
	text-transform:uppercase;
	font-weight:normal;
	color:#5d7407;
}

h4{
	font-family:'Oswald', Sans-Serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:18px;
	color:#6d2700;
	margin-bottom:10px;
}

h5{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:15px;
	font-weight:normal;
	margin:0px;
}

p {
	display: block;
	margin: 0 0 1em 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
}

ul{

font-family:Georgia, "Times New Roman", Times, serif;
color:#333;
}

li{margin-top:10px;
}

img {

}
a {
	outline: 0;
}
a:link,
a:visited {
	color: #6d2700;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration:underline;
	color: #000;
}
abbr {
	border: 0 none;
}
input,
button,
select,
option,
textarea {
	font: normal 14px/28px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
*:focus {
	outline: none;
}

html body.home div.copy_wrap a.copy{display:none;}

html body.page div.copy_wrap{display:none;}

html body.single div.copy_wrap{display:none;}

/*-------Specific to Page---------*/

.archive, .single, .page #body-wrapper{
	background-image: url("images/page-bg.png");
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#ffe698;
	}
	
.page, .post p{
	font-size:15px;
	line-height:26px;
}

.page #body {
	border-right:4px solid #ffe698;
	border-left:4px solid #ffe698;
	background:#fff;
	padding:40px;
}

/*-------Specific to Post---------*/

.single #body{
	padding:40px;
	background:#fff;}
	
/*----Archives----*/

.archive #body{
	background:#fff;
	padding:40px;
}

