/*
 * Theme Name: IU Blog 2013
 * Theme URI: http://patrickjproctor.com/
 * Description: New theme for IU Blogs
 * Author: Patrick Proctor
 * Author URI: http://patrickjproctor.com/
 * Version 0.1.0
 * License: All rights reserved by the IU Board of Trustees
 * License URI: http://trustees.iu.edu/
 */

#branding-bar {
	position: relative;
}
#contentWrapper {
	margin: 0 auto 10px auto;
	padding: 10px 0 0 0;
	position: relative;
}
#contentBg {
	position: absolute;
	width: 960px;
	height: 100px;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 1;
}
#contentHeader {
	border-bottom: 1px solid #82786F;
	line-height: 90px;
	font-family: "BentonSansCondensedRegular", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	padding: 0 20px;
	z-index: 2;
	position: relative;
/*	color: #44697D;*/
}
#leftCol {
	float: left;
	width: 150px;
	margin: 0px 10px 15px 0;
	background-color: #DFD9BD;
}
#centerCol {
	float: left;
	width: 570px;
}
#rightCol {
	float: right;
	width: 230px;
}
.clear, .clr {
	clear: both;
}
a { text-decoration: none; }
i, em { font-style: italic; }
b, strong { font-weight: bold; }

/* Post and page styling */
.post {
	font-size: 1.0em;
	margin: 15px;
	clear: both;
}
.post.single, .post.page {
	margin-top: 5px;
}
.post h2 {
	color: #44697D;
}
.post h2.title {
	font-family: "BentonSansCondensedRegular", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: bold;
	font-variant: small-caps;
}
.post h2.title a {
	text-decoration: none;
	color: #44697D;
}
.post h2.title a:hover {
	background-color: #CD894E;
	border-bottom: 2px dotted #4A3C31;
	color: #4A3C31;
}
.post a:hover {
	border-bottom: 1px dotted #990000;
}
.post p {
	margin: 5px 0;
	line-height: 135%;
}
.post blockquote {
	background-color: #dedede;
	padding: 10px;
	margin: 10px 19px;
	font-family: Georgia, serif, Arial, Helvetica, sans-serif;
/*	font-style: italic;*/
}
.post blockquote i, .post blockquote em {
/*	font-style: normal;*/
}

/* Left sidebar styling */
ul#menu-left-sidebar {
	font-size: 1.0em;
/*	list-style: circle outside;*/
	line-height: 135%;
	font-family: "BentonSansCondensedRegular", Georgia, "Arial Narrow", Arial, Helvetica, sans-serif;
}
#menu-left-sidebar ul li {
	padding: 2px 0;
	border-bottom: 1px solid #F3EFDE;
}
#menu-left-sidebar ul a {
	color: #990000;
	display: block;
	padding: 5px 10px 5px 5px;
}
#menu-left-sidebar ul a:hover {
	color: #FFFFFF;
	background-color: #32637E;
}

/* Footer styling */
.tagline a {
	color: #FFFFFF !important;
}
.tagline a:hover {
	text-decoration: none !important;
}

/*--------------------------*
/*  WordPress Widget Styles
/*--------------------------*/
.widget {
	clear: both;
	margin-bottom: 12px;
	font-family: "BentonSansCondensedRegular", Georgia, "Arial Narrow", Arial, Helvetica, sans-serif;
}
.widgettitle {
	font-size: 15px;
}
.widget li, .widget p {
	line-height: 18px;
	font-size: 13px;
}
.widget ul li {
	list-style: disc inside;
}
.widget ol li {
	list-style: decimal inside;
}
.widget a {
	text-decoration: none;
	color: #44697D;
}
.widget a:hover {
	background-color: #CD894E;
	border-bottom: 2px dotted #4A3C31;
	color: #4A3C31;
}

/* links widget */
.widget_links {}
.widget_links ul {}
.widget_links ul li {}
.widget_links ul li a {}

/* meta widget */
.widget_meta {}
.widget_meta ul {}
.widget_meta ul li {}
.widget_meta ul li a {}

/* pages widget */
.widget_pages {}
.widget_pages ul {}
.widget_pages ul li {}
.widget_pages ul li a {}

/* recent-posts widget */
.widget_recent_entries {}
.widget_recent_entries ul {}
.widget_recent_entries ul li {}
.widget_recent_entries ul li a {}

/* archives widget */
.widget_archive {}
.widget_archive ul {}
.widget_archive ul li {}
.widget_archive ul li a {}
.widget_archive select {}
.widget_archive option {}

/* tag-cloud widget */
.widget_links {}
.widget_links li:after {}
.widget_links li:before {}
.widget_tag_cloud {}
.widget_tag_cloud a {}
.widget_tag_cloud a:after {}
.widget_tag_cloud a:before {}

/* category widget */
.widget_categories {}
.widget_categories ul {}
.widget_categories ul li {}
.widget_categories ul ul.children {}
.widget_categories a {}
.widget_categories select{}
.widget_categories select#cat {}
.widget_categories select.postform {}
.widget_categories option {}
.widget_categories .level-0 {}
.widget_categories .level-1 {}
.widget_categories .level-2 {}
.widget_categories .level-3 {}

/* recent-comments widget */
.recentcomments {}
#recentcomments {}
#recentcomments li {}
#recentcomments li a {}
.widget_recent_comments {}

/* search widget */
#searchform {}
.widget_search {}
.screen-reader-text {}

/* text widget */
.textwidget {}
.widget_text {}

/* calendar widget */
.widget_calendar {float: left;}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
