/* @group Basic Elements */

*, div, ol, ul, li, img {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	background: #3D3D3D url(../images/dabs20bg.jpg) repeat top center;
	text-align: center;
	font: normal 13px/160% 'Lucida Grande', Helvetica, Arial, Verdana, Sans-Serif;
	color: #666;
	}

input, textarea {
	padding: 5px;
	border-bottom: solid 1px #666;
	background: transparent;
	font-family: 'Lucida Grande', Helvetica, Arial, Verdana, Sans-Serif;
	resize: none;
	}

p {
	margin-bottom: 15px;
	}

blockquote {
	margin-bottom: 15px;
	padding: 15px; padding-bottom: 0px;
	border: solid 1px #E0E0E0;
	background-color: #F0F0F0;
	font-family: Georgia, 'Times New Roman', Serif;
	color: #000;
	}

ol, ul {
	margin-bottom: 15px;
	padding-left: 20px;
	}

ol {
	padding-left: 30px;
	}

a {
	color: #883;
	text-decoration: none;
	outline: none;
	}

a:hover {
	color: #CC0;
	text-decoration: underline;
	}

:focus {
	outline: none;
	}

.clear {
	clear: both;
	}
.hide {
	display: none;
	}
	
.fLeft {
	float: left;
	margin-right: 15px;
	}
.fRight {
	float: right;
	margin-left: 15px;
	}
.border {
	border: solid 1px #444;
	}
/* @end */

/* @group Layout */

#bgtop {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;
	height: 500px;
	background: transparent url(../images/dabs20bgtop.jpg) repeat-x top center;
	}

#layout {
	position: relative;
	z-index: 100;
	width: 900px;
	margin: 0 auto;
	}

#header {
	float: left;
	}

#body {
	float: left;
	}

#footer {
	clear: both;
	}

.side {
	float: right;
	width: 280px;
	padding-left: 20px;
	text-align: left;
	color: #FFF;
	font-size: 11px;
	line-height: 150%;
	}

.main {
	float: left;
	width: 600px;
	text-align: justify;
	}

h1 {
	margin: 115px 0px 15px 0px;
	}

h1 a {
	display: block;
	height: 110px;
	background: transparent url(../images/dabs20title.jpg) no-repeat bottom right;
	text-indent: -99999px;
	}

#topImg {
	position: relative;
	width: 600px; height: 200px;
	background: transparent url(../images/dabs20topimgbg.jpg) repeat-x top center;
	text-align: center;
	cursor: pointer;
	}

#topImg img {
	position: absolute;
	top: 0; left: 0;
	width: 590px; height: 195px;
	margin: 0px 5px 5px 5px;
	}
#topImg .trigger {
	position: absolute;
	top: 0; left: 0;
	width: 600px; height: 200px;
	}
#topImg .loading {
	position: absolute;
	top: 0; left: 0;
	z-index: 200;
	width: 600px; height: 200px;
	background: transparent url(../images/loading.gif) no-repeat center center;
	}

#topQuote {
	width: 540px; min-height: 50px;
	margin-top: 20px; padding-top: 15px;
	padding-left: 60px;
	background: transparent url(../images/quoteopen.gif) no-repeat top left;
	color: #6C6C6C;
	font-size: 16px;
	}
#topQuote p {
	min-height: 50px;
	padding-right: 60px;
	background: transparent url(../images/quoteclose.gif) no-repeat 490px 0px;
	}
#topQuote span {
	display: block;
	margin-top: 10px;
	text-align: right;
	color: #555;
	font-size: 14px;
	}


#body .main {
	width: 550px;
	padding: 20px;
	border: solid 5px #222;
	background: #FFF url(../images/dabs20mainbg.png) repeat-x 50% 1px;
	line-height: 160%;
	}

/* @end */

/* @group Side */

.side a {
	color: #AA0;
	}

.side a:hover {
	color: #FF0;
	}

#header .side p {
	overflow: hidden;
	text-align: justify;
	}
#avatar {
	display: block;
	float: right;
	width: 100px; height: 100px;
	margin-left: 10px;
	border: solid 5px #222;
	background: transparent url(../images/avatar.jpg) no-repeat top right;
	}

#twitter_div {
	margin-top: -11px;
	padding-top: 11px;
	background: transparent url(../images/twitterarrow.gif) no-repeat 215px 0px;
	}
#twitter_div ul {
	list-style: none;
	margin: 0px;
	padding: 10px;
	background-color: #222;
	}
#twitter_div ul li {
	overflow: hidden;
	padding: 3px 0;
	border-bottom: dotted 1px #444;
	}
#twitter_div ul a {
	display: block;
	float: right;
	text-align: right;
	color: #888;
	}
#twitter_div ul span {
	display: block;
	float: left;
	}
#twitter_div ul span a {
	display: inline;
	float: none;
	text-align: left;
	}
#twitter_div .followMe {
	margin: 0; padding: 0 10px 10px 10px;
	background-color: #222;
	text-align: right;
	}

.commentsArrow {
	margin-left: -11px;
	padding-left: 11px;
	background: transparent url(../images/commentsarrow.gif) no-repeat 0px 23px;
	}
.commentsBlock {
	padding: 10px;
	background-color: #222;
	}
.side .commentsBlock h3 {
	margin-top: 0px;
	}
.commentsBlock ul {
	list-style: none;
	margin: 0; padding: 0px;
	}
.commentsBlock ul li {
	border-bottom: dotted 1px #444;
	}
.commentsBlock h4 {
	margin-top: 10px;
	margin-bottom: 2px;
	font-weight: normal;
	color: #666;
	font-size: 12px;
	}
.commentsBlock h4 a {
	font-weight: bold;
	}
.commentsBlock h4 .time {
	float: right;
	text-align: right;
	font-size: 10px;
	color: #888;
	}
.commentsBlock form {
	overflow: auto;
	border-top: solid 1px #FFF;
	}
.commentsBlock form h4 {
	font-weight: bold;
	font-size: 12px;
	}
.commentsBlock form input.textfield {
	width: 260px;
	margin-bottom: 5px;
	padding: 2px 0px; padding-top: 10px;
	border-bottom: solid 1px #555;
	background: transparent;
	color: #FFF;
	font-size: 12px;
	}
.commentsBlock form input.textfield.default {
	color: #666;
	}
.commentsBlock form input.textfield.captcha {
	width: 100px; height: 22px;
	margin-left: 10px;
	padding: 3px;
	border: solid 1px #555;
	line-height: 22px;
	}
.commentsBlock form textarea {
	width: 260px;
	margin-bottom: 5px; padding: 3px 0px;
	color: #FFF;
	font-size: 12px;
	}
.commentsBlock form input.textfield.hover,
.commentsBlock form input.textfield:hover,
.commentsBlock form input.textfield:focus,
.commentsBlock form textarea.hover,
.commentsBlock form textarea:hover,
.commentsBlock form textarea:focus {
	border-color: #FFF;
	background-color: #333;
	color: #FFF;
	}
.commentsBlock p.saveInfo {
/*	float: left; */
	margin-bottom: 0;
	}
.commentsBlock p.captcha {
	overflow: hidden;
	margin-bottom: 0px; padding-top: 10px;
	}
.commentsBlock p.captcha img {
	float: left;
	}
.commentsBlock form button {
	float: right;
	margin-left: 10px;
	padding: 5px 10px;
	border-style: solid;
	border-width: 1px;
	border-top-color: #333;
	border-left-color: #333;
	border-right-color: #000;
	border-bottom-color: #000;
	background-color: #111;
	text-transform: uppercase;
	color: #888;
	}
.commentsBlock form button:hover {
	border-top-color: #BB6;
	border-left-color: #BB6;
	border-right-color: #330;
	border-bottom-color: #330;
	background-color: #883;
	color: #FFF;
	}
.commentsBlock form button:active {
	border-top-color: #330;
	border-left-color: #330;
	border-right-color: #BB6;
	border-bottom-color: #BB6;
	background-color: #772;
	color: #000;
	}
	
.trackBack {
	padding: 10px;
	background-color: #222;	
	}
.trackBack ul li a {
	overflow: hidden;
	display: block;
	padding: 2px 5px;
	border-bottom: dotted 1px #666;
	}
.trackBack ul li a strong {
	display: block;
	float: left;
	font-weight: normal;
	}
.trackBack ul li a span {
	display: block;
	float: left;
	font-weight: normal;
	}
	

.side h3 {
	clear: both;
	margin-top: 40px;
	padding-bottom: 5px;
	border-bottom: solid 1px #FFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

.side .archives {
	overflow: hidden;
	list-style: none;
	width: 280px;
	margin: 0; padding: 0;
	}
.side .archives li {
	display: block;
	float: left;
	}
.side .archives li a {
	display: block;
	float: left;
	width: 130px;
	padding: 2px 5px;
	border-bottom: dotted 1px #666;
	}
.side .archives li a strong {
	display: block;
	float: left;
	font-weight: normal;
	}
.side .archives li a span {
	display: block;
	float: right;
	color: #777;
	}
.side .archives li a:hover {
	border-bottom: solid 1px #AAA;
	background-color: #222;
	text-decoration: none;
	color: #FF0;
	}
.side .archives li a:hover span {
	color: #CCC;
	}
	



#alistapartSurvey {
	margin-top: 100px;
	}
#alistapartSurvey a {
	display: block;
	}
#alistapartSurvey a img {
	display: block;
	margin: auto;
	border: solid 5px #222;
	}
#alistapartSurvey a:hover img {
	border-color: #FFF;
	}
/* @end */



/* @group Main */
h2.pageHeading {
	float: left;
	margin-top: -20px; margin-bottom: 30px;
	padding: 5px 10px 10px 10px;
	background-color: #222;
	color: #999;
	}
/* @end */





/* @group Date & Title */
.entry {
	clear: both;
	margin-bottom: 80px;
	}
.entry h2 {
	clear: both;
	float: right;
	width: 55px;
	padding-left: 5px;
	border-left: solid 1px #BBB;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #666;
	text-align: center;
	text-transform: uppercase;
	}
.entry h2 span.date {
	width: 55px;
	font: bold 32px/32px Arial;
	color: #444;
	text-align: center;
	}
.entry h2 span.year {
	display: block;
	width: 55px;
	font: normal 14px/8px Georgia, 'Times New Roman', Serif;
	color: #999;
	}

.entry h3 {
	width: 490px;
	margin-bottom: 5px;
	border-bottom: dotted 1px #BBB;
	font: bold 22px Georgia, 'Times New Roman', Serif;
	color: #D90000;
	text-align: left;
	}
.entry h3 a {
	display: block;
	padding-bottom: 10px;
	border: 0;
	color: #000;
	}
.entry h3 a:hover {
	background-color: #AA0;
	color: #FFFFFF;
	text-decoration: none;
	}
.entry h4 {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 12px;
	color: #888;
	}


/* @end */

/* @group Footer */

#copyright {
	clear: both;
	margin-top: 20px;
	padding-top: 5px;
/*	border-top: solid 1px #888; */
	text-align: left;
	color: #888;
	font-size: 11px;
	}

/* @end */