/* Scroll --
	 show the default scrollbar in Firefox
-------------------------------------------------------------- */
html {
/*overflow: -moz-scrollbars-vertical;*/
}
/* Reset --
	 Resets default browser CSS - Watch out with the UL * OL in this reset!
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* Remove annoying border on linked images. */
a img {
	border: none;
}
/* Default --
	 Sets default typography styles
-------------------------------------------------------------- */
body {
	background:#adc0cb url('../images/body-bg.gif') repeat left top;
	color:#000;
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:75%; /* 1em = 12px *//*
	font-size:88%; // 1em = 14px //
	*/
}
/* headings */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	line-height:1;
}
xh1 {font-size:3.2em; width:764px; height:232px; background:url('../images/logo.gif') no-repeat left top;} /* 32px */
h2 {font-size:2.8em;} /* 24px */
h3 {font-size:1.8em;} /* 18px */
h4 {font-size:1.6em;} /* 16px */
h5 {font-size:1.3em;font-weight:bold;}	/* 13px */
h6 {font-size:1.2em;font-weight:bold;}	/* 12px */


li.delicious-post {
line-height:20px;
}

p.delicious-extended {
font-size:11px;
}

h2.delicious-banner {
font-size:24px;
}

/* Content element styling
-------------------------------------------------------------- */
p           { margin: 0 0 1em; line-height:16px;}
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #261e3d; text-decoration: none;}
a           { color: #261e3d; text-decoration: underline; font-weight:bold;}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

.hide 			{ text-indent:-9999em; overflow:hidden; position:absolute;}
/* clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* Regular clearing- apply to column that should drop below previous ones. */
.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}