/*Reset.css*/
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;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Datsro.com Style*/
body{
 background: #eae7e1;
 background-attachment: fixed;
 font: 14px/1.5em Arial, sans-serif;
}
.container{
 width:640px;
 margin:0 auto;
 padding:20px 0 0;
 color:#333;
 text-align:center;
 overflow:hidden;
}
h1{
  font-size:2.5em;
  line-height:3.5em;
  width:200px;
  height:125px;
}

h2{
  padding: 0 0 15px;
  font-size:1.2em;
  font-weight: bold;
}
h3{
  font-weight:bold;
}
p {
  font-family: Georgia, serif;
  font-style: italic;
}
a { color:#9a9a9a;}

#header   { position: relative;text-align: left; padding:0 0 1em;}
#logo { background:transparent url(datsro_02.png) no-repeat scroll 50% 0; height:65px; margin-bottom:1em; text-indent:-9999px; width:100px;}
#twitter  { background: transparent url(twitter_bg.png) no-repeat 0 0;height:180px;padding:0;}
#twitter_div { padding:40px 0;}
ul#twitter_update_list { margin:5px;}
ul#twitter_update_list li { color:#ECF62E;position:relative;padding:10px 50px 10px 110px;  text-align:left;}
ul#twitter_update_list li a { position:absolute; right:50px; top:50px; color:#fff;}
#content  { height:auto; }
#blog     { width:55%; float:left;}
#archives { width:30%; float:left; border-left:1px solid #fff;}
#sidebar  { width:15%; margin: 0 0 0 85%; border-left:1px solid #fff;}

#footer   { width:100%; color:#000; display: block;  font-size: 10px;}


.delicious-posts ul { list-style-type:none}
.delicious-tag,.delicious-extended { font-size:smaller}
.delicious-extended { margin:0;padding:0 0 0.25em 0}
.module-list-item .delicious-posts ul { margin:0;padding:0}
.module-list-item .delicious-posts h2,.module-list-item .delicious-posts li:first-child {margin-top:0}

.clear {
display:block;
}

.clear:after,.container:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

* html .clear {
height:1%;
}