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

body {
	background-image: url("../../../colloquium/wayang-bg.png");
	/* background-image: url("../../../public/page_t.jpg"); */
	/*font-family: "PT Sans","Times New Roman", Times, Georgia, serif;*/
}

.coverTitle{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 3px 0 0;
    position: relative;
    text-align: center;
    width: 120px;
    top: 23px;
    float:left;	
    
}

.coverTitle a{

}

a {
	text-decoration: none;
}

a:link {
	color: #320;
}

a:active {
	color: #DEB887;
}

a:visited {
	color: #320;
}

a:hover {
	color: #DEB887;
	/*background: #320;*/
}

label.error {
	color: #f60;
}

input.defaultButton {
	background: none repeat scroll 0 0 #332200;
    border: medium none;
    border-radius: 3px;
    color: #FFFFFF;
    padding: 5px 35px;
}

#container {
	background-color: #fff;
	font-size: 1em;
    box-shadow: 0 0 5px #332200;
}

#header {
	min-height: 100px;
	background-color: #fff;
}

#headerTitle {
	text-align: center;
}

#header h1 {
	line-height: 2.5;
	font-family: Slabo,"Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 2em;
	background-color: #320;
	color:  #fff;
}

#footer {
	background-color: #320;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

#main {
	background-color: #fff;
	/*border-top: 1px solid yellow;*/
	border-bottom: 1px dotted #DEB887;
	margin-top: 30px;
}

#main h2 {
	font-family: "Slabo 27px","Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#main h3 {
	font-family: "Slabo 27px","Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#navbar {
	/*border-bottom: 1px dotted #DEB887;*/
	text-align: center;
}

#breadcrumb {
	height: 18px;
	line-height: 1.5em;
	text-align: left;
	border-bottom: 1px dotted #DEB887;
	padding: 0;
	font-style: italic;
}

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

#content h3 {
	font-family:  "Slabo 27px","Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#content h4 {
	font-family:  "Slabo 27px","Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#content h5 {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #DEB887;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #DEB887;
}

table.listing td.headseparator {
	border-top: 1px dotted #DEB887;
}

table.listing td.endseparator {
	border-top: 1px dotted #DEB887;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

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

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
}

#rightSidebar, #leftSidebar {
	margin-top: 30px;
	border-bottom: 1px dotted #DEB887;
}
