/* alignment classes */

.alignLeft {
	clear:both;
	float:left;
	text-align:left;
	margin-left:30px;
}

.alignCenter {
	float:left;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.alignRight {
	display:block;
	float:right;
	text-align:right;
	margin-right:30px;
	
}

#rsvpform {
height:900px;	
}

/* Main Styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#460007;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:100%;
	

}
a {
	color:#369;
	font-family: 'Slabo 27px', serif;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
	font-family: 'Slabo 27px', serif;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	font-family: 'Slabo 27px', serif;
}

b {font-family: 'Slabo 27px', serif;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
	font-family: Tahoma, Geneva, sans-serif;
}
img {
	margin:10px 0 5px;
}
#ads img {
	display:block;
	padding-top:10px;
}

/* Header styles */
#headerimg {
	margin-top:10px;
	height:475px;
	width:100%;
	background-image:url(images/wedsiteHeader1.png);
}

#header {
	clear:both;
	float:left;
	width:100%;

}
#header {
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
	margin-top:-80px;
	height:0px;
}

#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	padding:0;
}

#header ul li {
	display:inline-block;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 0px;
	padding:13px 20px;
	text-align:center;
	background:#eee;
	color:#5D7279;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#7A0005;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#5E727A;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (left menu) settings */
.leftmenu {
	background:#fff;		/* right column background colour */
}
.leftmenu .colleft {
	right:75%;			/* right column width */
	/*background-image:url(images/gplaypattern_2X.png);	 left column background colour */
	
}
.leftmenu .col1 {
	width:71%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:21%;			/* left column content width (column width minus left and right padding) */
	left:6%;			/* (right column left and right padding) plus (left column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
	font-size:10px;
	background-color:#7A0005;
	color:#fff;
	height:20px;
	padding-top:10px;
}
#footer p {
	padding:10px;
	margin:0;
}
#footer .left {
	display:inline-block;
	clear:both;
	float:left;
	text-align:left;
	margin-left:30px;
	width:40%;
}
#footer .center {
	display:inline-block;
	float:left;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#footer .right {
	display:inline-block;
	float:right;
	text-align:right;
	margin-right:30px;
}
/* music page specific css */
#songchart {
	width:800px;
}


/* RSVP Page specific css */

.RSVPcol1 {
	
	height:600px;
	padding:0px;
}

/* photoPages */

.clear			{ clear:both; }
.photo-link		{ padding:5px; margin:5px; border:1px solid #ccc; display:block; width:200px; float:left; }
.photo-link:hover	{ border-color:#999; }

table {
    border-collapse: collapse;
    width: 80%;
    
}
td {
padding: 5px;
}
#center {
    width: 40%;
}
#left {
    width: 30%;
}
#oddRow {
	background-color:rgba(204, 102, 0, 0.1);
}
#evenRow {
	background-color:rgba(255, 255, 255, 0.3);
	}