/*** general ***/

/*
 * Note: 1em ~ 15px
 */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #669999;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: #333;
}

h1 {
}

h2 {
	margin-bottom:10px;
	color: #000;
	font-size: 120%;
}

h3 {
	font-weight: bold;
	color: #000;
	font-size: 100%;
	margin-top: 30px;
	margin-bottom: 5px;
}

h4 {
	font-weight: bold;
	color: #000;
	font-size: 100%;
	margin-top: 20px;
	margin-bottom: 5px;
}

p, ul, dl, dd {
	/* margin-bottom:10px; */
	margin-bottom:1.1em;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #369;
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
	color: #fc3;
}

div.person {
	float: left;
}

div.personImage {
	float: left;
	margin-bottom: 10px;
}

div.personImage img {
	border: 1px solid #333;
}

div.personText {
	float: left;
	margin-left: 20px;
}

div.clear {
	clear: both;
}


ol li {
	margin-left: 2.1em;
	margin-bottom: 1.1em;
}

ul li {
	margin-left: 2.1em;
	/* for IE it's better to give both list-style-type and list-style-image, instead of the combined list-style */
	list-style-type: none;
	list-style-image: none;
}

ul.simple li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
}

ul.fancy li {
	list-style-type: circle;
	list-style-image: none;
	margin-left: 2.1em;
	margin-bottom: 0.3em;
}

span.license {
	font-size: 85%;
}

span.submitted {
	font-size: 85%;
	color: #777;
}

div.node h2 {
	margin-top: 40px;
}



/*** specific regions ***/

div#page {
	text-align: justify;
	margin: 20px auto;
	width: 56em;
	/* min-width: 740px; */
	background: #fff url(images/corner_tl.png) top left no-repeat;
	/* position relative is required. without, IE ignores the overflow hidden */
	position: relative;
	overflow: hidden;
}

div#header {
	background: url(images/corner_tr.png) top right no-repeat;
	height: 135px;
	margin-bottom:20px;
}

div#headertext {
	position: relative;
	top: 10px;
	left: 1.3em;
	background: url(images/header_logo_p.png) top left no-repeat;
}

div#header h1 {
	position: relative;
	top: 0px;
	left: 7.6em;
	height: 0;
	padding-top: 125px;
	overflow: hidden;
	font-size: 100%;
	background: url(images/header_logo_t.png) top left no-repeat;
}

div#sidebar-left {
	float: left;
	width: 7em;
	/* Correct IE-Bug */
	/* for IE6 */
	margin-left: 0.7em;
}

div#sidebar-left[id] {
	/* for all other browsers */
	margin-left: 1.3em;
}

/* block-menu-48 is the left menu */
div#block-menu-48 li {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

div#block-menu-48 li a.active {
	color: #000;
	font-weight: bold;
}

div#block-menu-48 li#Resources {
	margin-top: 20px;
}

div#content {
	margin-left: 9em;
	margin-right: 1.3em;
}

div#content-nosidebar {
	margin-left: 2em;
	margin-right: 1.3em;
}

div#footer {
	background: #fff url(images/corner_br.png) bottom right no-repeat;
	margin-top:40px;
	padding-bottom: 1px;
	clear: left;
}

div#footer p {
	font-size: 70%;
	text-align: center;
}




/*** for admin layout ***/

div#adminpage {
	width: 918px;
	margin: 0px auto;
}

div#adminleft {
	float: left;
	background: #fff;
	width: 200px;
	margin-top: 140px;
}

div#adminleft h2 {
	text-align: left;
	font-size: large;
	margin-left: 10px;
	margin-top: 0px;
}
	
div#adminleft div.content {
	font-size: small;
	margin-left: 10px;
	width: 185px;
	text-align: left;
}

div#adminleft li {
	margin-left: 15px;
}

div#adminheader {
	width: 200px;
	height: 10px;
	background: url(images/adminheader.jpg) no-repeat;
}

div#adminfooter{
	width: 200px;
	height: 10px;
	background: url(images/adminfooter.jpg) no-repeat;
}

div#adminright {
	margin-left: 205px;
	width: 718px;
}




/*** overwrite Drupal's default css ***/

.profile {
	clear: none;
}

.node-form .standard {
	clear: none;
}



/*** Robin's CSS ***/
div.mailarchive div {
	margin-top:5px;
}

div.mailarchive table, div.forum table {
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
}

div.breadcrumb {
	font-size: small;
	font-weight: normal;
}

div.links {
	font-size:90%;
	text-align: right;
}

div.message-list-thread {
	font-size: 85%;
}

div.mailarchive {
	font-size: small;
	margin-left: 0px;
	min-width: 550px;
	text-align: left;
/*	line-height: 110%; */
}

td.right {
	text-align:right;
	padding-right:0.7em;
}

dl.search-results {
	font-size: small;
}

dl.search-results p{
	margin-bottom: 0.5em;
}

dl.search-results p.search-info {
	font-size: 75%;
	font-style:italic;
}

dl.search-results dt.title {
	font-weight: normal;
}

div.message-body pre {
	white-space: normal;
}

.form-select {
	min-width:60px;
}
