@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);

/* Body
--------------------------------------------------------------*/

body {
	background-color: #7e7e7e;
	background-image: url('images/smokyback.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	color: #000000;
	height:auto !important;
   height:100%;
   min-height:100%;
}


/* Fonts 
--------------------------------------------------------------*/

h1 {
	font-family: 'Open Sans', Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color: #000000;
	font-size: 30px;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 2px;
   padding: 20px 0 0 0;
}

h2 {
	font-family: 'Open Sans', Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-align: left;
	font-size: 24px;
	line-height: 1.5;
   padding: 20px 0 0 0;
}

p {
	font-family: 'Open Sans', Verdana, sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 18px;
	line-height: 1.5;
	padding: 0;
}

p.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.bigtext {
	font-weight: bold;
	text-transform: uppercase;
}

a:link, a:visited, a:active {
	border: 0;
	color: #4d2626;
	text-decoration:none;
}

a:hover {
	border: 0;
	color: #660000;
	text-decoration:none;
}

a.menulink:link, a.menulink:visited, a.menulink:active {
	border: 0;
	color: #cccccc;
	text-decoration: none;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0;
}

a.menulink:hover {
	border: 0;
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0;
}


/* Layout etc.
--------------------------------------------------------------*/
#header {
   width: 100%;
   height: 175px;
   border: 0;
   margin-left: auto;
   margin-right: auto;
   padding: 20px 0 0 0;
   text-align: center;
	display: block;
}

#container {
   width: 100%;
   overflow: auto;
   border: 0;
   margin-left: auto;
   margin-right: auto;
   padding: 0;
   text-align: center;
}

#content {
	clear: both;
   width: 75%;
   overflow: auto;
   border: 0;
   margin: 0 auto 0 auto;
   padding: 10px 20px 10px 20px;
   text-align: center;
}

#nav {
	clear: both;
   width: 100%;
   overflow: auto;
   border: 0;
   margin-top: 0 auto 0 auto;
   padding: 0;
   text-align: center;
}

#footer {
	clear: both;
   width: 100%;
   background-color: #000000;
	background-image: url('images/smokybackfoot.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
   overflow: auto;
   border: 0;
   margin: 0 auto 0 auto;
   padding: 0;
   text-align: center;
}

#backtotop {
	clear: both;
   margin: 0;
	padding: 20px;
	text-align: right;
	text-transform: lowercase;
}

hr {
	clear: both;
   height: 1px;
   width: 400px;
	padding: 0;
	border: none;
	color: #000000;
	background-color: #000000;
}

img.cover {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 200px;
	height: 300px;
}

img.imageright {
	display: block;
	border: 0;
   margin: 5px 0 25px 25px;
	padding: 0;
	text-decoration: none;
	float: right;
}

.prince {
   width: 300px;
   height: 400px;
   background-image: url(images/prince.jpg);
   background-position: 0 0;
   border: 0;
   margin: 5px 0 25px 25px;
	padding: 0;
   float: right;
}
 
.prince:hover {
	background-position: 0 100%;
}
