/********* BASE STYLES *********/
body {
	background-image:url(../../imgs/1-bg-base.png?v=00001);
	background-repeat:repeat;
	font-family: 'Lato', sans-serif;
	color:#ffffff;
}
a {
	color:#ffffff;
}
/********* END BASE STYLES *********/

/********* GENERIC CLASSES *********/
.border-bottom {
	border-bottom:1px dotted #ffffff;
	padding-bottom:20px;
}
/********* END GENERIC CLASSES *********/

/********* HEADER *********/
header {
	background-color:#ffffff;
	background: url(../../imgs/hoz-lines-grey.png?v=00001) repeat-x scroll 0 10% #ffffff;
	max-width:1040px;
	min-width:980px;
	width:100%;
	margin:0 auto;
}
/********* END HEADER *********/

/********* NAV BAR *********/
.nav-main {
 	padding-top:50px;
 	padding-bottom:20px;
 }
.nav-main table {
	min-width:100%;
	clear:both;
	padding:0;
	margin:0;
}
.nav-main td {
	font-size:1.2em;
	text-transform:uppercase;
	letter-spacing:0.11em;
	text-align:center;
	height:0;
	padding:0 10px;
	vertical-align:middle;
	width:192px;
}
.nav-main td a { color:#000000; text-decoration:none; }
.nav-main td a.active { text-decoration:underline; }

.monogram-inner1 {
	position: relative; 
	text-align: center;
}
.monogram-inner2 {
	position: relative; 
	display: inline-block; 
	width: 100px;
}
.monogram-inner3 {
	position: absolute; 
	left:0px; 
	width: 100px;
	height: 100px; 
	top: -40px; 
	display: inline-block;  
	background: url(../../imgs/monogram/1-3.png) no-repeat 0 0 transparent; 
}
.monogram-inner4 { 
	position: absolute; 
	width: 100px; 
	height: 100px; 
	display: inline-block; 
	font-family: 'Eagle Lake', cursive; 
	color: rgb(255, 255, 255); 
	font-size: 30px; 
	left: 0; 
	top: 25px; 
}
/********* END NAV BAR *********/

/********* DISPLAY CLASSES *********/
.alex {
	font-family: "Alex Brush", cursive;
}
.secondaryColour {
	color:#97005D;
}
h1.mega-heading {
	font-size:5em;
	margin:0;
}
h1.mega-heading.alex {
	font-size:8em;
	margin-top:100px;
}
h2.mega-heading {
	font-size:3.7em;
	margin:0;
}
section {
	border:1px dotted #ffffff;
}
.subheading
{
	background: url(../../imgs/hoz-lines-white.png?v=00001) repeat-x scroll 0 50% transparent;
}
.subheading span
{
	background-color:#789BA4;
}
/********* END DISPLAY CLASSES *********/

/********* PAGE STRUCTURE *********/
.contents-wrapper {
	background-image:url(../../imgs/1-bg-main-blue.png?v=00001);
	background-repeat:repeat;
}
/********* END PAGE STRUCTURE *********/

/********* SITE FORMS *********/
/* Generic forms classes */
.form-heading {
	font-family:"Alex Brush", cursive;
}
/* RSVP form */
.rsvp-form a {
	color:#97005D;
}
.rsvp-form .form-heading {
	color:#97005D;
	border-bottom:1px solid #97005D;
}
.rsvp-form-headpiece {
	background-image:url(../../imgs/envelopes/envelope-taupeblue-backpiece.png?v=00001);
}
.rsvp-form .form-inner {
	border-top:1px solid #97005D;
	border-left:1px solid #97005D;
	border-right:1px solid #97005D;
}
.rsvp-form-footpiece {
	background-image:url(../../imgs/envelopes/envelope-taupeblue-btm.png?v=00001);
}
/********* END SITE FORMS *********/

/********* FOOTER *********/
footer {
	border-top:1px solid #ffffff;
	padding:20px 0 20px 0;
	color:#eeeeee;
}
footer a {
	color:#97005D;
}
/********* END FOOTER *********/