/*
This is Eric Meyer's CSS Reset. 
(http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/)  It's pretty
harsh, but serves as a clear-all for browser-imposed CSS styles.  If you wish to
perform your own CSS reset, comment out this line.
*/

@import url("/css/reset.css");

p {
  padding: 0 0 13px 0;
}
th, td {
  padding: 5px;
}
textarea {
  height: 150px;
  width: 550px;
}

.center {
  margin: 0 auto;
  text-align: center;
}

#container {
  margin: 0 auto;
  width: 960px;
}

.flash_error {
  background: #F5E5E5;
  color: #990000;
  padding: 3px;
  border: 1px solid #E4BABA;
}

.flash_notice {
  background:#E6EFC2;
  color: #264409;
  padding: 3px;
  border: 1px solid #C6D880;
}

#footer {
  clear:both;
  text-align: center;
  background: url(/images/footer_bkg.png) no-repeat top;
  height: 82px;
  width: 906px;
  margin: 0 auto;
  padding: 10px;
  line-height: 25px;
  color: #977048;
}

a {
  color: #902E1A;
}
a:hover {
  color: #78C7EA;
}
/* Some styles for 'cms/edit' */
/*
#edit_page_form {
  display: block;
  float: left;
}
.wmd-preview {
  border: thin solid;
  height: 190px;
  margin-left: 600px;
  overflow: auto;
  width: 550px;
}
*/

/* Styling for /login.php login form */
#login_form {
  margin: 0 auto;
  text-align: center;
  width: 350px;
}
#footer_container {
  background: #B9936E;
  min-height: 100px;
  text-align: center;
  color: white;
  border-top: 1px solid #977048;
}
.clear {
  clear: both;
  height: 20px;
}
.clear_nopad {
  clear: both;
}
/******************************************************************************************************** header / basic structure ***/

body {
  background: url(/images/bkg.jpg) repeat-x #FFF;
  font-family: tahoma, verdana, arial, sans-serif;
  font-size: 13px;
}
.pointer {
  cursor: pointer;
}
#header {
  width: 960px;
  position: relative;
  height: 100px;
  z-index: 500; /* for ie7 z-index bug */
}
#logo {
  position: absolute;
  top: 0px;
  left: 13px;
  width: 281px;
}
#logo span {
  color: #fff;
  width: 281px;
  text-align: center;
  display: block;
  margin-left: -18px;
  margin-top: -1px;
}


#header_text {
  position: absolute;
  top: 15px;
  right: 155px;
}
#header_text li{
  float: left;
  margin-left: 20px;
}
#header_text a {
  color: #FFF;
  text-decoration: none;
  font-size: 11px;
}


#social_networking {
  position: absolute;
  top: 5px;
  right: 18px;
}
#social_networking li{
  float: left;
  margin-left: 3px;
}
#choose_venue {
  top: 65px;
  right: 185px;
}
#choose_nav {
  top: 65px;
  right: 20px;
}

ul.blueButtons {
  position: absolute;
  z-index: 100;
}

ul.blueButtons li {
  float: left;
  width:154px;
  height:33px;
  list-style:none;
  position:relative; /* necessary */
}

ul.blueButtons li a, ul.blueButtons li p {
  display:block;
  margin: 0px;
}
/* Navigation Submenu */

ul.subnav {
  position:absolute; /* necessary */
  top:30px;
  background: url(/images/nav_bkg.jpg) no-repeat #842718;
  border: 1px solid #842718;
  width: 151px;
  margin-left: 1px;
}

ul.blueButtons li ul li {
  padding: 0px 8px;
}
ul.blueButtons li ul li:first-child {
  padding-top: 10px;
}
ul.blueButtons li ul li a {
  color: #F8D6CD;
  text-decoration: none;
  font-weight: bold;
}
ul.blueButtons li ul li a:hover {
  color: #FFF;
}

#content {
  background: url(/images/slideshowBack.png) no-repeat;
  width: 945px;
  min-height: 450px;
  margin: auto;
}


/**************************************************************************************************** Index ***/
#index_pad {
  padding-top: 25px;
}
#rotator {
  margin: auto;
}
#nav {
  margin-left: 19px;
  margin-top: -50px;
  position: absolute !important;
  z-index: 100;
}
#nav a {
  width: 151px;
  height: 50px;
  display: block;
  float: left;
  overflow: hidden;
}
#pager_link_1 {background: url(/images/rotator_1.png) no-repeat;}
#pager_link_2 {background: url(/images/rotator_2a.png) no-repeat;}
#pager_link_3 {background: url(/images/rotator_3.png) no-repeat;}
#pager_link_4 {background: url(/images/rotator_4.png) no-repeat;}
#pager_link_5 {background: url(/images/rotator_5.png) no-repeat;}
#pager_link_6 {background: url(/images/rotator_6.png) no-repeat;}

.activeSlide {
  background-position: 0 -50px !important;
}
#index_bottom {
  padding: 23px;
}
#index_banner {
  float: right;
}
/*** end index ***/

/**************************************************************************************************** Calendar  ***/

#calendar {
  width: 570px;
  float: left;
}
.event {
  min-height: 100px;
  margin: 10px 0px;
  clear: both;
}
.event_date {
  background: url(/images/cal_date_bkg.jpg) no-repeat;
  height: 79px;
  width: 90px;
  text-align: center;
  float: left;
}
.event_date p{
  font-size: 20px;
  color: white;
  line-height: 30px;
  padding-top: 10px;
  text-align: center;
}
.event_details {
  float: right;
  width: 470px;
}
.event h3 {
  font-weight: normal;
  font-style: italic;
  margin: 3px 0;
  font-size: 11px;
}
.event h4 {
  font-weight: normal;
  margin-bottom: 3px;
}
/*.event a {
  float: right;
  margin-top: 3px;
}*/
/*** end Calendar ***/



/**************************************************************************************************** WMD Content ***/
h1.cufon_black {
  font-size: 25px;
  color: #000;
  font-weight: normal;
  margin-bottom: 10px;
}
h1.cufon_admin {
  font-size: 20px;
  color: #000;
  font-weight: normal;
  margin-bottom: 10px;
}
h2.cufon_admin {
  font-size: 15px;
  color: #000;
  font-weight: normal;
  margin-bottom: 10px;
}
h1.cufon_blue {
  font-size: 25px;
  color: #902E1A;
  font-weight: normal;
  margin-bottom: 15px;
}
h2.cufon_blue {
  font-size: 20px;
  color: #902E1A;
  font-weight: normal;
  margin-bottom: 10px;
}
#wmd_content {
  padding: 40px 35px;
  color: #737373;
  line-height: 20px;
}
.picture_float {
  float:right;
  width:320px;
}
.content_float {
  padding: 20px;
  margin-left: 10px;
}
#picture_holder {
  background: url(/images/pic_blank.png) no-repeat;
  width: 341px;
  height: 210px;
  float: right;
  margin-right: 10px;
}
#picture_holder img {
  display: block;
  margin: auto;
  margin-top: 11px;
}
/***end wmd content ***/


/**************************************************************************************************** Login ***/

#login_form {
  background: url(/images/login_bkg.jpg) no-repeat;
  width: 389px;
  height: 250px;
}
#login_form form {
  padding-top: 70px;
}
#login_form label, #login_form #username, #login_form #password {
  display:block;
  width: 250px;
  margin: auto;
  text-align: left;
}
#login_form label {
  margin-bottom: 5px;
  color: #666;
}
#login_form #username, #login_form #password {
  padding: 2px;
}
#login_form #submitBtn {
  float: right;
  margin-right: 65px;
  margin-top: 10px;
}

/*** end login ***/


/**************************************************************************************************** Venues ***/

#venue_logo {
  float: left;
}
#venue_about {
  float: right;
  width: 700px;
}
#tabs {
  width: 880px;
  margin: auto;
  font-family: tahoma, verdana, sans-serif;
}
#tabs div.outer {
  padding: 22px;
  font-size: 13px;
  line-height: 20px;
  color: #666;
}
#tabs, #tabs .ui-tabs-nav {
   border: none;
   background: none;
}
#tabs .ui-widget-content {
   border: 1px solid #DDDDDD;
   background: #F9F9F9;
}
#tabs>ul li {
  float: right;
}
#tabs h3 {
  font-weight: normal;
  font-style: italic;
  font-size: 13px;
  color: #333;
  margin-bottom: 15px;
}
#wmd_tab_content.tab_about p {
  width: 470px;
  float: left;
  line-height: 23px;
}
#about_pic {
  float: right;
}
#prevnext2 {
  margin: auto;
  width: 200px;
  text-align: center;
}
#venue_slide {
  width:700px;
  margin:20px auto
}
#wmd_tab_content h1 {
  font-size: 20px;
  color: #0A9AD8;
  font-weight: normal;
  margin-bottom: 10px;
}
/***end venues ***/

/***************************************************************************************************** Menu ***/

#menu_box {
  width: 590px;
  float: right;
}
#menu_nav {
  background: #E8DAC2;
  width: 220px;
  float: left;
  border: 1px solid #DAC29A;
  border-bottom: none;
}
#menu_nav a{
  display: block;
  padding: 10px;
  vertical-align: center;
  color: #A88D60;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #DAC29A;
}
#menu_nav a:hover{
  background: #902E1A;
  color: white;
}
#menu_box h2 {
  font-size: 20px;
  color: #902E1A;
  font-weight: normal;
  margin-bottom: 15px;
}
.item_name {
  margin-left: 10px;
  font-weight: bold;
  padding-bottom: 0px;
}
.item_desc {
  font-size: 11px;
  margin-left: 10px;
  font-style: italic;
  padding-bottom: 0px;
}
.item_price {
  padding-bottom: 0px;
}
.item_price_contain {
  border-bottom: 1px dashed #999;
  text-align: right;
  margin-left: 15px;
}
#menu_box li {
  padding-bottom: 15px;
}
/*** end menu ***/

/********************************************************************************************weddings ***/

.testimonial {
  clear: both;
  margin-bottom: 15px;
  margin-top: 10px;
}
.testimonial_text {
  background: white;
  border: 1px solid #DDD;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px;
}
.testimonial_person img {
  float: right;
  margin-left: 10px;
  margin-top: -1px;
}
.testimonial_person {
  text-align: right;
}
#wedding_coordinator {
  background: url(/images/wedding_bkg.jpg) no-repeat;
  height: 54px;
  width: 342px;
  margin: auto;
}
#wedding_coordinator p {
  text-align: center;
  padding-top: 25px;
}
#wedding_right {
  width: 342px;
  float: right;
}
/*** end weddings ***/

/******************************************************************************************** events ***/

#event_menu {
  background: url(/images/event_menu_bkg.jpg) no-repeat;
  width: 352px;
  height: 401px;
  margin-bottom: 10px;
}
#event_menu a{
  display: block;
  margin: 6px auto;
  text-align: center;
  text-decoration: none;
}
#event_menu a:first-child{
  padding-top: 70px;
}
#event_menu img {
  display: block;
  margin: auto;
}
#event_about {
  padding: 10px;
}
#event_back {
  display: block;
  margin-bottom: 10px;
}
#event_right {
  width: 352px;
  float: right;
}
/*** end events ***/


/******************************************************************************************** Admin ***/

#header_bar {
  background: url(/images/admin/header_bar.jpg) no-repeat;
  width: 890px;
  height: 49px;
  margin: auto;
  padding-top: 10px;
  margin-bottom: 10px;
}
#header_bar a {
  color: white;
  float: right;
  margin-right: 30px;
  margin-top: 4px;
}
#admin_inner_nav {
  margin-top: 10px;
}
#admin_inner_nav a {
  padding: 10px;
  background: #F4F4F4;
  border: 1px solid #EBEBEB;
  display: block;
  border-top: 0px;
  color: #22547D;
  text-decoration: none;
}
#admin_inner_nav:first-child {
  border-top: 1px solid #EBEBEB;
}
#admin_inner_nav a:hover {
  background: #DBEDF7;
  border: 1px solid #BADDEF;
}
#admin_inner_nav a span {
  font-size: 11px;
  margin-left: 10px;
  color: #608FB7;
}
#admin_nav {
  background: #DBEDF7;
  border: 1px solid #AFD8ED;
  padding: 5px;
  width: 236px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  float: left;
}
#admin_nav a{
  background: url(/images/admin/category_blue.jpg) no-repeat;
  width: 234px;
  height: 29px;
  display: block;
  padding: 8px 0 0 13px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 3px;
}
#admin_box {
  float: right;
  width: 605px;
}
#admin_box h1 {
  float: left;
}
#admin_box h2 {
  float: right;
}
#box_head {
  overflow: hidden;
}
#events_new textarea {
  width: 500px;
}
.v_top {
  vertical-align: top;
}

#slideshow_index img {
  height: 100px;
  width: 194px;
}
/*** end admin ***/

/*** mailing list ***/
#mailing_list_container{
  float:right;
  margin-top:-20px;
  background: url('/images/mailing_list_bg.jpg') no-repeat;
  width:293px;
  height:153px;
  margin-bottom: 10px;
}

#mailing_list_header{
  margin:20px 0 0 20px;
  font-size:19px;
  font-family:verdana;
  color:#842718;
}

#mailing_list_content{
  margin:20px 0 0 20px;
}

#mailing_list_email{
  border:3px solid #e9e0ce;
  width:250px;
  height:22px;
  font-size:16px;
  padding:4px;
  padding-top:8px;
}

#mailing_list_button{
  float:right;
  margin:12px 11px 0 0;
}

#mailing_list_submit{
  border:0;
  background:url('/images/button_submit2.jpg') no-repeat;
  width:100px;
  height:30px;	
}

/*Facebook plugin */
#facebook_container_plugin {
  float:right;
  margin-top:10px;
  width:293px;
  height:427px;
  margin-bottom: 10px;
}

.defaultText {
	color: #ababab;
}

.defaultTextActive { 
	color: #393939;
}
/*** end mailing list ***/
