@import url(//fonts.googleapis.com/css?family=Holtwood+One+SC);
@import url(//fonts.googleapis.com/css?family=Inika);
@import url(//fonts.googleapis.com/css?family=Arbutus+Slab);
@import url(//fonts.googleapis.com/css?family=Josefin+Slab);
@import url(//fonts.googleapis.com/css?family=Oswald);


* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

//body {
//	margin: 20px 0;
//	background: #b49952 url(../images/background.png);
//}

body {
	margin: 20px 0;
	background: url(../images/background.png) #603319;
}

body, th, td, input, textarea {
	color: #666666;
	font: 18px 'Josefin Slab', serif;
}

form {
}

fieldset {
}

input, textarea {
	font-weight: bold;
}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #626456;
	border-bottom: 1px solid #626456;
	
}

input.button {
	background: #3C7BCF;
	border-top: 1px solid #3C7BCF;
	border-left: 1px solid #3C7BCF;
	border-right: 1px solid #3C7BCF;
	border-bottom: 1px solid #3C7BCF;
	color: #FFFFFF;
}

h1, h2, h3 {
	
	color: #675d39;
}

h1 {
	letter-spacing: -.055em;
	color: #73291a;
	font: 2.5em 'Oswald', sans-serif;
}

h2 {
	letter-spacing: -.05em;
	font-size: 2.1em;
	font-weight: bold;
	color: silver;
	font-family: 'Arbutus Slab', serif;
}

h3 {
	font-size: 1em;
	font-family: 'Oswald', sans-serif;
}





blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #3C7BCF;
}

a:hover {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #626456;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #3C7BCF;
}

hr {
	height: 1px;
	color: gray;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 1000px;
	margin: 0 auto;
	background: url(../images/header-bg.png) no-repeat;
	height: 180px;
	z-index: 1000;
	position: relative;
	top: 20px;
	
}

#slider {
	border-right: 3px solid black;
	border-left: 3px solid black;
	border-top: 3px solid black;
	-webkit-box-shadow: 7px 0px 7px 0px rgba(6, 6, 6, 20);
     box-shadow: 7px 0px 7px 0px rgba(6, 6, 6, 20);
}


nav {
	width: 1000px;
	margin: 0px auto;
	overflow: hidden;
	border-left: 3px solid black;
	border-right: 3px solid black;
	-webkit-box-shadow: 7px 0px 7px 0px rgba(6, 6, 6, 20);
     box-shadow: 7px 0px 7px 0px rgba(6, 6, 6, 20);
	background-color: #4b4f5d;
}

nav ul {
	list-style: none;
	overflow: hidden;
}

nav li a {
	background: #4b4f5d;
	border-right: 1px solid #fff;
	color: #fff;
	display: block;
	float: left;
	font: 400 13px/1.4 'Cutive', Helvetica, Verdana, Arial, sans-serif;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 12.5%;
	
	/*TRANSISTIONS*/
	-webkit-transition: background 0.5s ease;
	   -moz-transition: background 0.5s ease;
	     -o-transition: background 0.5s ease;
	    -ms-transition: background 0.5s ease;
	        transition: background 0.5s ease;
}

/*HOVER*/
nav li a:hover {
	background: #73291a;
}

/*SMALL*/
nav small {
	font: 100 10px/1 Helvetica, Verdana, Arial, sans-serif;
	text-transform: none;
	color: #aaa;
}

/*BORDER FIX*/
nav li:last-child a {
	border: none;
}





#home-top {
	width: 100%;
	height: 25px;
	padding-bottom: 60px;
} 

#top-right {
	float: right;
	width: 470px;
	height: 60px;
}

#top-right  {
	font-weight: bold;
	font-size: 40px;
	color: white;
}



#home-top-left {
	float: left;
	width: 470px;
	height: 25px;
}

.titleclass {
	color: #73291a;
	font-family: 'Oswald', sans-serif;
	padding-bottom: 12px;
	padding-top: 15px;
}

.titleclass-rt {
	font-size: 20px;
	float: right;
}

/* Home Page Top */

#logo {
	width: 1000px;
	height: 261px;
	margin: 0 auto;

}

.home-post .home-entry {
	margin-bottom: 10px;
	width: 950px;
	position: relative;
	clear: both;
	padding-top: 50px;
}


#home-right {
	width: 850px;
	float: right;
	position: relative;
}

#home-left {
	width: 100px;
	float: left;
	margin-bottom: 0;
	height: 480px;
	position: relative;
	background: url(../images/tile.jpg) no-repeat;
}

#home-right a {
	color: white;
}


/* Inner Page Top */

#logo-inner {
	width: 1000px;
	height: 150px;
	margin: 0 auto;
	background-repeat: no-repeat;

}



#inner-left {
	width: 150px;
	float: left;
}

#inner-right {
	width: 700px;
	float: right;
	margin: 0;
	padding: 0;
}

#inner-right h1 {
	color: #c8a840;
	margin: 0;
	padding: 0;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0px 0 0px;
	border-image:;
	border-top: none;
	background: #FFFFFF url(../images/border.jpg) repeat;
	 -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
	border-right: 3px solid black;
	border-left: 3px solid black;
	-webkit-box-shadow:  5px 7px 7px 0px rgba(6, 6, 6, 20);
    box-shadow:  5px 7px 7px 0px rgba(6, 6, 6, 20);
}

/* Table */

	.table-top, tr, td {
	color: white;
	background-color: #5f5d47;
	line-height: 20px;
}

	.table-date, tr, td {
	color: black;
	background-color: #cdaa71;
	padding: 5px;
}

.table-date, a:link, a:visited {
	
}

table a {
	color: maroon;
}




/* Content */

#content {
	float: left;
	width: 975px;
	padding: 0px 0px 0px 20px;
}

#content p {
	padding: 10px;
}

.post {
	font-size: 18px;
	color: #d8d8d8;
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	padding: 15px 0  0 15px;
	height: 30px;
	font-size: 2.4em;
	background-repeat: no-repeat;
	background-position: left top;
}

.post .entry {
	padding: 0 10px 30px 15px;
	border-bottom: 1px solid silver;
	margin-bottom: 10px;
	background-color: black;
}

.entry p {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post .meta {
	margin: 0;
	padding: 5px 0px 0px 15px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 10px;
	color: #525890;
	background-repeat: repeat-x;
	background-position: left bottom;
}

.post .meta a {
	color: #CFCFCF;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	background-repeat: repeat-x;
}

.post .links a, .post .tags a {
	border: none;
}

.headerText {
	font-size: 25px;
	font-family: 'Oswald', sans-serif;
	color: silver;
	font-weight: bold;
	letter-spacing: 1px;
}

.image-left {
	float: left;
	margin: 0 10px 10px;
	border: 1px solid silver;
	padding: 10px;
	background-color: #e5e5ac;
}

.image-right {
	float: right;
}

.image-vid-right {
	float: right;
}

.reflect {
	float: left;
	margin: 0 10px 40px;
	padding: 10px;
}

.image-vid-left {
	float: left;
	margin: 0 10px 40px;
	padding: 10px;
}

/* Footer */

#footer {
	margin: 0 auto;
	text-align: center;
	background-color: black;
	width: 1000px;
	border: 20px solid black;
	color: white;
	-webkit-box-shadow:  5px 7px 7px 0px rgba(6, 6, 6, 20);
    box-shadow:  5px 7px 7px 0px rgba(6, 6, 6, 20);
}

#footer-links ul {
	margin: 0 0 50px;
	list-style: none;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

#footer-links li {
	display: inline;
}

#footer-links a {
	margin-right: 20px;
	color: #dda659;
	font: 12px/15px 'Holtwood One SC', serif;
}

#footer .meta {
	font-size: 9px;
}