/*  
Theme Name: WordPress mu EMU-podcast
Theme URI: http://www.emu.edu/
Description: The default wordpress podcast theme for EMU.
Version: 0.1
Author: Mike Eberly, Ben Beachy 
Author URI: http://www.emu.edu

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* EMU BLOG STYLES */
h2 {
	color:#999999;
}

#wp_sidebar{
	background: #fff url(images/side-background.gif) top left repeat-y;
	color:#999;
	float:right;
	margin: 40px 10px 20px 0px;
	padding:0;
	text-align:left;
	width: 200px;
}
#wp_sidebar ul {
	margin:0;
	padding:0;
}
#wp_sidebar #top {
	background-image: url(images/side-top.gif);
	height: 30px;
	margin-bottom:10px;
	width:200px;
}
#wp_sidebar #bottom {
	background-image: url(images/side-bottom.gif);
	height: 30px;
	width:200px;
	margin-top:10px;
}
#wp_sidebar ul {
	margin:0;
	padding:0;
}
#wp_sidebar li {
	list-style-type:none;
	list-style:none;
	list-style-image:none;
	padding: 0;
}
#wp_sidebar li h3 {
	background: url(images/side-label.gif) top left no-repeat;
	color: #fff;
	font-size: 110%;
	text-align:center;
}
#wp_sidebar li ul li{
	background: none;
	list-style-image:url(images/square.gif);
	list-style-position: inside;
	margin: 0 0 0 10px;
	padding:3px 0px 3px 5px;
	text-align:left;
	text-indent:-10px;
}
#wp_sidebar li.top {
	background-image: url(images/side-top.gif)
}
#wp_sidebar a {
	border:none;
	color:#999;
	margin: 0 1px;
}
#wp_sidebar a:hover {
	color:#666;
}
#wp_content {
	float:left;
	padding:30px 20px 20px 0;
	width: 400px;
	/* keeps width consistent in IE */
	*width: 380px;
}

.previouslink {
	display:inline;
	float:left;
	padding: 0px 0px 20px 30px;
}
.nextlink {
	display:inline;
	float:right;
	padding:0px 30px 20px 0px;
}
#wp_footer {
	border-top: 1px solid #ccc;
	clear:both;
	font-size:85%;
	margin-top: 20px;
	padding: 5px;
}
.postmetadata {
	margin-top: 10px;
}
div.clear {
	clear:both;
}

.post {
	margin-bottom:30px;	
}
h2 {font-size:170%;}

