/* @group General Styles */

html{
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: auto;
}

body, html, #container{
	padding: 0px;
	min-height: 100%;
	height: 100%;
}

html>body, html>body #container {
	height: auto;
}

body{
	position: relative;
	margin: 0px 0px 0 38px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: white;
	background-color: #000000;
	min-width: 955px;
}

img {
background-color: white;
border: 2px solid #aaa;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
}
	
/* @end */

/* @group Layout */

#container{
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	z-index: 1;
}

#content{
	clear: both;
	margin-bottom: 50px;
	margin-top: 50px;
}



#navigation {
		float: left;
}
#navigation ul {
	padding: 0;
	margin-top: 28px;
	text-align: right;
}

#navigation li{
	list-style-type: none;
	display: inline;
	padding: 5px;
}

#navigation a{
	color: white;
}

#navigation li.alt a{
	color: #FF6900;
}

#header h1{
	float: left;
	top: 0;
	right: 0;
	height: 38px;
	width: 225px;
	margin: 0;
	margin-top: 10px;
	margin-left: -25px;
	text-indent: -100em;
	overflow: hidden;
	background-image: url(blitzweekend.png);
}

.clearer {
	clear: both;
}

#pageHeader {
	height: 54px;
	margin-bottom: 30px;
	padding-top: 0px;
}

#pageHeader h1 {
	margin: 0;
	padding: 0;
}

#pageHeader h1 img {
	margin: 0;
	margin-left: -10px;
	padding: 0;
	border-style: none;
}

#pageHeader h1 a{
	background-color: transparent;
	color: silver;
}

#contentContainer {
	float:left;
	margin-bottom: 10px;
}

#contentContainer #content {
}

html > body #sidebarContainer {
}

#sidebarContainer {
	width: 240px;
	float: right;
	margin-bottom: 10px;
	font-size: 0.9em;
	margin-top: 50px;
}

#sidebarContainer #sidebar {
	padding:5px 2px;
}

#sidebarContainer .sideHeader {
	color: #000000;
	font-weight: bold;
}

#footer { 

}

#footer p {
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	border-top: 1px solid #eaeaea;
	margin-top: 25px;
	padding-top: 10px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */

#banner{
	width: 100%;
	margin-top:40px;
	margin-bottom:20px;
	color: #666;
	font-size: 0.9em;
	padding:5px;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 15px;
	padding-right: 15px;
	background: repeat-x left top url(images/banner_bg.gif);
}

#navcontainer {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
	display:inline;
	padding:0 7px 0 0;
}

#navcontainer a {
	background: no-repeat left center url(images/button_down.png);
	height: 20px;
	padding-left: 16px;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #000000;
}

#navcontainer a:active {
}
/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	margin: 0;
	font-size: 1em;
	color: #b8b8b8;
	padding-left: 30px;
}

h1 {
}

h2 {
	color: #666;
	font-size: 1.5em;
}

h3 {
}

h4 {
}

.imageStyle {

}
/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 5px;
	padding: 0 5px;
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
	font-size: 1em;
}
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
	margin-bottom: 10px;
}

.blog-archive-headings-wrapper {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
	font-size: 1.6em;
	margin-bottom: 5px;
}

.blog-archive-link {
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

.post {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.post-title {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.post-title h2{
	margin-bottom: 0;
	line-height: 1.5em;
	font-size: 2.3em;
}

.post-title h2 a {
	color: white;
}

.post-meta {
	color: #b3b3b3;
	padding-left: 15px;
	background: no-repeat 0px 3px  url(images/date.png);
}

.post-meta a{
	color: black;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.entry {
	line-height: 1.5em;
}

.blog-entry-comments {
	margin-top: 10px;
}

/*styles the category link in the main entry */
.blog-entry-category {
	padding-left: 16px;
	background: no-repeat left center url(images/filed.png);
	margin-left: 8px;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	color: #b3b3b3;
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
	padding-left: 16px;
	background: no-repeat left center url(images/filed.png);
	margin-left: 8px;
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
	color: #b3b3b3;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}

.blog-rss-link {
	background: url(images/rss_icon.gif) no-repeat left center;
	padding-left: 16px;
}

.blog-comments-rss-link {
	background: url(images/rss_icon.gif) no-repeat left center;
	padding-left: 16px;
}

/* Comment links */
a[href^="javascript:HaloScan"] {
	background: no-repeat left center url(images/comments.png);
	padding-left: 16px;
	margin-right: 5px;
}

/* Trackback links */
a[href^="javascript:HaloScanTB"] {
	background: url(images/trackback.png) no-repeat left center;
	padding-left: 16px;
}

/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

textarea{
	height: 200px;
	width: 250px;
}

.form-input-field {
	background: #f4f4f4;
} 

.form-input-button { 
} 
/* @end */


a:link, a:visited {
	text-decoration: none;
	color: #ff6600;
}

a:hover, a:active {
	text-decoration: underline;
}

a img {
	border: none;
}
#container {
	width: 700px;
}
#sidebarContainer {
	width:180px;
}

#contentContainer {
	width:500px;
}

#sidebar li {
	list-style-type: none;
}
