/* reset! and helper classes */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.alignleft {
	float:left;
	margin: 0 10px 10px 0;
 }
 
 .clearing {
	clear:both;
}

/* font-face declarations */
@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('fonts/League_Gothic-webfont.eot');
	src: local('☺'), url('League_Gothic-webfont.woff') format('woff'), url('fonts/League_Gothic-webfont.ttf') format('truetype'), url('fonts/League_Gothic-webfont.svg#webfontpm5EArBj') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* structure */
body {
	background:url(images/map.jpg) top left no-repeat;
	background:url(images/map2.png) fixed bottom right no-repeat, 
			   url(images/map.jpg) top left no-repeat;
	background-color:#666;
	min-width: 975px;
}

#container {
	width:95%;
	margin: 0 auto;
}

#page {
	background-color:#fff; 
	margin-bottom: 20px;
}

#header {
	background-image: url(images/date.png);
	background-repeat:no-repeat;
	background-position:right top;
	min-height:150px;
}

#headerTitle {
	padding: 20px 220px 20px 200px;	
	max-width: 600px;
	display:none;
}

#rightSidebar {
	width: 200px;
	float:right;
	background-color: #c4df9b;
	padding: 15px 20px;
	margin: 20px 10px;
	box-shadow: 5px 5px 6px #818181;
	-webkit-box-shadow: 5px 5px 6px #818181;
	-moz-box-shadow: 5px 5px 6px #818181;
}
#content {
	margin: 0 275px 10px 240px;
	background-color:#fff;
	padding-top:20px;
}
	
#navbar {
	width: 230px;
	float: left;
	background-color:#FFF;
	padding-top: 20px;
}

#footer {
	clear:both;
	text-align:center;
	background-color:#FFF;
	overflow:auto;	
}

#layout {
	display: none; /* hack to hide an OCS section I can't take out */
}

.sponsor {
	padding:10px 5px 1px 5px;
	text-align:center;
	float:left;
	width:32%;
}

.team {
	font-size: .9em;
	padding-left: 10px;
}


/* Text styles */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

p, td {
	padding-bottom: 1em;
}

p, li, td {
	line-height: 1.3em;
}

ul {
	padding-bottom: 1em;
}

a:link, a:visited, a:hover, a:active {
	color:#1B68D9; 
	text-decoration:none;
	font-weight: bold;
	
}

a:hover, a:active {
	text-decoration:underline;
}

img a {
	border:none;
}
	
h1, h2 {
	font-family: LeagueGothicRegular, Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.5em;
	letter-spacing: .1em;
	padding-bottom: .5em;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #666666;
	text-transform: uppercase;
	margin: 2em 0 .5em 0;
	letter-spacing: .05em;
}

#headerTitle h1 {
	font-family: LeagueGothicRegular, Tahoma, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 60px;
	line-height: .8em;
	padding: 0;
	letter-spacing: .05em;
}

#content ol  {
	list-style-type: decimal;
	padding: 1em 0;
	font-size: .9em;
}

#content ol li {
	padding-bottom: 1em;
	margin-left: 25px;
}

.formRequired {
	font-style: italic;
	color:#ff3300;
}

.separator {
	margin: 30px 0;
}

.notice {
	color:#F00;
	font-style: italic;
}

.rss {
	display:inline;
 }
 
 

/* Sidebar Announcements */
.block {
	margin-bottom: 1em;
}

.blockTitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #666666;
	text-transform: uppercase;
	margin: 10px 0 15px 0;
	letter-spacing: .05em;
	display:block;
	padding-bottom: 1em;
	text-align:center;
	border-bottom: 1px solid #049ba6;
}

#rightSidebar p {
	font-size:.9em;
}


/* Sidebar navigation */
#navbar a:link, #navbar a:visited, #navbar .current {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
	color: #000;	
	text-decoration: none;
	font-size: 22px;
	line-height: 1.7em;
	display:block;
	margin: 0 10px 0 -40px;
	padding-left:50px;
}

#navbar a:hover, #navbar a:active {
	color: #ffffff;
	background-color: #049ba6;
	opacity: 0.75;
}

#navbar .current {
	background-color: #c8e5ff;
}


/* email form */
#emailform {
	width: 260px;
	background-color: #e0e0e0;
	padding: 15px 30px;
	margin: 20px 0 10px 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

}

#emailform h3 {
	font-weight: bold;
	color: #000000;
	margin: 0 0 15px 0;
	padding: 7px 0 0 30px;
	background: url(images/email.png) no-repeat 0 50%;
	
}

.formlabel {
	float:left;
	text-align:right;
	margin-right:0.5em;
	display:block;
	font-size: .9em;
}


/* Rules for tables -- adapted from OCS styles to match reviewing interface */
table.info td {
	padding: 0.5em;
	padding: 0.5em;
}

table.listing td {
	padding: 0.25em 1.5em 0.25em 0.5em;
}

table.info tr.rates {
	font-size:90%;
}

table.info tr:nth-child(odd) {
	background-color: #f0f8ff;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0.75em 1.5em 1em 0.5em;
}

table.listing td.nodata, table.info td.nodata {
	text-align: center;
	font-style: italic;
}

table.listing td.headseparator {
	border-top: 1px dotted #000;
	font-size: 0.1em;
	line-height: 1%;
}

table.listing td.endseparator {
	border-top: 1px dotted #000;
	font-size: 0.25em;
	line-height: 10%;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

table.data tr {
}

table.data td {
	padding-bottom: 0.25em;
}

table.data td.label {
	padding-right: 1em;
}

table.data td.value {
}

table.data td.separator {
	padding: 0.5em;
	font-size: 0.1em;
	line-height: 1%;
}

table.data td.heading {
	padding-left: 0;
	padding-right: 0;
}

table.nested tr {
	padding: 0;
	margin: 0;
}

span.nested {
	padding: 0 4px 0 0;
	font-size: 1.2em;
}
table.listing tr.heading a:link {
	color: #049ba6;
	font-size: 1.1em;
	text-decoration: none;
}


/* @group Font Sizer */
.smallFont {
	outline: none; /*for making it look nice in FF */
	background: url(../lib/pkp/templates/images/icons/font-down.png);
	text-indent: -9999px;
	display: block;
	float: left;
	width: 20px;
	height: 23px;
	margin-right: 4px;
	margin-left: 8px;
	margin-bottom: 15px;
}

.defaultFont {
	display:none;
}

.largeFont {
	background: url(../lib/pkp/templates/images/icons/font-up.png);
	outline: none;
	text-indent: -9999px;
	display: block;
	float: left; 
	width: 20px;
	height: 23px;
	margin-bottom: 15px;
}


/* PKP page navigation tweaks */
 ul.home-nav li{
	display:inline;
	padding-right:5px;
	border-right: 1px solid black;
 }
 
 ul.home-nav li:last-child {
	border-right:none;
 }
