@import url(http://fonts.googleapis.com/css?family=Overlock:400,900);
body {
	background-color: #ffffff;
	font-family: 'Overlock', cursive;
	font-size:1.3em
}

.journalHpContainer {
  background: #FCFCFC;
  border: 1px solid #D7D7D7;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 20px;
  padding: 0px 10px 10px 10px;
  min-height: 150px;
  background-color: #f9f9f9;
}

a:link {
	color: #880022;
	text-decoration: none;
	font-weight:bold;
}

a:active {
	color: #880022;
	text-decoration: none;
	font-weight:bold;
	}

a:visited {
	color: #880022;
	text-decoration: none;
	font-weight:bold;
	}

a:hover {
	color: #880022;
	text-decoration: underline !important;
	background-color: #FFFFFF;
	font-weight:bold;
}


#main {
	color: #000000;
	border-left: 0px solid black !important;
	border-right: 0px solid black !important;
	border-bottom: 0px solid black!important;
}

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

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

#header {
	opacity: .7;
	background-color: #FBFBF4;
	border-bottom: 0px solid black;
}


#main h2 {
	padding-left: 10px;
	/*font-size:2em;*/
	margin-bottom:0.2em;
}

#main h3 {
	padding-left: 10px;
}

.journalIdentification {
	padding-top: 10px;
	border-bottom: 1px solid #D4C9C9;
}

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

#navbar {
	padding-left: 10px;
	border-bottom: 1px solid #880022;
	text-align:center;
}

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

#content {
	padding-left: 10px;
	border-top: 0px dotted #000;
	/*font-size:0.8em;*/
}