/**
 * night.css
 *
 * Copyright (c) 2003-2009 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Night theme.
 *
 * $Id$
 */

body {
	color: #ffffff;
	font-family:'Droid Sans', Arial, Helvetica, sans-serif;
	line-height: 110%;
}
body, #header {background: url("http://www.fceia.unr.edu.ar/afb/ojs/bg.png") repeat-y scroll center top #2B0A07;}
a:link {
	color: #C8C8C8;
	text-decoration:none;
	font-weight:bold;
}
a:active {
	color: #ffffff;
}
a:visited {
	color: #A0A0A0;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #5E0639;
	background-color:#C8C8C8;
}
input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #888888;
}

input.defaultButton {
	background-color: #000000;
}

#container {
	width:950px !important;
}

#header {
}

#headerTitle {
	color: #ffffff;	
}
#navbar {border-bottom:#5E0639;}
#breadcrumb {
	padding-bottom: 10px;
	padding-top: 30px;	
	border-bottom: 1px solid #C8C8C8;
	clear:left;
}

#content {
	border-top: 0px dotted #000;
}
div#issue {
	float:left;
	width:300px;
}
div#issue h4 a {
}
#content h1, #content h2, #content h3, #content h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#headerTitle h1 {
	padding:0px;
}
div.separator {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AEAEAE;
	padding-top:30px;
}
#main {width:67% !important; margin-left:2%;}
#rightSidebar {width:25% !important; margin: 0 2% 0 0 !important;}
ul.menu li {padding:0;}
ul.menu li a {
	padding:0.75em;
	display:block;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C8C8C8;
	font-size:0.9em;
}
ul.menu li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C8C8C8;
	background-color:#C8C8C8;
}
td.tocTitle, td.tocGalleys {padding-top:30px;}
td.tocTitle a {
	font-size:1.1em;
	color:#CCCCCC;
}
td.tocTitle a:hover {font-size:1.1em; color: #5E0639;}
#main h2 {font-family:'Droid Sans', Arial, Helvetica, sans-serif;}
#issueCoverImage {clear:left;}
#issueCoverImage img {width:300px; height:auto;}

@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: bold;
  src: local('Droid Sans Bold'), local('DroidSans-Bold'), url('http://themes.googleusercontent.com/font?kit=EFpQQyG9GqCrobXxL-KRMQFhaRv2pGgT5Kf0An0s4MM') format('woff');
}
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: normal;
  src: local('Droid Sans'), local('DroidSans'), url('http://themes.googleusercontent.com/font?kit=s-BiyweUPV0v-yRb-cjciBsxEYwM7FgeyaSgU71cLG0') format('woff');
}
