/*
Lantern Web Design
Main stylesheet
Author: Leah Taylor, Lantern Web Design http://www.lanternwebdesign.co.uk/
Version: 1.0 April 2009
Copyright 2009, All Rights Reserved
*/

/*-------LAYOUT---------------*/

body {
	background-color: #ffffe0;
}

#sitewrapper {
	width: 870px;
	min-height: 750px;
	background-color: #ffffff;
	margin: 0.6em auto 0 auto;
}

#header {
	height: 148px;
	background-color: #f1f0f0;
}

#header img {
	padding-left: 1em;
	position: absolute;
}

#content {
	min-height: 520px;
}

#footer {
	width: 870px;
	margin: 0.3em auto;
}

#content img {
	margin-left: 80px;
	margin-bottom: 1em;
	margin-top: 1em;
}

#frontpage {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	padding-top: 2em;
}

/*----NAVIGATION BARS------*/

#navmain li, #navsecond li, #footer li {
	display: inline;
}

#navmain ul {
	text-align: center;
	background-color: #a6060a;
	padding: 0.3em 0;
	padding-left: 7em;
}

#navmain ul li a {
	font-size: 1.1em;
	color: #ffffe0;
	padding: 0.2em 1.5em;
	margin: 0;
}

#navmain a:hover, #navmain a:active {
	background-color: #3D2210;
	color: #ffffe0;
	text-decoration: none;
}

#navsecond {
	font-size: 0.7em;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 0.2em;
}

#navsecond ul li a {
	font-weight: bold;
	color: #3D2210;
	padding: 0.2em 0.8em;
}


/*-------NAVIGATION---------------*/

#header a:link, #header a:visited, #header a:hover, #header a:active {
	color: #a6060a;
	text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
	color: #3D2210;
}

a:hover, a:active {
	text-decoration: underline;
}

#content p a:link, #content p a:visited, #content p a:hover, #content p a:active {
	text-decoration: underline;
}

#footer .fltright {
	font-weight: bold;
}

.home #home, .services #services, .whyus #whyus, .contact #contact, .principles #principles {
	background-color: #3D2210;
	color: #ffffe0;
}

/*-------TYPOGRAPHY---------------*/
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, pre, form, fieldset {
	margin-bottom: 0.6em;
	color: #3D2210;}

p {
	font-size: 0.8em;
	line-height: 1.5em;
	font-family: Verdana, Geneva, sans-serif; 
	margin: 0em 50px 0.6em 50px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal; 
	font-weight: bold;
	margin: 1em 50px 0.6em 50px;
}

h1 {
	font-size: 1.4em;
}

h2 {
	margin-bottom: 0;
}

h2 {font-size: 1em;
}

ul, ol, li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
}

#header h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 4em;
	margin: 0 0 0 175px;
	padding-top: 30px;
	color: #a6060a;
}

#content ul {
	margin-left: 6em;
}

#content ul li {
	list-style-type: disc;
	font-size: 0.8em;
}

.services #content p {
	font-size: 0.8em;
}

.privacy p {
	font-size: 0.7em;
}

.privacy #content ul li {
	font-size: 0.7em;
}

.termsofuse #content ul li, .termsofuse p {
	font-size: 0.8em;
}

#footer p {
	display: inline;
	margin: 0;
	font-size: 0.7em;
}

.websitetxt {
	color: #663918;
}

#frontpage h1 {
	text-align: center;
	font-size: 2em;
}

#frontpage p {
	font-size: 1.2em;
	text-align: center;
}

#frontpage p.entersite {
	font-size: 0.8em;
	padding-top: 1em;
}

/*.italic {
	font-style: italic;
}*/

/*-----------GENERAL------------*/
.fltleft {
	float: left;
}

.fltright {
	float: right;
}