/***********************************************/
/* stylesheet.css                            */
/* Uss with journal.htm/ template_journal.htm/any 'journal' webpage */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	height: 100%;
	padding: 0px;
	margin: 0px;              
	background-color: #ffe6bf;
	color: #004747;
    font-size: 14px;
}
#body_jour {
}
div#wrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: auto;
}

div#top {
	position: relative;
	padding: 0px;
	width: 100%;
	height: 70px;
	border-bottom: 4px solid #ffbfbf;
	border-top: 4px solid #ffbfbf;
	background-color: #660000;
	background-image: url(images/weblog2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-left: 5px solid #472b00;
}
#top p {
	margin: 0px;
	padding: 0px;
	width: 170px;
	float: right;
	font-family: verdana, sans-serif;
	font-size: .6em;
	letter-spacing: .2em;
	color: #ffcc80;
	background-color: #660000;
	border: none;
}
/*navigation in #blobs1 */
#navjour {
	position: absolute;
	display: block;
	margin: 0px;
	padding: 2px 2px 2px 3px;
	background-color: #ff8080;
	border-left: 5px solid #470000;
	border-top: 5px solid #470000;
	width: 200px;
	height: 170px;	
	left: 0px;
	top: 71px;
}
#navjour ul {
    margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #ff8080;
	background-color: inherit;
	list-style-type: none;
	text-decoration: none;
}
#navjour li {
    margin: 0px;
	padding: 0px;
	font-size: 9px;
}
#navjour a {
    display: block;
	color: #472b00; 
	padding: 0 12px;
	line-height: 2.5em;
	border-bottom: 1px solid #470000;
	text-decoration: none;
	
}
#navjour a:hover {
    background-color: #470000;
	color: #ffe6bf;
}
#navjour #nav_con a {
    border: none;
}
#navjour li.current a { 
	text-indent: 10px;
	color: #472b00;
	background-color: #ffbfbf;
}
/* end navigation in #blobs1 */
#clearheader {
                    height: 5px;
}/*needed to make room for header*/
div#blobs1 {
	background-color: #ffcc80;
	position: absolute;
	width: 200px;
	color: #004747;
	float: left;
	left: -1px;
	top: 256px;
	font-size: 14px;
}
#blobs1 h6 {
    letter-spacing: .1em;
	border-top: 3px solid #332400;
	font: bold .7em verdana, sans-serif;
}
#blobs1 p {
    font:  .7em verdana, sans-serif;
	line-height: 1.5em;
}
#blobs1 li {
    font:  .7em verdana, sans-serif;
	line-height: 1.5em;
}
div#blobs2 {
	background-color: #ffe6bf;
	color: #004747;
	margin: 5px 10px 20px 170px;
	padding: 2px;
	border: 0px;
	position: absolute;
	width: 472px;
	font-family: verdana, sans-serif;
	line-height: 1.5em;
	float: left;
	left: 45px;
	top: 73px;
}
#blobs2 h5 {
    font-size: .8em;
	letter-spacing: .3em;
}
#blobs2 a {
    color: #241900;
	text-decoration:none;
}
#blobs2 a:hover {
    color: #ffecbf;
	background-color: #241900;
	text-decoration:none;
}
.dropcap {
	font-size: 1.8em;
	font-family: "Lucida Calligraphy", Tahoma, sans-serif;
	font-weight: bold;
	padding: 0.1em;
	vertical-align: middle;
}
#blobs2 p {
	line-height: 1.9em;
}
#blobs2 p .align {
	text-indent: 30px;
}
div#blobs3 {
	background-color: #660000;
	color: #ffe6bf;
	margin: 5px 10px 20px 580px;
	padding: 2px;
	position: absolute;
	width: 196px;
	font-family: verdana, sans-serif;
	font-size: 1em;
	float: right;
	left: 125px;
	top: 67px;
	height: auto;
}
#blobs3 h6 {
    letter-spacing: .1em;
	border-top: 3px solid #ffbfbf;
	line-height: 1.5em;
}
#blobs3 p {
	font-size: .8em;
	border: 1px solid #ffbfbf;
}
#blobs3 h5 {
    font-size: .7em;
	letter-spacing: .1em;
	border-top: 3px solid #ffbfbf;
}
p {
            padding: 15px;
            margin: 5px;
            border-style: solid;
            border-color: #472b00;
            border-width: 1px;
            font-size: 12px;
			line-height: 1.5em;
}
h4, h5   {
            color: #ffcc80;
            background-color: #470000;
            padding: 5px 5px 5px 5px;
}
h6 {	color: #ffcc80;
            background-color: #470000;
            padding: 5px 5px 5px 5px;
}
img {
	 padding: 3px;
	 margin: 3px;
}
#blobs3 img {
		border: 1px dotted #ffbfbf;
		padding: 2px 2px 10px 2px;
		margin: 5px;
}
#blobs1 img, #blobs2 img {
		border: 1px dotted #472b00;
		padding: 2px 2px 10px 2px;
		margin: 5px;
}
#blobs1 p, #blobs2 p, #blobs3 p { line-height: 2em;}
