/*
	-----------------------------------------------------------------------------
	Title:		BRAINnet Stylesheet
	Author: 	Amplify (http://www.amplify.com.au)

	Version 1.0
	14/05/2009

	Copyright (c) 2009 Amplify All rights reserved.
	-----------------------------------------------------------------------------
	TOC
	 - Universal Selectors 
	 - Strutural Elements
	 - Lists
	 - Links
	 - Typography
	 - Images
	 - Tables
	 - Form Elements
	 - Clearing
	-----------------------------------------------------------------------------

*/
	
/* Universal Selectors 
----------------------------------------------------------------------------- */
body {
	min-width: 960px;
	background: #ebecec url(../images/bg_body.gif) repeat-x;
	color: #333;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}

a:link, a:visited {
	color: #1f2645;
	text-decoration: underline;
}

a:hover, a:active {;
	color: #4f5885;
    text-decoration: underline;
}


/* Strutural Elements
----------------------------------------------------------------------------- */
/*#drop {
	background: url(../images/bg_drop.png) no-repeat center top;
}*/

#wrapper {
    width: 960px;
	margin: 0 auto;
}

#header {
	position: relative;
	min-height: 71px;
/*	background: #334376 url(../images/bg_header.png) no-repeat;*/
}

	#logo a {
		display: block;
		width: 658px;
		height: 71px;
		background: url(../images/logo_brainnet.png) no-repeat;
		text-indent: -5000px;
	}
	
	#user {
		position: absolute;
		top: 0;
		right: 0;
		width: 357px;
		min-height: 30px;
		background: url(../images/bg_user.png) no-repeat;
		padding: 4px 8px 0;
	}

#navigation {
	width: 960px;
	list-style-type: none;
	background:	#1f243b url(../images/bg_navigation.gif) repeat-x;
	margin: 0;
	border-top: 1px solid #364164;
}

#information {
	clear: both;
	overflow: hidden;
	background: #fff url(../images/icon_information_large.jpg) no-repeat 25px center;
	padding: 27px 30px 19px 90px;
}

#main-box {
	clear: both;
	background: #fff;
	padding: 15px;
}

	.button-join {
		float: right;
	}

#main {
	background: #f8f8f8 url(../images/bg_main.gif) repeat-y;
	clear: both;
	overflow: hidden;
	border-top: 1px solid #e1e1e1;
}

#main.home {
	background: url(../images/bg_main_home.gif) repeat-y;
}

	#sub-navigation {
		float: left;
		width: 176px;
		background: url(../images/bg_subnavigation.gif) no-repeat 2px 0px;
		padding:  15px 10px 10px;
	}

	#content {
		float: left;
		width: 707px;
		padding: 20px 15px 15px 17px;
		margin: 0;
	}

	#content.home {
		float: left;
		width: 542px;
		overflow: hidden;
		background: url(../images/bg_content.gif) no-repeat 2px 0px;
		padding: 20px 15px 15px 17px;
		margin: 0;
	}
		
		#content.home .overview {
			float: left;
			width: 165px;
			font-size: 1.1em;
			margin-right: 17px;
		}
		
		#content .introduction {
			float: left;
			width: 343px;
			font-size: 1.2em;
			line-height: 1.3em;
			margin-left: 17px;
		}
		
		#content.home .introduction {
			float: right;
			width: 343px;
		}

	#sidebar {
		float: left;
		width: 170px;
		background: url(../images/bg_sidebar.gif) no-repeat 2px 0px;
		text-align: center;
		padding: 20px 10px 10px;
		margin: 0;
	}

#footer {
	clear: both;
	overflow: hidden;
	background: #fff;
	color: #666;
	font-size: 1.1em;
	padding: 12px 20px;
	border-top: 1px solid #e0e0e0;
}

#footer-shadow {
	width: 970px;
	margin: 0 auto;
	background: url(../images/bg_footer_shadow.png) no-repeat;
	min-height: 4px;
	margin-bottom: 8px;
}


/* Lists
----------------------------------------------------------------------------- */
#sub-navigation ul {
	list-style-type: none;
	margin: 5px 4px 0;
}

#sub-navigation ul li {
	background: url(../images/divider_subnavigation_item.gif) no-repeat bottom left;
	padding: 6px 0 8px;
}

#content.home .overview ul {
	list-style-type: none;
	margin: 0;
}

#content.home .overview ul li {
	padding: 0.5em 0;
}

#content.home .introduction ul {
	list-style-type: none;
	margin: 0.4em 0 0.6em 2px;
}

#content.home .introduction ul li {
	background: url(../images/bullet_list_content.gif) no-repeat left 7px;
	padding: 2px 0 2px 15px;
}

#footer-navigation {
	float: left;
	list-style-type: none;
	margin: 0;
}

#footer-navigation li {
	display: inline;
	padding: 0 14px;
}

#breadcrumbs {
	display: block;
	list-style-type: none;
	margin: 0 0 .7em 0;
}

#breadcrumbs li {
	color: #777;
	display: inline;
	padding: 0;
}

#breadcrumbs li a {
	color: #777;
}

#breadcrumbs li a:hover {
	color: #333;
}

/* Links
----------------------------------------------------------------------------- */
#sub-navigation ul li a:link, #sub-navigation ul li a:visited {
	display: block;
	min-height: 25px;
	font-size: 1.1em;
	line-height: 1.2em;
	text-decoration: none;
}

	#sub-navigation ul li.how-join a {
		background: url(../images/icon_subnavigation_writepage.png) no-repeat center left;
		padding-left: 32px;
	}
	
	#sub-navigation ul li.what-is a {
		background: url(../images/icon_subnavigation_harddrive.png) no-repeat left 4px;
		padding-left: 32px;
	}
	
	#sub-navigation ul li.key-publications a {
		background: url(../images/icon_subnavigation_page.png) no-repeat center left;
		padding-left: 32px;
	}
	
	#sub-navigation ul li.latest-publications a {
		background: url(../images/icon_subnavigation_page.png) no-repeat center left;
		padding-left: 32px;
	}
	
	#sub-navigation ul li.conferences a {
		background: url(../images/icon_subnavigation_world.png) no-repeat center left;
		padding-left: 32px;
	}
	
	#sub-navigation ul li.get-access a {
		background: url(../images/icon_subnavigation_package.png) no-repeat center left;
		padding-left: 32px;
	}
	
	#sub-navigation ul li.contact-us a {
		background: url(../images/icon_subnavigation_mail.png) no-repeat left 0px;
		padding-left: 32px;
	}

#sub-navigation ul li a:hover, #sub-navigation ul li a:active {
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	color: #666;
}

#footer a:hover, #footer a:active {
	color: #979797;
}


/* Typography
----------------------------------------------------------------------------- */
h1 {
	font-size: 2em;
}

	#information h1 {
		float: left;
		width: 560px;
		font-size: 1.3em;
		line-height: 1.2em;
	}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: .5em;
}
	
	#content.home .overview h2 {
		font-size: 1.2em;
	}
	
	#content.home .introduction h2 {
		font-size: 1.0em;
	}
	
	#sidebar h2 {
		line-height: 1.3em;
		margin-bottom: 1.0em;
	}

h3 {}
h4 {}
p {}

#footer p {
	margin: 0;
}

#footer p.copyright {
	width: 230px;
	float: left;
}

#footer p.amplify-link {
	width: 100px;
	float: right;
	font-size: 0.9em;
	line-height: 24px;
	text-align: right;
}


/* Images
----------------------------------------------------------------------------- */
.imgcaption {
	background: #fff;
	border: 1px solid #e0e0e0;
	float: right;
	font-size: .9em;
	font-style: italic;
	margin: 0 0 15px 15px;
	padding: 10px;
	width: 220px;
}

/* Tables
----------------------------------------------------------------------------- */
#content.home .overview table.statistics {
	width: 100%;
	margin: 0.4em 0 1.0em;
}

#content.home .overview table.statistics th {
	width: 135px;
}

#content.home .overview table.statistics td {
	text-align: right;
}

#content.home .overview table.statistics th,
#content.home .overview table.statistics td {
	background: url(../images/divider_statistics.gif) repeat-x bottom left;
	padding: 6px 0 8px;
}

#main-box table{
	border: 1px solid #e0e0e0;
}

#main-box td, #main-box th{
	text-align: left;
	padding: 2px;
	vertical-align: top;
}

#main-box th{
	font-weight: bold;
}	


/* Form Elements
----------------------------------------------------------------------------- */
#login-form label {
	font-size: 1.2em;
	font-weight: bold;
	padding-right: 4px;
}

#login-form input.text {
	width: 128px;
	color: #666;
	padding-left: 2px;
	border: 1px solid #33cc33;
}

#login-form input.image {
	vertical-align: top;
}

/* Clearing
----------------------------------------------------------------------------- */
.clr {
	clear: both;
	line-height: 0;
	height: 0;
}