/*
** -------------------- body styles 'n' links
*/

body
{
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
	background-color: #E0E0E0;
}

body *
{
	margin: 0;
	padding: 0;
	text-decoration: none;
}

a img
{
	border: none;
}

a:link, 
a:visited
{
	color: #DD5F28;
	text-decoration: none;
}

a:hover
{
	color: #E5A117;
	text-decoration: none;
}

/*
** -------------------- layout styles
*/

#bodywrap
{
	margin: 0 auto 0 auto;
	width: 780px;
	background-image: url('back/body.gif');
	background-repeat: repeat-y;
	background-position: center top;
}

#wrapper
{
	background: #fff;
	margin: 1px auto 0 auto;
	width: 760px;
	text-align: left;
}

body.index #wrapper
{
	background-image: url('back/index.gif');
	background-repeat: repeat-y;
	background-position: 0 0;
}

#logo
{
	background: #E57E17;
	height: 75px;
}

#logo img
{
	float: left;
	margin: 25px 0 25px 25px;
}

#intro
{
	display: block;
	background-color: #E58F17;
	font-size: 17px;
	padding: 15px 115px 10px 25px;
	color: #fff;
}

#intro p
{
	font-size: 17px;
	margin: 0;
	padding: 0;
}

#intro.minimised
{
	display: none;
}

#intro p span.name
{
	font-size: 11px;
}

#intro-control
{
	background: #E58F17;
	text-align: right;
	padding: 0 15px 0 0;
	height: 20px;
}

#intro-control a
{
	line-height: 20px;
	font-size: 10px;
	color: #DD5F28;
}

#banner
{
	padding: 0 20px 0 20px;
	height: 150px;
	background-color: #E5A117;
	background-image: url('back/banner.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

#banner.maximised img
{
	display: block;
	height: 150px;
}

#banner.minimised
{
	display: none;
}

#banner-control
{
	background: #E5A117;
	text-align: right;
	padding: 0 15px 0 0;
	height: 20px;
}

#banner-control a
{
	line-height: 20px;
	font-size: 10px;
	color: #E57E17;
}

#intro-control a.show:hover, 
#intro-control a.hide:hover,
#banner-control a.show:hover,
#banner-control a.hide:hover
{
	color: white;
}

#intro-control.minimised a.show,
#intro-control.maximised a.hide,
#banner-control.minimised a.show,
#banner-control.maximised a.hide
{
	display: inline;
}

#intro-control.maximised a.show,
#intro-control.minimised a.hide,
#banner-control.maximised a.show,
#banner-control.minimised a.hide
{
	display: none;
}

#page
{
	float: left;
	width: 490px;
	padding: 20px 25px 25px 25px;
	font-size: 11px;
	margin: 0;
}

#blog
{
	float: left;
	width: 300px;
	padding: 20px 25px 25px 25px;
	font-size: 11px;
	margin: 0;
}

#blogbar
{
	width: 185px;
	float: left;
}

body #sidebar
{
	width: 210px;
	float: left;
}

#footer
{
	clear: both;
	background-image: url('back/footer.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: -11px;
	padding: 15px 0 10px 25px;
	width: 782px;
	color: #999;
	font-size: 10px;
}

/*
** -------------------- main navigation
*/

#about-nav
{
	margin-top: 0;
	font-size: 11px;
	font-weight: bold;
	float: right;
}

#about-nav ul
{
	list-style-type: none;
	margin: 0;
}

#about-nav ul li
{
	margin: 0;
	display: inline;
	border-left: 1px solid #fff;
	float: left;
}

#about-nav ul li a:link,
#about-nav ul li a:visited
{
	height: 25px;
	line-height: 25px;
	padding: 0 15px 0 10px;
	color: #FFD91C;
}

#about-nav ul li a:hover,
#about-nav ul li.current a:link, 
#about-nav ul li.current a:visited
{
	color: white;
}

#about-nav ul li.current
{
	padding-top: 1em;
}

/*
** -------------------- typographic styles
*/

h1
{
	color: #333;
	margin: 0 0 15px 0;
	font-size: 20px;
	line-height: 150%;
}

h2
{
	color: #999;
	margin: 0 0 10px 0;
	font-size: 17px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 150%;
	text-transform: lowercase;
}

h3,
h3 a:link,
h3 a:visited
{
	color: #666;
	margin: 15px 0 5px 0;
	font-size: 17px;
	line-height: 150%;
	text-decoration: none;
}

p
{
	font-size: 11px;
	margin-bottom: 1em;
	line-height: 150%;
}

#page ul
{
	padding-left: 2em;
}

#page li
{
	font-size: 11px;
	margin-bottom: .5em;
	line-height: 150%;
}

blockquote
{
	color: #909090;
	padding: 10px 10px 0 35px;
	margin: 0 0 15px 0;
	font-size: 11px;
	font-style: italic;
	line-height: 120%;
	background-image: url('back/quote.gif');
	background-repeat: no-repeat;
	background-position: 15px 0;
}

#page ul { margin-bottom: 1.5em }

/*
** -------------------- components : tables
*/

table
{
	width: 98%;
	margin-bottom: 15px;
}

table.dates
{
	color: #333;
}

th
{
	font-size: 11px;
	text-align: left;
	border-bottom: 1px solid #aaa;
	padding: 2px;
}

tr
{
	vertical-align: top;
}

td
{
	padding: 2px;
}

.right
{
	text-align: right;
}

.dates .modul
{
	color: #666;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

.underline
{
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

.past
{
	color: #999;
}

/*
** -------------------- components : modules
*/

ul.group
{
	padding: 2px;
	margin: 0;
	width: 200px;
	border: 1px solid #E0D9CF;
	list-style-type: none;
}

ul.group li
{
	margin: 0;
	padding: 0;
}

ul.group a,
ul.group a:visited
{
	margin: 0;
	font-size: 11px;
	line-height: 25px;
	background: #E0E0E0;
	display: block;
	width: 190px;
	padding-left: 5px;
}

.group .modul
{
	color: #666;
	font-weight: bold;
}

/*
** -------------------- components : subnav
*/

#subnav
{
	margin: 10px;
	padding: 10px 10px 0 10px;
	background: #EDEEE6;
	font-size: 11px;
	border: 1px solid #E0D9CF;
}

#subnav h2
{
	font-size: 14px;
}

#subnav ul
{
	list-style-type: none;
}

#subnav ul li
{
	margin-bottom: 10px;
	line-height: 120%;
	font-weight: bold;
}

/*
** -------------------- components : team
*/

#team
{
	margin: 10px;
	padding: 10px 10px 0 10px;
	background: #EDEEE6;
	font-size: 10px;
	border: 1px solid #E0D9CF;
}

#team div.profile-image
{
	float: left;
}

#team a img.profile
{
	display: block;
	width: 65px;
	height: 60px;
	border: 2px solid #ccc;
}

#team a:hover img.profile
{
	border: 2px solid #E5A117;
}

#team dl
{
	margin: 0 0 40px 75px;
	padding-top: 10px;
}

#team dl dt
{
	color: #666;
	font-weight: bold;
	padding: 0;
}

#team dl dd
{
	color: #999;
	padding-top: 5px;
}

/*
** -------------------- components : team
*/

#download
{
	margin: 10px;
	padding: 10px 10px 0 10px;
	background: #EDEEE6;
	font-size: 10px;
	border: 1px solid #E0D9CF;
}

/*
** -------------------- components : dates
*/

#dates
{
	margin: 10px;
	padding: 10px 10px 0 20px;
	font-size: 11px;
}

/*
** -------------------- components : newsletter
*/

#newsletter
{
	margin: 10px;
	padding: 10px 10px 0 20px;
	font-size: 10px;
}

#newsletter form
{
	margin-bottom: 20px;
}

#newsletter input#email,
#newsletter input#news-email
{
	color: #666666;
	padding: 2px;
	width: 90px;
	margin-right: 6px;
	border: 1px solid #333;
}

#newsletter label
{
	display: block;
	margin-bottom: 5px;
	color: #666;
}

/*
** -------------------- components : links
*/

#links
{
	margin: 25px;
	font-size: 11px;
}

#links ul
{
	margin-bottom: 25px;
}

#links ul li
{
	font-size: 10px;
	margin-bottom: 8px;
	line-height: 100%;
}
