/**
 * biblio.css
 *
 * Copyright (c) 2003-2009 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * biblio theme.
 *
 * $Id: biblio.css,v 1.5 2009/04/08 19:54:50 asmecher Exp $
 */

body {
	background-color:#FFFFFF;
	color: #3b5850;
	font-family:"trebuchet MS", Verdana;
}

a:link {
	color: #190710;
}

a:active {
	color: #253;
}

a:visited {
	color: #0095a9;
}

a:hover {
	color: #253;
	background: #b0c4de;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #eeeeee;
}

input.button {
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #f9f9f7;
	font-size: 1em;
}

input.defaultButton {
	background-color: #0095a9;
	color: #fffffc;
	font-weight: bold;
}

#header {
	background-color: #FFFFFF;
        background-image:url(http://bibliocentral.uncoma.edu.ar/sites/default/files/biblio_ojs.jpg);
        color: #FFFFFF;
	border-bottom: 1px solid orange;
	height:165px;
	margin:0 auto;
}

#main {
	background-color: #FFFFFF;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;	
}

#main h2 {
	padding-left: 70px;
}

td.tocGalleys {
	padding-right: 50px;
}

#navbar {
	padding-left: 50px;
	border-bottom: 0px solid black;
}

#breadcrumb {
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;	
}

#content {
	padding-left: 20px;
	border-top: 0px dotted #000;
}

