/*Resets*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ul, ol, li, dl, dt, dd{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;margin:0;padding:0;}
legend{color:#000;padding:0;}
a img, iframe{border: none;}

a{
    color: #00AEDB;
}

/*Template Layout Styles*/
body {
    font-family: Georgia, sans-serif;
    font-size: 12px;
    background: #9c8371;
    color: white;
}
#wrapper { 
    margin: 0 auto;
    width: 817px;
}

#header {
    width: 817px;
    float: left;
    padding-top: 0;
    border: none;
    height: 130px;
    background-color:#f8f8f8;
    cursor:pointer;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}
#headerImage{
    background:url("/assets/images/banner4.jpg") no-repeat scroll left top transparent;
    float: right;
    width:680px;
    height: 131px;
    text-align: center;
    line-height: 110px;
    border-radius
    -moz-border-radius-topright: 11px;
    -moz-border-radius-bottomright: 11px;
    -webkit-border-top-right-radius: 11px;
    -webkit-border-bottom-right-radius: 11px;
}
#headerLogo{
    margin: 5px 0 0 10px;
    background: url("/assets/images/logos/logo-small.png") top left no-repeat;
    height:125px;
}
#navigation {
    margin-top:15px;
    background-color:#50361F;
    width: 817px;
    float:left;
    font-size:18px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-topleft: 12px;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
}
#navigation li.mainItem {
    white-space:nowrap;
    list-style-type:none;
    float:left;
    padding: 0px 27px;
    padding:5px 27px;
}
#navigation li.selected, 
#navigation li.selected:hover{
    background-color:#4EA4D9;
}
#navigation li.selected a, 
#navigation li.selected span{
    color:white;
}
#navigation li.selected.first{
    -moz-border-radius-topleft:12px;
    -webkit-border-top-left-radius:12px;
}
#navigation li.selected.last{
    -moz-border-radius-topright:12px;
    -webkit-border-top-right-radius:12px;
}
#navigation li a, 
#navigation li span{
    font-family: 'Lobster Two', cursive;
    font-size: 22px;
    text-shadow: 2px 2px 4px #000;
    color:white;
    font-weight:bold;
    text-decoration:none;
}
#navigation li a{
    cursor:pointer;
}
#navigation li:hover{
    background-color:#4EA4D9;
}
#navigation li.first:hover{
    -moz-border-radius-topleft:12px;
    -webkit-border-top-left-radius:12px;
}
#navigation li.last:hover{
    -moz-border-radius-topright:12px;
    -webkit-border-top-right-radius:12px;
}
#navigation li a:hover{
    color:white
}
#faqSubnav,
#eventSubnav{
    position:absolute;
    top:191px;
    left:601px;
    background-color:#50361F;
    z-index: 2;
    border: 1px solid black;
    -moz-box-shadow: 5px 5px 7px #222;
    -webkit-box-shadow: 5px 5px 7px #222;
}
#faqSubnav li.mainItem,
#eventSubnav li.mainItem{
    float:none;
}
#main{
	background: #FFFFFF;
	width: 817px;
	float: left;
    display: inline;
    position:relative;
    height:auto !important;
    height:300px;
}
#content{
    padding-top: 10px;
}
#footer.div{
    padding: 5px;
}

.twitterSidebarLink {
    /*IE6/7 don't render this very well, so I'm going to be lazy and just not fix it for them*/
    *display: none;
    background: url('/assets/images/twitterSidebar.jpg') no-repeat scroll 0 0 transparent;
    height: 81px;
    padding: 0;
    position: fixed;
    text-indent: -9000px;
    top: 25%;
    width: 30px;
    z-index: 2;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    cursor: pointer;
    margin: 0;
}
.sidebarExpanded{
    left: 250px;
    border-left: 1px solid black;
    position: absolute;
}
.twitterSidebarContent{
    background-color: white;
    display: block;
    padding: 0;
    position: absolute;
    top: 25%;
    width: 250px;
    z-index: 1;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    color:black;
    -moz-box-shadow: 5px 5px 10px #222;
    -webkit-box-shadow: 5px 5px 10px #222;
    min-height: 100px;
}
.twitterSidebarContent.loading{
    background: url('/assets/images/loading.gif') no-repeat scroll 100px 30px white;
}

.twitterSidebarContent li{
    padding: 10px 10px;
    border-bottom: 1px solid #BBB;
}
.twitterSidebarContent li.title{
    color: white;
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    background-color: #50361F;
}

/*End Template Layout Styles*/

/**
 * Page Specific Elements
 */

/**Home Page*/
.splashImage{
    margin-left: auto;
    margin-right: auto;
    display:block;
    padding-top:15px;
}
.tagline{
    font-family: 'Lobster Two', cursive;
    color: #00aedb;
	font-size: 25px;
	font-weight: bold;
    text-align: center;
    padding:10px 0 10px 0;
}
.blueGradient{
	background-image: url('../images/blue_gradient.gif');
	background-repeat: repeat-x;
	height: 32px;
	width: 817px;	
}
#bottomNav{
	padding-top: 5px;
	text-align: center;
}
#bottomNav ul li{
    font-family: 'Lobster Two', cursive;
	padding: 0px 15px 0px 15px;
	border-left: 1px solid #00aedb;
	display: inline;
}
#bottomNav ul li.first {
	border-left: none;
}
#bottomNav a{
	text-decoration: none;
	color: #543019;
	font-weight: bold;
	font-size: 18px;
}
#bottomNav a:hover{
	text-decoration: underline;
}
/**End Home Page*/
/**About Us Page*/
.aboutUs p{
    padding-bottom:5px;
}
.bio{
  padding-left:20px;
  clear: both;
}
.bio img{
  padding: 0 10px 10px 0;
  float: left;
}
.bioText{
    padding-top:10px;
}
/**End About Us Page*/
/**Package Pages*/
.packageInfo{
    padding-left:15px;
    margin-bottom:20px;
}
.packageDetails{
    padding-left:25px;
}
.packageDetails li{
    list-style-type: square;
}
.packageDetails li ul{
    padding-left: 25px;
}
.packageDetails li ul li{
    list-style-type:circle;
}
#contractLink{
    text-align:center;
    margin-bottom: 15px;
}
/**End Package Pages*/
/**FAQ Page*/
.faq p{
    margin:13px 0;
}
.nextPage{
    font-size:18px;
    color:#00AEDB;
    float:right;
}
/**End FAQ Page*/
/**Vendor List Page*/
div.vendorBox{
    padding: 10px 10px 10px 10px;
    border: 1px solid silver;
    background-color: #EFFCFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
div.vendorTitle{
    padding-left:10px;
}
.carouselInner .yui-carousel-element li{
    border:none;
}
.carouselItem{
    width:700px;
}
.yui-carousel-element li{
    height:100px;
}
#locations .yui-carousel-element li {
      height: 105px;
}
#caterers .yui-carousel-element li {
      height: 120px;
}
#photographers .yui-carousel-element li {
      height: 145px;
}
#music .yui-carousel-element li {
      height: 75px;
}
#rentals .yui-carousel-element li {
      height: 120px;
}
#paper .yui-carousel-element li {
      height: 125px;
}
#officiants .yui-carousel-element li {
      height: 75px;
}
/**End Vendor List Page*/
/**Press Page*/
.pressItems{
    margin:0 0 20px 20px;
    background-color: #EFEFEF;
    border-left: 5px solid #CFCFCF;
}
.pressItems img{
    margin: 10px 20px;
}
.pressItemCenter img{
    margin-bottom:25px;
}
/**End Press Page*/
/**Testimonial Page*/
.testimonial{
    margin:0 0 20px 20px;
    background-color: #EFEFEF;
    border-left: 5px solid #CFCFCF;
}
.testimonial img{
    float: left;
}
/**End Testimonial Page*/
/**Gallery Page*/
.eventPhotos img{
    vertical-align:middle;
    padding:5px;
}
.gallery td{
    width:150px;
}
.gallery td img{
    display:block;
    margin:auto;
}
/**End Gallery Page*/
/**Contact Us Page*/
span.error{
    color: red;
}
#calContainer{
    position:relative; 
    background-color:#FFFFFF
}
#calendar{
    display:none;
    position:absolute;
    top: -26px;
    z-index:2;
    background-color:#FFFFFF
}
.contactUs input, .contactUs select{
    font-size: 20px;
}
h2.header{
    font-size:18px;
}
/**End Contact Us Page
/**Error pages*/
h3.error{
    font-size:20px;
    text-align:center;
    margin-top:30px;
    margin-bottom:30px;
}
/**End Error pages*/

/** General Use Styles Below **/
.brownText{
    color:#7A5B45;
}
.darkBrownText{
	color: #543019;
}
.blueText{
    color: #00AEDB;
}
.centerText{
    text-align:center;
}
.pageLayout{
    font-size: 14px;
    margin:0px 10px;
}
.largerBold{
    font-weight:bold;
    font-size: 15px;
}
.bold{
    font-weight:bold;
}
.small{
    font-size:10px;
}
.hidden{
    display:none;
}

span.gallery{
    display:inline;
}
