/*
Theme Name: Clean Pastel
Description: Pastel and wonderfully clean.
Version: 1.0
Author: Rob Hurd
Author URI: http://www.norsakwin.com
Tags: Clean Simple Pastel
*/

div,
ul {
	overflow: hidden;
	}

body {
	font-size: 1.5em;
	margin: 0;
	font-family: 'Dawning of a New Day', cursive;
	}

h1,
h2 {
	margin: 0 0 .2em 0;
	text-transform: lowercase;	
	font-weight: 200;
	font-size: 200%;
	color: #3D474C;
	}

h3,
h4,
h5 {
	margin: 0;
	text-transform: lowercase;	
	}


h3 {
	font-weight: 200;
	font-size: 190%;
	color: #733F7F;
	}

h4 {
	font-weight: 400;
	font-size: 160%;
	color: #BAADD8;
	}

h5 {
	font-weight: 400;
	font-size: 120%;
	color: #3D474C;
	font-style: italic;
	}

h6 {
	font-weight: 600;
	font-size: 95%;
	letter-spacing: 1px;
	text-transform: lowercase;	
	margin: 0;
	}

p {
	font-size: 100%;
	line-height: 1.4;
	margin: 0 0 12px 0;
	}

.p-ul {
	font-size: 100%;
	line-height: 1.4;
	margin: 0 0 12px 0;
	list-style-type: square;
	padding-left: 17px;
	}

.pink {
	color: #733F7F;
	}

.bold {
	font-weight: 600;
	}

.smallprint {
	font-size: 90%;
	}

.largeprint {
	font-size: 120%;
	}

.italic {
	font-style: italic;
	}

a:link,
a:visited {
	color: #004466;
	text-decoration: none;
	}

a:hover {
	color: #004466;
	text-decoration: underline;
	}

a:active {
	color: #772299;
	text-decoration: underline; 
	}

.spacer {
	width: 100%;
	height: 30px;
	}

.vert-line {
	width: 100%;
	height: 1px;
	background-color: #DAEAF2;
	margin: 20px 0 5px 0;
	}

/* Main Wraps */

#all-wrap {
	min-width: 1150px;
	}

#cont-outer {
	}

.inner-wrap {
	max-width: 1100px;
	min-width: 900px;	
	margin: auto;
	padding: 0 25px;
	}

/* Page layouts */

.half {
	width: 50%;
	float: left;
	}

/* Column Layouts */

.centered-txt {
	width: 50%;
	margin: auto;
	}

.txt-left {
	width: 550px;
	float: left;
	}

.txt-right {
	width: 550px;
	float: right;
	}

.img-left {
	width: 500px;
	float: left;
	}

.img-right {
	width: 500px;
	float: right;
	}



.two-col,
.three-col,
.four-col,
.six-col {
	margin: 0 1%;
	float: left;
	}

.two-col {
	width: 48%;
	}

.three-col {
	width: 31.333%;
	}

.four-col {
	width: 23%;
	}

.six-col {
	width: 14.667%;
	}

/* Image Column Layouts */

.thre-img-col {
	margin: 0 0 10px 0;	
	}

.thre-img-col .img-col,
.thre-img-col .img-col-c {
	width: 360px;
	height: 360px;
	float: left;
	background-color: #E3E8EA;	
	}

.thre-img-col .img-col-c {
	margin: 0 10px;
	}


/* header */

#hdr-outer {
	padding: 50px 0;
	}

#hdr-logo {
	width: 269px;
	
	margin: auto;
	}

#hdr-outer a {
	color: inherit;
	text-decoration: none;
	}

/*	Nav Menu	*/

#nav-outer {
	
	}

#nav-bar {
	font-size: 120%;
	margin-bottom: 20px;
	}

#nav-menu {
	list-style-type: none;
	margin: 0;	
	padding-left: 0;
	text-align: center;
	}

#nav-menu li {
	display: inline;
	padding: 10px 20px;
	text-transform: lowercase;	
	}

#nav-menu li a {
	text-decoration: none;
	}


#nav-menu a:link,
#nav-menu a:visited {
	color: 000;
	}

#nav-menu a:hover,
#nav-menu a:active {
	color: #733F7F;
	
	}

#nav-ph {
	width: 20%;
	float: right;
	padding-top: 8px;	
	}

#nav-ph p {
	text-align: right;
	margin: 0;
	}

/* Homepage */

#hm-prmo-wr {
	width: 100%;
	height: 500px;
	
	}

.intro-txt {
	font-size: 150%; 
	text-align: center;
	width: 50%;
	margin: auto;
	}


/* Footer */

#ftr-outer {
	margin-top: 20px;	
	background-color: #DAEAF2;
	padding: 30px 0;
	}

#copy-outer {
	font-size: 80%;
	text-align: center;
	padding: 3px 0;
	}