/**
 * digra.css
 *
 * Copyright (c) 2012 Digital Games Research Association
 *
 * digra theme stylesheet.
 *
 * $Id$
 */

body {
	font-family: Arial;
	background-color: #E0E0E0;
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6, #main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
	font-family: Arial;	
	margin-top: 15px;
}

h1 {
	font-size: 26px;	
}

h2 {
	font-size: 23px;	
}

h3 {
	font-size: 20px;
}

a {
	text-decoration: none;
}

a:link {
	color: #FF6700;
}

a:active {
	color: #FF6700;
}

a:visited {
	color: #FF6700;
}

a:hover {

	text-decoration: underline;
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #EEEEFF;
	background: #069;
}

#container {
	
	
}

#header {
	min-height: 100px;
	background-color: #fff;
}

#headerTitle {
	background: url(http://todigra.org/plugins/themes/digra/header_background.png) center top no-repeat;
	height: 100px;
	padding: 0;
	margin: 0;
}

#header h1 {
	padding: 0;
	margin: 0;
	color:  #000;
	font-size: 25px;
	font-family: Arial;
	text-align: right;
	text-shadow: #fff 0px 0px 4px;
}

#footer {
	background-color: #069;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

#leftbar_container {
	width:50%;
	float:left;
	margin-right:-500px;
	min-height: 600px;
}
#leftbar {
	margin-right:500px;
	background: url(http://todigra.org/plugins/themes/digra/leftbar_background.png) right top repeat-x; 
	min-height: 600px;
}
#rightbar_container {
	width:50%;
	float:right;
	margin-left:-501px;
	min-height: 600px;
}
#rightbar {
	margin-left:499px;
	min-height: 600px;
	background: url(http://todigra.org/plugins/themes/digra/rightbar_background.png) right top repeat-x; 
}

#bottombar {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(http://todigra.org/plugins/themes/digra/bottombar_background.png) left top no-repeat;
	height: 35px;
}
#verybottombar {
	width: 100%;
	height: 40px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	margin: 0;
	padding: 10px 0px 0px 0px;
}

#body {
	width:1000px;
	float:left;
	position:relative;
	min-height: 800px;
	background: url(http://todigra.org/plugins/themes/digra/body_background.png) left top repeat-y;
	overflow: hidden;
}

#main {
	margin: 0;
	padding: 25px;
	width: auto;
	min-width: 800px;
}

#main h2 {

}

#main h3 {

}

#navbar {
	background-color: #000;
	text-align: left;
	height: 20px;
	padding: 10px 0px 5px 0px;
	margin: 0;
	border: 0;
	color: #FFF;
	font-size: 13px;
}

#navbar ul.menu li {
	padding: 0px 16px 0px 4px;
	text-shadow: #F90 0px 0px 4px;
}

#navbar ul.menu #home, #navbar ul.menu #archives, #navbar ul.menu #archives, #navbar ul.menu #search {
	background: url(http://todigra.org/plugins/themes/digra/line.png) right top no-repeat;
}

#navbar ul.menu #current {
	padding-left: 170px;
	background: url(http://todigra.org/plugins/themes/digra/line.png) right top no-repeat;
}

#navbar ul.menu #userHome {
	padding-left: 118px;	
	background: url(http://todigra.org/plugins/themes/digra/line.png) right top no-repeat;
}

#navbar ul.menu #login {
	padding-left: 144px;
	background: url(http://todigra.org/plugins/themes/digra/line.png) right top no-repeat;
}

#navbar ul.menu #logout, #navbar ul.menu #register {
	padding-right: 0px;
}

#navbar a {
	font-size: 13px;
	color: #FFF;
}

#navbar a:hover {
	background-color: #000000;
	color: #ffffff;
	text-decoration: underline;
}

#breadcrumb {
	height: 18px;
	line-height: 1.5em;
	text-align: left;
	padding: 0;
}

#breadcrumb a:hover {
	background-color: #ffeacc;
	text-decoration: underline;
}

#content {
	border: 0;
	font-size: 12px;
}

#content h3 {

}

#content h4 {

}

#content h5 {

}

#content a:hover {
	background-color: #ffeacc;
}

#content #for a:hover {
	background-color: #ffffff;
}

table.tocArticle {
	width: 700px;	
}

span.highlight {
	border-bottom: 1px dotted #069;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #EEEEFF;
}

table.listing td.headseparator {
	border-top: 1px dotted #069;
}

table.listing td.endseparator {
	border-top: 1px dotted #069;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px dotted #069;
}

#rightSidebar {

}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
}

#rightSidebar, #leftSidebar {
	margin: 0;
	padding: 25px 0px 0px 0px;
	max-width: 150px;
	width: auto;
}
