/*  
Theme Name: JCDL 2006 Theme 
Theme URI: http://jcdl2006.org/
Description: Developed for the JCDL 2006 conference website
Version: 1.0
Author: Jackson Fox
Author URI: http://zeppox.net/
*/

/* JCDL 2006 CSS */

/* Typography */ 

body {
	font-size: 62.5%;
	font-family: verdana, arial, sans-serif;
	color: #333;
}

h1, h2, h3, h4 {
	font-family: arial, verdana, sans-serif;
}

h1 {
	color: #000;
	font-size: 3em;
	margin-bottom: 0;
}

h2 {
	color: #369;
	font-size: 3em;
	margin: 0;
}

h3 {
	font-size: 1.5em;
	line-height: 1.4em;
}

h3.main-title {
	font-size: 2em;
	line-height: 1em;
}


a {
	color: #039;
}

#header p {
	font-size: 3em;
	font-family: arial;
	color: #aaa;
	margin: 0;
}

#main, #side {
	font-size: 1.3em;
	line-height: 1.4em;
}

#navigation {
	font-size: 1.1em;
}

/* Layout */

body {
	margin: 0;
	padding: 0 50px;
	background: #A79682 url(/images/jcdl-2k6-fade.jpg) repeat-x;
	border-top: 10px solid #41372E;
}

#page {
	background: #fff;
	border: 1px solid #41372E;
	border-top: 0;
	min-width: 600px;
	max-width: 950px;
	padding: 5px 25px 25px;
	margin: 0 auto;
}

/* Wiki Content */

#content {
	margin-top: 20px;
}

/* Header */

#header {
	padding-bottom: 10px;
}

/* Logo */

.logo {
	float: left;
	margin-right: 10px;
}

/* Main wiki navigation */

#wiki-nav {
	padding: 10px;
	background: #eee;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #bbb;
	border-bottom: 2px solid #bbb;
	margin-top: 1em;
}

#wiki-nav p, #wiki-nav form {
	display: inline;
}

/* Wiki page tools */

#wiki-tools {
	text-align: right;
	padding: 10px;
	background: #ecf6ff;
	border-top: 1px solid #bdd2e5;
	border-left: 1px solid #bdd2e5;
	border-right: 2px solid #8eadca;
	border-bottom: 2px solid #8eadca;
	float: right;
	margin-top: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
}

#wiki-tools ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#wiki-tools li {
	font-size: 1.2em;
}

#wiki-tools li+li {
	border-top: 1px solid #bdd2e5;
	padding-top: 5px;
	margin-top: 5px;
}

#wiki-tools a {
	text-decoration: none;
}

/* Wiki edit form */

#wikiedit #text {
	width: 85%;
}

#main h3, #side h3 {
	margin-top: 1em;
}

/* Wiki Content */

#content { 
	padding: 0 10px; 
}

#content h1, #content h2, #content h3, 
#content h4, #content h5 {
	color: #000;
}

#content p {
	margin: 1em 0;
	font-size: 1.2em;
	line-height: 1.4em;
}

#content h1 {
	font-size: x-large;
}

#content h1.pagetitle {
	margin-top: 0;
}

#content h2 {
	font-size: large;
	color: #333;
}

#content h3 {
	font-size: medium;
	color: #333;
}

#content h4 {
	font-size: small;
	color: #333;
}

/* Footer */

#footer {
	border-top: 1px dotted #aaa;
	clear: both;
	margin-top: 20px;
	padding: 10px 10px;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #777;
	background-color: #eee;
}

/* Images */

a img {
	border: 0;
}