/*
	CSS files kept in the 'schemes' directory can be used to
	costumize 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 schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

#page {
	/* The entire design is contained within the 'page' id */

	}
body {
	background: #130904;
	padding: 0 0 40px;
	color: #bbb;
	margin: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;

	}
strong, em, b, i {
    font-family: Verdana, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	}

h4 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2.0em;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: Arial, Verdana, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, sans-serif;
	}
	
#header{
    background: #000000 url('tsblog251106.jpg');
    }

	h1 {
	position: absolute;
	top: 25px;
	left: 50px;
	padding: 0;
	}

.description {
	position: absolute;
	top: 55px;
	left: 50px;
	margin: 0 !important;
	}

#page {
        background: #FDFFCC;
       	padding: 0;
	width: 796px;
	_width: 756px;
	border: none;
	}

.primary {
	padding-left: 25px;
	}

ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background: #FDFFCC;
	}
	

ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: #000000 !important;
	text-decoration: none;
	}
	
ul.menu li a:hover {
	background: #111;
	}
	
h2, h2 a, h2 a:hover, h2 a:visited {
	color: #444444 !important;
	}

h3, h3 a, h3 a:hover, h3 a:visited {
	color: #000000 !important;
	}

h4, h4 a, h4 a:hover, h4 a:visited {
	color: #000000 !important;
	}

h2 span a, 
h2 span a:visited,
h3 span a,
h3 span a:visited {
	color: #555 !important;
	font-weight: normal !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: #444;
	font-weight: normal;
	}
	
.counter a {
	color: #222;
	}
	
.commentlist li {
	color: #666;
	}

.commentlist li:hover {
	background: none;
	}
/* comment color */
.comment-content {
	color: #000;
	}
/* comment author */
.commentauthor {
	color: #222;
	}

blockquote, #weightedcategories, .authorcomment {
	background: #ffffcc;
	border-color: #222;
	}
	
.primary img {
	border-color: #222;
	background: #111;
	}

.inputcontainer {
	margin-bottom: 6px;
	}

/* Gray Color */
small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, ul#activity li small a, ul#activity li, .LSRow small, #searchcontrols small  {
	color: #777;
	}

/* Gray Color */
small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, ul#activity li small a, ul#activity li, .LSRow small, #searchcontrols small  {
	color: #555;
	}
/* color of comments by user */
li.byuser {
	background: #F4F5B0;
	}
