﻿/*
standard.css
for IOBA The Standard journal
*/

* { margin-top: 0; }

h1, h3 { color: #006633; font-family: Arial, serif; }
h1 { font-size: 2.4em; padding: 0 0 1px 0; text-align: center; }
h2 { color: #660000; font-size: 1.68em; line-height: 1.2em; text-align: left; }
h3 { color: #006633; font-size: 1.4em; font-weight: bold; letter-spacing: 1px; margin-top: 1em; }
h4 { color: #FFFFFF; font-size: large;}
h5 { color: #000000; font-size: small;}
h6 { color: #000000; font-size: 1.4em; font-weight: bold; margin-top: 1em; }

/* Links */
a:link{ color :#006633; }
a:hover { color :#007399; background-color : #EDE4D1; text-decoration : underline overline;}
a:visited { color :#00A352; text-decoration : underline; }

.title {
	color: #FFFFFF;
	text-align: left;
	font-size: large;
	font-weight: bold;
	border-color: #00F078;
	background-color:#006633;
}

#title_nav a:link, #title_nav a:visited {
    color: #FFFFFF;
	font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
} 

#title_nav a:hover {
    color: #0099CC;
	font-size: 11px;
    background-color : #EDE4D1;
    text-decoration: underline overline;
}


/* Content */

body {
	color : #660000;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 100%;
	background-color:#007399;
	scrollbar-3dlight-color: #DCD6D1;
	scrollbar-arrow-color: #DCD6D1;
	scrollbar-darkshadow-color: #EDE4D1;
	scrollbar-face-color: #786658;
	scrollbar-highlight-color: #DCD6D1;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #504B45;
}

p.center {	text-align: center }

img { border: 0; }

p.par {	
	color: #660000;
	text-align:left;
	background-color:#FFFFFF;
}

.blue-text {
	color: #3366FF;
}

li {
	margin-bottom: 10px;
}

.bullet { list-style-image: url(images/book_open.png); }

.dash { list-style-image: url('images/dash.gif'); margin-bottom: 10px; }

.dbl-dash { list-style-image: url('images/dbl-dash.gif'); }

.asterisk { list-style-image: url('images/asterisk.gif'); }

.xsmall {
		font-size: x-small;
}

.center {
		text-align: center;
}

.t_left {
		text-align: left;
}

.pic-left {
	border-width: 0;
	float: left;
	margin: 10px 15px;
	border-color: white;
}
.pic-right {
	border-width: 0;
	float: right;
	margin: 10px 15px;
	border-color: white;
}

.pic-center {
	border-width: 0;
	margin: 10px 15px;
	text-align: center;
	border-color: white;
}

.head {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	border-color: #00E070;
	border: 6px ridge #00E070;
	background-color:#006633;
}

.content {
	color: #660000;
	text-align:left;
	font-weight: bold;
	border-color: #00E070;
	border: 6px ridge #00E070;
	background-image: url(images/bg-cream.jpg);
}

.content_art {
	color: #000000;
	text-align: left;
	font-size: 13px;
	text-align: left;
	line-height: 135%;
	border-color: #00E070;
	border: 6px ridge #00E070;
	background-color:#FFFFFF;
}

.pad {
	padding: 0 20px;
}

.vol {
	color: #FFFFFF;
	font-size: 17px;
	text-align:center;
	font-weight: bold;
}

.date-style {
	margin-left: 350px;
}

#foot  {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	background-color:#006633;
}

#foot a:link, #foot a:visited {
	color: #FFFFFF;
	font-size: 11px;
    font-weight: bold;
} 

#foot a:hover {
    color: #660000;
	font-size: 11px;
    font-weight: bold;
    background-color : #EDE4D1;
    text-decoration: underline overline;
}

#foot_nav a:link, #foot_nav a:visited {
	color: #660000;
	font-size: 10px;
    font-weight: bold;
} 

#foot_nav a:hover {
    color: #660000;
	font-size: 10px;
    font-weight: bold;
    background-color : #EDE4D1;
    text-decoration: underline overline;
}
