/* CSS Document */

body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position: center;
}

/*-------------- Div Styles --------------*/

#home {
	width: 900px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 64px;
	padding-bottom: 64px;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 16px;
}

#header {
	width: 900px;
	height: 120px;
}

#sidebar-wrap {
	float: right;
	width: 255px;
	margin-left: 20px;
	background-repeat: no-repeat;
}

#sidebar-top {
	background-image: url(images/sidebar-top.png);
	background-repeat: no-repeat;
	height: 20px;
}

#sidebar {
	background-color: #EFEFEF;
	min-height: 300 px;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-right: 12px;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#sidebar-bottom {
	background-image: url(images/sidebar-bottom.png);
	background-repeat: no-repeat;
	height: 20px;
}

#content-wrap {
	float: left;
	width: 625px;
}

#content-top {
	background-image: url(images/content-top.png);
	background-repeat: no-repeat;
	height: 20px;
}

#content {
	background-color: #EFEFEF;
	min-height: 400px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content-bottom {
	background-image: url(images/content-bottom.png);
	background-repeat: no-repeat;
	height: 20px;
}

#content-wide-wrap {
	width: 900px;
}

#content-wide-top {
	background-image: url(images/content-wide-top.png);
	background-repeat: no-repeat;
	height: 20px;
}

#content-wide {
	background-color: #EFEFEF;
	min-height: 400px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content-wide-bottom {
	background-image: url(images/content-wide-bottom.png);
	background-repeat: no-repeat;
	height: 20px;
}

#footer {
	clear: both;
	width: 900px;
	text-align: center;
	padding-top: 24px;
}

#searchform {
	padding-bottom: 12px;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	margin-right: 16px;
	margin-left: 16px;
	margin-bottom: 16px;
}

/*-------------- Text Styles --------------*/

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin-top: 16px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-bottom: 16px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #21AECC;
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 12px;
	margin-left: 24px;
	font-size: 20px;
	line-height: 34px;
	font-weight: normal;
	background-image: url(images/h1.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

#sidebar h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #21AECC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	text-align: center;
	background-image: none;
	padding: 0px;
}

#comments {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 12px;
	margin-left: 24px;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	margin-top: 8px;
	margin-right: 24px;
	margin-bottom: 12px;
	margin-left: 24px;
	font-weight: bold;
	background-image: url(images/h2.png);
	padding-left: 40px;
	background-repeat: no-repeat;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	margin-top: 8px;
	margin-right: 24px;
	margin-bottom: 16px;
	margin-left: 24px;
	font-weight: normal;
	background-image: url(images/h3.png);
	background-repeat: no-repeat;
	padding-left: 25px;
}

cite {
	font-weight: bold;
	font-size: 15px;
	font-style: normal;
}

.alt {
	margin-top: 24px;
	margin-bottom: 24px;
	background-color: #E5E5E5;
	padding: 16px;
	margin-right: 32px;
	margin-left: 32px;
}

.hidden {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
}

.slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #999999;
	margin-top: 32px;
	margin-right: 24px;
	margin-bottom: 32px;
	margin-left: 24px;
}

.postmetadata {
	color: #333333;
	background-color: #E5E5E5;
	padding: 4px;
	margin-bottom: 24px;
	font-size: 11px;
	margin-top: 12px;
}

/*-------------- List Styles --------------*/

#sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}

.commentlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-right: 8px;
	margin-left: 8px;
}

#content ul, #content-wide ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
	font-size: 13px;
	line-height: 18px;
	background-color: #E5E5E5;
	padding: 12px;
	margin-right: 24px;
	margin-left: 32px;
	list-style-position: inside;
}

/*-------------- Link Styles --------------*/

#content a:link, #content a:visited {
	color: #21AECC;
	text-decoration: none;
}

#content a:hover {
	color: #333333;
	text-decoration: none;
}

#sidebar a:link, #sidebar a:visited {
	font-size: 14px;
	color: #21AECC;
	text-decoration: none;
	padding-left: 12px;
	line-height: 20px;
}

#sidebar a:hover {
	color: #21AECC;
	text-decoration: underline;
}