/**
 * plugins/themes/steel/steel.css
 *
 * Copyright (c) 2013-2015 Simon Fraser University Library
 * Copyright (c) 2003-2015 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Steel theme.
 *
 */

body {
	background: transparent url('http://www.ama.ba/images/background.jpg') fixed no-repeat;
}

a:link {
	color: #ab3834;
}

a:active {
	color: #ab3834;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #808080;
}

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

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#header {
	background: transparent;
	border-bottom: 2px solid #4172B0;
}

#headerTitle {
	color: transparent;
}

#header h1 {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Trebuchet MS;
}

#footer {
	width: 100%;
	font-size: 0,65em;
}

#main {
	padding-left: 5px;
	padding-right: 5px;
	font-family: Trebuchet MS;
	background: transparent url('../images/background.jpg');
	border-left: 1px solid #4172B0;
	border-right: 1px solid #4172B0;
	border-bottom: 1px solid #4172B0;	
}

#main h2 {
	font-family: Trebuchet MS;
	font-size: 12pt;
}

#main h3 {
	font-family: Trebuchet MS;
	font-size: 12pt;
}

#navbar {
	border-bottom: 1px solid #000;
}

#breadcrumb {
	border-bottom: 0px solid black;
}

#content {
	border-top: 0px solid #000;
	font-family: Trebuchet MS;
	font-size: 11pt;
	font-style: normal;
	line-height: 16pt;
}

#content h3 {
	font-family: Trebuchet MS;
	font-size: 13pt;
}

#content h4 {
	font-family: Trebuchet MS;
	font-size: 13pt;
}

