/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Morgan Wong
	Author Site	: http://art.wongwingfat.com
	Style Name	: art-dot-wwf EMPTY
	Style URI	:
	Version		: 2.12
	Comments	:
*/

#page {
	margin-top:0px;
	background:#FFFFFF;
	/*background-image:url(bg.png);*/
	border:none;
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	background: black url('headerbg.jpg') top no-repeat;
	height: 300px;
	top:-20px;
	}
body{
	/*background:#FFFFFF;*/
	background-image:url(bg.png);
	color: #bbb;
	margin: 0;
	}
h1{
	position: absolute;
	left: 50px;
	padding: 0;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
	color: black !important;
	}

h2 span a, 
h2 span a:visited,
h3 span a,
h3 span a:visited {
	color: #333 !important;
	}

.primary .entry-meta a, .primary .entry-meta 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: #333;
	}
	
.counter a {
	color: #333;
	}
	
.commentlist li {
	color: #333;
	}
#primary {
	/* Contains the main column */
	color:#333;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	color:#333;
	}

.entry-content {
	/* The meat and potatoes of every entry */
	color:#333;
	}

#sidebar-1 {
	/* The first sidebar */
	color:#333;
	}

#sidebar-2 {
	/* The second sidebar */
	color:#333;
	}

.secondary {
	/* Contains both sidebars */
	color:#333;
	}
body.smartposition #rollingarchives {
	/*background-color: #FFDE01;*/
	background-image:url(bg.png);
	}
/* Gray Color */
#footer, small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, ul#activity li small a, ul#activity li, .LSRow small, #searchcontrols small  {
	color: #333;
	}

a, a:visited, .sidebar a:visited {
	color: #333;
	text-decoration:underline;
	}
	
.post p a:visited {
	color: #333;
	}
/* Gray Color */
/* ---------- */
ul.menu li a {
	text-decoration: none;
	/*color: red;*/
	}

ul.menu li a:hover {
	background: #333;
	text-decoration: none;
	/*color: #green;*/
	}
	
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: #333;
	background: white;
	text-decoration: none;
	}
/* ---------- */

#leavecomment, .comments #loading, #comments-closed-msg {
	color: black;
	}
	
#wp-calendar td {
	color: #555;
	}
#wp-calendar #today {
	background: #DDD;
	}
	
.entry-meta { /* Time and category for blog entries */
	color: black;
	}
#rollpages {
	color: #333;
	}
#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: red;
	}
.archivepages {
	color: red;
	}
#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: red;
	}
.single #primary .k2-asides .entry-content {
	color: red;
	}
.commentsrsslink a, .trackbacklink a {
	color: #333;
	text-decoration:underline;
	}
#commentlist li .counter {
	color: green;
	}
li.byuser {
	background: blue;
	}

li.bypostauthor {
	/*background-color: #FFDE01;*/
	background-image:url(bg.png);
	}
	
.navigation a {
	color: #333;
	text-decoration:underline;
	}

/* ---- footer ----- */
/* ----------------- */
#footer {
	color: black;
	}
	
#footer a {
	color: #333;
	text-decoration:none;
	}

#footer a:hover {
	color: #333;
	text-decoration:none;
	}

/* ----------------- */

small, strike {
	color: red;
	}

.comment-login, .comment-welcomeback {
	margin-top: 15px;
	color: black;
}

.feedlink { /* On the sidebar */
	color: red;
	}
	
.entry-date abbr {
	color: black;
	}
.entry-meta a, .comment-meta a {
	color: #333;
	text-decoration:underline;
	}
	
.comments input[type=text], .comments textarea {
	color: black;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	}
	
h4, h4 a, h4 a:visited {
	color: red;
	}
	
li.bypostauthor blockquote {
	color: red;             
	}