/*
	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	: Shawn Rider
	Author Site	: http://www.alt-games.com
	Scheme Name	: AltGames
	Comments	: Alternative gaming webzine.
*/
#ratings img {
	/* style for ratings stars */
	border: none;
	vertical-align: middle;
}
body {
	color: #669900;
	font-size: 1.1ems;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	background-color: #336600;
	border-right-style: none;
	border-left-style: none;
	background-image: none;
}
#page {
	color: #333300;
	background-color: #D8E3D2;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: medium solid #ffcc00;
	background-image: url(altGames/shine.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 120%;
		/* The entire design is contained within the 'page' id */
	}

#header {
/* Contains the H1 and menu */
background-color: #336600;
}

#header h1 a {
	color: #FFCC00;

}
#header h1 a:hover {
	color: #FFFFFF;

}	
#header .current_page_item a:visited {
background-color: #D8E3D2;
}
#header .page_item a {
color: #FFFFFF;
}
#header .page_item a:hover {
background-color: #FFCC00;

}
.description  {
	/* Contains the H1 and menu */
	
	}

#staffListing {

}
#staffListing img {
	border: none;
	vertical-align: middle;
}	

li.current_page_item {
	background-color: #D8E3D2;
}
#footer {
	background-color: #D8E3D2;
	border-top: medium #FFCC00 solid;
	border-botom: medium #FFCC00 solid;
	background-image: url(altGames/shine.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.primary {
	/* Contains the main column */


	}

.item {
	/* Each entry is contained within the 'item' class */
		color: #333300;


	}

.itemtext, .itemtext p {
	/* The meat and potatoes of every entry */
color: #333333;	

}
.itemtext a:link, .itemtext a:visited {
color: #336600;
}
.itemtext a:hover, .itemtext a:active {
color: #333333;
}

.secondary {
	/* Contains the sidebar */
	color: #333333;
	
	}
.secondary a:link, .secondary a:visited {
color: #336600;
}
.secondary a:hover, .secondary a:active {
color: #333333;
}
.activityentry{
font-size: 0.9em;
}
a:link, a:visited {
color: #336600;
}
a:active, a:hover {
color: #333333;
}
blockquote {
border-left: solid medium #ffcc00;
}
h2 {
	color: #333333;
	font-weight: bold;
padding: 4px 4px 4px 4px;
}
.chronodata, .tagdata {
color: #666666;
}
.commentlist li {
border: thin solid #FFCC00;
color: #333333;
}
.commentlist #leavecomment {
color: #444444;
}
#comment {
background-color: #cccccc;
border: thin solid #FFCC00;
}
#comment:focus {
background-color: #FFFFFF;
border: thin solid #FFCC00;
}
#submit {
background-color: #336600;
color: #FFFFFF;
border: thin solid #FFCC00;
}
#submit:hover {
background-color: #FFCC00;
color: #336600;
border: thin solid #FFFFFF;
}

.aside {
	padding-left: 5px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #ffcc00;
}

/*- Search Form and Livesearch */

.sb-search {
	margin-top: 20px;
	}

.sb-search h2 {
	display: none;
	}

input[type=text], textarea {
	color: #444;
	padding: 2px 0 2px 2px;
	margin: 0;
	}

input#livesearch {
	width: 97.1%;
background-color: #cccccc;
border: thin solid #FFCC00;
	}
input#livesearch:focus{
	width: 97.1%;
background-color: #FFFFFF;
border: thin solid #FFCC00;
	}

input#s {
	width: 75%;

	}

.livesearchform input[type=submit] {
	margin: 0;

	}

#LSResult {
	margin: 0;
	width: 100.1%;
	z-index: 100;
	position: absolute;
	background: #eee url('images/livesearchbg.jpg') center repeat-y;
	border-bottom: 1px solid #eee; 
	}

#searchcontrols {
	text-align: center;
	padding: 1px;
	background: #ddd url('images/livesearchbgdark.jpg') center repeat-y;
	}

#searchcontrols small {
	margin: 0;
	padding: 0;
	}

.LSRow:hover, #LSHighlight, #LSHighlight:hover {
	background: #ffffcc url('images/livesearchbghilight.jpg') center repeat-y;	}

#LSResult:hover #LSHighlight {
	background: none;
	border: none;
	padding: 5px 2px;
	}

#LSHighlight small, #LSHighlight small span a {
	color: #999;
	}

.LSRow {
	padding: 5px 10px;
	}

.LSRow span a, .LSRow span a:visited {
	word-spacing: -1px;
	line-height: 1.3em;
	font-weight: normal;
	color: #bbb;
	}