/* 
    Document   : main.css
    Created on : Feb 19, 2011, 8:11 PM
	Updated on : Nov 16, 2013, 1:47 PM
    Author     : Trevor Duersch
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html
{
    background:url("../images/background.jpg") no-repeat fixed; 
	background-size:100%;
    background-color: #E38F2D;
}

@font-face 
{
	font-family: signatur ;
	src: url( ../includes/signatur.ttf ) format("truetype");
}

a
{
	text-decoration: none;
    color: darkblue;
}

.amenitiesMain
{
	text-decoration: underline;
	font-weight: bold;
	text-align: left;
}

body
{
    background:url("../images/background.jpg") no-repeat fixed; 
	background-size:100%;
}

#footer 
{
    clear: both;
    margin: auto;
    text-align:center;
    width: 800px;
}

img
{
   text-decoration: none;
   border: 1px solid #000;
}

#indentUL
{
   left: 15px;
   position: relative;
}

#largePhoto
{
	width: auto;
	height: auto;
}

.left
{
	text-align: left;
}

#mainContent
{
   margin: auto;
   height: auto;
   width: 800px;
}

#mainContent ul
{
   text-align: left;
}

#mainText
{
   display: inline-block;
   position: relative;
}

#menu
{
   background-color: #ECE0CA;
   margin: auto;
   width: 800px;
   height: 34px;
}

.menuItem
{
   font-size: 25px;
   color: #000;
   hover: #ff9911;
   display: inline-block;
   border: 2px solid black;
   border-style: outset;
   padding: 0 5px 0 5px;
   margin: 0 10px 0 10px;
   background-color:#7E7F17;
   text-decoration: none;
}

.menuItem:hover
{
   border-style: inset;
   background-color: #B8B033;
}

.menuItem:active
{
   border-style: inset;
   background-color: #FFF;
}

.miniSection1
{
	display: inline-block;
	width: 270px;
	height: 160px;
	float: left;
	margin-left: 10%;
	margin-bottom: 35px;
}

.miniSection2
{
	display: inline-block;
	width: 350px;
	height: 300px;
	float: left;
	margin-left: 5%;
}

#moabCottage
{
   display: inline-block;
   position: fixed;
   text-align: left;
   float: left;
   padding: 0;
   margin: 0;
   left: -150px;
}

#moabRock
{
	display: inline-block;
	float:right;
	margin-top: -105px;
}

#newIcon
{
	width: 2em;
	height: 2em;
}

#otherContent
{
	display: inline-block;
	position: relative;
	width: 430px;
	left: 160px;
}

.signature 
{
	font-family: signatur;
	display: block;
	margin-top: 5px;
}

.signature_closing
{
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.signature_opening
{
	display: block;
}

.smallPhoto
{
   width: 72px;
   height: 72px;
   margin: 10px 5px 0 5px;
}

.testimony
{
	text-align: left;
	border: 1px solid #000;
	padding-left: 5px;
	padding-right: 5px;
	margin: 5px 0 5px 0;
}

#title
{
   border: 1px solid black;
}

#titleLink
{
   text-decoration: none;
}

#wrapper
{
    background-color: #EAA85B;
    border: 1px solid;
    width: 850px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
}