/*  
Theme Name: WordPress mu crosscultural 
Theme URI: http://www.emu.edu/
Description: The default wordpress theme for EMU with added index page content.
Version: 0.1
Author: 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 */

#content h1 a,
#content h1 a:visited {
	color:#ccc;
	border:none;
	text-decoration:none;
}
#content h1 a:hover {
	color:#e3e3e3;
	border:none;
}

h2 {
	color:#999999;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 110%;
}

#wp_sidebar{
	background: #fff url(images/side-background.gif) top left repeat-y;
	color:#999;
	float:right;
	margin: 10px 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_sidebar ul#photo-albums-widget {
  margin-top: 5px;
  text-align: center;
}
#wp_sidebar #photo-albums-widget li {
  background-color:#f0f0f0;
	list-style: none;
  margin: 0 6px 4px 6px;
  padding: 0;
  display: block;
  width: 190px;
  height: 40px;
}
#wp_sidebar #photo-albums-widget li:hover {
	background-color:#e3e3e3;
}
#wp_sidebar #photo-albums-widget li a {
	color:#333;
	display:block;
	height:40px;
}
#wp_sidebar #photo-albums-widget li img {
  border: 1px solid #666;
	float: left;
	height: 30px;
  margin: 4px 15px 0px 4px;
	width:30px;
}
#wp_content {
	float:left;
	padding:0 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;
}
.alignright {
  float: right;
  margin-left: 1em;
}
.alignleft {
  float: left;
  margin-right: 1em;
}
