#footer {
	font-size: 10px;
	color: #FFF;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
}

a.button {
    background: transparent url('/images/button/bg_button_a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/button/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

body {
	/* Set the background color to green */
	background-color: #8fb561;
	font-family: Verdana, Helvetica;
	/*background-image: url('/images/background_image2.png');*/
}

div {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin:0px;
	padding:0px;
}

#left_swirly {
	width: 143px;
	height: 366px;
	background-image: url('/images/left_swirly.png');
	float: left;
}

#right_swirly {
	width: 143px;
	height: 366px;
	background-image: url('/images/right_swirly.png');
	float: left;
}

#header {
	width: 714px;
	height: 366px;
	margin: 0px;
	padding: 0px;
	background-color: #ffe383;
	float: left;
	color: #FFF;
	display: table;
}

#buttonContainer {
	width: 120px;
	height: 24px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	clear: left;
	top: 15px;
}

#event {
	width: 400px;
	height: 200px;
	text-align: center;
	position: relative;
	float: right;
	font-size: 1.5em;
	font-style: italic;
	top: 90px;
}

.box {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#top {
	height: 15px;
	background-image: url('/images/box_top.png');
}

#bottom {
	height: 15px;
	background-image: url('/images/box_bottom.png');
}

#contentContainer {
	background-image: url('/images/box_sides.png');
}

#header_picture {
	margin-left: auto;
	margin-right: auto;
	width: 768px;
	height: 300px;
	border: gray 1px solid;
	background-color: gray;
	position: relative;
}

#ribbon {
	height: 60px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('/images/ribbon.png');
	text-align: center;
	color: #FFF;
	font-size: 30px;
	font-family: cursive;
	margin-bottom: 0px;
}

#ribbon_text {
	position: relative;
	top: 7px;
}

#mainContentContainer {
	top: 0px;
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	background-color: #75dbde;
	padding: 1px;
	color: #FFF;
	border-left: 1px solid #478789;
	border-right: 1px solid #478789;
	border-bottom: 1px solid #478789;
	padding-bottom: 20px;
	overflow: auto;
}

div#links {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border: 0px;
	width: 600px;
	height: 10px;
}

ul#linklist{
	padding: 0px;
	list-style: none;
	margin-top: 0px;
	width: 545px;
	margin-left: auto;
	margin-top: 10px;
	margin-right: auto;
}

div#links ul#linklist li {
    text-align: left;
    float: left;
    list-style: none;
	width: 120px;
	text-align: center;
}

ul#linklist li a {
	color: #333;
	font-family: Verdana;
}

hr {
	border: 0;
	color: #777;
	background-color: #777;
	height: 1px;
	width: 90%;
	text-align: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#eventContainer {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#wedding{
	padding: 10px;
	width: 53%;
	float: left;
	clear: none;
}

#reception {
	padding: 10px;
	width: 47%;
	float: right;
	clear: none;
}

.eventTitle {
	font-size: 20px;
	font-weight: bold;
}

td{
	font-size: 14px;
	vertical-align: top;
}

td.linkcell a{
	color: #333;
	margin-left: auto;
	margin-right: auto;
}

td.linkcell {
	color: #333;
	font-size: 10px;
}

#rsvpnow {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	color: #333;
	text-align: center;
	padding: 15px;
	padding-bottom: 20px;
	position: relative;
	top: 10px;
	overflow: auto;
}

#rsvpnow a{
	margin-left: auto;
	margin-right: auto;
}

#buttonContainer {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	top: 10px;
}

a
{
  outline: none;
}

:focus
{
  -moz-outline-style: none;
}

.partymember {
	width: 100%;
	overflow: auto;
	margin-bottom: 20px;
}

.memberimage {
	width:170px;
	padding:0px;
	float:left;
}

.memberdesc {
	width:510px;
	float:right;
}

.membername {
	font-size: 18px;
}

.daysRemaining {
	font-size: 10px;
	font-style: italic;
	color: #EEE;
	position: absolute;
	bottom: 5px;
	right: 5px;
	opacity: 50;
}

#cancelLinkContainer {
	width: 100%;
	height: 13px;
	text-align: right;
	font-size: 10px;
	overflow: hidden;
	font-style: italic;
}

div#pictures {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

div#jquery-lightbox div{
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

div#pictures a {
	outline: none;
	text-decoration: none;
}

div#pictures img {
	border: none;
	margin: 1px;
}

div#date {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

p.aboutus {
	font-size: 14px;
	text-align: justify;
}

img#ajaxloader {
	position: relative;
	left: 65px;
	bottom: 10px;
	display: none;
}

div#emailcontainer {
	margin-top: 10px;
}

#emailField{
	margin-left:10px;
	width:250px;
}

.ninetypercentcentered {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}