/********* BASE STYLES *********/
body {
	font-family: 'Lato', sans-serif;
	color:#1A3264;
	background-image:url(../../imgs/7-bg.png?v=00002);
	background-repeat:repeat;
}
a {
	text-decoration:underline;
}
/********* END BASE STYLES *********/

/********* HEADER *********/
header {
	width:100%;
	margin:0 auto;
	text-transform:uppercase;
}
header a {
	text-decoration:none;
	color:#1A3264;
}
.site-header {
	text-align:center;
	font-family: 'Shadows Into Light Two', sans-serif;
	background-color:#805188;
}
.site-header-xlayer {
	background:url(../../imgs/x-white.png?v=00001) repeat-x scroll 0 50% transparent;
}
.site-header-inner {
	background-color:#1A3264;
	color:#ffffff;
	font-weight:normal;
	margin:0 auto;
	display:inline-block;
	padding:40px 0;
	font-size:3em;
	width:650px;
}
.site-header a {
	color:#ffffff;
}
.site-header-shoe {
	text-align:center;
	background-color:#1A3264;
	margin:0 auto;
	color:#ffffff;
	padding:5px 0;
	width:650px;
	letter-spacing:0.11em;
}
/********* END HEADER *********/

/********* NAV BAR *********/
.nav-main {
 	padding:30px 0 10px 0;
}
.nav-main table {
	clear:both;
	padding:0;
	margin:0;
	min-width:100%;
}
.nav-main td {
	font-size:1.5em;
	letter-spacing:0.11em;
	text-align:center;
	height:50px;
	padding:0 10px;
	vertical-align:middle;
}
.nav-main td a.active { text-decoration:underline; }
/********* END NAV BAR *********/

/********* DISPLAY CLASSES *********/
.secondaryColour {
	color:#805188;
}
h1.mega-heading {
	font-size:5em;
	font-family:'Shadows Into Light Two', sans-serif;
	margin:0;
	font-weight:normal;
}
h2.mega-heading {
	font-size:3.7em;
	margin:0;
	font-weight:normal;
}
h3.mega-heading {
	font-size:2.5em;
	margin:0;
	font-weight:normal;
}
.photo {
	border:2px solid #805188;
	margin:30px 0;
}
.subheading {
	background: url(../../imgs/x-805188.png?v=00001) repeat-x scroll 0 50% transparent;
	font-size:2em;
	letter-spacing:0.11em;
	color:#1A3264;
	font-weight:normal;
	text-align:left;
}
.subheading span {
	padding:20px 50px;
	background-image:url(../../imgs/7-bg.png?v=00002);
	border:1px dashed #805188;
	font-family:'Shadows Into Light Two', sans-serif;
}
/* Special Text Elements - Date, Time & Location */
.date-display {
  background:transparent url(../../imgs/calendar-input-dark.png?v=00001) 2px 20% no-repeat;
}
.time-display {
  background:transparent url(../../imgs/time-input-dark.png?v=00001) 1px 40% no-repeat;
}
.location-display {
  background:transparent url(../../imgs/address-input-dark.png?v=00001) 4px 10% no-repeat;
}
/* Special elements - guestbook entries */
.triangle-border {
	border: 5px solid #805188;
}
.triangle-border:before {
	border-color: #805188 transparent;
}
.triangle-border.left:before {
	border-color: transparent #805188;
}
/* Special Elements - Maps (including Bootstrap fix) and Videos */
.map {
    margin-top:0;
}
/********* END DISPLAY CLASSES *********/

/********* PAGE STRUCTURE *********/
.contents-wrapper {
	min-width:960px;
	max-width:100%;
}
.welcome {
 	margin-top:0;
}
.welcome .col1 .mega-heading {
	margin-top:30px;
}
.map-container {
	margin:0 auto;
}
.eventDetails {
	margin-top:40px;
}
p {
	margin:0 0 1em 0;
}
/********* END PAGE STRUCTURE *********/

/********* SITE FORMS *********/
/* Generic forms classes */
.form-heading {
	font-size:3em;
	font-weight:normal;
	color:#805188;
}
/* RSVP form */
.rsvp-form .form-heading {
	color:#805188;
	border-bottom:1px solid #805188;
	margin-bottom:20px;
}
.rsvp-form-headpiece {
	background-image:url(../../imgs/envelopes/envelope-taupeblue-backpiece.png?v=00001);
}
.rsvp-form .form-inner {
	border-top:1px solid #805188;
	border-left:1px solid #805188;
	border-right:1px solid #805188;
}
.rsvp-form-footpiece {
	background-image:url(../../imgs/envelopes/envelope-taupeblue-btm.png?v=00001);
}
/********* END SITE FORMS *********/

/********* FOOTER *********/
footer {
	width:100%;
	padding:20px 0 20px 0;
	color:#1A3264;
}
footer a {
	color:#1A3264;
}
/********* END FOOTER *********/