/*
Theme Name: UMPI WP Theme
Theme URI: http://wp.umpi.edu/webmaster/theme
Description: UMPI WordPress theme, a basic child theme for Thematic.
Author: Eric Brissette
Author URI: http://wp.umpi.edu/webmaster
Template: thematic
Version: 1.0
*/
@import url(../thematic/style.css);

body {
	background: url(images/body-bg.png) top repeat-x #fff;
	font-family: Georgia,"Times New Roman",Times,serif;
}

/* header and navigation */

#header {
	background: url(images/branding-bg.png) #fff;
}

#blog-title, #blog-title a, #blog-title a:active, #blog-title a:hover { 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #141e37;
}

.sf-menu a, .sf-menu a:visited, sf-menu ul a {
	color: #141e37;
	text-transform: uppercase;
}

.sf-menu a:hover, .sf-menu ul a:hover {
	color: #141e37;
	background-color: #eee;
	text-decoration: none;
}

#branding {
	margin-top: 30px;
	padding: 26px 0;
}

/* content area */

#container { 
	width: 590px;
	padding-top: 30px;
}

#main { 
	padding: 0;
	background: url(images/main-bg.png) repeat-y #fff;
	min-height: 500px;
}

.entry-title, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

/* sidebar */

#primary { 
	border: none;
	width: 360px;
	float: left; 
	padding: 0;
	margin: 0;
}

.aside h3 {
	font-style: normal;
	font-variant: small-caps;
	color: #141e37;
	margin-top: 20px;
}

.aside ul li {
	padding-left: 10px;
}

.aside ul ul {
	list-style: none;
	margin: 0;
}

.aside ul ul ul {
	list-style: none;
	margin-left: 15px;
}

.aside ul ul ul ul {
	list-style: none;
	margin-left: 30px;
}



a, 
a:active, 
a:visited, 
.aside a, 
.aside a:active, 
.aside ul li a, 
.aside .current_page_item a, 
.aside .current_page_item .page_item a, 
.entry-content a ,
.entry-title a {
	color: #2361A1;
	text-decoration: none;
}

a:hover, 
.aside a:active, 
.aside a:hover, 
.aside .current_page_item a:hover, 
.aside .current_page_item .page_item a:hover, 
.entry-title a:hover, 
.author a:hover, 
.cat-links a:hover, 
.navigation a:hover, 
.comments-link a:hover,
.entry-utility a:hover,  
.entry-content a:hover  {
	color: #2361A1;
	text-decoration: underline;
}

#footer { 
	margin-top: 0;
	background-color: #e7e7e7;
}

