/*
Author Name : Mike Mathews
Author Site : http://www.dancewestcompany.com
Style Name : DWBlack
Style URI : http://www.dancewestcompany.com
Version : r1
Comments : Based on 2 column K2 theme
*/



/*This sets the medium gray background for the central pages.*/
#page {
background: #666666 !important;
border: 0px !important;
padding: 0px !important;
_padding: 0px !important;
}

/*This hides the site admin menu tab.*/
.menu .admintab {display:none;}

/*This hides the blog name and the description from showing in the header, but it keeps the blog name in the browser banner. Not sure what happens with the description besides just not appearing.*/
h1{
display: none;
}
#header .description {
display: none;
}


/*This sets the dark gray background for the area surounding the central page area.*/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #white;
	background: #111111;
	text-align: center;
	}
/*Not sure precisely, but some text turns white*/
.secondary {
	width: 200px;
	float: left;
	font-size: 1em;
	line-height: 1.5em;
	color: #ffffff;
	position: relative;
	padding: 0 10px;
	overflow: hidden;
	}

/*This makes headers text white*/
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #800000;
	}

/*This makes body text white*/
.entry-content {
	color: #fffff;
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: justify;

	}

.archivepages {
	color: #ffffff;
	display: block;
	font-size: .45em;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: lowercase;
	margin-top: 2px;
	}



#primary .metalink a, #primary .metalink a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: #ffffff;
	font-weight: normal;
	}
	
.single #primary .k2-asides .entry-content {
	font-size: 1.5em;
	color: #ffffff;
	}	

.feedlink { /* On the sidebar */
	border: none;
	padding: 2px;
	padding-right: 20px;
	background: url('images/feed.png') right center no-repeat;
	height: 16px;
	position: absolute;
	top: 0;
	right: 0;
	color: #ffffff;
	}

#brians-latest-comments ul li > a[title="Go to the comments of this entry"],
.sb-comments-blc ul li > a[title="Go to the comments of this entry"] {
	position: absolute;
	right:0;
	color: #ffffff;
}

#brians-latest-comments ul li span a, #brians-latest-comments ul li small a,
.sb-comments-blc ul li span a, .sb-comments-blc ul li small a {
	color: #ffffff;
	font-weight: normal;
	word-spacing: -1px;
	}

/*- Links */

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline;
	}

h2 a:hover, h2 span a:hover {
	color: #00ffff !important;
	}

a {
	color: #00ffff;
	text-decoration: none;
	}

.entry-content a:visited {
	color: #00ffff;
	}

/*Sets color for the comment dates*/
.entry-date abbr {
border:0 none;
color:#bbbbbb;
}

/*Sets color for the commenter information*/
.entry-meta a, .comment-meta a {
	color: #bbbbbb;
	}


<?php the_excerpt(__(’Continue Reading This Entry’));?>/*This is supposed to set the excerptstyle on blog entries, but it doesn't seem to work. I am obviously missing something*/





