/* CSS */

html, body
{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body
{
    font-family: Georgia, Times, serif;
    font-size: 87%;
    letter-spacing: 0.02em;
    line-height: 150%;
}

h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 130%;
    color: #9FB61E;
    margin-top: 0;
    margin-bottom: 0.5em;
}

h4
{
    font-size: 100%;
}

a img
{
    border: none;
}

img.float-left
{
    float: left;
    margin: 0 1.5em 0.5em 0;
}


#wrapper
{
    width: 100%;
}

#header
{
    padding: 8px;
    height: 22px;
    background: #FFF;
}

#header a
{
    float: left;
}

#header h2
{
    float: right;
    font-size: 100%;
    font-style: italic;
    font-weight: normal;
    margin: 0 1em 0 0;
}

/* ---- OVERVIEW ---- */

#overview h5
{
    display: inline;
    font-style: italic;
    font-weight: normal;
    font-size: 100%;
}

#overview h3
{
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #9FB61E;
    font-size: 100%;
}

#overview a
{
    text-decoration: none;
    color: #000;
}

#overview a:hover
{
    border-bottom: 1px solid #FFF;
    color: #000;
}

/* ---- CONTENT ---- */

#overview,
#content
{
    background: url(img/transparent.png);
    width: 480px;
    margin: 5% 0 0 250px;
    padding: 15px;
}

#content p
{
    font-style: italic;
    margin-bottom: 0.5em;
    margin-top: 0;
}

#content a
{
    font-style: italic;
    text-decoration: none;
    border-bottom: 1px solid #666;
    color: #666;
}

#content a:hover
{
    border-bottom: 1px solid #9FB61E;
    color: #9FB61E;
}

#content a:active
{
    border-bottom: 1px solid #FFF;
    color: #FFF;    
}

#content h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #9FB61E;
    font-size: 90%;
    margin: 0.5em 0 0.2em 0;
}

#content h4
{
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 0.5em 0;
}

#content ul
{
    margin: 0.5em 0;
    padding: 0 2em;
}

/* ---- BACKGROUND ---- */

#background
{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -10;
    overflow: hidden;
    background-color: #EDEDED;
}

#background img
{
    min-height: 735px;
    width: auto;
    height: 110%;
    padding-left: 50%;
    margin-left: -50%;
}

/* ---- NAVIGATION ---- */

#navigation
{
    float: left;
    margin-top: 5%;
}

#navigation ul
{
    list-style: none;
    margin: 0 0 0 2em;
    padding: 0;
}

#navigation ul ul
{
    margin-left: 1.5em;
}

#navigation ul li
{
}

#navigation ul li a
{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #000; 
}

#navigation ul li.active a
{
    font-weight: bold;
}

#navigation ul li ul li a
{
    font-family: Georgia, Times, serif;
    font-style: italic;
}

#navigation ul li.active ul li a
{
    font-weight: normal;
}

#navigation ul li.active ul li.active a
{
    color: #FFF;
}

/* ---- FOOTER ---- */

#footer
{
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	position: absolute;
	bottom: 5px;
	margin-left: 2em;
}

#footer ul
{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#footer ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#footer ul li a
{
	color: #9FB61E;
}

/* ---- FORMS ---- */

.field
{
    clear: both;
    margin: 10px 0;
}

fieldset
{
    margin: 5px 0;
    padding: 0;
    border: None;
}

.field label
{
    display: block;
}

.field label.required,
.field label.invalid
{
    color: #FA8710;
}

.field input,
.field textarea
{
    background: #FFF;
    border: 1px solid #999;
    width: 410px;
    font-family: Georgia, Times, serif;
    font-size: 100%;
    font-style: italic;
    color: #666;
    padding: 3px;
}

.errors 
{
    color: #FA8710;
    font-style: italic;
}

.errors strong
{
    color: #000;
}

/* ---- PLUGINS ---- */

#screenshot
{
	position: absolute;
	background: #333;
	padding: 5px;
	display: none;
	color: #FFF;
}

#screenshot img
{
    background: #FFF;
}

/* ---- MAXIGALLERY ---- */

#content .thumbscontainer ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

#content .thumbscontainer ul li
{
    display: inline;
}

#content .thumbscontainer a
{
    border: none;
}

#content .thumbscontainer
{
    width: 110%;
    padding: 0 0 0 20px;
}

#content .thumbscontainer ul.thumbs li
{
    margin: 15px 25px 0 0 ! important;
}
