/* ----  Default  ---- */
* {
	color: #3b2313;
}

a, a img {
	text-decoration: none;
	border:none;
}

p {
	line-height: 25px;
}

.container {
	width:1000px;
	margin: 0 auto;
	background-color: #e2dedc;
}

.header {
	height: 164px;
	background-color: #26170c;
}

.main-content {
	max-width: 800px;
	margin:0 auto;
	min-height:400px;
}

#photos .main-content {
	max-width: 850px;
	margin:0 auto;	
}

.footer {
	height: 77px;
	background-color: #26170c;
}

/* ----  Fonts  ---- */



/* ----  Floats  ---- */

.left {
	float: left;
}

.right {
	float: right;
}

/* ----  Colours  ---- */

.pink {
	color: #ec008c;
}

/* ----  Typography  ---- */

.centre-text {
	text-align: center;
}

.footer p {
	color: white;
	letter-spacing: 2px;
	padding-top: 16px;
}

.bold {
	font-weight: bold;
}

.upper {
	text-transform: uppercase;
	letter-spacing: 2px;
}

.handwritten {
	font-family: 'Over the Rainbow', cursive;
	color: #6c5342;
	line-height: 50px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}

/* ----  Navigation  ---- */

ul.nav {
	list-style: none;	
	text-decoration: none;
	margin:0;
	padding:0;
}
ul.nav li {
	border:0;
}

ul.nav li a {
	float: left;
	width:198px;
	text-align: center;
	text-transform: uppercase;
	background-color: #3b2313;
	border-top: 2px solid #e2dedc;
	border-bottom: 2px solid #e2dedc;
	border-left: 1px solid #e2dedc;
	border-right: 1px solid #e2dedc;
	letter-spacing: 3px;
	padding: 4px 0;
	color:white;
}

ul.nav li a:hover, ul.nav li a:active  {
	background-color: #ec008c;	
}

body#home ul.nav li a.home, body#about ul.nav li a.about, body#photos ul.nav li a.photos, body#contact ul.nav li a.contact, body#links ul.nav li a.links { 
	background-color: #ec008c; 
} 

/* ----  Misc  ---- */

.logo {
	margin-top: 25px;
	margin-left: 30px;
}

.top-space {
	padding-top: 40px;
}
	
.centre {
	margin-left: auto;
	margin-right:auto;
	display: block;
}

.clear {
	margin-top:7px;
	padding:0;
}

.facebook-header {
	position: absolute;
	margin-left: 910px;
	display:block;
}

.header-image {
	position: relative;
}

#links .main-content a:hover {
	color: #6c5342;
}

/* ----  Contact Form  ---- */

input {
	border: 1px solid #6c5342;
	width:40%;
}

textarea {
	border: 1px solid #6c5342;
	width:100%;
	height:250px;
}

.btn-submit {
	background-color: #6c5342;
	color:white;
	border: 1px solid #6c5342;
	width:90px;
}

.btn-submit:hover {
	background-color: #ec008c;
}

#form span {
	margin-left:15px;
	padding: 4px 15px;
	background: #ec008c;
	color: white;
	border: 1px solid white;
}
#form span.valid {
	background-color :green;
	color: white;
}
#form span.error {
	background-color:red;
	color: white;
}