/*

	*********************
	**    STYLE.CSS    **
	*********************

Author: mohawktopus!
Client:
Date:

Code is poetry, (5)
and CSS is haiku. (7)
Please don't steal either. (5)

 */

p img {
	border: 0px;}

/* LAYOUT */

html, body {
	font-family: "Helvetica Neue", Helvetica, "Lucida Sans", sans-serif;
	text-align: center;
	margin: 3px 0 0 0;
	color: #212121;
	}
	
/* DIV */

#wrapper {
	width: 720px;
	margin: 0 auto;
	text-align: left;
	}
	
#header {
	width: 720px;
	height: 213px;
	background: #fff url(../img/header.jpg) top center no-repeat;
	margin: 0 auto;
	}
	
#teaser {
	margin: 30px 0px 0px 0px;
	height: 190px;
	}
	
#footer {
	clear: both;
	color: #fff;
	text-align: right;
	font-size: .7em;
	margin: 10px 0;
	background: url(../img/footer.jpg) top no-repeat;
	height: 75px;
	width: 720px;
	padding: 15px 0px 0px 0px;
	}
	
#footer p {
	background: url(../img/dark.bg.png);
	padding: 5px 30px;
	
	}
	
#crossfade {
 float: right;
 background: transparent url(../img/crossfade.bg.png) center bottom no-repeat;
 width: 290px;
 height: 175px;
 text-align: center;
}

#content {
background: #588134 url(../img/content.bg.png) bottom center repeat-x;
overflow: auto;
position: relative;
	}

#content a,
#leftCol a,
#midCol a,
#rightCol a {
	text-decoration: none;
	color: #f6fba4;
	}

#midCol {
	width: 260px;
	float: left;
	border-right:1px dotted #fff;
	border-left:1px dotted #fff;
	}

#leftCol,
#rightCol {
	width: 229px;
	float: left;
	}
	
/* links & articles */

#leftCol ul,
#rightCol ul {
	width: 229px;
	margin: 5px 0 0 0;
	padding: 0px;
	list-style: none;
	}

#leftCol ul li,
#rightCol ul li {
	margin: 0 12px;
	border-bottom: 1px solid #6da040; 
	padding: 5px 0;
	color: #eef2ea;
	font-size: .7em;
}

#leftCol ul li a, 
#leftCol ul li a {
	text-decoration: none;
	color: #f6fba4;}

/* Navigation */

ul#nav {
	list-style: none;
	height: 34px;
	padding: 0px;
	margin: 149px 0px 0px 12px;
	float: left;
	text-align: center;
	}

ul#nav li {
	display: block;
	float: left;
	padding: 0px;
	height: 34px;
	margin: 0px 1px 0px 0px;
	}

ul#nav li a {
	color: #444;
	display: block;
	height: 24px;
	width: 87px;
	padding: 10px 5px 0 0;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
	background: #fff;
	font-size: .9em;
	background: transparent url(../img/nav.alpha.png) top right no-repeat;
	}
	
	ul#nav li a:hover {
	color: #525925;
		}
	
ul#nav li a.current,
ul#nav li a.current:hover,
ul#nav li a.current:visited {
	background: transparent url(../img/nav.png) top right no-repeat;
	color: #212121;
	}
	
/* Headings */

h1 {
display: block;
font-size: 5px;
text-indent: -9999px;
margin: 0px;
padding: 0px;
height: 30px;
}

h2 {
font-size: 1.1em;
font-weight: bold;
margin: 0px;
padding: 0px;
}

#content h2 {
	text-align: center;
	background: #fff url(../img/content.header.png) center bottom no-repeat;
	padding: 0px 0px 30px;
	}

#teaser h2 {
	margin-left: 12px;
	}

/* Text Styles */

#teaser p {
font-family: "Helvetica Neue", Helvetica, "Lucida Sans", sans-serif;
font-size: .75em;
font-weight: lighter;
width: 410px;
float: left;
margin-left: 12px;
line-height: 1.5em;
margin: 10px 0px 4px 12px;
}

#content p {
	color: #eef2ea;
	font-size: .7em;
	margin: 10px 12px 4px 12px;
	}
	
/* CROSSFADER */

p.crossfade {
	position: relative;
	display: block;
	}
	
.crossfade span {
	position: absolute;
	width: 300px;
	bottom: 0px;
	left: -330px;
	text-align: right;
	font-size: .8em;
	font-style: italic;
	font-family: palatino;
	background-color: #fff;
	}

ul.crossfade {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	position: relative;
}

ul.crossfade li {
	position: absolute;
	top: 0;
	left: 15px;
	}
.caption {
	clear: both;
	padding: 1em;
	background-color: #FFF;
}
.example {
	position: relative;
	background-color:#F2F2F2;
	border:5px solid #CCCCCC;
	padding:1em;
	margin-bottom: 1em;
	width: 520px;
	height: 520px;
}
.example-r {
	position: relative;
	background-color:#F2F2F2;
	border:5px solid #CCCCCC;
	padding:1em;
	width: 700px;
	margin-bottom: 1em;
}
code {
	font-family: monospace;
	font-size: 1.2em;
}
.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size: 2em;
	font-weight: bold;
	color: #FFF;
}
#fade-example-1-next {
	right: 8%;
	top: 71%;
}
#fade-example-1-previous {
	left: 6%;
	top: 71%;
}
.ajax {
	margin: 3em;
	border: 1em solid #FF8C00;
	padding: 1em;
}
