/* 

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: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 887px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1.1em;
		}
		
#masthead {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
		}
.logo {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
		}
#masthead ul {
	float: right;
	padding-right: 20px;
	padding-top: 64px;
}
#masthead li {
	display: inline;
	padding-left: 20px;
}
#photobar {
	background-image: url(../img/layout/homepage.jpg);
	height: 202px;
	width: 887px;
}


		
#navContainer {
		}

#content {
	background-color: #FFFFFF;
	background-image: url(../img/layout/content-back.gif);
	background-repeat: repeat-y;
		}
#content-area {
	display: inline;
	float: right;
	width: 600px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#content-area ul {
	padding-left: 20px;
}
.image-box  {
	float: right;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: center;
	width: 210px;
}

#right-form {
	float: right;
	width: 350px;
}
.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;
}



#footer {
	color: #6699CC;
	padding-top: 40px;
	padding-bottom: 30px;
		}

.cleared {
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	height: 0px;
}

/* ---------- 3. links and navigation ---------- */

a:link {
	text-decoration: underline;
	color: #6699cc;
		}

a:visited {
	text-decoration: underline;
	color: #996699;
		}
		
a:hover {
	text-decoration: underline;
	color: #666699;
		}

#navigation {
	background-color: #6699cc;
	float: left;
	width: 240px;
	padding-top: 30px;
		}

#navigation ul {
	list-style-type: none;
	padding-left: 20px;
	padding-bottom: 40px;
		}

#navigation li {
	background-image: url(../img/layout/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
		}

#navigation a {
	color: #FFFFFF;
		}

#navigation a:hover {
	color: #666699;
		}
#samples {
	width: 200px;
	padding-left: 40px;
	color: #FFFFFF;
}
#samples a {
	color: #FFFFFF;
}
#samples a:hover {
	color: #666699;
}
#samples li {
	background-position: 0px 3px;
	margin-bottom: 0px;
	padding-bottom: 1px;
}
#samples ul {
	list-style-type: none;
	padding-bottom: 40px;
}
#website-designer {
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
}




/* ---------- 4. fonts ---------- */

html {
		font-size: 100%;
		}

body {
		font-size: 62.5%;
		}

h1, h2, h3, h4, p, ul {
		}

h1 {
	font-size: 2em;
	color: #6699CC;
	font-weight: normal;
	padding-bottom: 22px;
		}

h2 {
		font-size: 1.3em;
		}

h3 {
		font-size: 1.2em;
		}
		
h4 {
		font-size: 1.1em;
		}

p {
	font-size: 1em;
	line-height: 1.7em;
	padding-bottom: 15px;
		}

ul {
	line-height: 1.7em;
		}
li {
	padding-bottom: 15px;
}


blockquote {
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. tables ---------- */

table {
		}
		
caption {
		}
		
tr {
		}

th, td {
		}
		
th {
		}
		
td {
		}

/* ---------- 7. forms ---------- */	
		
form {
		}
