*
{
	margin: 0;
	padding: 0;
}

A
{
}

A:link
{
	text-decoration: none;
	color: #0066CC;
}

A:visited
{
	text-decoration: none;
}

body
{
	font-family: arial, helvetica, sans-serif;
	color: #888888;
	overflow: scroll;
	font-size: 12px;
}

pre
{
}

/*
	PageLayout
	
	This controls the two column page layout of this theme
*/

#document-wrapper
{
	margin: 10px auto 0 auto;
	width: 976px;
}

#header
{
	background-image: url(images/WebsiteTop.png);
	height: 154px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#content
{
	clear: both;
	background: #FFF url(images/WebsiteContent.png) right repeat-y;
	min-height: 400px;
}

#footer
{
	background: url(images/WebsiteFooter.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #ffffff;
	display: block;
	height: 119px;
	font-size: 11px;
	line-height: 145%;
	width: 100%;
}

#footer .legal
{
	float: right;
	margin-right: 47px;
	margin-top: 55px;
}

#left
{
	padding-left: 50px;
	width: 650px;
	float: left;
}

#left .column
{
}

#right
{
	width: 180px;
	padding-right: 40px;
	float: right;
}

#right .column
{
}

.clear
{
	clear: both;
}

/* 
	Calendar Styles
	
	These are all the specific styles that you can
	use to customize the look and feel of the Calendar
	except for the Color
*/

.hCalendarDay
{
}

.hCalendarDay A
{
}

.hCalendarDay A:visited
{
}

.hCalendarDay A:hover
{
}

.hCalendarDayCurrent
{
}

.hCalendarDayNameRow
{
	font-size: 0.8em;
	font-weight: bold;
	line-height: 100%;
	padding: 0;
}

.hCalendarMonthYearRow
{
	color: #696969;
	font-weight: bold;
	width: 100%;
}

.hCalendarMonthYearRow td
{
}

.hCalendarNextPrevStyle
{
}

.hCalendarOtherMonthStyle
{
}

.hCalendarOtherMonthWeekendStyle
{
}

.hCalendarStyle
{
	color: #696969;
	font-size: 1.2em;
}

.hCalendarStyle td
{
	padding: 2px;
}

.hCalendarWeekendStyle
{
}


/* 
	DasBlog
	
	These are all the DasBlog specific styles that you can
	use to customize the look and feel fo the content
*/

.adminNavbarStyle
{
}

.adminNavbarStyle ul
{
	list-style: none;
}

.adminNavbarStyle li
{
	float: left;
	padding: 5px;
}

.blogRollCellStyle
{
}

.blogRollContainerStyle
{
}

.blogRollDescriptionStyle
{
}

.blogRollLinkStyle
{
}

.blogRollNestedOutlineBodyTableStyle
{
}

.blogRollNestedOutlineTitleCellStyle
{
}

.blogRollTableStyle
{
}

.blogRollXmlLinkStyle
{
}

.bodyContentStyle
{
}

.categoryListCellStyle
{
}

.categoryListContainerStyle
{
}

.categoryListExpanded
{
}

.categoryListlinkstyle
{
}

.categoryListNestedOutlineBadgeCellStyle
{
}

.categoryListNestedOutlineBadgeStyle
{
}

.categoryListNestedOutlineBodyTableStyle
{
}

.categoryListNestedOutlineContainer
{
}

.categoryListNestedOutlineTitleCellStyle
{
}

.categoryListNestedOutlineTitleStyle
{
}

.categoryListTableStyle
{
}

.categoryListXmlLinkStyle
{
}

.commentBoxFooterStyle
{
}

.commentBoxStyle
{
}

.commentDateStyle
{
}

.date
{
	color: #333333;
}

.description
{
	color: #a0a0a0;
}

/*
	ItemStyle
*/
.itemBodyStyle
{
}

.itemBoxStyle
{
}

.itemCategoryLinksStyle
{
}

.itemFooterStyle
{
}

.itemReadMoreStyle
{
}

.itemTitleStyle
{
}

.navigatorLinksCellStyle
{
}

.navigatorLinksContainerStyle
{
}

.navigatorLinksLinkStyle
{
}

.navigatorLinksTableStyle
{
}

.newsItems
{
}

.pageTopic
{
}

.side
{
	margin-bottom: 5px;
}

.sidetitle
{
	background-color: #5c72ae;
	padding: 5px;
	color: #ffffff;
	margin-bottom: 5px;
}

.signInPasswordTextBoxStyle
{
}

.signInTableStyle
{
}

.signInUsernameTextBoxStyle
{
}

.siteName, .siteName a, .siteName a:visited, .siteName a:hover
{
}

.titleListCellStyle
{
}

.titleListStyle
{
}

.trackbackLinkStyle
{
}


.commentViewBoxStyle input
{
	border: 1px solid #CCCCCC;
}

/* Paging */
.post-paging
{
}
.previous-posts
{
}
.next-posts
{
}
.clear
{
	clear: both;
}

/* Tag Cloud */
.smallestTag
{
	line-height: 110%;
	font-size: x-small;
	font-weight: normal;
}
.smallerTag
{
	line-height: 110%;
	font-size: x-small;
	font-weight: bold;
}
.smallTag
{
	line-height: 110%;
	font-size: small;
	font-weight: normal;
}
.mediumTag
{
	line-height: 110%;
	font-size: medium;
	font-weight: normal;
}
.largeTag
{
	line-height: 110%;
	font-size: large;
	font-weight: normal;
}
.largerTag
{
	line-height: 110%;
	font-size: x-large;
	font-weight: normal;
}
.largestTag
{
	line-height: 110%;
	font-size: x-large;
	font-weight: bold;
}

/* OpenID Support added in 2.2 */
.openidtextbox
{
	background: #FFFFFF url('../../images/openid-icon-small.gif') no-repeat scroll 0pt 50%;
	padding-left: 18px;
}
.openidtextboxwrap
{
	padding-right: 18px;
}

#headerTitles
{
	float: right;
	margin-right: 40px;
	margin-top: 85px;
	color: #ffffff;
}

p
{
	margin-bottom: 10px;
}

ul
{
	list-style: none;
}