/*
	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	: Steve Jones
	Author Site	: keyj.com
	Scheme Name	: k2_kwyj1.css
	Comments	: transparent menus from flurry: http://digitaldelusion.net/
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 20px 0 30px;
	background: #336699;
	color: #3399cc;
}
	
#page {
	/* The entire design is contained within the 'page' id */
	border: none;
	padding: 10px;
	}

/*- Header stuff */

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:5em;
}

h2, h3, h4 {
	/*font-family: 'Trebuchet MS', trebuchet, 'Lucida Grande' Verdana, Sans-Serif;*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}

#header {
	background: #3399cc url(k2_kwyj1/long_header_bg.jpg) right center no-repeat;
	padding: 0;
	margin: 0;
	position: relative;
	height: 200px;
	}


/*- Footer stuff */
#footer {
	color: #999;
	text-align: center;
	}

#footer a {
	color: #999;
	border-bottom: none;
	text-decoration: none;
	}

#footer a:hover, a:visited:hover {
	text-decoration: none;
	color: #FF6633;
	}

/*- Page areas */

.primary {
	/* Contains the main column */
	}

.item {
	/* Each entry is contained within the 'item' class */
	}

.itemtext {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}



/*img shadows from http://www.alistapart.com/articles/cssdropshadows/  */
/* doesn't really work too well in IE, hence I'm dropping it! */
/*
.img-shadow-left {
  float:left;
  background: url(k2_kwyj1/shadowAlpha.png) no-repeat bottom right !important;
  background: url(k2_kwyj1/shadow.gif) no-repeat bottom right;
  margin: 10px 5px 0 10px !important;
  margin: 10px 5px 0 5px;
  }

.img-shadow-right {
  float:right;
  background: url(k2_kwyj1/shadowAlpha.png) no-repeat bottom right !important;
  background: url(k2_kwyj1/shadow.gif) no-repeat bottom right;
  margin: 10px 5px 0 10px !important;
  margin: 10px 5px 0 5px;
  }


.img-shadow-left img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

.img-shadow-right img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
*/

/*- Headings*/
h1 { /* H1 is used for the title of your blog */
	font-size: 3em;
	letter-spacing: -1px;
	font-weight: bold;
	width: 100%;
	color:#FFFFFF;
	}
	
h1:hover {
	text-decoration: none;
}

h2, h2 a,
h3 a,
h4 a
  {color:#336699;}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover
  {
  color:#FF6633;
  }

.primary h3 { /*  space the entry headings out a bit */
	letter-spacing: 0px;
}

.primary h3 a:visited {
	color:#336699;
}


/*- Links */

.itemtext a {color:#DD3333;}

.itemtext a:visited {color:#DD8800;}

.primary a:hover, .primary a:visited:hover  {
	text-decoration: none;
	color:#FF6633;
	}
/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 11px 6px;
	}

ul.menu li a {
	font: 1.2em "Lucida Grande", Verdana, Helvetica, Arial, Sans-Serif;
	/*color: #464646;*/
	color: #FFFFFF;
	text-shadow: 0px 1px 1px white;
	font-weight: bold;
	margin: 0;
	}

ul.menu li a:hover {
	background: #ddd;
	color: black !important;
	text-decoration: none;
	text-shadow: 0px 1px 2px white;
	opacity: .65;
	filter: alpha(opacity=65);
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	text-shadow: 0px 1px 1px #636363;
	background: white;
	text-decoration: none;
	}

.admintab {
	position: absolute;
	color: #677495;
	right: 10px;
	}