/*
	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	: Lloyd Hannesson
	Author Site	: WiiSpot.com
	Style Name	: WiiSpot
	Style URI	: http://wiispot.com
	Version		: .01
	Comments	: none
*/


body {
	/* background: #333 url("/img/pageback.png") top repeat-y; */
	background: #333 url("/img/body_bg.gif");
	}

#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 10px 0;
	position: relative;
	width: 900px;
	border: 1px solid #ddd;
	border-top: none;
	}

* html #page { width: 890px } /* IE hack */

#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 150px;
	width: 900px;
	background: #3371A3;
}

#primary {
	width: 520px;
	/*_width: 520px;*/ /* IE Hack */
	float: left;
	padding: 20px 0 10px 0;
	margin: 0 10px 0 30px;
	/*_margin: 0 20px 0 15px;*/ /* IE Hack */
	display: inline;
}

.secondary {
	font: 1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 0 0 10px 0;
	margin: 0 0 20px 580px;
	width: 300px;
	color: #666;
	position: relative;
	right: 0px;
	/* The following are IE Fixes */
	/*_padding: 30px 0 10px;
	_margin-left: 0%;
	_margin-right: -20px;
	_width: 290px;*/ /* IE hack */
	}

.gad300x250 {
	margin: 0 0 20px 0;
}

#header {
	background: url("/img/header3.jpg") no-repeat;
	}

#header p.network {
	padding: 2px 0 0 5px;
	color: #ccc;
}

#header p.network a {
	color: #f36922;
}

h1, h1 a, h1 a:hover, h1 a:visited,
#header .description {
	text-decoration: none;
	color: white;
	text-indent: -100em;
	}

h1:hover {
	text-decoration: underline;
}

#header .description { /* Blog description, under blog title */
	font-size: 1em;
	margin: 0 0 0 40px;
	text-indent: -100em;
	display: none;
}

ul.menu li a {
	background: url("/img/menuback.png") repeat-x;
	color: #fff;
	}

.wp-notable {
        border: 1px solid white;
        padding-left:7px;
        padding-right: 3px;
        padding-bottom: 1px;
        padding-top: 20px;
}

.wp-notable img {
        border: none;
}

.wp-notable:hover {
        border: 1px solid #333;
}

/* Admin Bar */

  #wp-admin-bar {
  margin: 0;
  padding: 5px;
  background: #333;
  border-bottom: 1px solid #eee;
  color: #eee;
  clear: both;
  text-align: left;
  }

  #wp-admin-bar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  }

  #wp-admin-bar ul li {
  list-style-type: none;
  display: inline;
  margin: 0 10px;
  padding: 0;
  font-size: 11px;
  color: #eee;
  }

  #wp-admin-bar ul li.login { margin-right: 30px; }
  #wp-admin-bar strong { font-weight: bold; }
  #wp-admin-bar a { color: #666; }
  #wp-admin-bar a:hover { color: #000; }
	
/* google Ads */

.gadlu-r {
	width: 220px;
	float: right;
	margin: 0 0 10px 10px;
	text-align: right;
}

/* Front page feature box */

#featuredBox {
	padding: 12px 13px 13px 13px;
	background: #333 url("/img/featuredBox3.jpg") no-repeat;
	height: 258px;
	overflow: hidden;
	width: 874px;
}

.featuredImg {
	width: 455px;
	height: 200px;
	float: left;
	overflow: hidden;
}

.featuredList {
	float: left;
	padding-left: 15px;
	width: 390px;
	height: 200px;
	overflow: hidden;
}

.featuredList ul {
	margin: 0;
	padding: 0;
	margin-top: 35px;
}

.featuredList ul li a {
	color: #fff;
}

.featuredCaption ul, .featuredImg ul {
	margin:0;
	padding:0;
}

.featuredCaption ul li, .featuredImg ul li {
	margin:0;
	padding:0;
	list-style-type: none;
}

.featuredList ul li {
	margin: 7px 0;
	list-style-type: none;
	margin-left: 15px;
	color: #fff;
	font-size: 1.2em;
}

.featuredList ul li a.selected {
	color: #f36922;
	font-weight: bold;
	background: url("/img/arrow.gif") no-repeat left;
	padding-left: 10px;
}

.featuredCaption {
	padding: 4px;
	width: 746px;
	height: 49px;
	margin-top: 1px;
	overflow: hidden;
}

.featuredCaption h2 {
	color: #fff;
	margin:0;
	padding:0 0 0 4px;
	font-size: 24px;
}

.featuredCaption h2 a {
	color: #fff;
}
.featuredCaption p {
	margin:0;
	padding:0 0 0 10px;
	color: #ccc;
}

.noHeight {
	font-size:1px;
	line-height:1px;
	clear: both;
}

.showItem {
	display: block;
}

.hideItem {
	display: none;
}


.centered { 
	width: 100%;
	margin: 0px auto;
	text-align: center;	display: block;
}

.thumb {
  margin: 5px;
  border: 0;
}

.small {
	font-size: .8em;
}

img.centered {
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}


/* Review Table */

table.ratings {
	border: 1px solid #ddd;
	padding: 0;
	margin:0;
}

table.ratings tr td.rdesc {
	padding: 3px;
	border-top: 1px solid #ddd;
}

table.ratings tr td.rdescfirst {
	padding: 3px;
}

table.ratings tr td.rank {
	padding: 3px;
	width: 60px;
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

table.ratings tr td.rankfirst {
	padding: 3px;
	width: 60px;
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	border-left: 1px solid #ddd;
}

table.ratings tr.overall {
	background: #eee;
}

table.ratings tr.overall strong {
	color: red;
}

form {
	display: inline;
}

