/* 

STYLE SHEET FOR [x] WEB SITE
Created by Author Name
www.domainoftheauthor.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. tables
	7. forms
	
Notes

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	font-size: 80%;
	background-color: #333333;
	background-repeat: repeat-x;
	font-family: "Century Gothic";
	color: #333333;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 900px;
	margin-left: auto;
	text-align: left;
	margin-right: auto;
	background-color: #FFFFFF;
	margin-bottom: 20px;
		}
		
#masthead {
	background-color: #fce8c7;
	background-image: url(/img/layout/boy.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 300px;
	position: relative;
		}
#masthead a {
	text-decoration: none;
}
		
#logo {
	position: absolute;
	left: 30px;
	top: 30px;
		}
#strapline {
	font-size: 2em;
	font-style: italic;
	position: absolute;
	left: 150px;
	top: 110px;
	width: 570px;
}
#strapline2 {
	font-size: 1.6em;
	font-style: italic;
	position: absolute;
	left: 30px;
	top: 200px;
	width: 500px;
}
		
#navContainer {
		}

#content {
	background-color: #FFFFFF;
	padding-top: 20px;
		}
#main-content {
	float: left;
	width: 540px;
	padding-left: 30px;
	padding-right: 30px;
}
#main-content img {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}


#right-form {
	float: right;
	width: 330px;
}


.contact-form p label {
	float: left;
	width: 70px;
	color: #333333;
}
.contact-form .text {
	padding: 2px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.contact-form .textarea {
	padding: 2px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 75px;
}


.submit   {
	color: #333333;
	margin-left: 70px;
	position: relative;
	font-size: 1em;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

#content-right {
	float: right;
	width: 270px;
	padding-right: 30px;
}
#mailing-top {
	background-image: url(/img/layout/mailing-list-top.gif);
	background-position: 30px top;
	background-repeat: no-repeat;
	height: 20px;
}
#mailing-list {
	background-image: url(/img/layout/mailing-list-back.gif);
	background-repeat: repeat-y;
	background-position: 30px;
	padding-left: 33px;
	padding-right: 37px;
}
#mailing-list h3 {
	font-size: 1.7em;
	font-weight: normal;
	color: #FF6600;
	background-color: #330000;
	margin-bottom: 15px;
	padding: 5px;
	margin-right: 15px;
	margin-left: 15px;
	text-align: center;
}
#mailing-list p {
}
#mailing-list img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 12px;
	border: 2px solid #993333;
}
#mailing-list ul {
	background-color: #FFFFFF;
	display: block;
	margin-right: 27px;
	margin-left: 27px;
	color: #000000;
	font-style: normal;
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 10px;
}


#mailing-bottom {
	background-image: url(/img/layout/mailing-list-bottom.gif);
	background-position: 30px;
	background-repeat: no-repeat;
	height: 20px;
}
#signup-form {
	padding-left: 14px;
}



#signup-form label {
	float: left;
	width: 40px;
}
#signup-form  .input {
	width: 170px;
	font-family: "Century Gothic";
	padding: 2px;
	font-size: 1em;
	background-color: #FFFFCC;
}
#signup-form .button {

}

#human {
	visibility: hidden;
	display: none;
}
#testimonial {
	float: right;
	width: 183px;
	padding-top: 10px;
	padding-right: 10px;
	margin-right: 65px;
	padding-left: 10px;
	margin-top: 30px;
	background-color: #fce8c7;
}
#testimonial em {
	color: #663300;
	font-size: 1.2em;
}
#testimonial   strong {
	font-size: 1.2em;
}




#footer {
	text-align: center;
	padding-top: 40px;
		}

.cleared {
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	height: 0px;
}
.orange-highlight {
	font-size: 1.3em;
	font-weight: bold;
	color: #FF6600;
}



/* ---------- 3. links and navigation ---------- */

a:link {

		}

a:visited {

		}
		
a:hover {

		}

#navigation {
	background-image: url(/img/layout/nav-background.png);
	background-repeat: repeat;
	width: 900px;
	position: absolute;
	top: 255px;
		}

#navigation ul {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 1.4em;
		}

#navigation li {
	display: inline;
	padding-right: 10px;
	padding-left: 15px;
		}

#navigation a {
	color: #993333;
		}

#navigation a:hover {
	color: #FFFFFF;
		}

/* ---------- 4. fonts ---------- */

html {
		font-size: 100%;
		}

body {
		font-size: 62.5%;
		}

h1, h2, h3, h4, p, ul {
		}

h1 {
	font-size: 2.1em;
	font-weight: normal;
	padding-bottom: 20px;
		}

h2 {
	font-size: 1.6em;
	color: #663300;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 7px;
	padding-top: 12px;
		}

h3 {
	font-size: 1.3em;
		}
		
h4 {
		font-size: 1.1em;
		}

p {
	font-size: 1.2em;
	padding-bottom: 15px;
	line-height: 1.8em;
		}

ul {
	font-size: 1.3em;
	padding-left: 30px;
	padding-bottom: 15px;
	line-height: 1.5em;
	font-style: italic;
	color: #FF6600;
		}
li {
	padding-bottom: 7px;
}


blockquote {
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. tables ---------- */

table {
		}
		
caption {
		}
		
tr {
		}

th, td {
		}
		
th {
		}
		
td {
		}

/* ---------- 7. forms ---------- */	
		
form {
		}
em {
	color: #ff6600;
	font-size: 1.1em;
}
#testimonialwide {
	width: 520px;
	margin-top: 20px;
	background-color: #fce8c7;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#testimonialwide em {
	color: #663300;
	font-size: 1.2em;
}
#testimonialwide strong {
	font-size: 1.2em;
}
