html {
	height: 100%;
}
body
{
	margin: 0 0 11px 0;
	padding: 0 0 11px 0;
	height: 100%;
	scroll-margin-block-start: 1lh;
	background-color:#fff;
	color:#006;
	font-size:14px;
	font-family: 'Helvetica Neue', arial, sans-serif;
}

header {
	margin: 0;
	padding: 0;
	width: 980px;
	height: 75px;
	border:0;
}

blockquote {
	margin: 4px 18px 4px 12px;
	padding: 7px;
	background-color: #eef9ff;
	text-align: center;
	line-height: 1.2em;
}
nav, #menubar {
	margin-top: 0;
	margin-bottom: 8px;
	padding: 8px 30px 5px 30px;
	width: 920px;
	height: 22px;
	border-bottom:1px solid #999;
	background-color:#ddd;
}
#menubar a {
	padding: 8px 7px 9px 7px;
	height: 22px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background-color: #ddd;
	text-decoration: none;
	font-weight: normal;

}
#menubar a:focus, #menubar a:hover {
	height: 22px;
	padding: 8px 7px 9px 7px;
	border-right:1px solid #999;
	border-left:1px solid #999;
	background-color:#fc6;
	color: blue;
	text-decoration: none;
	font-weight: normal;
}
#menubar .selected {
	height: 22px;
	border-right:1px solid #999;
	border-left:1px solid #999;
	border-bottom: 6px solid #fff;
	background-color:#fff;
}
#menubar ul {
	display: block;
	margin:0;
	padding:0;
	background-color:#ddd;
	list-style : none;
}
#menubar li {
	display:inline;
	background-color:#ddd;
	list-style:none;
}
#frame {
	position: static;
	width:980px;
	background-color: #fff;
}

article {
	float: left;
	margin:8px;
	padding: 8px;
	line-height: 1.3em;
	width: 620px;
	background-color: #fff;
}

#maincont {
	float: left;
	margin: 0 8px 8px 8px;
	padding: 0 2px 2px 2px;
	line-height: 1.3em;
	width:620px;
	background-color: #fff;
}

#artiflows article {
	margin: 0;
	padding: 0;
	width:inherit;
}

section {
	margin-bottom: 2.5em;
}

.homebox {
	width: 640px;
	float: left;
	border: 1px;
}

.wide-box {
	width: 640px;
	float: left;
	margin: 0 0 .5px 0;
	border: 1px;
}

#homecol1of2, ul.flip1, ul.flip2, ul.flip3, ul.flip4, ul.flip5, ul.flip6, ul.flip7, ul.flip8 {
	top: 0;
	left: 0;
	float: left;
	margin: 14px 1em 1em 0;
	padding: 0 0 0 0;
	width: 310px;
	background: #fff;
}
#homecol2of2 {
	top: 14px;
	float: none;
	margin: 0 320px 5px 340px;
	padding: 14px 0 20px 4px;
	width: 310px;
	background: #fff;
}

#col1of2, ul.flip1, ul.flip2, ul.flip3, ul.flip4, ul.flip5, ul.flip6, ul.flip7, ul.flip8 {
	top: 0;
	left: 0;
	float: left;
	margin: 14px 1em 1em 1em;
	padding: 0;
	width: 310px;
	background: #fff;
}
#col2of2 {
	top: 14px;
	float: none;
	margin: 14px 320px 5px 340px;
	padding: 14px 0 20px 12px;
	width: 310px;
	background: #fff;
}
p.normal {
	clear: left;
	margin-left: 0;
}
#poetry {
	margin-left: 2em;
}
#poetry p {
	margin-left: 3em;
}

#header {
	margin: 0;
	padding: 0;
}
footer {
	float: left;
	bottom: 0;
	margin-top: 1em;
	margin-left: 8px;
	padding-left: 8px;
//	padding: 1em 5px 5px 0px;
	width: 710px;
}

#auxcont {
	float: right;
	margin-top: 14px;
	margin-right: 0;
	margin-left: 10px;
	padding: 10px;
	width: 260px;
	border-top:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	background-color: #fd7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: url(./images/sbar_orngrad.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#auxblock {
	float: right;
	width:  230px;
	background-color: #fff;
}
a.blhead, a.blhead:visited {
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;color:#006;
	text-decoration:none;
	font-weight: bold;
}
a.blhead:focus, a.blhead:hover {
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	background-color: #fd7;color: #006;
	text-decoration:  underline;}
a 	{
	outline:none;
	color:blue;
	text-decoration:underline;
	font-weight:normal;
}
a:visited
{
	color: blue;
}
a:focus, a:hover
{
	outline:none;
	background-color:#fff;
	color:#ff8000;
	font-weight:normal;
}

#auxcont p, #auxcont ul {
	margin-top: .2em;
	margin-bottom: 5px;
	margin-left: 1em;
	padding-top: .2em;
	padding-bottom: .5em;
}
li.related {
	line-height: 1.2em;
}

a	{
	text-decoration:none;
}
#auxcont a:visited
{
	text-decoration:none;
}
#auxcont a:focus, #auxcont a:hover
{
	background-color:#fff;
	color:#ff8000;
	text-decoration:none;
	font-weight:normal;
}
#col1of2 a, #col2of2 a, #col1of2 a:visited, #col2of2 a:visited
{
	color:blue;
	text-decoration:none;
	font-weight:normal;
}

#col1of2 a.archive, #col2of2 a.archive, #col1of2 a.archive:visited, #col2of2 a.archive:visited
{
	color:#ccc;
	text-decoration:none;
	font-weight:normal;
}

#col1of2 a:focus, #col2of2 a:focus, #col1of2 a:hover, #col2of2 a:hover
{
	background-color:#fff;
	color:#ff8000;
	font-weight:normal;
}
a.underlog
{
	color:#999999;
	text-decoration:underline;
	font-weight:normal;
}
a.underlog:visited
{
	color:#999999;
	text-decoration:underline;
	font-weight:normal;
}
a.underlog:focus, a.underlog:hover
{
	color:#ff8000;
	text-decoration:none;
	font-weight:normal;
}
#taglist a, #taglist a:visited
  {
	  color:#333;
	  text-decoration:underline;
	  font-weight:normal;
  }
#taglist a:focus, #taglist a:hover
{
	color:#ff8000;
	text-decoration:none;
	font-weight:normal;
}
ul li {
	margin-left: 0;
	padding-left: 0;
	color: #000066;
	list-style-type: square;list-style-image: url(./images/vdwalbul.jpg);
}
#auxcont ul {margin-left: 15px;
	padding-left: 5px; }

/* Headers */
header h1
{
	margin-top: 0;
	padding: 0;
	width: 980px;
	height: 75px;
	background-image: url(./images/bluhead.jpg);
	color: #ff8000;
	font-size:45px;
	font-weight: 200;
	line-height: 115px;
}

header h1 a, header h1 a:visited, header h1 a:visited {
	margin: 0;
	padding: 0;
	background: none;
	color: #ffaa55;
	text-align:left;
	text-decoration: none;
}
header h1 a:hover {
	background: none;
	color: #fff;
}

h1 {
	font-size:24px;
	font-weight: normal;
	color: #ff8000;
}
h2.blhead {
	margin: 0;
	background-color: #fff;
	background-image: none;
	color:#006;
	text-align: left;
	/* text-shadow: 0.1em 0.1em 0.1em #ddd; */
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3em;
}
h2.blheadalt {
	margin: 12px 0 0 0;
	background-color: #fff;
	background-image: none;
	color: #006;
	text-align: left;
	/* text-shadow: 0.1em 0.1em 0.1em #ddd; */
	font-weight: 400;
	font-size: 1.8em;
	line-height: 1.3em;
}

h2, h2.normal, h2.panel1, h2.panel2, h2.panel3, h2.panel4, h2.panel5, h2.panel6, h2.panel7, h2.panel8 {
	margin: 3px 3px 14px 3px;
	padding-top: 5px;
	padding-bottom: 3px;
	background-color : #009;
	background-image: url(./images/blueback.jpg);
	background-position: top;
	background-repeat: repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color : #fc0;
	text-align : center;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.3em;
}
h2.normal {margin-left: 0}

h2.poetry {
	margin-left: 0;
}
h3.auxcon {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 4px 0;
	color: #006;
	text-shadow: none;
}

h3 {
	margin: 5px 5px 5px 0;
	color: #ff8000;
	/* text-shadow: 0.1em 0.1em 0.1em #ddd; */
	font-weight: bold;
	font-size:16px;}
h4 {
	text-align: center;
	margin: 0;
	background-color: #fff;
	/* text-shadow: 0.1em 0.1em 0.1em #ddd; */
	font-weight: bold;
	font-size: 14px;
}

/* Links and Text Design */

a.blhead, a.blhead:visited {
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 5px;
	color:#006;
	font-weight: bold;
	text-decoration:none;
}
a.blhead:focus, a.blhead:hover {
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 5px;
	background-color: #fd7;
	color: #006;
	font-weight: bold;
	text-decoration: underline;}
td {
	font-size: 14px;
}
.copyright {
	margin: 12px 20px;
	padding: 5px;color: #666666;
	font-size: .9em;}
.date	{
	margin:2px 2px 10px 0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	border-top:1px solid #fc6;
	border-right:1px solid #fc6;
	border-bottom:1px solid #fc6;
	border-left:1px solid #fc6;
	background-color: #fd7;
	background-image: url(/images/sbar_orngrad.jpg);
	background-position: top;
	background-repeat: repeat-x;color: #000066;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight:bold;}
.posts	{
	margin: 4px;
	color: #000066;
	line-height: 1.4em;}
.byline	{ margin:2px;color: #999999;}
.sideimage	{text-align: center; margin-bottom: 1.5em;}
.pagination-info {margin-left: 2em;}
.abstract { padding-right:2em; padding-left:1em; text-align:justify; font-style: italic; font-size:1.1em;font-family: times, "times new roman", serif; line-height:1em;}
#auxcont hr 	{color: #000099;	}
hr.divide {color: #ff8000;}
.orange .alert {color: #ff8000;}
#qlink {font-size: 12px;}
.qdate {font-weight: bold;}
.contimg img {float: right; margin: 0 0 0 15px; padding: 0 0 4px 4px; border-color: black; border-width: 1px;}
.centimg img { margin-right: auto;margin-left: auto; padding: 4px 0 4px 0; border-color: black; border-width: 1px;}
abbr.dtstart, abbr.dtend {border-bottom-style: none;}
ins {text-decoration: none; font-style: italic;}

/* Delicious */
.delicious-odd { padding:4px;background-color:#fd7;}
.delicious-even { padding:4px; background-color:#fe9;}
h2.delicious-banner a, h2.delicious-banner a:visited {
	background-color : #009;
	background-image: url(/images/blueback.jpg);	color : #fff;
	font-weight: normal;
	font-size: 16px;}

table.tbl_aux_side { float: right; padding:1em;width: 250px;}
.tbl_aux_side th { padding: 2px; border-color: #009; border-bottom: 1px;background-color: #ffc; color: #009; font-weight: bold;}
.tbl_aux_side td {  padding: 2px; border-color: #009; color: #009; background-color: #000;}
tr.hover { background-color: #fff4da;}
td.count {padding-top: 6px; padding-right: 3px; padding-left: 5px;;
}

/* Pinboard */

.pin-title { font-size:1em; margin-bottom: 1em; line-height: 1.1; text-decoration:none; color:#00a}
.pin-description {font-size: .9em; margin-top: 1.5em; line-height: 1.2; margin-bottom: 1em; padding: 1em .1em .8em .3em; }
.pin-tag { color:#777; text-decoration:none; font-size:0.9em; padding-left: .2em; line-height: .9em;}


td.sparkle {padding-top: 6px; padding-right: 5px;  padding-left: 3px;}
tr.text {font-size: 12px; }
ul.panel
{
	display:none;
	height:160px;
}
/* ============================================ */
/* = Tagcloud (lifted from berglondon.com v1) = */
/* ============================================ */
ul.tagcloud {list-style: none;}
ul.tagcloud li {display: inline;  margin: 0;}
ul.tagcloud li.shade-1 a:link, ul.tagcloud li.shade-1 a:visited { color: #bbb;
	text-decoration: none;}

ul.tagcloud li.shade-2 a:link, ul.tagcloud li.shade-2 a:visited {
	color: #030102;
	text-decoration: none;
}

ul.tagcloud li.shade-3 a:link, ul.tagcloud li.shade-3 a:visited {
	background: #DFE7ED;
	color: #888;
	text-decoration: none;
}

ul.tagcloud li.shade-4 a:link, ul.tagcloud li.shade-4 a:visited {
	color: #42ae6f;
	text-decoration: none;
}


ul.tagcloud li.shade-5 a:link, ul.tagcloud li.shade-5 a:visited {
	color: #030102;
	text-decoration: none;
}

ul.tagcloud li.shade-1 a:hover,
ul.tagcloud li.shade-2 a:hover,
ul.tagcloud li.shade-3 a:hover,
ul.tagcloud li.shade-4 a:hover,
ul.tagcloud li.shade-5 a:hover {
	color: black;
	text-decoration: underline;
}