/**
 * UnCommon Theme
 * Copyright (c) Jon Whipple
 * based on the common.css design by John Willinky
 * Copyright (c) 2003-2008 John Willinsky
 * Adapted by Jose Carlos Ortega
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * $Id: uncommon.css,v 1.4 2008/06/11 18:55:17 asmecher Exp $
 */

/**
 * Common HTML elements
 */
@import url(http://fonts.googleapis.com/css?family=OFL+Sorts+Mill+Goudy+TT);

body {
	background-color: #fff;
	color: #333; 
	font-size: 110%;
}

a:link {
	color: #001e79; text-decoration:none;
}

a:active {
	color: #3399CC; text-decoration:none;
}

a:visited {
	color: #001e79; text-decoration:none;
}

a:hover {
	color: #324fa5; background-color: #fff;
	text-decoration:none;
}

label.error {
	color: #900;
}

input {
	border: 1px solid #505050;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #ffffff;
	color: #333333;
	border: 1px solid #505050;
}

input.button {
	background-color: #EEEEFF;
}

input.defaultButton {
	background-color: #3399CC;
	color: #eee;
}

/* #header {
	background: url(http://ejssm.org/images/bg.jpg);
}*/

#header h1 {
	padding: 0em 0 0em 0;
	font-family: 'OFL Sorts Mill Goudy TT', arial, serif;
	font-weight: bold;
	text-transform:  uppercase;
	color: #ffffff;
	letter-spacing: 2px; 
	text-align:center;
	background-color:#FFF;  
}

#footer {
	width: 100%;
	min-height: 35px;
	background-color: #505050;
	color:  #ffffff;
	padding: 15px;
}

#footerContent {
	color:  #ffffff;
}

#main h2 {
	font-family: 'OFL Sorts Mill Goudy TT', arial, serif;
	font-size: 2em;
	font-weight: bold;
	color: #000; 
}

#main h3 {
	font-family: 'OFL Sorts Mill Goudy TT', arial, serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #882020; 
}

#navbar {
	border-bottom: 1px dotted #505050;
}

#breadcrumb {
	color: #666666;
}

#content {
	border-top: 1px dotted #505050;
}

#content h3 {
	font-family: 'OFL Sorts Mill Goudy TT', arial, serif;
	font-weight: bold;
	color: #882020;
	font-weight: bold; 
}

#content h4 {
	font-family: 'OFL Sorts Mill Goudy TT', arial, serif;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #001e79; 
}

#content h5 {
	color: #666666; font-weight: bold;
}

#leftSidebar div.block {
	padding: 0.5em 0;
	border-top: 0px solid #505050;
	border-bottom: 1px dotted #505050;
	margin-bottom: 5px;
	color: #999999;
}

#rightSidebar div.block {
	padding: 0.5em 0;
	border-top: 0px solid #505050;
	border-bottom: 1px dotted #505050;
	margin-bottom: 5px;
	color: #999999;
}

#leftSidebar div.block span.blockTitle {
	padding: 0;
	font-weight: bold;
	color: #505050;
}

#rightSidebar div.block span.blockTitle {
	padding: 0;
	font-weight: bold;
	color: #505050;
}

#leftSidebar div.block span.blockSubtitle {
	font-weight: bold;
}

#rightSidebar div.block span.blockSubtitle {
	font-weight: bold;
}

pre {
	background-color: #EEEEFF;
}

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