/**
 * Dancecult Theme
 * based on the common.css design by John Willinky
 * 
 * based on common.css
 *
 * Copyright (c) 2003-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * $Id: uncommon.css,v 1.4 2008/06/11 18:55:17 asmecher Exp $
 */

/**
 * Common HTML elements
 */

body {
	background-color: #eee;
	color: #222222;
}

a:link {
	color: #4A9443;
}

a:active {
	color: #B0BFAA;
}

a:visited {
	color: #4A9443;
}

a:hover {
	color: #B0BFAA;
	background: none;
}

label.error {
	color: #900;
}

input {
	border: 1px solid #362354;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #ffffff;
	color: #333333;
	border: 1px solid #362354;
	margin-bottom: 3px;
}

input.button {
	background-color: #4A9443;
	color: #fff;
}

input.defaultButton {
	background-color: #4A9443;
	color: #FFF;
}

#container {
	background-color: #EEEEEE;
	font-size: 0.95em;
}

#header {
	background-color: #222222;
}

#header h1 {
	padding: 0.5em 0 1em 0;
	min-height: 80px;
	font-family:  'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	letter-spacing: 2px;
}

#footer {
	width: 100%;
	min-height: 35px;
	background-color: #272c6f;
	color:  #ffffff;
	padding: 15px;
}

#footerContent {
	color:  #ffffff;
}

#main h2 {
	font-family:  'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	color: #362354;
	
}

#main h3 {
	font-family:  'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	color: #362354;
}

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

#breadcrumb {
	color: #666666;
}

#content {
	border-top: 1px solid #CCCCCC;
}

#content h3 {
	font-family:  'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	color: #362354;
}

#content h4 {
	font-family:  'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	color: #362354;
}

#content h5 {
	color: #666666;
}

#leftSidebar div.block {
	padding: 0.5em 0;
	border-top: 1px solid #272c6f;
	border-bottom: 1px solid #272c6f;
	margin-bottom: 4px;
	color: #999999;
}

#rightSidebar div.block {
	padding: 0.5em 0;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 4px;
	color: #999999;
}

#leftSidebar div.block span.blockTitle {
	padding: 0;
	font-weight: bold;
	color: #362354;
}

#rightSidebar div.block span.blockTitle {
	padding: 0;
	font-weight: bold;
	color: #362354;
}

#leftSidebar div.block span.blockSubtitle {
	font-weight: bold;
}

#rightSidebar div.block span.blockSubtitle {
	font-weight: bold;
	color: #362354;
}

pre {
	background-color: #EEEEFF;
}

div.separator {
	border-bottom: 1px solid #cccccc;
}

p textarea {
	width: 480px;
	height: 140px;
	border: 3px solid #cccccc;
	padding: 5px;
}

a img {
border: none;
}

a:hover img {
background: #fff;
}

#sidebar-username {
	margin-left: 3px;
}

#sidebar-password {
	margin-left: 3px;
}

html {
	height: 100%;
	margin-bottom: 1px;
	background: #eee;
}

.cc {
	margin: 5em 0px 0px 0px;
}

.cc span {
	font-size: .85em;
	display: block;
}

#issn {
	font-size: .85em;
}

p.caption {
	font-style: italic;
	font-size: 0.85em;
	text-align:center;
}

em {
	font-style: italic;
}

.front_image {
margin-bottom: 0px;
margin-top: 0px;
padding-top: 1em;
text-align: center;
}