/*-----------------------------------------------------------------------------
	Blueprint-WP Theme
	By: Joshua Sowin (fireandknowledge.org)
-----------------------------------------------------------------------------*/

body 	{  margin-bottom: 0; margin-top: 0; }

/* Blueprint width setting */
.container 	{ width: 960px; }			

#page {
	float: left;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

blockquote {
	font-style: normal;
	padding: 0 0 0 0;
	color: #000;
	/*background: url('../images/quote.png') .5em top no-repeat;*/
}

a 				{ color: #990000; }
a:hover			{ color: #000; }
blockquote p 	{ padding: 0 20px 0 30px; }
hr 				{ background: #CCC; height: 1px; }
img				{ margin: 0; }
p img			{ float: none; }
a.button 		{ float: left; } /* Fix for buttons */
input 			{ padding-left: 0; border: 1px solid #CCCCCC;  }
ul 				{ margin-left: 15px; list-style-type: none; }
ul li 			{ padding: 2px 0 2px 9px; background: url('../images/icons/bullet_square_grey.gif') left 5px no-repeat; }
ol				{ margin-left: 35px; }
label			{ font-weight: normal; visibility:hidden; }
textarea		{ height: 200px; width: 500px;}
.small			{ font-size: .9em; }
.nomargin		{ margin: 0; }
a.button, button { font-weight: normal; }

h3, h3 a {
	font-size: 1.3em;
	line-height: 1.2;
	color: #3B4A25;
 	letter-spacing: 0px;
	text-decoration: none;
}

#maincontent h2 { 
	color:#990000;
	font-size:20px;
	text-transform:uppercase;
}
h2 a 					{ color: #990000; text-decoration: none; }
h2 a:hover				{ color: #990000; text-decoration: none; }

#maincontent .post h2	{ margin-bottom: 15px; }
#maincontent .post h3	{ margin-bottom: 10px; }
						/* Padding inside columns */
#maincontent .content 	{ padding: 15px 0; }	

.navigation, 
.navigation a			{ color: #AAA; }
.alignright 			{ float: right; }
.alignleft 				{ float: left; }

.post {  }

/*-----------------------------------------------------------------------------
	Header --- NOW IN GLOBALS
-----------------------------------------------------------------------------*/
/*
#header {
	height: 75px;
	background-image: url('../images/header-bg.jpg');
	background-repeat: repeat-x;
	width: 100%;
}

#header-logo {
	height: 75px;
	background-repeat: repeat-x;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header-logo a {
	display:block;
	height:75px;
	width:960px;
	text-align:left;
}

#header h1, #header .description {
	padding-left: 50px;
	margin: 0;
	line-height: 1em;
}

#maincontent, #sidebar { padding: 0 0 20px 0; }
*/

/*-----------------------------------------------------------------------------
	Navigation --- NOW IN GLOBALS
-----------------------------------------------------------------------------*/
/*
#nav, #subnav	{ padding: 0; background: black; width: 100%; line-height: 1em; height:24px; }

#nav .content { width: 960px; margin-left: auto; margin-right: auto; font-size:11px; font-weight:bold;  }

#nav ul li {
	display: table-cell;
	margin:0;
	padding:0;
	list-style: none;
	float:left;
	position:relative;
	background: none;
	padding: 5px 15px;
}

#nav ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

#nav li.topnav a {
	position:relative;
	display:block;
	text-decoration:none;
	color: #AAA;
}

#nav li.topnav ul.subnav {
	margin:0;
	padding:0;
	padding-bottom:10px;
	display:none;
	position:absolute;
	z-index:9999;
	top:24px;
	width:230px;
	left:0;
	background: transparent url(../images/opaque-nav-bg-bottom.png) bottom no-repeat;
	text-align: left;
}

#nav li.topnav:hover {
	background: #AAA;
}

#nav li.topnav:hover a {
	color: #000;
}

#nav li.topnav:hover ul.subnav {
	display:block;
}

#nav li.topnav ul.subnav li {
	margin:0;
	padding:0;
	float:none;
	position:relative;
	list-style:none;
	display:block;
}

#nav li.topnav ul.subnav li a {
	display:block;
	width: 225px;
	height: 15px;
	margin: 0;
	padding-right: 0;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFF;
	background: transparent url(../images/opaque-nav-bg.png);
}

#nav li.topnav ul.subnav li:hover {
	background: #AAA;
	background-image: none;
}

#nav li.topnav ul.subnav li:hover a {
	background: #AAA;
	background-image: none;
	color: #000;
}

/*
#nav ul,
#subnav ul		{ margin: 0; padding: 0; list-style: none; font-size:11px; font-weight:bold; }

#nav li,
#subnav li		{ margin: 0; padding: 0; float: left; background-image: none; }

#nav li a,
#subnav li a 	{ color: #AAAAAA; padding: 5px 15px; float: left; text-decoration: none; }

#nav li.current_page_item a,
#nav li a:hover 	{ background: darkgrey; color: black; }

#subnav				{ background: darkgrey; }

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: black; }

#nav li.first a { margin-left: 50px; }*/

	/*-------------------------------------------------------------------------
		Navigation bar in posts (use main nav html inside a post)
	-------------------------------------------------------------------------*/

	.entry #nav .content {
		padding: 0;
		margin: auto;
	}

	.entry #nav {
		margin-bottom: 15px;
		background: #FFF;

	}

	.entry #nav li a 		{ color: #FFF; border-right: 1px solid #AAA; background: #666; }
	.entry #nav li.last a	{ border-right: none; }
	.entry #nav li a:hover 	{ background: #333; color: #FFF;}

/*-----------------------------------------------------------------------------
	Sidebar
-----------------------------------------------------------------------------*/

#sidebar 	{ margin-left: 8px; /* lets us have border */ }
#sidebar h2 { font-size: 1.3em; line-height: 1.2; }


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 25px 20px 0 20px;
}

#sidebar ul li	{ padding: 0; }

#sidebar ul li ul { padding-top: 0; }

#sidebar ul li ul li {
	margin: 0 0 0 -18px;
	padding: 2px 0 2px 9px;
	background: url('../images/icons/bullet_square_grey.gif') left 3px no-repeat;
	font-size: 0.9em;
}

.feedlink {
	padding: 2px 0 2px 20px;
	background: url('../images/icons/feed_small.png') left center no-repeat;
}

#sidebar ul li, #sidebar ul li#subscribe ul li {
	list-style-type: none;
	background: none;
	margin-bottom: 20px;
}

#sidebar ul li#subscribe ul li { margin: 0 0 0 -30px; }

/* Hide search from sidebar */
#sidebar #search { display: none; }

/*-----------------------------------------------------------------------------
	Footer --- NOW IN GLOBALS
-----------------------------------------------------------------------------*/
/*
#footer 		{ 
	float:left;
	font-size:0.9em;
	height:90px;
	margin-left: auto;
	margith-right: auto;
	text-align:center;
	width:100%;
}

#footer a 		{ text-decoration: none; color: #990000; }

#footer p { text-align: center; } */

/*-----------------------------------------------------------------------------
	Donation --- NOW IN GLOBALS
-----------------------------------------------------------------------------*/
/*
#badge-bar { 
	background: transparent url('../images/donate-bg.png') repeat-x;
	float:left;
	font-size:0.9em;
	height:75px;
	text-align:right;
	vertical-align: middle;
	width:100%;
}

#badge-bar #badge-content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#badge-bar #facebook { 
	display:block;
	height:65px;
	width:65px;
	float: left;
	margin-top:5px;
}

#badge-bar #twitter { 
	display:block;
	height:65px;
	width:65px;
	float: left;
	margin-top:5px;
}

#badge-bar #donate { 
	display:block;
	height:75px;
	width:75px;
	float: right;
}

#badge-bar #donate-text {
	color:white;
	display:block;
	float:right;
	font-size:10pt;
	height:30px;
	line-height:30px;
	margin-top:22px;
	text-decoration:none;
}

#donation-bar a img { 
	vertical-align:middle;
}
*/
/*-----------------------------------------------------------------------------
	Search -- NOW IN GLOBALS
-----------------------------------------------------------------------------*/
/*
#search				{ float: right; margin-top:2px; }
#search #s 			{ background: #333333 url('../images/icons/search_grey.gif') 0px center no-repeat;
 				  	  padding: 1px 0 2px 17px; width: 135px; color: #CCCCCC; font-size: 0.9em; margin-right: 20px;}
.search-excerpt 	{ margin: 0; }
*/

/*-----------------------------------------------------------------------------
	Comments
-----------------------------------------------------------------------------*/

.commentlist li { padding: 8px 15px; } 
.comments-alt 	{ background: #EEE;}


/*-----------------------------------------------------------------------------
	COE Front Page Customizations
-----------------------------------------------------------------------------*/

.fp_top {
}

.fp_top_left {
	width: 760px;
	float:left;
	text-align: center;
}

.fp_top_center {
	width: 560px;
	float:left;
	text-align: center;
}

.fp_top_right{
	width: 200px;
	float:left;
}

.fp_video {
	width:760px;
	float:left;
	text-align: center;
}

.fp_playlist {
	width: 560px;
	text-align: center;
}

.fp_bottom {
	margin-top: 15px;
	float:left;
	text-align: center;
}

.fp_bottom_column {
	width: 240px;
	float:left;
}

.fp_bottom_column div.fp_column_header {
	background: white url('../images/heading_title.png') center bottom no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	text-align: center;
	vertical-align: middle;
	height: 40px;
}

.fp_bottom_column div.fp_column_header a {
	color: #000;
}

span.title {
	color: #990000;
}

.fp_bottom_column div.fp_column_content {
	font-size:8pt;
	margin-left:auto;
	margin-right:auto;
	width:180px;
}

.fp_bottom_column div.fp_column_content img {
	float:left;
	height:auto;
	padding-bottom:10px;
	padding-right:10px;
	width:75px;
}

.fp_bottom_column div.fp_column_content h5 {
	clear:none;
	margin-bottom:10px;
	text-align:left;
}

.fp_bottom_column div.fp_column_content a {
	text-decoration: none;
}

.fp_bottom_column div.fp_column_content p {
	clear:none;
	margin: 0;
	text-align:left;
}

.video-thumbs-widget {
	width:200px;
	height: 200px;
	float:left;
	overflow:hidden;
}

.vthumb_header {
	background: white url('../images/heading_title.png') center bottom no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	text-align: center;
	vertical-align: middle;
	height: 40px;
}

.recent-news-widget {
	width:200px;
	height: 145px;
	float:left;
	overflow:hidden;
}

.news_header {
	background: white url('../images/heading_title.png') center bottom no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	text-align: center;
	vertical-align: middle;
	height: 40px;
}

.news_content {
	margin-left: auto;
	margin-right: auto;
	width:180px;
}

.news_content span.post {
	/*margin-left: 20px;
	margin-right: 20px;*/
	margin-bottom: 10px;
	font-size: 8pt;
}

.news_content hr {
	border: none;
	clear: both;
	height:0;
}

div.events_content {
	margin: 0;
	height: 250px;
	/*height: 115px;*/
	overflow:hidden;
}

div.events_content ul {
	margin: 0;
}

div.events_content ul li {
	background: none;
	margin: 0;
	color: black;
	font-weight: bold;
	/*text-align: center;*/
}

div.events_content ul li ul {
	margin-bottom:0;
	margin-left:0;
	
}

div.events_content ul li ul li {
	font-weight: normal;
}

div.events_nav {
	clear:both;
	font-size:7pt;
	height:20px;
	margin-left:10px;
	position:relative;
	text-align:center;
}

div.events_nav p{
	text-align:center;
}

span.events_up {
	width: 9px;
	height: 5px;
}

span.events_down {
	width: 9px;
	height: 5px;
}

.upcoming-events-widget {
	width:200px;
	float:left;
}

.upcoming-events-widget .events_header {
	background: white url('../images/heading_title.png') center bottom no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	text-align: center;
	vertical-align: middle;
	height: 40px;
}

#wp-calendar {
	float: left;
	width:200px;
	height:150px;
}

	#wp-calendar table {
	border:1px solid grey;
	font-size:80%;
	height:50%;
	margin-left:auto;
	margin-right:auto;
	width:50% !important;
}

#wp-calendar table.nav {
	border: none;
	margin-bottom: 0;
	height: 20px;
}

#wp-calendar table caption {
	text-align: center;
	font-weight:bold;
	text-align:center;
}

#wp-calendar #prev, #wp-calendar #next {
	vertical-align:top;
}

.quicklinks {
	text-align: center;
	width: 240px;
	margin-top: 20px;
}

.quicklinks p {
	text-align: center;
	margin: 0;
}

.breadcrumb {
	float:left;
	font-size:8pt;
	margin-left:10px;
	margin-top:5px;
	width:960px;
}

.breadcrumb a {
	text-decoration: none;
}

.subpages { 
	float:left;
	height:100%;
	margin-top:5px;
	width: 150px;
}

.subpages ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.subpages ul li {
	background:none repeat scroll 0 0 transparent;
	border-bottom:1px solid #CCCCCC;
	color:#990000;
	display:block;
	margin:0;
	position:relative;
}

.subpages ul li a,a.subpage-title {
	position:relative;
	/* display:block; */
	text-decoration:none;
	text-transform:none;
	font-size:10pt;
	color: #AAA;
	padding: 0;
	color:#990000;
}

.subpages ul li.current_page_item a {
	position:relative;
	display:block;
	text-decoration:none;
	text-transform:none;
	font-size:10pt;
	color: black;
	padding: 0;
	font-weight: bold;
}

.content .subpage-list {
	border-bottom:1px solid #CCCCCC;
	clear:both;
	float:left;
	height:140px;
	overflow:hidden;
	padding-bottom:10px;
	padding-top:10px;
	width:100%;
	position: relative;
}

.attachment-thumbnail {
	float:left;
	margin:0 20px 20px 0;
	width: 125px;
	height: 125px;
	-moz-box-shadow:5px 5px 7px #666666;
	border:1px solid #999999;
	padding:4px;
}

.readmore {
	bottom:3px;
	position:absolute;
	right:3px;
}

.readmore a {
	position:relative;
	/* display:block; */
	text-decoration:none;
	color: #AAA;
	padding: 0;
	color:#990000;
}

/*-----------------------------------------------------------
	Department Images
--------------------------------------------------------------*/
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

h4.directory { clear: none; }

h3 img.photo { margin: 0px; }

.degree-programs-table {
	width: 100%;
	border:none;
}

.degree-programs-table .dept-name {
	width: 100%;
	background-color: #BBB;
	border: 1px solid #BBB;
}

.degree-programs-table .program-column, .degree-programs-table .emphasis-column, .degree-programs-table .dtype-column {
	background-color: #EED;
	border-bottom: 1px solid #DDD;
}

.degree-programs-table .program-column {
	width: 30%;
	border-left: 1px solid #BBB;
}

.degree-programs-table .emphasis-column {
	width: 35%;
}

.degree-programs-table .dtype-column {
	width: 70%;
	border-right: 1px solid #BBB;
}

.degree-programs-table .program-group {
	width: 100%;
	border: 1px solid #BBB;
	background-color: #EEEEDD;
	font-weight: bold;
}

.degree-programs-table .even {
	background-color: #EEE;
	border-bottom: none;
}

.degree-programs-table .even:first-child {
	border-left: 1px solid #BBB;
}

.degree-programs-table .even:last-child {
	border-right: 1px solid #BBB;
}

.degree-programs-table .odd {
	background-color: #FFF;
	border-bottom: none;
}

.degree-programs-table .odd:first-child {
	border-left: 1px solid #BBB;
}

.degree-programs-table .odd:last-child {
	border-right: 1px solid #BBB;
}

