/**
* CSS
* 
* @version 1.0
* @author Marijn Scholtus (www.thinkbright.nl)
*/

/* @override */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1em;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	font: 62.5%/2em Georgia, times, serif;
	margin: 0;
	padding: 0;
	background: #FEFEFE none;
} 
body {background-image: url(http://www.freewritejailarts.org/files/image/paint.jpg); background-repeat: no-repeat;}


a:link { font-family: Helvetica Neue, Helvetica, Arial, Sans-serif;
	font-size: 18px;
		font-style: bold;
	letter-spacing: 1px;
	letter-spacing: 2px;
	line-height: 30px;
	text-decoration: none;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #0078A5;0;}

a:active { 
	font-size: 18px;
line-height: 30px;
	font-family: Helvetica Neue, Helvetica, Arial, Sans-serif;
	font-style: bold;
	letter-spacing: 1px;
	background-color: #ffffff;
	line-height: 30px;
	text-decoration: none;
	font-variant: small-caps;
	text-transform: uppercase;
	background-color: #00A7E5;
	color: #ffffff; }

a:visited { font-size: 18px;
line-height: 30px;
	font-family: Helvetica Neue, Helvetica, Arial, Sans-serif;
	font-style: bold;
	letter-spacing: 1px;
	line-height: 30px;
	text-decoration: none;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #0078A5;0;}

a:hover { text-decoration: none;
	background-color: #00A7E5;
	color: #ffffff; }
strong {
	font-weight: bold;
}
a img { border: none; }

#nav h1,#nav
{
	z-index: 5;
}
#nav h1 a {
	font-size: 0.45em;
	top: 2em;
	left: 2em;
    position: fixed;
	height: 51px;
	width: 170px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	z-index: 5;
	background: transparent;
}
#nav h1 a:hover
{
	cursor: pointer;
}
body #nav h1 a
{
	background-color: transparent;
}

#menu {
	
    width: 300px;
    overflow: hidden;
    top: 40px;
	left: 2em;
    position: fixed;
	font-size: 1.5em;

	z-index: 5;
}
#menu a
{ 
	padding: 2px 6px;
}
#menu li.active a, #menu a:active
{
	font-size: 18px;
line-height: 30px;
	font-family: Helvetica Neue, Helvetica, Arial, Sans-serif;
	font-style: bold;
	letter-spacing: 1px;
	background-color: #ffffff;
	line-height: 30px;
	text-decoration: none;
	font-variant: small-caps;
	text-transform: uppercase;
	background-color: #00A7E5;
	color: #ffffff;
}
#menu a:hover, #menu li.active a:hover
{
	text-decoration: none;
	background-color: #FF6600;
	color: #ffffff;0;
	
}


}

#menu ul {
	list-style: none;
	margin: 0 0 0 0;
}

#menu ul li
{font-size: 18px;
line-height: 30px;
	font-family: Helvetica Neue, Helvetica, Arial, Sans-serif;
	font-style: bold;
	letter-spacing: 1px;
	text-decoration: none;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #3D9B89;0
	margin: 0px 0;
}

#menu ul li.section-title { }

#content {
    z-index: 5;
    position:  absolute;
    left: 350px; top: 150px;
    width: 800px;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p {  margin: 0 3em 1em 0; }



p {
    margin: 0 0 9px 0;
    font-size: 1.2em;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 2em; margin: 1em 0 0.3em 0; }
h4 { font-size: 12px; }

#img-container	{ width: 800px; margin-bottom: 9px; z-index: 5; }
#img-container p	{ width:8600px; margin: 0; padding: 0 0 12px 0; }

#browser {
	margin-bottom: 1em;
}
#browser li {
	display: inline;
	width: 40px;
	height: 40px;
}
#browser li img
{
	width: 40px;
	height: 40px;
}
#once { clear: left; }
#supersize {
	overflow: hidden;
	z-index: 0;
	display: block;
}
#pics {
	position: relative;
}
#pics .pic
{
	position: absolute;
	top: 0;
	left: 0;
}
#supersize img, #supersize a {  
	height:100%;  
	width:100%;  
	display:none;  
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}  
#supersize .activeslide, #supersize .activeslide img {  
	display:inline;  
}