@charset "utf-8";

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background-image: url(img/poss/lightgreydiamonds.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ol, ul {
	list-style: none;
}

li {
	padding-bottom: 5px;
}

a:link {text-decoration: none; color:#66CCFF; }
a:visited {text-decoration: none; color: #666666;}
a:active {text-decoration: none; color: #f6921e;}
a:hover {text-decoration: underline; color: #f6921e;}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 20px;
	color: #663300;
	padding-bottom: 8px;}
	
h2	{ padding-bottom: 16px; color: #f6921e; font-weight: bold;}

.twoColFixLtHdr #container {
	width: 640px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: thin solid #8BCFDE;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	color: #999;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 40px;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 3px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-right: 5px;
	top: -30px;
	position: relative;
}

.twoColFixLtHdr #sidebar_photo {
	float: left;
	width: 100px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	
	font-size: 10px;
	font-weight: bold;
	color: #F6921E;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 20px;
	height: auto;
} 
.twoColFixLtHdr #mainContent_photo {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 100%;
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
	
} 
.twoColFixLtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.menu_toplevel { /* 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;
}
#menu {
	left: 290px;
	position: relative;
	width: 335px;
}
#signupbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(img/signup.jpg);
	width: 180px;
	position: relative;
	top: -20px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	height: 95px;
	margin: 0px;
	padding-top: 35px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.twoColFixLtHdr #container #sidebar1 div {
	margin: 0px;
	padding: 0px;
	height: 328px;
	width: 205px;
}
.twoColFixLtHdr #container #sidebar1 #signupbox {
	width: 175px;
	height: 98px;
	margin: 0px;
	top: 0px;
	background-image: url(img/signup.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-attachment: fixed;
	background-position: center center;
}
p.smallprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	display: block;
	height: 12px;
}
#sidebar1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F6921E;
	display: block;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F6921E;
	font-weight: bolder;
	display: block;
	height: 14px;
}
#rsvp {
	background-image: url(img/rsvp_bg%20copy.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	height: 344px;
	width: 396px;
}
.twoColFixLtHdr #container #mainContent #rsvp #form2 {
	width: 275px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 90px;
}



h1.indexwelcome{
	height: 240px;
	display: block;
}



#sidebar_photo h1 {font-size: 14px; color: #999;}

#sidebar_photo ul{
	margin-bottom: 15px;}

	
#p_picture {
	display: block;
	margin: 1px;
	padding: 4px;
	height: 77px;
	width: 77px;
	border: thin solid #B8E4FA;
}
#rsvp div #special {
	padding: 0px;
	margin: 0px;
}
#map_solo {
	padding: 25px;
	width: 550px;
	background-color: #FFFFFF;
	border: 1px solid #66CCFF;
}
.greyOut { color:#999; font-style: italic;}