/** Elements */

body
{
	background-color: #cccccc;
	margin: 0px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

img
{
	border: 0px;
}

ul
{
	position: relative;
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;

}


ul li
{
	position: relative;
	display: inline;
}

h1,h2,h3,h4,h5,h6
{
	text-transform: lowercase;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	line-height: 16px;
}

h3,h4,h5,h6
{
	font-weight: normal;
}

h2 em
{
	font-weight: normal;
}

p
{
	font-size: 10px;
}

a
{
	outline: none;
	text-decoration: none;
	color: #000000;
}

a strong
{
	color: #333333;
}

a:hover
{
	text-decoration: underline;
}

/** Generic Classes */

.plain
{
	font-weight: normal;
}

.error
{
	font-weight: bold;
	color: #9d2e2b;	
}

.success
{
	font-weight: bold;
	color: #689D3B;
}

.clear
{
	clear: both;
}

/** element specific classes */

a.feed
{
	background-image: url('/img/rss-feed-icon12x12.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 14px;
}

/** Form */

fieldset
{
	border: 0px;
	padding: 0px;
	margin: 0px 0px 4px 0px;
}

fieldset.text
{
	width: 250px;
	float: left;
}

fieldset.textarea
{
	width: 400px;
	clear: both;
}

fieldset.buttons
{
	width: 490px;
	text-align: right;
	margin-top: 12px;
}

fieldset.buttons input,
fieldset.buttons p
{
	float: left;
}

label
{
	text-transform: lowercase;
	font-weight: bold;
	display: block;
	clear: both;
}

input.text,
textarea
{
	width: 240px;
	padding: 2px;
	margin: 0px;
	border: 1px solid #aaaaaa;
	background: #eeeeee;
	color: #333333;
	font-family: verdana,helvetica, sans-serif;
	font-size: 11px;
}

textarea
{
	width: 490px;
	height: 150px;
}


/** navigation */

#navigation
{
	width: 100%;
	background: #ffffff;
	position: fixed;
	top: 0px;
	z-index: 2;
}

.navigation
{
	text-align: center;
	border-bottom: 1px solid #cccccc;
}
	
.navigation .pages
{
	position: relative;
	width: 1000px;
	overflow: visible;
	margin: 0px auto 0px auto;
	padding: 0px;
}
.navigation a
{
	display: block;
	height: 16px;
	line-height: 16px;
	padding: 4px 5px 4px 5px;
}

.navigation a:hover
{
	background: #dddddd;
	text-decoration: none;
}

.navigation ul
{
	position: relative;
	display: block;
	width: 1050px;
}

.navigation li
{
	position: relative;
	top: 0px;
	display: inline;
	clear: none;
	text-align: center;
	float: left;
 	_width: 1px;  
   _white-space: nowrap; 
}

.navigation li.current
{
	background: #cccccc;
	font-weight: bold;
}

.navigation .about a,
.navigation .contact a,
.navigation .news a,
.navigation .mailinglist a,
.navigation .works a
{
	padding-left: 12px;
	padding-right: 12px;
}

.navigation .title
{
	padding: 4px;
	position: absolute;
	background:  #dddddd;
	white-space: nowrap;
	display: none;
}

.navigation li:hover .title
{
	display: block;
}

.navigation li,
.navigation li a
{
	color: #666666;
}

.navigation h1 a,
.navigation li.current,
.navigation li.current a
{
	color: #000000;
}

.navigation li.current a:hover
{
	background: #cccccc;
}

.navigation .title a
{
	display: inline;
	padding: 0px;
}




/** Information/Entry Block */

.entry,
.information
{
	background: #cccccc;
	width: 50%;
	line-height: 180%;
	margin: 0px;
	display: block;
	padding: 12px 12px 12px 12px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 232px;
}

.entry
{
	position: relative;
	margin-bottom: 25px;
}

.entry a
{
	font-weight: bold;
}

.entry ul
{
	position: relative;
	list-style: square;
	display: block;
	margin: 12px 12px 12px 16px;
}


.entry ul li
{
	position: relative;
	display: list-item;
	margin-bottom: 6px;
}

.entry p,
.information p
{
	margin: 0px;
	margin-top: 1em;
}

.entry h2,
.information h2
{
	margin-top: 0px;
}

.information h2 a
{
	font-weight: normal;
	font-style: italic;
}

.entry h2 .date,
.information h2 .date
{
	font-weight: normal;
}

.entry img
{
	margin-top: 0.5em;
	margin-bottom: 1em;
}

/** about */

#about
{
	position: relative;
	background: #9d2e2b;
	width: 1000px;
	margin: 0px auto 0px auto;
	display: block;
	margin-top: 20px;
	height: 1000px;
	margin-bottom: 104px;
}

/** news */

#news
{
	position: relative;
	background: #9d992b;
	width: 1000px;
	margin: 0px auto 0px auto;
	display: block;
	margin-top: 20px;
	margin-bottom: 104px;
	padding-bottom: 232px;
}

/** mailing list */

#mailinglist
{
	position: relative;
	background: #2b819d;
	width: 1000px;
	margin: 0px auto 0px auto;
	display: block;
	margin-top: 20px;
	height: 1000px;
	margin-bottom: 104px;
}


/** contact */

#contact
{
	position: relative;
	background: #689D3B;
	width: 1000px;
	margin: 0px auto 0px auto;
	display: block;
	margin-top: 20px;
	height: 1000px;
	margin-bottom: 104px;
}

#contact form
{
	margin-top: 1em;
	background: #cccccc;
	margin-bottom: 1em;
}

#contact .half
{
	margin-top: 1em;
	width: 240px;
	margin-right: 10px;
	float: left;
}

#contact .left
{

	clear: left;
}

#contact .right
{
	clear: right;
}


/** Works **/

div.project
{
	padding-top: 20px;
	position: relative;
	display: block;
	width: 1000px;
	margin: 0px auto 0px auto;
	clear: both;
	display: block;
	clear: both;
	width: 1000px;
	height: 1000px;
	overflow: hidden;
	margin-bottom: 104px;
}


div.project h2
{
	padding-top: 0px;
}

div.project 
{
	position: relative;
}

div.project .information
{
	position: absolute;
	visibility: hidden;
}

div.project:hover .information
{
	position: absolute;
	visibility: visible;
}