html
{
	height: 100%;
}
body
{
	background-image: url("../images/background.png");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 100%;
	text-align: center;
}

img
{
	border: 0px;
}

h1
{
	color: #87b5c4;
	font-size: 1.4em;
}

a:link, A:visited {color: #87b5c4; text-decoration: none;}
a:hover {color: #a1c3ce;}
a:active {color: #a1c3ce;}

#center
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

#header
{
	position: relative;
	height: 233px;
	width: 750px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;	
}

#body
{
	position: relative;
	background-image: url("../images/body.png");
	background-repeat: repeat-y;
	height: auto;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#content
{
	position: relative;
	left: 11px;
	top: 20px;
	width: 478px;
	height: auto;
	margin: 10px;
	float: left;
	text-align: left;
	padding-bottom: 20px;
}

#sidebar
{
	position: relative;
	top: 30px;
	width: 230px;
	height: auto;
	float: right;
	margin-right: 10px;
	text-align: left;
}

#footer
{
	position: relative;
	background-image: url("../images/footer.png");
	width: 750px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
}

#rss
{
	position: relative;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


#menu
{
	position: relative;
	width: 750px;
	top: 62px;
	z-index: 2;
	text-align: right;
	margin-right: 40px;
	margin-left: auto;
	margin-right: auto;
}

#menu ul
{
	list-style-type: none;
}

#menu li
{
	display: inline;
}

#adminmenu ul
{
	list-style-type: none;
}

#adminmenu li
{
	display: inline;
}


.categoryListTableStyle
{

}

.searchContainerStyle
{
	postion: relative;
	width: 180px;;
	margin-left: auto;
	margin-right: auto;
}

.searchContainerStyle input
{
	postion: relative;
	width: 180px;
}

.itemContents
{
	margin-top: 10px;
}

.categoryLinks
{
	
}

.archiveLinksTableStyle
{

}

#adsensesidebar
{
	postion: relative;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 160px;
	height: 600px;
}

#digg
{
	float: left;
	margin: 10px;
	margin-top: 2px;
	margin-left: 0px;
}

.sidebaritem
{
	postion: relative;
	width: 180px;;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;	
}

.navigation
{
	
}

/* Comments. */

.commentBoxStyle blockquote[cite]:after {
	content: "Quote from: " attr(cite);
	display: block;
	border-top: 1px solid #999;
	color: #999;
	margin: 1em 0 0;
	padding: .5em 0 0;
	font-size: .8em;
	font-weight: bold;
	}
.commentBoxStyle blockquote {
    font-style: italic;
	background: #eee;
	margin: 5px;
	padding: .5em;
	margin-top: 0px;
	border: 1px dotted #999;
	}


.commentBoxStyle {
	clear: both;
	background: #FCFBF8 url(../images/comment.gif) repeat-x scroll left top;
	padding: 0.5em;
	border-top: 1px solid #979797;
	border-bottom: 1px solid #979797;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.commentBoxAuthorStyle {
	background: #E4F7FE url(../images/author-comment.gif) repeat-x scroll left top;
	border-top: 1px solid #87b5c4;
	border-bottom: 1px solid #87b5c4;
	}

.commentGravatar {
	background: #FFF;
	border: 1px solid #979797;
	}

.commentDateStyle {
	margin-bottom: 0.5em;
	margin-bottom: 0.3em;
	font-weight: bold;
	font-size: 0.9em;
	}

.commentDateStyle,
.commentLinkStyle {
	background: transparent url(../images/comment-icon.gif) no-repeat scroll left center;
	padding-left: 17px;
	}

/* TODO: remove this on new DasBlog Rev */
.commentBodyStyle,
.commentBodyAuthorStyle {
	float: right;
	width: 87%;
	margin-top: 0.5em;
	font-size: 1.1em;
	text-align: justify;
	margin-right: 0px;
	}

.commentSpamStateStyle {
	padding-top: 1em;
	padding-bottom: 0;
	font-size: 0.9em;
	font-weight: bold;
	}

.commentBoxFooterStyle {
	margin-top: 1.2em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	}

.commentGravatar{
	float:left;

}

.commentPermalinkStyle {
	padding-top: 0.5em;
	font-size: 1.1em;
	font-weight: bold;
	clear: both;
	display: block;
	}

.commentViewBoxStyle
{
	margin-top: 50px;
	width: auto;
}

.itemFooter
{
	margin-bottom: 50px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 5px;
}

.permalink {
	background: transparent url(/images/permalink.gif) no-repeat scroll left center;
	padding-left: 17px;
	}