@charset "utf-8";
body  { margin: 0; padding: 0; text-align: center; background-repeat: repeat-x; background-image: url(images/bkgrnd.jpg); background-color: #FFFFFF; font-family: "Laffayette Comic Pro", Andy, Verdana; color: #000000; }
a  img { text-decoration: none; border: none; }
#container { width: 80%; margin: 0 auto; text-align: left; font-family: "Laffayette Comic Pro", Andy, Verdana; min-width: 900px; font-size: 1em; color: #FFFFFF; line-height: 1.1; } 
#header { padding: 0 10px; margin-top: 0.5em; text-align: center; } 
#sidebar1 { float: left; width: 20%; min-width: 210px; }
#sidebar2 { float: left; width:15%; }
#sidebar1 h3,  #sidebar1 p { margin-left: 10px; margin-right: 10px;}
#menu { margin: 0 auto; }
#rsvp { color: #000000; background-color: #eeeeee; border-radius:3em; -moz-border-radius:3em; -webkit-border-radius:3em; border:1px #bdac5b solid; margin: 8px 0px; -webkit-box-shadow: 3px 3px 5px #bdac5b; -moz-box-shadow: 3px 3px 5px #bdac5b; box-shadow: 3px 3px 5px #bdac5b; }
#rsvp p { margin: 0 0 5px 3px; }

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
#rsvpContent { margin: 0 0 0 0; float: right; width: 80%; color: #000000; } 
#mainContent { margin: 0 0 0 1em; float: right; width: 72%; color: #000000; } 
#mainContent  h1 { color: #F1E6A4; }
#mainContent  a { color: #333333; }
#mainContent  img { }
#mainContent  a:hover { color: #C4B365; font-weight:bold; }
#footer a, legal a {color: #444444; }
#footer a:hover, legal a:hover { color:#000000;}

#content2 { color: #000000; }

#footer { padding: 0 10px; height: 100px; top: 924px; padding-top: 1.5em; text-align: center; } 
#footer p { margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */ padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */ color: #000000; 
}
#legal { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; color: #333333; text-align: center; padding-top: 1em; }


/* Miscellaneous classes for reuse */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.Btn_radius { border-radius:5em; -moz-border-radius:5em; -webkit-border-radius:5em; border:1px #bdac5b solid; margin: 5px 3px; text-shadow: 2px 2px 0px #000; -webkit-box-shadow: 3px 3px 5px #bdac5b; -moz-box-shadow: 3px 3px 5px #bdac5b; box-shadow: 3px 3px 5px #bdac5b; display: inline-block; padding: 0  4px; 
background-color: #303030;
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#ccccc));
	background: -moz-linear-gradient(top,  #303030,  #cccccc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#303030', endColorstr='#ccccc');
}
.txtcenter   { text-align: center; }
.error   { text-align: center; color: #FF3333; }
.nomargin { margin: 0px; padding: 0px; text-align: center; }
#responses { font-family: Arial, Helvetica, sans-serif; }
