@charset "UTF-8";
html {
	margin:0;
	padding:0;
}
body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}


/* ~~ List Styles ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}


/* ~~ Link Styles. ~~ */
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #008791;
	font-family: "TeXGyreAdventorRegular", "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-weight:normal;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #008791;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}


/* ~~ Heading and Paragraph Styles. ~~ */
h4, h5, p {
	color:#008791;
	font-family:
	"TeXGyreAdventorRegular",
	/*"TeXGyreAdventorBold",
	"TeXGyreAdventorItalic",
	"TeXGyreAdventorBoldItalic",*/
	"Century Gothic",		/* Windows (HP printer) */
    "Avant Garde Gothic",	/* HP font name */
    "Avant Garde",		/* MacOS */
    "URW Gothic L",		/* Unix+X+FontConfig */
/* Fallback options */
    helvetica,			/* Unix+X, MacOS */
    sans-serif;
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h1 {
	color:#008791;
	font-family:"Palatino Linotype", "Book Antiqua", Georgia, Palatino, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	line-height:24px;
	margin:0px;
	padding:0px;
}
h2 {
	color:#008791;
	font-family:
	"TeXGyreAdventorRegular",
	/*"TeXGyreAdventorBold",
	"TeXGyreAdventorItalic",
	"TeXGyreAdventorBoldItalic",*/
	"Century Gothic",		/* Windows (HP printer) */
    "Avant Garde Gothic",	/* HP font name */
    "Avant Garde",		/* MacOS */
    "URW Gothic L",		/* Unix+X+FontConfig */
/* Fallback options */
    helvetica,			/* Unix+X, MacOS */
    sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height:16px;
	margin:20px 0px 0px 0px;
	padding:0px;
}
h3 {
	color:#008791;
	font-family:
	"TeXGyreAdventorRegular",
	/*"TeXGyreAdventorBold",
	"TeXGyreAdventorItalic",
	"TeXGyreAdventorBoldItalic",*/
	"Century Gothic",		/* Windows (HP printer) */
    "Avant Garde Gothic",	/* HP font name */
    "Avant Garde",		/* MacOS */
    "URW Gothic L",		/* Unix+X+FontConfig */
/* Fallback options */
    helvetica,			/* Unix+X, MacOS */
    sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	margin:0px;
	padding:0px;
}
h4 {
	color:#008791;
	font-family:
	"TeXGyreAdventorRegular",
	/*"TeXGyreAdventorBold",
	"TeXGyreAdventorItalic",
	"TeXGyreAdventorBoldItalic",*/
	"Century Gothic",		/* Windows (HP printer) */
    "Avant Garde Gothic",	/* HP font name */
    "Avant Garde",		/* MacOS */
    "URW Gothic L",		/* Unix+X+FontConfig */
/* Fallback options */
    helvetica,			/* Unix+X, MacOS */
    sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	margin:0px;
	padding:0px;
}
h6 {
	color:#008791;
	font-family:"RosewoodStdFill", Georgia, serif;
	font-size:48px;
	line-height:60px;
	text-align: right;
}
p {
	font-size:12px;
	line-height:16px;
	margin:10px 0;
	text-align:justify;
}
p.timer {
	color:#008791;
	font-family:"RosewoodStdFill", Georgia, serif;
	font-size:40px;
	font-weight:normal;
	line-height:100%;
	margin:0px 0px 10px 0px;
	padding:0px;
	text-align: right;
}
p.timer2 {
	color:#008791;
	font-family:"RosewoodStdFill", Georgia, serif;
	font-size:28px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	text-align: right;
}


/* ~~ Fixed width container surrounds the other divs ~~ */
#container {
	width: 792px;
	/*width: 980px;*/
	background:;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}


/* ~~ Header Styles. ~~ */
#header {
	background:;
	/*width: 845px;*/
	width: 710px;
	margin: 0px auto;
}
#header ul#nav {
	display: none;
}
#header img {
	display:block;
	margin:0 auto;	
	width:710px;
	height:auto;
}


/* ~~ Content Styles. ~~ */
#content {
	background:#FFF;
	border:0px solid #A3EF3C;
	margin:0 auto;
	overflow:hidden;
	padding: 20px;
	/*width:805px;*/
	width:670px;
}
#content img.fltlft, #content img.fltrt, #content img.fltrt_spacer20T5B {
	height:25%;
	width:25%;	
}
#content img.fltlft_spacer60T5B, #content img.fltlft_spacer40T5B {
	height:90%;
	width:90%;	
}
#content ol li, #content ul li {
	color:#008791;
	/*list-style-position:inside;*/
}
#content ul {
	list-style-type:none;	
}
#content ul li {
	color: #008791;
    font-family: "TeXGyreAdventorRegular","Century Gothic","Avant Garde Gothic","Avant Garde","URW Gothic L",helvetica,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height:16px;
    list-style-image: url("../images/flower.png");
    margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}
#content ul ul li {
	color: #008791;
    font-family: "TeXGyreAdventorRegular","Century Gothic","Avant Garde Gothic","Avant Garde","URW Gothic L",helvetica,sans-serif;
    font-size: 12px;
    font-style:italic;
    font-weight: normal;
	list-style:none;
	list-style-image:none;
	line-height:100%;
    margin: 5px 0 0 0;
    padding: 0px 0px 0px 10px;	
}
#content ol li a {
	font-weight:normal;
	margin: 0px 0px 0px 20px;	
}
#content ul.figures {
	border:0px solid #000;
	display:block;
	float:right;
	list-style:none; 
	margin:0px;
	overflow:hidden;
	padding:0px;
	width:100%;
}
#content ul.figures li {
	border:0px solid #CCC;
	display:block;
	float:right;
	font-weight:normal;
	list-style:none; 
	margin:0px;
	padding:0px;
	width:auto;
}
#content ul.figures li span.caption {
	border:0px solid #EEE;
	color:#008791;
	clear:both;
	display:block;
	float:left;
	font-family: "TeXGyreAdventorRegular", "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size:14px;
	font-style:oblique;
	margin:0px;
	padding:0px;
	width:100%;
}
#content #entries {
	clear:both; 
	overflow:hidden; 
	padding:40px 0px;	
}
#content #entries .comment {
	display: block;
	clear: left;
	float: left;
	width: 700px;
	margin: 0px 0px 0px 60px;
	padding: 0px 0px 10px 0px;
	/*background: url(../images/comment_insignia.png) center bottom no-repeat;*/
	border-bottom: 1px solid #008791;
	overflow: hidden;
}
#content #entries .comment .name {
	display: block;
	float: left;
	border: 0px solid #CCC;
	padding: 0px;
	margin: 10px 0px 5px 0px;
	font-family: "TeXGyreAdventorBold", "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #008791;
}
#content #entries .comment .date {
	display: block;
	float: right;
	border: 0px solid #DDD;
	font-family: "TeXGyreAdventorBold", "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #008791;
	margin: 10px 0px 5px 0px;
	padding: 0px;
}
#content #entries .comment .message {
	clear: both;
	border: 0px solid #EEE;
	display: block;
	float: left;
	font-size: 12px;
	font-family: "TeXGyreAdventorRegular", "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	width: 100%;
}
#content #lftCol {
	display: block;
	float: left;
	margin: 0 2% 0 0;
	overflow:hidden;
	width: 48%;
}
#content #rtCol {
	display: block;
	float: left;
	margin: 0 0 0 2%;
	overflow:hidden;
	width: 48%;
}
#content #lftCol60 {
	display: block;
	float: left;
	margin: 0;
	overflow:hidden;
	width: 100%;
}
#content #rtCol40 {
	display: none;
}


/* ~~ Footer Styles. ~~ */
#footer {
	padding: 20px 0;
}

#footer img {
	display:block;
	margin:0 auto;	
}


/* ~~ miscellaneous float/clear classes ~~ */
.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. */
	border: 1px solid #008791;
	float: right;
	margin:0px 0px 5px 10px;
	padding:5px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	border: 1px solid #008791;
	float: left;
	margin:0px 10px 5px 0px;
	padding:5px;
}
a:hover img.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	-moz-box-shadow: 5px 5px 5px #008791;
  	-webkit-box-shadow: 5px 5px 5px #008791;
  	box-shadow: 5px 5px 5px #008791;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.ctrspacer {
	display:block;
	margin:0px auto;
}
.ctrspacer20pxTB {
	display:block;
	margin:20px auto;
}
.spacer20pxTB {
	display:block;
	margin:20px 0px;	
}
.spacer20pxTRB {
	display:block;
	margin:20px 20px 20px 0px;	
}
.spacer20pxTBL {
	display:block;
	margin:20px 0px 20px 20px;	
}
.spacer20pxTRBL {
	display:block;
	margin:20px 20px 20px 20px;	
}
.spacer20TB60LR {
	display:block;
	margin:20px 60px;	
}
.spacer20TB40L{
	display:block;
	margin:20px 40px 20px 0px;	
}
.spacer40T20B {
	display:block;
	margin:40px 0px 20px 0px;	
}
.spacer60T20B {
	display:block;
	margin:60px 0px 20px 0px;	
}
.ctr_spacer20pxTB {
	border: 1px solid #008791;
	display:block;
	margin:20px auto 20px auto;
	padding:5px;
}
.ctr_spacer20pxB {
	border: 1px solid #008791;
	display:block;
	margin:0px auto 20px auto;
	padding:5px;
}
.fltrt_spacer20T5B {
	border: 1px solid #008791;
	clear:both;
	float: right;
	margin:20px 0px 5px 10px;
	padding:5px;
}
.fltrt_spacer40T5B {
	border: 1px solid #008791;
	float: right;
	margin:40px 0px 5px 10px;
	padding:5px;
}
.fltrt_spacer60T5B {
	border: 1px solid #008791;
	float: right;
	margin:60px 0px 5px 10px;
	padding:5px;
}
.fltlft_spacer20T5B {
	border: 1px solid #008791;
	float: left;
	margin:20px 0px 5px 0px;
	padding:5px;
}
.fltlft_spacer40T5B {
	border: 1px solid #008791;
	float: left;
	margin:40px 0px 5px 0px;
	padding:5px;
}
.fltlft_spacer60T5B {
	border: 1px solid #008791;
	float: left;
	margin:60px 0px 5px 0px;
	padding:5px;
}
.divider {
	display:block;
	margin:20px auto;
}
.tab20 {
	margin-left:20px;	
}
.tab40 {
	margin-left:40px;	
}
.tab60 {
	margin-left:60px;	
}
.tab80 {
	margin-left:80px;	
}
.tab100 {
	margin-left:100px;	
}


/* ~~ Icons and Button Styles ~~ */
.ornament{ /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	border: none;
	float: left;
	margin: 0px 5px 0 0;
	padding:0px;
	width:22px;
	height:15px;
}
input.btn {
	display:none;
}
input.btn2 {
	display:none;
}


/* ~~ Form Styles ~~ */
#content .guestForm {
	border: 0px solid #000;
	width: auto;
	overflow: hidden;
}
#content .rsvpForm {
	border: 0px solid #000;
	width: auto;
	overflow: hidden;
}
#content .guestForm {
	display: none;
}
#content .rsvpForm fieldset {
	display: block;
	border: 1px dotted #008791;
	overflow: hidden;
	width: auto;
	margin: 40px 0px 0px 0px;
	padding: 10px;
	float: right;
}
#content .rsvpForm label {
	display: block;
	float: left;
	text-align: right;
	border: 0px solid #CCC;
	font-family: "TeXGyreAdventorRegular", "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	color: #008791;
	margin: 10px 20px 10px 0;
	width: 100px;
	height: 15px;
	padding: 5px 0;
	font-size: 14px;
	line-height: 100%;
}
#content .rsvpForm input.rText {
	display: block;
	float: left;
	width: 230px;
	border: 1px solid #008791;
	height: 15px;
	color: #CCE7E9;
	margin: 10px 0;
	padding: 5px;
	font-family: "TeXGyreAdventorRegular", "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	font-size: 14px;
}
#content .rsvpForm input.rText:focus {
	color: #008791;
	-moz-box-shadow: 0px 0px 2px #008791;
	-webkit-box-shadow: 0px 0px 2px #008791;
	box-shadow: 0px 0px 2px #008791;
}
#content .rsvpForm textarea.rTextArea {
	display: block;
	float: left;
	border: 1px solid #008791;
	width: 230px;
	color: #CCE7E9;
	margin: 10px 0;
	padding: 5px;
	font-family: "TeXGyreAdventorRegular", "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L", helvetica, sans-serif;
	height: 100px;
	font-size: 14px;
}
#content .rsvpForm textarea.rTextArea:focus {
	color: #008791;
	-moz-box-shadow: 0px 0px 2px #008791;
	-webkit-box-shadow: 0px 0px 2px #008791;
	box-shadow: 0px 0px 2px #008791;
}
