/*
	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	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	background: url(headerimage.png) no-repeat; 
	}
	
#primary {
	/* Contains the main column */
	}

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

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

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}

h3.entry-title {
	font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
}


#header .description {
	font-size: 1.5em;
	}
	

#primary img.logo {
	height: 25px;
	width: 25px;
	vertical-align: middle;
	padding-left: 0px;
	padding-right: 3px;
	background: none;
	}

/* SIZING FOR NEWER VERSIONS OF BLIP PLAYER */

#primary embed {
	height: 405px;
	width: 500px;
	}

/* SIZING FOR OLDER VERSIONS OF BLIP PLAYER */

#primary object {
	height: 405px;
	width: 500px;
	}

/* END BLIP PLAYER SIZING */


ul.menu li a {
	font-size:1.3em;
	}

#sidebar-1 h4 {
	font-family:'Lucida Grande',Verdana,Sans-Serif;
	font-weight: bold;
	}

#sidebar-2 h4 {
	font-family:'Lucida Grande',Verdana,Sans-Serif;
	font-weight: bold;
	}

.secondary h5 { /* ADDED BY WAZ TO ALLOW SIDEBAR SUBHEADINGS */
	font-family:'Lucida Grande',Verdana,Sans-Serif;
	font-weight: bold;
	font-size: 1.4em;
	font-weight: normal;
	padding: 5px;
	display: inline;
	margin-bottom; 5px;
	}

/* CATEGORY MENU IN THE HEADER 

#catmenu ul {
	margin: 0; padding: 10px 10px 0px 10px; 
	list-style-type: none;
	list-style-image: none;
	}

#catmenu li {
	display: inline;
	font-size: 1.2em;
	}

#catmenu a {
	text-decoration:none; color: blue;
	}

#catmenu a:hover {
	color: purple;
	}

#catmenu li:before {
	content: "| ";
	}

#catmenu li:first-child:before {
	content: "";
	}

 END CATEGORY MENU IN HEADER */

/* SECOND ATTEMPT AT CATEGORY MENU IN HEADER */

#catmenu ul {
	margin: 0; padding: 10px 10px 0px 10px; 
	list-style-type: none;
	list-style-image: none;
	}

#catmenu li {
	display: inline;
	font-size: 12px;
	border-left: 1px solid black;
	padding-left: 0.2em
	}

#catmenu a {
	text-decoration:none;
/*	color: blue; */
	color: #27d;
	}

#catmenu a:hover {
	color: purple;
	}

#catmenu li:first-child {
	border-left: 0;
	}

/* STYLING FOR SIMILAR POSTS ADDED BY WAZ*/

#similarposts ul {
	list-style-type: none;
	list-style-image: none;
	padding: 10px 0px 0px 0px;
	}

#similarposts li {
	float: left;
	width: 100px;
	padding: 0px 10px 0px 10px;
	}

#similarposts li img {
	padding: 0px 0px 5px 0px;
	}

#catmenu li:first-child {
	padding: 0px 0px 0px 0px;
	}

#similarposts h5 { 
	font-family:'Lucida Grande',Verdana,Sans-Serif;
	font-weight: bold;
	font-size: 1.4em;
	font-weight: normal;
	display: inline;
	}

/* STYLING FOR RECENT POSTS ADDED BY WAZ */

#recentposts ul {
	padding: 0px 0px 10px 0px;
	}