/*  
Theme Name: WordPress mu Devotions
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 */
body {
	background: #f0f0f0 url("images/background.gif") repeat-x fixed top;
	text-align:center;
	font:13px arial,helvetica,clean,sans-serif;
}

a {
	color: #1c65a8;
}
a:hover {
	color: #418fc3;
}

#wp_content .post .entry p img {
  margin-right: 5px;
}

#logo {
	height:75px;
	left:25px;
	top:12px;
	width:195px;
	position:relative;
}
new.css?v=2 (line 32)


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

h2 {
	color:#999999;
}
h2.pagetitle {
	font-size:200%;
	margin-top:0;
	padding-top:0;
}
#wp_content h3 {
	margin-top:1em;
}
#wp_content h3.single {
	margin-top:0;
}
h4 {
	font-size: 120%;
}

h5 {
	font-size: 110%;
}
#main {
	background-color: #fff;
	border: #000 1px solid;
	margin:0px auto;
	padding-top:180px;
	position: relative;
	text-align:left;
	width:900px;
	/* keeps width consistent in IE */
	*width:898px;	
}
#header {
	background: transparent url(images/advent-header2010.jpg) top left no-repeat;
	left:0px;
	height:180px;
	position:absolute;
	top:0px;
	width:900px;
	z-index:2;
}
#homelink {
	left:30px;
	height:50px;
	position:absolute;
	top:30px;
	width:300px;
	z-index:5;
}

/* photo album widgets */
#wp_sidebar ul#photo-albums-widget {
  margin-top: 5px;
  text-align: center;
}
#wp_sidebar #photo-albums-widget li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
#wp_content {
	float:left;
	padding:0 20px 20px 20px;
	width: 620px;
	/* keeps width consistent in IE */
	*width: 560px;
}
.navigation {
	color:#ccc;
	left:20px;
	position:absolute;
	top:160px;
	z-index:4;
}
.navigation a {
	color:#999;
}
.navigation a:hover {
	text-decoration:underline;
}
#comment {
	width: 600px;
}
#wp_footer {
	border-top: 1px solid #ccc;
	clear:both;
	font-size:85%;
	margin-top: 20px;
	padding: 5px;
}
#footer .logos {
	display:none;
}
.postmetadata {
	margin-top: 10px;
}
div.clear {
	clear:both;
}

/* sidebar */

#sidebar {width:210px;margin:0 20px 0 0;float:right;  }
#sidebar h3 a, #sidebar h3 a:visited {
	color:#FFFFFF;line-height:28px;
}
/*#sidebar .item {display: block;background:url("images/sb-bg.gif") repeat-y scroll left top transparent;color:#333333;float:right;margin:0 10px 10px 10px;padding:0 10px;width:200px; }*/
/*#sidebar h3 { color:#666666;font-size:154%;line-height:normal }*/
#sidebar ul { list-style: none; margin: 0 0 10px; padding:5px 10px 0 10px;overflow:hidden;border-right:#dcddde 1px solid;border-left:#dcddde 1px solid;}
#sidebar ul li {font-size:90%; border-bottom:1px solid #dcddde;padding: 4px 0;}
#sidebar ul li a,
#sidebar ul li a:visited {text-decoration:none;color:#828181;}
#sidebar ul li a:hover {text-decoration:none;color:#333;}
#sidebar .widget-title {background:url("images/widget_title_bg.png") no-repeat scroll left top;display:block;}
#sidebar h3 {background:url("images/widget_title_corner.png") no-repeat scroll left bottom transparent;border:none;color:white;font-size:123%;line-height:28px;margin:0 0 0px;padding:0 10px;}
#sidebar .cat-widget-title {background:url("images/cat_widget_title_bg.png") no-repeat scroll left top;display:block;}
#sidebar #cat-nav ul { list-style: none; margin: 5px 0 10px; padding:0;border:none; }
#sidebar #cat-nav ul li { margin:0 0 3px 0;padding:0;border:none; }
#sidebar #cat-nav ul li a,
#sidebar #cat-nav ul li a:visited {background-color:#F7F7F7; color:#4D4D4D;display:block;padding:5px 1px 5px 13px;margin-bottom:3px;font-size:14px; }
#sidebar #cat-nav ul li a:hover {text-decoration:none;background-color:#EAEAEA;}
#sidebar #cat-nav ul li a#active-cat,
#sidebar #cat-nav ul li a:visited#active-cat {background:url(images/nav_active_bg.png) left top no-repeat #EAEAEA;}
