/***********************************************/
/* stylesheet.css                            */
/* Uss with journal.htm/ template_journal.htm/any 'journal' webpage */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	height: 100%;
	padding: 0px;
	margin: 0px;              
	background-color: #c8c8ff;
	color: #070733;
    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 #9191ff;
	background-color: #000033;
	background-image: url(images/journaldemartine_logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	border-left: 5px solid #e280ff;
}
#top p {
	margin: 0px;
	padding: 0px;
	width: 170px;
	float: right;
	font-family: verdana, sans-serif;
	font-size: .6em;
	letter-spacing: .2em;
	color: #ffd980;
	background-color: #000033;
	border: none;
}
/*navigation in #blobs1 */
#navjour {
	position: absolute;
	margin: 0px;
	padding: 2px 2px 2px 3px;
	background-color: #9191FF;
	border-left: 5px solid #e280ff;
	border-top: 5px solid #e280ff;
	width: 200px;	
	left: 0px;
	top: 71px;
}
#navjour ul {
    margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #000033;
	background-color: inherit;
	list-style-type: none;
	text-decoration: none;
}
#navjour li {
    margin: 0px;
	padding: 0px;
	font-size: 9px;
}
#navjour a {
    display: block;
	color: #F0BFFF; 
	padding: 0 12px;
	line-height: 2.5em;
	border-bottom: 1px solid #c8c8ff;
	text-decoration: none;
	
}
#navjour a:hover {
    background-color: #241900;
}
#navjour #nav_con a {
    border: none;
}
#navjour li.current a { 
	text-indent: 10px;
	color: #ffd980;
	background-color: #9191ff;
}
/* end navigation in #blobs1 */
#clearheader {
                    height: 5px;
}/*needed to make room for header*/
div#blobs1 {
	background-color: #c8c8ff;
	position: absolute;
	width: 200px;
	color: #050524;
	float: left;
	left: 1px;
	top: 260px;
	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: #c8c8ff;
	color: #050524;
	margin: 5px 10px 20px 170px;
	padding: 2px;
	border: 0px;
	position: absolute;
	width: 667px;
	font-family: verdana, sans-serif;
	line-height: 1.5em;
	float: left;
	left: 59px;
	top: 71px;
}
#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;
}
#blobs2 dd, #blobs2 dl {
	font-size: .9em;
	line-height: 0.4em;
	background-color: #FFEDC4;
	padding: 7px;
	margin: 7px;
	
}
.dropcap {
	font-size: 1.8em;
	font-family: "Lucida Calligraphy", Tahoma, sans-serif;
	font-weight: bold;
	padding: 0.1em;
	vertical-align: middle;
}
div#blobs3 {
	background-color: #c8c8ff;
	color: #050524;
	margin: 5px 10px 20px 580px;
	padding: 2px;
	border-width: thin;
	border-color: #9191ff;
	position: absolute;
	width: 196px;
	font-family: verdana, sans-serif;
	font-size: 1em;
	float: right;
	left: 123px;
	top: 68px;
	height: 207px;
}
#blobs3 h6 {
    letter-spacing: .1em;
	border-top: 3px solid #332400;
	line-height: 1.5em;
}
#blobs3 p {
	font-size: .8em;
}
#blobs3 h5 {
    font-size: .7em;
	letter-spacing: .1em;
	border-top: 3px solid #ffd980;
}
p {
            padding: 5px;
            margin: 5px;
            border-style: solid;
            border-color: #9191ff;
            border-width: 1px;
            font-size: 12px;
			line-height: 1.5em;
}
h4, h5   {
            color: #ffd980;
            background-color: #000033;
            padding: 5px 5px 5px 5px;
}
h6 {	color: #332400;
            background-color: #ffd980;
            padding: 5px 5px 5px 5px;
}
img {
	 padding: 3px;
	 margin: 3px;
}
#blobs1 img, #blobs2 img, #blobs3 img {
		border: 1px dotted #9191FF;
		padding: 2px 2px 10px 2px;
		margin: 5px;
}
.indent {
	text-indent: 12em;
}
#blobs1 p, #blobs2 p, #blobs3 p { line-height: 2em;}
