/* Author: Misty Beier
   Date: 01.07.10
   Notes: Created exclusively for Cowboy In Motel. Do not make editions to stylesheet.
   ----------------------------------------------------------------------*/


/* Basic Styles
   ----------------------------------------------------------------------*/
@font-face
{
    font-family: "Cooper Black";
    src: url(../fonts/cooperblack.ttf);
    font-weight: normal;
}
*
{
    margin: 0;
    padding: 0;
}
html
{
    background-image: url(../images/bg-stars.jpg);
    background-position: left top;
    background-repeat: repeat;
    background-color: #dad2c2;
}
body
{
    font: 14px/18px Tahoma, Helvetica, Arial, sans-serif;
    text-align: center;
    color: #412f20;
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
}
p
{
    padding: 0 0 20px 0;
}
h1, h2, h3, h4, h5, h6
{
    font-family: "Book Antiqua";
    font-weight: 700;
    color: #412f20;
    padding: 0 0 10px 0;
}
h1
{
    font-size: 26px;
    line-height: 30px;
}
h2
{
    font-size: 24px;
}
h3
{
    font-size: 22px;
}
h4
{
    font-size: 20px;
}
h5
{
    font-size: 18px;
}
h6
{
    font-size: 16px;
}
a:link
{
    color: #2b4c8e;
    text-decoration: none;
}
a:visited
{
    color: #2b4c8e;
    text-decoration: none;
}
a:hover
{
    color: #2b4c8e;
    text-decoration: underline;
}
a:active
{
    color: #2b4c8e;
    text-decoration: none;
}
img
{
    border: 0;
}
form
{
    padding: 20px;
}
#aspnetForm
{
    padding: 0;
}
label
{
    font-weight: 700;
    vertical-align: top;
    width: 80px;
    text-align: right;
    float: left;
    margin: 0 5px 20px 0;
    padding: 5px 0 0;
}
input, textarea
{
    margin: 0 0 20px 0;
    padding: 5px;
}
ul
{
    margin: 0 0 20px 30px;
}
table tr td
{
    padding: 5px;
    border-bottom: 1px dotted #a79280;
}
table tr.alt
{
    background-color: #cfc7b8;
}
table.rates
{
    border: 1px solid #cac3b6;
    background: #e7e2d6;
}
table.rates tr th
{
    padding: 5px;
}
table.rates tr td
{
    border: none;
}
/* Miscellaneous Styles
   ----------------------------------------------------------------------*/

.hrDivider
{
    height: 1px;
    background-color: #cac3b6;
    clear: both;
    font-size: 0;
}
.upperCase
{
    text-transform: uppercase;
}
.clearfloat
{
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.floatRight
{
    float: right;
    padding: 0 0 20px 20px;
}
.floatLeft
{
    float: left;
    padding: 0 20px 20px 0;
}
.centerAlign
{
    text-align: center;
}
.rightAlign
{
    text-align: right;
}
.valignTop
{
    vertical-align: top;
}
.noWrap
{
    white-space: nowrap;
}
ul.no-list-style
{
    list-style-type: none;
}
ul.list-right
{
    padding: 0 0 0 320px;
}
.back-to-top
{
    text-align: right;
}
input.floatLeft
{
    float: left;
    padding: 5px;
}
.button
{
    display: inline;
    float: left;
    margin: 0 5px 0 0;
}
.button a:link, .button a:visited, .button a:hover, .button a:active
{
    color: #412f20;
    background: #fff;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #cac3b6;
    line-height: 40px;
}
.button a:hover
{
    background: #8295ab;
    color: #fff;
}
.events-home
{
    background: #e7e2d6;
    padding: 10px;
    margin: 0 0 20px 0;
    float: right;
    width: 300px;
    border: 1px solid #cac3b6;
}
.event
{
    margin: 0 0 20px 0;
}
.calendar
{
    background-image: url(../images/calendar.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    width: 46px;
    height: 65px;
    float: left;
    margin: 0 10px 20px 0;
    text-align: center;
    clear: both;
}
.calendar .month
{
    font-family: "Cooper Black";
    font-size: 14px;
    text-transform: uppercase;
    padding: 1px 0 0;
}
.calendar .day
{
    font-size: 30px;
    padding: 0 0 1px 0;
}
.calendar .year
{
    font-weight: 700;
    font-size: 13px;
}
h2 span
{
    font-size: 18px;
    text-align: right;
}
.caption
{
    font-size: 10px;
    text-align: right;
}
.frame, .frame-large
{
    position: relative;
    top: 0;
    left: 0;
}
.frame span
{
    background: url(../images/photo-frame.png) no-repeat;
    width: 300px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.frame-large span
{
    background: url(../images/photo-frame-large.png) no-repeat;
    width: 600px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.gallery-popup
{
    padding: 30px;
    background: #d9d2c3;
    border: 1px solid #412f20;
}
.gallery-popup .gallery-img
{
    width: 600px;
    height: 400px;
    overflow: hidden;
}
.gallery-popup h1
{
    clear: none;
    float: left;
    width: 580px;
    padding: 0 0 10px 0;
}

.gallery-popup .close
{
    float: right;
    padding: 0 0 10px 0;
}
.gallery-popup .controls
{
    text-align: center;
    padding: 10px 0 0;
}
.gallery-popup .caption
{
    display: none;
}
.message
{
    overflow: hidden;
    line-height: 20px;
    padding: 10px 20px 250px 0;
}
.MessageError h3, .MessageError ul
{
    color: #a8483e;
}
.ajaxload
{
    text-align: center;
    background: url(/apps/cowboy-in/images/ajaxload.gif) no-repeat top center;
    width: 32px;
    height: 32px;
    width: 100%;
    padding: 30px 0 0;
}


/* 2 Column Layout Template 
   ----------------------------------------------------------------------*/
.fixed-2col
{
    text-align: left;
    background-image: url(../images/bg.jpg);
    background-position: center top;
    background-repeat: repeat;
    width: 940px;
    padding: 0 20px 20px;
    margin: 0 auto;
}
.box, .box100, .box110, .box250, .box300, .box330, .box400, .box450, .box500, .box550 .box600, .box700
{
    float: left;
    display: inline;
    margin: 0 10px 0 0;
}
.box100
{
    width: 100%;
    clear: both;
    margin: 20px 0 0;
}
.box, .box100.first
{
    margin: 0;
}
.box110
{
    width: 110px;
}
.box250
{
    width: 250px;
}
.box300
{
    width: 300px;
}
.box330
{
    width: 33%;
}
.box400
{
    width: 400px;
}
.box450
{
    width: 450px;
}
.box500
{
    width: 500px;
}
.box550
{
    width: 550px;
}
.box600
{
    width: 600px;
}
.box700
{
    width: 69%;
}
.last
{
    float: right;
    margin: 0;
}
.first
{
    float: left;
    margin: 0;
}
/* Header
   ----------------------------------------------------------------------*/
.header
{
    margin: 10px 0 0;
    padding: 10px 10px 0;
    width: 920px;
    border: 1px solid #cac3b6;
    background: #e7e2d6;
}
.header .logo, .header .location, .header .contact
{
    display: inline;
    float: left;
}
.header .logo
{
    padding: 0 10px 0 0;
}

.header .contact
{
    text-align: right;
    white-space: nowrap;
    width: 190px;
}
.header .contact span
{
    color: #a8483e;
}
.header .directions
{
    clear: both;
    padding: 5px;
    text-align: center;
}
.header .directions img
{
    display: inline;
    float: none;
    padding: 0;
}
.menu
{
    clear: both;
    width: 100%;
    background-color: #8295ab;
    font-family: "Cooper Black";
    height: 27px;
    border: 1px solid #5e5c57;
}
.menu ul
{
    list-style-type: none;
    margin: 0;
}
.menu ul li
{
    display: inline;
}
.menu ul li a
{
    padding: 5px 8px;
    text-decoration: none;
    float: left;
    font-family: "Cooper Black";
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    background-color: #8295ab;
}
.menu ul li img
{
    float: left;
}
.menu ul li a:hover
{
    padding: 5px 8px;
    color: #a8483e;
    text-decoration: none;
}
.menu ul li a.selected
{
    color: #412f20;
}
/* Left Panel
   ----------------------------------------------------------------------*/
.left
{
    overflow: hidden;
    line-height: 20px;
    padding: 10px 20px 0 0;
}
.aerial-map
{
    padding: 0 20px 0 0;
}

.roomLeft
{
    float: left;
    padding: 0 20px 20px 0;
    width: 300px;
    position: relative;
}
.roomRight
{
    float: right;
    padding: 0 0 20px 20px;
    width: 300px;
}
ul.floatLeft
{
    margin: 0 0 0 30px;
}
/* Right Panel
   ----------------------------------------------------------------------*/
.right
{
    width: 280px;
    float: right;
    height: 100%;
    overflow: auto;
    line-height: 20px;
    border-left: 2px solid #cac3b6;
    background-color: #cfc7b8;
    background-image: url(../images/bg-right.jpg);
    background-position: top left;
    background-repeat: repeat;
    padding: 10px 20px 0 20px;
}
.right .box
{
    width: 280px;
    float: left;
    padding: 0 0 20px 0;
}
/* Bottom Panel
   ----------------------------------------------------------------------*/
.bottom
{
    clear: both;
    width: 100%;
    padding: 20px 0 0;
}
/* Footer
   ----------------------------------------------------------------------*/
.footer
{
    padding: 20px 0 0;
    clear: both;
    width: 100%;
}
.footer .menu
{
    margin: 0 0 20px 0;
}
.footer ul.no-list-style li
{
    padding: 0 0 5px 0;
}
.footer ul.no-list-style li img
{
    vertical-align: middle;
}







/* End 
   ----------------------------------------------------------------------*/

