/* ---- Origine --------- "generic" styles */

body {
	margin: 0; padding: 0;
	background: #99ccff; color: #333;
	font: small "Lucida Grande", Georgia, sans-serif;
}

a {
	text-decoration: none;
}

a img {
	border: 0;
}

p {
	margin: 0 0 1em;
}

/* ------------- masthead styles */

#masthead {
	margin-bottom: 1.75em; padding-top: 1px;
	background: #33ff99;
}

#homelink {
	display: block;
	margin: 0.70em 1.10em 1em; padding: 0.3em 0 0.1em 1em;
	background: url(../images/curl.gif) 100% 100% no-repeat;
}

#navlinks {
	margin: 0 0 1.75em 0; padding: 0.5em 0.8em 0.5em 3em;
	background: #686397; color: #FFF;
}

#navlinks li {
	display: inline;
	margin-right: 0.5em; padding-right: 0.75em;
	border-right: 1px solid #99C;
	font-weight: bold;
}


#navlinks li.last {
	border-right: 0;
}

#navlinks a {
	color: #D4EC84;
}


#today {
	margin-top: -1.66em; padding: 0 2em 0 0;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	line-height: 1;
}


/* ------------- main column styles */

#content {
	float: left;
	padding: 0 17em 4em 3em;
}

#content h1 {
	margin: 0 33% 1.25em -2em; padding: 0.5em 2em;
	background: #FFF; color: #686397;
	font-size: 1.5em;
}

#content h1 b {
	color: #B0D742;
}


#content h2 {
	margin: 0.5em 0; padding-bottom: 0.25em;
	border-bottom: 1px solid #B0D742;
	font-size: 1.5em;
}

#content h3 {
	margin: 1em 3.8% 1.25em -3em; padding: 0.5em 3em;
	background: #FFF; color: #686397;
	font-size: 1.2em; font-weight: bold;
}


#content h4 { margin: 23pt 2pt 12pt 2pt;
	font-family: Times New Roman, Times;
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	color: #000000;
	}


#content h5 { margin: 20pt 6pt 12pt 2pt;
	font-family: Times New Roman, Times;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	color: #000000;
	}


.jhgw {
		float: left;
		margin: 0.33em 0.33em 0em 24em;
		padding: 0em 0em 0em 1.5em;
	}	
	
.jhgwb {
		float: left;
		margin: 0.33em 0.33em 0em 20.85em;
		padding: 0em 0em 0em 1.5em;
	}		
	
/* dal notebook publicon */

.Author { margin: 18pt 1pt 0pt 2pt;
	font-family: Times New Roman, Times;
	font-size: 13pt;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color: #000000;
	}

.AbstractSection { margin: 2pt 52pt 2pt 42pt;
	font-family: Times New Roman, Times;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	color: #000000;
	text-indent: 9pt;
	}

.Abstract { margin: 2pt 42pt 6pt 42pt;
	font-family: Times New Roman, Times;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-indent: 9pt;
	text-align: justify;
	}

.Text { margin: -1.5em 3em 0em 0em;
	font-family: Times New Roman, Times;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-indent: 0pt;
	text-align: justify;
	}
	
.thumb {
margin: 0.75em 23em 5em 23em; padding: 0 0 4.em 1em;

}

.separation {
margin: 0.75em 0em 2em 18em; padding: 0 0 2.em 5em;
}

/* ------------- sidebar styles */


#sidebar {
	float: right;
	width: 17em;
	margin: 0 0 4em -18em;
}


#sidebar form, #sidebar div h3 {
	background: #9B96CA;
}


#sidebar form {
	margin: 0; padding: 0.8em;
}


#sidebar form .text {
	width: 9em;
}


#sidebar div {
	background: #669966; color: #FFF;
	padding: 0 1em 1em;
	margin-top: 0.75em;
}

#sidebar div h3 {
	font-size: 1.25em;
	margin: 0 -0.8em; padding: 0.4em 0.8em;
	text-transform: lowercase;
}


#tea-of-the-day h4 {
	margin: 0 0 0.5em; padding: 0.5em 0;
	border-bottom: 1px solid #FFF;
	font-weight: normal;
}


#tea-of-the-day p:first-line {
	font-style: italic;
}


#tea-of-the-day img {
	display: block;
	margin: 2em auto 0;
}


#post-archive table {
	margin: 0 auto;
	font-size: smaller;
}


#post-archive caption {
	margin: 1em auto 0;
	font-size: larger;
	font-weight: bold;
}


#post-archive td {
	padding: 0;
	border: 1px solid #787A6B;
	background: #5B5D4E; color: #222;
	text-align: center;
}


#post-archive table a {
	display: block;
	font-weight: bold;
	color: #FFF;
}

#post-archive table a:hover {
	background: #ABD240;
}


/* ------------- footer styles */

#footer {
	clear: both;
	padding: 0.15em 3em;
	background: #33ff99;
}


#footer p {
	margin: 0;
}


#footer a {
	color: #333;
	text-decoration: underline;
}


/* ------------- huey styles */

#huey {
	clear: both;
	padding: 0.1em 3em;
	background: #99ccff;
}


