/********* BASE STYLES *********/
body {
	font-family: 'Quicksand', sans-serif;
	color:#000000;
}
a {
	color:#0071B5;
}
/********* END BASE STYLES *********/

/********* GENERIC CLASSES *********/
.border-bottom {
	border-bottom:1px solid #29A4DB;
	padding-bottom:20px;
}
/********* END GENERIC CLASSES *********/

/********* HEADER *********/
header {
	background-color:#29A4DB;
	max-width:1040px;
	min-width:980px;
	width:100%;
	margin:0 auto;
	border-left:1px solid #29A4DB;
	border-right:1px solid #29A4DB;
}
.site-header {
	padding-top:20px;
}
header a {
	text-decoration:none;
	color:#ffffff;
}
/********* END HEADER *********/

/********* NAV BAR *********/
.nav-main {
 	padding:10px 0 10px 0;
 }
.nav-main table {
	clear:both;
	margin:0;
	padding:20px 0 20px 0;
	border-top:1px solid #ffffff;
 	border-bottom:1px solid #ffffff;
 	margin-top:20px;
 	margin-bottom:20px;
 	min-width:100%;
}
.nav-main td {
	font-size:1.8em;
	text-transform:uppercase;
	letter-spacing:0.11em;
	text-align:center;
	padding:0 10px;
	vertical-align:middle;
	height:50px;
}
.nav-main td a { color:#ffffff; text-decoration:none; }
.nav-main td a.active { color:#0071B5; }
/********* END NAV BAR *********/

/********* DISPLAY CLASSES *********/
.cody {
	font-family: "Codystar", cursive;
}
.secondaryColour {
	color:#0071B5;
}
.tertiary-color {
	color:#29A4DB;
}
.white {
	color:#ffffff;
}
h1.mega-heading {
	font-size:5em;
	margin:0;
}
h2.mega-heading {
	font-size:3.7em;
	margin:0;
}
h3.mega-heading {
	font-size:2.5em;
	margin:0;
}
.photo {
	border:2px solid #B48AB3;
	margin:30px 0;
	max-width:100%;
}
section {
	border:1px dotted #ffffff;
}
.subheading {
	background: url(../../imgs/hoz-line-blue.png?v=00001) repeat-x scroll 0 50% transparent;
	font-family:"Codystar", cursive;
	font-size:2em;
	text-transform:uppercase;
	letter-spacing:0.11em;
	color:#29A4DB;
}
.subheading span {
	padding:0 50px;
}
/* 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 #29A4DB;
}
.triangle-border:before {
	border-color: #29A4DB transparent;
}
.triangle-border.left:before {
	border-color: transparent #29A4DB;
}
/* Special Elements - Maps (including Bootstrap fix) and Videos */
.map {
    margin-top:0;
}
/********* END DISPLAY CLASSES *********/

/********* PAGE STRUCTURE *********/
.contents-wrapper {
	background-color:#ffffff;
	border-left:1px solid #29A4DB;
	border-right:1px solid #29A4DB;
}
 .welcome {
 	margin-top:50px;
 }

/* Two Col Structure Definition */
.event .subheading {
	text-align:left;
}
.mapContainer .subheading {
	text-align:left;
}
.about .col1 {
	width:40%;
}
.about .col2 {
	width:52%;
}
/********* END PAGE STRUCTURE *********/

/********* SITE FORMS *********/
/* Generic forms classes */
.form-heading {
	font-size:3em;
	font-family:"Codystar", cursive;
}
/* RSVP form */
.rsvp-form .form-heading {
	color:#29A4DB;
	border-bottom:1px solid #29A4DB;
	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 #29A4DB;
	border-left:1px solid #29A4DB;
	border-right:1px solid #29A4DB;
}
.rsvp-form-footpiece {
	background-image:url(../../imgs/envelopes/envelope-taupeblue-btm.png?v=00001);
}
/********* END SITE FORMS *********/

/********* FOOTER *********/
footer {
	border-top:1px solid #29A4DB;
	padding:20px 0 20px 0;
	color:#29A4DB;
	background-color:#ffffff;
}
footer a {
	color:#0071B5;
}
/********* END FOOTER *********/