/* 

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
	8. layout
	
Notes

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

.body {
    float: none;
	margin: 0;
}

body {
	font-family: arial, verdana, sans-serif;
	padding-top:1em;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
		}
		
#masthead {
	width:90em;
		}
		
#logo {
	background-image: url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	width:20em;
	height:9em;
	position:absolute;
	left:85em;
	top:0px;
		}
		
#navContainer {
	padding-top: 3em;
	padding-bottom: 2em;
		}

#content {
		}
#content #intro {
	padding:5em 0 2em 8em;
	width:50em;
}

#content #main {
	width:90em;
	border:solid 0px #cddc3b;
	border-width: 0.5em 0.5em 0.5em 0em;
	padding: 1em 1em 1em 8em;
	overflow: hidden;
}
#mainFader{
	position:absolute;
	left:0px;
	width:99em;
	height:35em;
}

#footer {
		}

.separator {
		clear: both;
		}

.separatorInvisible {
		clear: both;
		height: 1px;
		}

.clearFix:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}

/* ---------- 3. links and navigation ---------- */

a {
		}
		
a:hover {
		}

#navigation {
		}

#navigation ul {
    padding-left: 0px;	
		}

#navigation li {
	list-style: none;
	float:left;
		}
#navigation a {
	position:relative;
	width:40em;
	/*  top right bottom left*/
	padding:0.3em 1em 0.3em 1em;
	text-align:center;
	background-color: #cddc3b;
	margin-right: 1em;
	color:white;
	font-size: 2.2em;
	text-decoration:none;
		}
#navigation #menu1 {
	padding-left:2.6em;
	padding-right:2.6em;
}
#navigation #menu4 {
	padding-left:1.5em;
	padding-right:1.5em;
}

#navigation .active {
	position:relative;
	top:0.3em;
}

#navigation .active:hover {
	position:relative;
	top:0.3em;
	left:0em;
}

#navigation a:hover {
	margin-top: 0em;
	position:relative;
	top:0.1em;
	left:0.05em;
		}


#navigation2{
	float:left;
	margin-top:1em;
	width:22em;
	margin-right:6em;
	}
	
#navigation2 div{
	clear:both;
	margin-bottom: 0.5em;
		}

#navigation2 img {
	width:6em;
	height:6em;
	margin-right:2em;
	margin-bottom:0.5em;
	float:left;
	border:solid 2px white;
		}
#navigation2 a.active img{
	border:solid 3px #cddc3b;
}

#navigation2 a {
	color:black;
	text-decoration:none;
	text-transform:uppercase;
}

#navigation2 a:hover {
	color:#500;
}

#navigation2 a.active {
	font-weight:bold;
	color:#933;
}
/* ---------- 4. fonts ---------- */

html {
		font-size: 100%;
		}

body {
		font-size: 62.5%;
		}

h1, h2, h3, h4, p, ul {
		}

h1 {
		}

h2 {
		}

h3 {
		}
		
h4 {
		}

p {
	padding-bottom:1em;
		}

ul {
		}

blockquote {
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. tables ---------- */

table {
		}
		
caption {
		}
		
tr {
		}

th, td {
		}
		
th {
		}
		
td {
		}

/* ---------- 7. forms ---------- */	
		
form {
		}

/* ---------- 8. layout ----------*/

.box {
	padding:2em;
	margin-top:1em;
	margin-bottom:1em;
	margin-left:1em;
	border:solid 1px #cddc3b;
	background-color:white;
	width:53em;
	color:#444;
	float:left;
	margin:0 auto;
}
.box img {
	float:right;
	padding-left:0.5em;
}
.box #flashcontent{
	float:right;
	padding-left:0.5em;
}
.videoLink {
	background-image: url(../images/layout/icons/icon_video.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:2em;
}
