/*
Theme Name: KU Template
Theme URI: http://stratepedia.org/kutemplate/
Description: The KU standard web template in WP theme form. See style sheet for plugin requirements.
Version: 2008-04-11
Author: A. Sumner
Author URI: http://stratepedia.org/
Tags: ku

*/

/* 	This stylesheet provides some additional styles to get around the poorly-coded, <br />-heavy
	solution provided by KU. */

img {
	border: 0;
}

/*	WP uses <ul> and <li> elements in sidebars! */

#ku_contentleft ul, #ku_contentleft ul li, #ku_currentpage {
	list-style: none;
	list-style-type: none;
}

#ku_contentleft ul {
	margin: 0;
	padding: 0;
	width: 139px;
	color: #444444;
}

#ku_contentleft ul li {
	margin: 0;
	padding: 0;
}

#ku_contentleft h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 8px 0 0 0;
}

/*	Need to tweak the right column as well */
#ku_right_column ul {
	width: 150px;
	margin: 0;
	padding: 0;
	clear: both;
}

#ku_right_column ul li {
	margin: 0 0 0 18px;
	padding: 0;
	clear: both;
}

/* 	WP23 Related Posts plugin uses H3 as header size in right side bar.
 	It also gives the <ul> it creates a class of its own, which is dumb. */

#ku_right_column h3 {
	font-size: 100%;
	padding-bottom: 4px;
}

.related_post {
	margin: 0 0 8px 14px;
	padding: 0;
}

#ku_contentleft {
		position:relative;
		width:151px;
		float:left;
		clear:left;
		padding:0px;
		_margin-top:0px;
		padding-top:13px;		
		line-height:20px;		
		text-align:left;
			font-family:Arial, Helvetica, sans-serif;
		font-size:.7em;
	}

#ku_contentleft #ku_leftlinks {
		padding-top:8px;
		width:139px;	

		color:#444444;

	}
	#ku_contentleft #ku_leftlinks a {
		color:#0049AE;
		text-decoration:none;
	}	
	#ku_contentleft #ku_leftlinks a.ku_selectedlink, #ku_contentleft a.ku_currentlink {
		color:#0049AE;
		text-decoration:none;
	}		
	a.ku_selectedlink, a.ku_currentlink{
		font-weight:bold;
	}
	#ku_contentleft a:hover {
		text-decoration:underline;
	}	
	#ku_currentpage {
		z-index:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.05em;
		color:#444444;
		border-bottom:1px solid #cccccc;
		padding-bottom:7px;
		width:139px;	
	}		
	#ku_currentpage a{
		color:#0049AE;
	}	
	/*************Second level left ************************************************/
	.kusl_contentleft {
	
		background-image:url(http://www.ku.edu/images/secondlevel/masthead_redbar.gif);
		background-position:top left;
		background-repeat:no-repeat;		
	}

/* WordPress-specific stuff added along the way */

.alignright {
  float: right;
  margin: 0 0 5px 5px;
}

.alignleft {
  float: left;
  margin: 0 5px 5px 0;
}

.aligncenter {
  text-align: center;
  margin: 5px auto 5px auto;
}

.size-full {
}
