*{
padding: 0px;
margin: 0px;
}

body{
text-align: center;
background-color: #f26f17;
font-family: Tahoma, Verdana;
font-size: 11px;
padding: 0px 0px 15px;
}

.clear{
height: 0px;
clear: both;
font-size: .01em;
}

#wrapper{
width: 746px;
margin: 0px auto;
text-align: left;
background-image: url(../img/layout/main-bg.jpg);
background-repeat: no-repeat;
min-height:800px;
height:auto !important;
height:800px;
}

#header{
height: 68px;
background-image: url(../img/layout/header-bg.jpg);
}

#header h1{
font-size: .01em;
color: #f26d16;
}

#main-nav{
height: 47px;
}

#main-nav img{
border: 0px;
}

#content-left-col-spacer{
width:129px;
float: left;
}

#content-left-col{
width: 331px;
float: left;
}

#content-right-col{
float: right;
}

#right-column-content{
padding-left: 25px;
}

#pageheader{
margin-bottom: 4px;
}

/* BLOG STYLES */
#post-image{
margin-bottom: 12px;
}
#post-title{
font-family: Georgia, "Times New Roman";
font-size: 13px;
font-weight: bold;
}
#post-date{
margin: 4px 0px;
font-size: 10px;
}
#post-body{
font-size: 11px;
line-height: 18px;
}
#more-blog{
margin-top: 10px;
text-align: right;
}
#more-blog a{
border: 0px;
}
h1.header{
font-size: 16px;
margin-bottom: 10px;
}
#post-archives .post-stub{
margin: 5px 0px 20px;
}
#post-archives .post-stub .title{
margin-bottom: 3px;
}
#post-archives .post-stub .title a{
color: black;
font-size: 12px;
font-weight: bold;
font-family: Georgia, "Times New Roman";
}
#post-archives .post-stub .title a:hover{
text-decoration: none;
}
#post-archives .pagination{
margin: 10px 0px;
}

#post-archives .pagination a{
font-weight: bold;
color: white;
text-decoration: none;
}

#post-archives .pagination #older{
float: left;
padding-right: 15px;
}

#post-archives .pagination #newer{
float: left;
}

.pagination #next{
float: right;
}

.pagination #prev{
float: left;
}

#upcoming-shows{
color: white;
}

#upcoming-shows .event{
margin-bottom: 6px;
width: 140px;
}

#upcoming-shows .event a{
color: white;
text-decoration: none;
}

#upcoming-shows .event a:hover{
text-decoration: underline;
}

#upcoming-shows .event .date{
float: left;
font-weight: bold;
width: 42px;
}

#upcoming-shows .event .name{
float: right;
width: 95px;
}

.info-window {text-align:left;width: 100px;}

.event-view,.event-view-hover{
font-size: 12px;
margin-bottom: 7px;
padding: 15px;
background-color: white;
font-family: Georgia;
filter: Alpha(opacity=70); 
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
opacity: .7;
}

.event-view-hover{
filter: Alpha(opacity=90); 
opacity: .9;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
-moz-opacity: 0.9;
}

#event_browse .event-view, #event_browse .event-view-hover{
cursor: pointer;
}

.event-view,.event-view a{
color: black;
}

.event-view .date, .event-view-hover .date{
font-size: 12px;
font-weight: bold;
}

.event-view .name, .event-view-hover .name{
font-size: 16px;
font-weight: bold;
}

.event-view .price, .event-view-hover .price{
margin-bottom: 8px;
}

.event-view .description{
margin-bottom: 8px;
line-height: 20px;
}

.event-image{
margin-bottom: 8px;
}

.event-view .more-info, .event-view-hover .more-info{
font-size: 10px;
font-weight: bold;
text-decoration: underline;
}

.event-view .website{
font-weight: bold;
}

#photos-browse .photo{
width: 100px;
height: 100px;
float: left;
margin: 5px;
}

#photo-view .pagination{
width: 400px;
}

#photo-view .photo{
margin-bottom: 10px;
}

#photo-view .photo img{
border: 2px solid black;
}

#photo-view .title{
font-weight: bold;
margin-bottom: 10px;
}

#photo-view .timestamp{
font-size: 10px;
}

fieldset{
border: 0px;
padding: 0px 15px 0px 5px;
}

fieldset .label
{
margin-bottom: 3px;
}

fieldset .label label{
font-weight: bold;
font-size: 14px;
}

fieldset .input input, fieldset .input textarea{
width: 300px;
font-family: Georgia, "Times New Roman";
padding: 3px;
border: 1px solid #555555;
}

fieldset .set-row{
padding: 6px 0px;
}

fieldset .set-row .submit{
text-align: right;
margin-top: 4px;
}

fieldset .set-row .submit input{
padding: 0px;
margin: 0px;
background: none;
padding: 4px;
border-top: 3px solid #cccccc;
border-right: 3px solid #444444;
border-bottom: 3px solid #444444;
border-left: 3px solid #aaaaaa;
font-weight: bold;
font-family: Georgia, "Times New Roman";
font-size: 14px;
}

.error_message{
font-weight: bold;
color: yellow;
}

#mail-sent{
margin-top: 20px;
}

#mail-sent h2{
margin-bottom: 4px;
}

#mail-sent p{
font-size: 12px;
}