/**
 * equinoxJournals.css
 *
 * Copyright (c) 2003-2007 Michael Willis
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id$
 */

/**
 * Common HTML elements
 */

body {
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
}

form {
	color: #333333;
}

#dwrap div {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    margin-left: 10px;
    width: 140px;
    height: 225px;
    padding: 3px 3px 3px 3px;
    text-align: center;
    border: 1px solid #DFDFDF;
    float: left;
    font-size: 0.9em;
}

a {
	text-decoration: none;
}

a:link {
	color: #0066CC;
}

a:hover {
	color:#225533;
}

a:visited {
	color: #0066CC;
}


input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	font-family: Arial, Helvetica, sans-serif;
}

/**
 * Main layout elements
 */


#header {
	padding: 0;
	margin: 0 auto;
	background-color: #FBFBF3;
}

#headerTitle {
	text-align: left !important;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#header h1 {
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	position: relative;
}

ul.menuRhs {
	margin:0;
	text-align:right;
}

ul.menuRhs li {
	display:inline;
	margin:0;
	padding:0 1.5em 0 0;
}


#leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#leftSidebar li {
	list-style-type: none;
}

#rightSidebar, #leftSidebar {
	margin-top: 5px;
	border-bottom: 1px dotted #069;
}


#main h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #BE844A
}

#main h3 {
	font-family: Arial, Helvetica, sans-serif;
}

#content {
	font-size: 0.8em;
	color: #333333;
}


#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #BE844A;
}

#content h4 {
	padding-top: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #BE844A;
}

#content h5 {
	font-weight: normal;
	font-size: 1.4em;
}


table.listing td {
	padding: 0.25em 0.5em 0.25em 0.5em;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	padding: 0.75em 0.5em 1em 0.5em;
}

