/*******************************************************************
 * TITLE: Stylesheet for BibDesk website
 * URI  : http://bibdesk.sourceforge.net//styles.css
 * MODIF: 09/03/04
 * with advice from http://www.inknoise.com/experimental/layoutomatic.php
 *******************************************************************/
#container {
    width: 760px;
    border: 5px solid gray;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px; }

/* link styles */
#current a {		/* the page currently displayed */
	color: rgb(204,0,0); }
a {
	text-decoration: none; }
a:link {
	color: rgb(39,78,144); }
a:visited {
	color: rgb(39,78,144) }
a:hover {
	color: rgb(199,32,65); }
a.footer:link {
	color: rgb(255,255,255); }
a.footer:visited {
	color: rgb(255,255,255); }
a.footer:hover {
	color: rgb(39,78,144); }

/* banner styles */
#banner {
    padding: 10px;
    margin-bottom: 5px;
    background-color: #C44E65;
    color: rgb(255,255,255); }
.bannerImage {
	float: left ;
	padding: 10px; }
.arrowImage {
	float: right ;
	padding: 10px; }
.bannerText {
	float: right ; }
div#banner h2 {
    font-weight: bold;
    font: lucida;
    margin: 0;
    padding: .5em 0 .5em 2em; }

/* content styles */
#content {
    padding: 5px;
    margin-right: 185px; }
#content h2 {
	font-size: 1.5em;
	color: #C44E65; }
#content h3 {
	font-size: 1em;
	color: #C44E65; }
#content h4 {
	font-size: 1em;
	font-style: italic; }
.note {
	color: rgb(204,0,0); }		/* to indicate important notes */

/* sidebar styles */
#sidebar {
    float: right;
    width: 150px;
    margin: 0px;
    margin-right: 5px;
    padding: 1px; }
div.box {
	margin-top: 60px;
	border: dashed;
	border-width: 1px;
	border-color: #C44E65; }
#sidebar h3 {
	padding: 2px;
	font-size: 1em;
	text-align: center; }
div#sidebar ul {
	list-style-type: none;
	padding: 0 0 0 0;
	margin-left: 1em;}
/*	background-color: #C18793;} */
div#sidebar ul li {
	margin-top: 4px; }
#sidebar ul li a {
	display: block;
	width: 135px;
	padding: 3px 5px 3px 10px; }

/* contentbar styles */
#contentbar {
    float: right;
    width: 350px;
    margin-left: 0px;
    margin-right: 5px;
    padding: 1px; }
div.box {
	margin-top: 60px;
	border: dashed;
	border-width: 1px;
	border-color: rgb(39,78,144);
	color: #C44E65;
	text-align: center; }

/* text styles */
#text {
    padding: 5px; }
#text h2 {
	font-size: 1.5em;
	color: #C44E65; }
#text h3 {
	font-size: 1em;
	color: #C44E65; }
#text h4 {
	font-size: 1em;
	font-style: italic;
	color: #487ACD; }
.note {
	color: rgb(204,0,0); }		/* to indicate important notes */

/* footer styles */
#footer {
    clear: both;
    padding: 5px;
    margin-top: 5px;
    text-align: left;
    background-color: #C44E65;
    Color: rgb(255,255,255); }
