@charset "utf-8";
/* CSS Document */

/* ------------------------------------------- */
/* ------ Color Palette ---------------------- */
/* ------------------------------------------- */
/* -- PINK #ff6186 ---- ALMOND #f5e1c7 ------ */ 
/* -- OLIVE #665c37 ---- BEIGE #f3ede6 ----- */
/* ------------------------------------------- */

/* ------------------------------------------- */
/* ------ General Body Styles ---------------- */
/* ------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto 0 auto;
	background: #f3ede6; /* beige */
}

/* ------------------------------------------- */
/* ------ STRUCTURE - DIVS ------------------- */
/* ------------------------------------------- */

#wrapper {
	width: 905px;
	height: auto;
	margin: 0 auto 0 auto;
}

#header {
	width: 900px;
	height: 100px;
	float: left;
	padding: 5px 0 0 0;
}

#nav-bar {
	width: 900px;
	height: 30px;
	background-color: #665c37; /* olive */
	float: left;
}

.color-bar {
	width: 900px;
	height: 10px;
	background: #ff6186; /*pink */
	float: left;
}

#content-wrap {
	width: 900px;
	height: auto;
	float: left;
	overflow: hidden;
}

.content {
	width: 500px;
	min-height: 250px;
	float: left;
	padding: 0 10px 5px 5px;
	margin: 10px 5px 20px 15px;
}

/* ------------------------------------------- */
/* ------ RAIL - DIVS ------------------------ */
/* ------------------------------------------- */
.rail-l {
	width: 150px;
	height: auto;
	float: left;
	margin: 10px 5px 5px 0;
	padding: 0 5px 0 5px;
	overflow: hidden;
	clear: left;
}

.rail-r {
	width: 150px;
	height: auto;
	float: right;
	margin: 10px 5px 0 5px;
	padding: 0 10px 5px 10px;
	overflow: hidden;
}

/* ------------------------------------------- */
/* ------ WIDGET - DIVS ---------------------- */
/* ------------------------------------------- */
.widget-l {
	width: 250px;
	height: 250px;
	float: left;
	margin: 5px 5px 5px 0;
	padding: 0 5px 0 5px;
	overflow: hidden;
}

.widget-c {
	width: 250px;
	height: 250px;
	float: left;
	margin: 5px 5px 5px 50px;
	padding: 0 5px 0 5px;
	overflow: hidden;
}

.widget-r {
	width: 250px;
	height: 250px;
	float: right;
	margin: 5px 0 5px 5px;
	padding: 0 5px 0 5px;
	overflow: hidden;
}

/* ------------------------------------------- */
/* ------ FOOTER - DIVS ---------------------- */
/* ------------------------------------------- */
#footer {
	width: 900px;
	height: 150px;
	background: url(images/Footer-BkgdImage-50x150.png) repeat;
	float: left;
	overflow: hidden;
}

.footer-l {
	width: auto;
	height: 125px;
	float: left;
	padding: 0 5px 0 5px;
	overflow: hidden;
}

.footer-r {
	width: auto;
	height: 125px;
	float: right;
	padding: 0 5px 0 5px;
	overflow: hidden;
}

.copyright {
	width: 900px;
	height: 20px;
	text-align: center;
	margin: 5px 0 15px 0;
}

.clear-l {
	width: 5px;
	height: 100px;
	clear: right;
}

.clear-pc {
	width: 5px;
	height: 10px;
	clear: right;
}

/* ------------------------------------------- */
/* ------ INVITATION - DIVS ------------------ */
/* ------ ENCLOSURE - DIVS ------------------- */
/* ------------------------------------------- */
.invite {
	width: 110px;
	height: auto;
	float: left;
	margin: 0 5px 0 5px;
}

.invite-widget {
	width: 450px;
	height: auto;
	float: right;
}

.encL {

}

.encM {
	
}

.encS {
	
}

.pcsuite {
	width: 400px;
	height: 300px;
	float: left;
}

.pcsuite2 {
	width: 400px;
	height: auto;
	float: right;
}

/* ------------------------------------------- */
/* -- INVITATION LANDING PAGE DIVS -- */
/* ------------------------------------------- */
.contentLarge {
	width: 675px;
	min-height: 300px;
	float: right;
	padding: 0 10px 5px 10px;
	margin: 10px 5px 20px 5px;
	clear: none;
}

/* ------------------------------------------- */
/* -- INVITATION DESIGN-SPECIFIC PAGE DIVS -- */
/* ------------------------------------------- */
.contentFull {
	width: 675px;
	min-height: 300px;
	float: left;
	padding: 0 10px 5px 10px;
	/* margin: 10px 5px 20px 15px; */
	clear: both;
}

.full-invite {
	width: 210px;
	height: 294px;
	float: left;
	margin: 0 5px 0 5px;
}

.inviteDets {
	width: 625px;
	float: left;
	overflow: hidden;
}

.block1 {
	width: 150px;
	height: 150px;
	margin: 0 5px 0 0;
}


/* ------------------------------------------- */
/* ---- SECONDARY WIDGET and MISC DIVS ------ */
/* ------------------------------------------- */
.widget-l2 {
	width: 325px;
	height: 250px;
	float: left;
	margin: 0 5px 5px 0;
	padding: 0 5px 0 5px;
	overflow: hidden;
}

.widget-c2 {
	width: 250px;
	height: 250px;
	float: left;
	margin: 5px 5px 5px 155px;
	padding: 0 5px 0 5px;
	overflow: hidden;
}

.widget-r2 {
	width: 250px;
	height: 250px;
	float: right;
	margin: 5px 100px 5px 5px;
	padding: 0 5px 0 5px;
	overflow: hidden;
}

/* ------------------------------------------- */
/* ------ TEXT STYLES ------------------------ */
/* ------------------------------------------- */

/* ------------------------------------------- */
/* HEADERS */
/* ------------------------------------------- */

h1 {	/* use for page heads */
	color: #ff6186; /* pink */
	font-size: 16pt;
}

h2 {	/* use for page subheads */
	color: #ff6186; /* pink */
	font-size: 14pt;
}

h3 {	/* use for widget heads */
	color: #665c37; /* olive */
	font-size: 13pt;
}

h4 {	/* use for widget subheads */
	color: #665c37; /* olive */
	font-size: 11pt;
	line-height: 15px;
}

h5 {	/* use for footer heads */
	color: #665c37; /* olive */
	font-size: 13pt;
}

h6 {	/* use for footer subheads */
	color: #f5e1c7; /* almond */
	font-size: 12pt;
}

/* ------------------------------------------- */
/* PARAGRAPHS */
/* ------------------------------------------- */

p {
	color: #000000; /* black */
	font-size: 11pt;
}

p2 {	/* use with widget copy */
	color: #000000; /* black */
	font-size: 10pt;
}

p3 {	/* use with footer copy */
	color: #f5e1c7; /* almond */
	font-size: 11pt;
}

/* ------------------------------------------- */
/* LINKS */
/* ------------------------------------------- */

a,
a:visited {
	color: inherit; !important
	font-weight: bold;
	text-decoration: none;
}

p a {
	color: #ff6186; /* pink */
	font-weight: bold;
	text-decoration: none;
}

p2 a {
	font-weight: bold;
	text-decoration: none;
}

p3 a {
	color: #f5e1c7; /*almond */
}

a:active,
a:hover {
	color: #ff6186; /* pink */
	text-decoration: none;
}

/* ------------------------------------------- */
/* SPECIAL TEXT STYLES */
/* ------------------------------------------- */
copyright-text {
	color: #f5e1c7; /*almond */
	font-size: 9pt;
	align: center;
}

li {
	font-size: 11pt;
}

#wrapper #content-wrap .rail-r ul li {
	font-size: 9pt;
}
/* ------------------------------------------- */
/* ------ IMAGE STYLES ----------------------- */
/* ------------------------------------------- */

/* ------------------------------------------- */
/* Thumbnails - Widgets */
/* ------------------------------------------- */
