@import url(http://fonts.googleapis.com/css?family=Ruluko);
/* colors

green = #01b202
gold = #efb801
gray = #f2f2f2
dark green = #004600
dark gray = #555555;

*/
/*--------------------------------------------- reset*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}table{border-collapse:collapse;border-spacing:0;}

/* --------------------------------------------- HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul, li { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; }

/* --------------------------------------------- global */
body, header, #mainContent, footer, #upper, #mainnav{
    width: 900px;
}
html{
    height: 100%;
}
body{
    height: 100%;
    margin: 0 auto;
    background: #f2f2f2;
    color: #605e5e;
}
a{
    color: #555555;
    font-size: 12px;
    text-decoration: none;
    font-family: 'Myriad Pro', Arial, sans-serif;
    cursor: pointer;
}
a:hover{
    color: #deab00;
    cursor: pointer;
}
p{
    font-family: 'Ruluko', sans-serif;
    font-size: 16px;
    margin-top: 5px;
    line-height: 1.2em;
}
h1{
    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #004600;
    text-transform: uppercase;
}
h2{
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #004600;
    margin-bottom: 20px;
}
h3{
    font-family: Arial, sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #4d4d4d;
    margin-bottom: 20px;
}
#upper{
    height: 100px;
    border-bottom: 5px solid #01b202;
    margin-top: 10px;
    position: relative;
}
#logo{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
#upper div{
    float: left;
    margin: 30px 0 0 160px;
}
#upper div p{
    width: 100%;
    text-align: center;
}
#upper nav {
    float: right;
    margin-right: 10px;
    text-transform: uppercase;
}
#upper nav ul li{
    margin-top: 68px;
    float: left; 
}
#upper nav ul li a{
    padding: 3px 20px;
    width: 100%;
}
#mainnav ul{
    display: block;
    width: 900px;
    padding: 10px 0;
    text-align: left;
    overflow: hidden;
}
#mainnav ul li{
    width: 20%;
    float: left;
}
#mainnav a{
    display: block;
    width: 165px;
    height: 16px;
    background: #ccc;
    border: 1px solid #fff;
    font-family: 'Myriad Pro', Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 45px 5px 5px;
    color: #004600;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
    font-weight: 600;
}
#mainnav a:hover, #mainnav a.active{
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
    background: #efb801;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .16);
    -khtml-box-shadow: 2px 2px 2px rgba(0, 0, 0, .16);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .16);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .16);
}
#mainnav a#accomodations{
    background: #ccc url(imahe/navsprite.png) 2px 0 no-repeat;
}
#mainnav a#accomodations.active{
    background: #efb801 url(imahe/navsprite.png) 2px 0 no-repeat;
}
#mainnav a#accomodations:hover{
    background: #efb801 url(imahe/navsprite.png) 2px 0 no-repeat;
}
#mainnav a#amenities{
    background: #ccc url(imahe/navsprite.png) -198px 0 no-repeat;
}
#mainnav a#amenities.active{
    background: #efb801 url(imahe/navsprite.png) -198px 0 no-repeat;
}
#mainnav a#amenities:hover{
    background: #efb801 url(imahe/navsprite.png) -198px 0 no-repeat;
}
#mainnav a#events{
    background: #ccc url(imahe/navsprite.png) -396px 0 no-repeat;
}
#mainnav a#events.active{
    background: #efb801 url(imahe/navsprite.png) -396px 0 no-repeat;
}
#mainnav a#events:hover{
    background: #efb801 url(imahe/navsprite.png) -396px 0 no-repeat;
}
#mainnav a#rates{
    background: #ccc url(imahe/navsprite.png) -599px 0 no-repeat;
}
#mainnav a#rates.active{
    background: #efb801 url(imahe/navsprite.png) -599px 0 no-repeat;
}
#mainnav a#rates:hover{
    background: #efb801 url(imahe/navsprite.png) -599px 0 no-repeat;
}
#mainnav a#bike{
    background: #ccc url(imahe/navsprite.png) -799px 0 no-repeat;
}
#mainnav a#bike.active{
    background: #efb801 url(imahe/navsprite.png) -799px 0 no-repeat;
}
#mainnav a#bike:hover{
    background: #efb801 url(imahe/navsprite.png) -799px 0 no-repeat;
}
footer{
    width: 100%;
    height: 30px;
}
.galHead{
    width: 100%;
    background: #dedede;
    overflow: hidden;
}
h3.gallTitle{
    width: 44%;
    color: #004600;
    margin-bottom: 0;
    padding: 20px 0;
    text-align: left;
    padding-left: 5%;
    float: left;
    text-shadow: 1px 1px 0 #fff;
}
.galHead p{
    width: 45%;
    padding-left: 5%;
    float: left;
    padding: 10px 0 10px;
}
.loading{
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    top: 10px;
    background: #000;
}
#pageContent{
    position: relative;
}
.spinner{
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(imahe/spinner.gif) top left no-repeat;
    top: 10px;
    left: 50%;
    margin-left: -20px;
}
input, textarea{
    font-family: 'Arial', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ccc;
    padding: 4px;
    font-size: 14px;
    outline:none;
}
input:focus, textarea:focus{
    border: 1px solid #efb801;
}
label{
    display: block;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    margin: 0;
}
button, a.edit, .eventSection input.edit, .eventSection a.editb, .login .edit{
    padding: 4px 10px;
    text-align: center;
    border: 1px solid #ccc;
    background: #e2e2e2;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color: #4d4d4d;
    text-shadow: 1px 1px 0 #fff;
}
button:hover, a.edit:hover, .eventSection input.edit:hover, .eventSection a.editb:hover, .login .edit:hover{
    background: #fff;
    border: 1px solid #ccc;
}
/* ------------------------------------------------- home */
.slideshow{
    padding-bottom: 10px;
    border-bottom: 5px solid #01b202;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.slideshow img{
    border: 1px solid #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .16);
}
.about{
    overflow: hidden;
    padding-top: 30px;
}
.about p{
    width: 50%;
    float: left;
}
.about p.welcome{
    width: 40%;
    text-align: center;
    padding: 0 5%;
    font-family: 'Myriad Pro', Arial, sans-serif;
    font-size: 36px;
    color: #efb801;
}
.imgCaptionHolder{
    width:100%;
    padding: 5px 0;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 500;
    display: none;
    
}
.imgCaptionHolder p{
    width: 40%;
    font-size: 24px;
    color: #004600;
    margin-left: 5%;
}

/* ------------------------------------------------- about */
.aboutContent, .accomodationsContent{
    padding: 10px 0;
    border-top: 5px solid #efb801;
    border-bottom: 5px solid #efb801;
    overflow: hidden;
}
.left{
    width: 47.5%;
    margin-right: 2.5%;
    float: left;
}
.left p{
    margin-bottom: 1.5em;
}
.left a{
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}
.right{
    width: 47.5%;
    margin-left: 2.5%;
    float: right;
}
.right img{
    width: 90%;
}
.right a span{
    display: block;
    width: 100%;
    text-align: center;
}
.contact{
    width: 90%;
    height: auto;
    background: #fede72;
    padding: 10px 5%;
}
.contact span{
    display: block;
    font-family: 'Myriad Pro', Arial, sans-serif;
    font-weight: 700;
    line-height: 1.3em;
    font-size: 1.2em;
}
.takeover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(imahe/takeover.png) top left repeat;
    display: none;
}
.map{
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -286px;
    border: 1px solid #fff;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .4);
    line-height: 0;
    display: none;
}
.close{
    position: absolute;
    top: -16px;
    right: -16px;
    z-index: 1000;
    width: 32px;
    height: 32px;
    background: url(imahe/closepopup.png) 0 0 no-repeat;
}
/* ------------------------------------------------- accomodations */
.cat{
    margin-bottom: 30px;
}
/* ------------------------------------------------- events */
.event{
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.event h3{
    margin-bottom: 5px;
    text-shadow: 1px 1px 0 #fff;
}
.event .date{
    margin-bottom: 15px;
    font-weight: bold;
}

/* ------------------------------------------------- rates */
table{
    width: 100%;
    color: #555555;
    font-size: 16px;
    font-family: 'Myriad Pro', Arial, sans-serif;
    border: 1px solid #ccc;
}
td{
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px 15px;
    
}
td.dataHead{
    background-color: #01b202;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);
}
td.data{
    padding: 10px 35px;
}
td.label, td.labelset{
    background-color: #d7d7d7;
}
/* ------------------------------------------------- login page */
.login{
    width: 100%;
    padding: 30px 0;
}
.login form{
    width: 400px;
    padding: 30px 10px;
    margin: 30px auto;
    background: #f2f2f2;
    border: 1px solid #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
}
.login form input{
    width: 300px;
    display: block;
    margin: 5px auto 20px;
    outline: none;
}
.login form label{
    width: 300px;
    margin: 0 auto;
}
.login form button{
    display: block;
    width: 100px;
    margin: 10px auto;
}
.login form p, .submitInfo{
    color: #ff0000;
    font-family: 'Ruluko', sans-serif;
    font-size: 14px;
    width: 330px;
    margin: 0 auto 10px;
    text-align: center;
}
.login h2, .admin h2{
    width: 100%;
    text-align: center;
}

/* ------------------------------------------------- admin page */
.admin{
    width: 600px;
    margin: 0 auto;
    padding: 10px 0;
}
.eventSection{
    width: 580px;
    margin: 10px auto;
    border: 1px solid #ccc;
    background: #f7f7f7;
    padding: 10px;
    overflow: hidden;
}
.eventSection textarea{
    width: 572px;
    height: 200px;
    max-width: 580px;
    outline:none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.eventSection input{
    width: 572px;
    margin: 4px 0 10px;
}
.eventSection label{
    display: block;
    font-weight: bold;
}
.eventSection ul li{
    overflow: hidden;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}
.eventSection h4{
    font-family: 'Myriad Pro', 'Arial', sans-serif;
    font-size: 16px;
    font-weight: bold;
    float: left;
    padding: 10px 0 0;
}
.eventSection a.edit, .eventSection input.edit, .eventSection a.editb{
    margin-top: 2px;
    padding: 5px 10px;
    margin-right: 10px;
}
.eventSection button, .eventSection a.edit, .eventSection input.edit, .eventSection a.editb{
    float: right;
}
.eventSection input.edit, .login .edit{
    width: 200px;
}
.eventSection a.editb{
    padding: 6px 10px 7px;
}
.loggedas{
    width: 50%;
    float: left;
}
.blurb{
    width: 80%;
    margin: 20px auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .16);
    text-align: center;
    color: #004600;
}
