/*
Theme Name: CSL Default Theme
Theme URI: http://www.csl.edu/
Description: Made with love and care

Copyright 2010 Concordia Seminary in St. Louis - All Rights Reserved

Version: 1.0
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;vertical-align:baseline;background:transparent}body{line-height:1}h1,h2,h3,h4,h5,h6{font-weight:normal;clear:both}ol,ul{list-style:none}blockquote{quotes:none}blockquote:before,blockquote:after{content:'';content:none}del{text-decoration:line-through}/* tables still need 'cellspacing="0"' in the markup */table{border-collapse:collapse;border-spacing:0}a img{border:none}
/* -------------------------------------------------------------- */


/* ************** *
 *  cslStyle.css  *
 * ************** */
 
 
/* Essentials */
/* ------------------------------------------------------------- */

body {
	background: #252525;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em; /* 12px Equiv. */
}
.clearfloat { clear: both; }

	/* Link Styles */
	a:link, a:visited, a:hover, a:active { color: #333; text-decoration: underline; }
	/* .lightlinks - - append class to parent div for apropriate link colors */
	.lightlinks a:link, .lightlinks a:visited, .lightlinks a:active { color: #ccc; text-decoration: underline; }
	.lightlinks a:hover { color:#FFF; text-decoration: none; }

/* Structural Stuff */
/* ------------------------------------------------------------- */


.CSLedu #MainContainer {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	padding: 5px 0 0 5px;
	min-height: 400px;
}
#cslHeader {
	background: url(/images/headers/chapel-snow.jpg) no-repeat center center;
}
#cslHeader-Mask {
	background: url(images/csl_headerBkg.png) no-repeat center bottom;
}
#cslHeader .container {
	width: 1000px;
	margin: 0 auto;
	height: 220px;
}
#ContentShell {
	background-color: #fff;
}
#cslHpContent {
}
#hpComingEvents {
}
#hpNews {
}
#hpNews .item { margin-bottom: 10px; margin-left: 10px; }
#hpComingEvents .item { margin-bottom: 10px; margin-left: 10px; }
#hpNews h2 { margin-bottom: 5px; margin-left: -5px; }
#hpComingEvents h2 { margin-bottom: 5px; margin-left: -5px; }

#cslHorizNav {
}
#cslFooter {
	background: #252525;
	color: #fff;
	clear: both;
}
#cslFooter .container {
	width: 1000px;
	height: 250px;
	margin: 0 auto;
	padding-top: 10px;
	background: url(images/csl_footerBkg_Seal.png) no-repeat left bottom;

}
#cslFooter .bgContainer {
		background: url(images/csl_footerBkg.png) repeat-x top;
}

#cslContent {
}
#cslHorizNav {
	clear: both;
	height: 40px;
}

/*** HEADER - including quick links & search Box */
#cslHeader .headerNav {
	bottom: 0px;
	position: relative;
	width: 1000px;
	margin: 0 auto;
	height: 45px;
	line-height: 45px;
}
.headerNav .searchForm {
	float: right;
	line-height: 45px;
}

#cslHeader .logoBox {
	width: 340px;
	height: 140px;
	background: url(images/csl_Logo.png) no-repeat bottom;
	padding-top: 80px;
}
#cslHeader .logoBox a { 
  display: block;
  width: 330px;
  left: 20px;
  height: 130px; 
}
#cslHeader .logoBox a i { 
  visibility: hidden;
}
#cslHeader #searchform label { display: none; }

/*** HOMEPAGE NAVIGATION ELEMENT - right of Slideshow */
#cslHpContent .hpSlideshow {
	width: 630px;
	height: 325px;
	float: left;
	background: #333;
	margin: 5px 0 0 0;
}
/*** hpComing Events & News */
#hpComingEvents {
	width: 355px;
	float: left;
	margin-left: 10px;
	border-top: solid 2px #ccc;
	margin-bottom: 20px;
}
#hpNews {
	width: 630px;
	float: left;
	border-top: solid 2px #ccc;
	margin-bottom: 20px;
}
#hpComingEvents h1, #hpNews h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #333;
	padding: 5px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 5px;
}
#hpComingEvents h1 img, #hpNews h1 img {
        float: right;
        left: 100%;
        margin-left: -20px;
}
#hpNews .item, #hpComingEvents .item {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.8em;
}
#hpComingEvents h2, #hpNews h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}

/*** Header 'quicklinks'*/
	.quickLinks a:link,
	.quickLinks a:visited {
		font-family: Verdana, Arial, sans-serif;
		text-decoration: none;
		color: #fff;
		outline: none;

	}
	.quicklinks li a:hover {
		background: #ccc;
	}

/*QL Button Transformation*/
	.quickLinks ul li {
		float: left;
		margin-top:3px;
		padding-left: 10px;
		margin-left: 10px;
		background: url(images/csl_headerButtons.png) -340px -120px;
		list-style-type: none;
		outline: none;

}
	.quickLinks ul li a {
		background: url(images/csl_headerButtons.png) right top;
		padding-right: 10px;
		line-height: 40px;
		height: 40px;
		font-size: 13px;
		display: block;
		outline: none;

}
	.quickLinks li:hover a {
		background-position: right -40px;
		
	}
	.quickLinks li:hover {
		background-position: -340px -160px;
		outline: none;
	}
	.quickLinks li:active a {
		background-position: right -80px;
		outline: none;
		
	}
	.quickLinks li:active {
		background-position: -340px -200px;
	}


/*** HP Promo Section */
#hpPromo {
	height: 110px;
	margin-top: 5px;
	border-top: 1px solid #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
#hpPromo img {
	float: left;
	border: none;
}

/*** HPNav */

#cslHpContent .hpNav ul li.sec {
	width: 333px;
	height: 45px;
	background: #ddd;
	margin: 3px;
	font-size: 1.9em;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	display: block;
	float: right;
	border-top: solid 5px #666;
}
#cslHpContent .hpNav ul li {
	float: left;
}
#cslHpContent .hpNav ul {
	margin-top: 8px;
	margin-left: 2px;
}
#cslHpContent .hpNav li li {
	padding-right: 5px;
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
}
#cslHpContent .hpNav li ul {
}
.hpNav li.sec a:link,
.hpNav li.sec a:visited,
.hpNav li.sec a:active {
	color: #555;
	text-decoration: none;
}
.hpNav li.sec a:hover {
	color:#000;
	text-decoration: none;
}
.hpNav li.sec:hover a:link,
.hpNav li.sec:hover a:visited,
.hpNav li.sec:hover a:active {
	color: #ddd;
	text-decoration: none;
}
.hpNav li.sec:hover a:hover {
	color:#fff;
	text-decoration: none;
}



.hpNav li.sec. li a:link,
.hpNav li.sec. li a:visited,
.hpNav li.sec. li a:hover,
.hpNav li.sec. li a:active {
	color:#555;
}

.hpNav li.sec. li:hover a:link,
.hpNav li.sec. li:hover a:visited,
.hpNav li.sec. li:hover a:hover,
.hpNav li.sec. li:hover a:active {
	color:#fff;
}

#cslHpContent .hpNav li.sec.A {
	border-color: #364d61;
}
#cslHpContent .hpNav li.sec.A:hover {
	border-color: #283642;
	background-color: #364E61;

}

#cslHpContent .hpNav li.sec.B {
	border-color: #4b7c00;
}
#cslHpContent .hpNav li.sec.B:hover {
	border-color: #3c5b03;
	background-color: #4C7C00;
}


#cslHpContent .hpNav li.sec.C {
	border-color: #a04709;
}
#cslHpContent .hpNav li.sec.C:hover {
	border-color: #673408;
	background-color: #A14809;
}

#cslHpContent .hpNav li.sec.D {
	border-color: #922724;
}
#cslHpContent .hpNav li.sec.D:hover {
	border-color: #601917;
	background-color: #922724;
}

#cslHpContent .hpNav li.sec.E {
	border-color: #646464;
}
#cslHpContent .hpNav li.sec.E:hover {
	border-color: #2b2b2b;
	background-color: #555;
}

/* BODY TEXT & CONTENT STYELES */
/* ------------------------------------------------------------- */
#cslContent {
	margin-top: 10px;
	padding-top:0px;
	padding-bottom: 10px;
	float: left;
	width: 687px;
	border-top: solid 3px #eee;
}
#cslContent.notPage {
	border-top: none;
}

#cslContent p {
	line-height: 1.8em;
}
#cslContent h1.entry-title {
	font-size: 2.2em;
	line-height: 1.6em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
#cslContent h1 {
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333;
}
#cslContent h2 {
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #666;
}
#cslContent h3 {
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .2em;
	color: #333;
}
#cslContent h4 {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333;
}
#cslContent h5 {
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
}
#cslContent h6 {
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-weight: normal;
	color: #333;
}
#cslContent h1,
#cslContent h2,
#cslContent h3,
#cslContent h4,
#cslContent h5 {
	line-height: 1.2em;
}

/*** Link Colors*/
#cslContent a:link,
#cslContent a:visited,
#cslContent a:active {
	color: #838383;
} 
#cslContent a:hover {
	color: black;
}

/*** Blockquote */
#cslContent blockquote {
	margin-left: 10px;
	padding-left: 10px;
	line-height: 1.1em;
	border-left: solid 1px #ccc;
	
}

/*** UL's and OL's */
#cslContent ul,
#cslContent ol {
	padding-left: 2em;
	line-height: 1.8em;
}
#cslContent ul, 
#cslContent menu, 
#cslContent dir {
    display: block;
    list-style-type: disc;
    margin: 1__qem 0 1em 0;
    -webkit-padding-start: 40px
}

#cslContent ol {
    display: block;
    list-style-type: decimal;
    margin: 1__qem 0 1em 0;
    -webkit-padding-start: 40px
}

#cslContent li {
    display: list-item
}

#cslContent ul ul,
#cslContent ol ul {
    list-style-type: circle
}

#cslContent ol ol ul, 
#cslContent ol ul ul, 
#cslContent ul ol ul, 
#cslContent ul ul ul {
    list-style-type: square
}


/*** Right Column */
#cslrightColumn {
	width: 294px;
	margin-left: 10px;
	margin-top: 10px;
	float: right;
        padding-right: 6px;
	}
	

#cslContent img {
	padding: 5px;
	margin: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #efefef;
}

.alignright {
	float: right;
}
.alighleft {
	float: left;
}

.wp-caption-text {
	padding: 0 5px 0 5px;
	margin: 0px;
	text-align: center;
	font-size: .8em;
	text-transform: uppercase;
}

.wp-caption.alignright,
.wp-caption.alignleft {
	color: #888;
	margin: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #efefef;
}
#cslContent .wp-caption.alignright img,
#cslContent .wp-caption.alignleft img {
	padding: 5px;
	margin: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;

}

#cslContent p.wp-caption-text {
	margin: 0px;
	padding: 0 0 5px 0;
}

#cslContent img.noborder {
	border: none;
	text-align: center;
}

/* Sidebar Menus */
/* ------------------------------------------------------------- */


/* Main Nav UL */
ul#secSidebar {
	border-top: solid 3px #eeeeee;
	border-bottom: solid 1px #eeeeee;
	padding: 5px 0 5px 0;

}
ul#secSidebar ul {
	padding-left: 1.2em;
}
ul#secSidebar li a:link,
ul#secSidebar li a:visited {
	color: #666;
}

ul#secSidebar li a:hover {
	color: #000;
}

#secSidebar li a:active {
	color: #666;
}
ul#secSidebar > li {
	font-weight: bold;
	font-size: 1.2em;
}

/*** Related Links */

ul.relatedLinks {
	margin: 0 5px 0 5px;
	padding: 5px 0 5px 0;
	border-top: solid 3px #eeeeee;
	border-bottom: solid 1px #eeeeee;
}
ul.relatedLinks li {
	line-height: 1.2em; 
}
ul.relatedLinks ul.blogroll {
	padding-left: 1.2em;
}
ul.relatedLinks ul.blogroll a:link,
ul.relatedLinks ul.blogroll a:visited {
	color: #666;
}

ul.relatedLinks a:hover {
	color: #000;
}

ul.relatedLinks a:active {
	color: #666;
}
ul.relatedLinks h3 {
	font-size: 1.2em;
	color: #666;
	font-weight: bold;
	line-height 1.5em;
}
ul.relatedLinks ul.blogroll {
}

/*** Widgets? */

.widget-area {
	font-size: 1em;
	line-height: 1em;
}

#SingleArticleWidget {
	border-top: solid 3px #888;
	border-bottom: solid 1px #EEE;
	padding: .2em 0 .2em 0;
}
#SingleArticleWidget h2 {
	padding: 0 5px 5px 0;
	color: #666;
	border-bottom: solid 1px #eee;
	line-height: 1.5em;
}

#SingleArticleWidget ul li {
	list-style-type: square;
	margin-left: .5em;
	list-style-position: inside;
	line-height: 1.5em
}

.textwidget {
	line-height: 1.7em;
	color: #666;
	padding: 0 6px 0 6px;
}

/* Ken's WP Hacks */

/* Defined Above */
/* #cslContent h1 { margin-bottom: 20px; } 
#cslContent .page { margin-bottom: 20px; }
*/

#cslContent .edit-link { margin-top: 20px; }

/* Defined Above
#cslrightColumn a:link,
#cslrightColumn a:visited,
#cslrightColumn a:hover,
#cslrightColumn a:active {
	color:#0000ff;
}
*/
/* Defined Above and per-section
#cslContent a:link,
#cslContent a:visited,
#cslContent a:hover,
#cslContent a:active {
	color:#0000ff;
}
*/

/* FOOTER & ENCLOSED ELEMENTS */
/* ------------------------------------------------------------- */

/* Nav single-tier */
.NavSingleTier ul {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #999;
}
.NavSingleTier a:link, .NavSingleTier a:visited, .NavSingleTier a:active {
	text-decoration: none;
	font-size: 1em;
	line-height: 21px;
	font-weight: normal;
}

#cslFooter .AddressBlock {
	background:url(images/csl_Logo.png) no-repeat left top;
	width: 195px;
	padding: 110px 10px 10px 135px;
	float: left;
	height: 150px;
}
#cslFooter .AddressBlock .textwidget {
	color: #fff;
	line-height: 1.1em;
	
}
#cslFooter .NavSingleTier {
	float: left;
}
.Copyright {
	color: #999;
	text-align: center;
	padding: 5px;
}


/* cslHorizNav */
/* ------------------------------------------------------------- */
 

#cslHorizNav, #cslHorizNav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#cslHorizNav a {
	display: block;
	width: 198px;
}

#cslHorizNav ul li a {
	border-top: solid 1px #fff;
}
#cslHorizNav ul ul li a {
	border-top: none;
}

#cslHorizNav li { /* all list items */
	float: left;
	width: 198px; /* width needed or else Opera goes nuts */
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2em;
	border-top: solid 5px #333;
	margin-right: 1px;
	color: #333;
	background: #ccc;
}
#cslHorizNav li:hover {
	background: #999;
}
#cslHorizNav li:hover a {
	color: #fff;
}
#cslHorizNav li li {
	line-height: 30px;
	text-align: left;
	text-transform: none;
	letter-spacing: normal;
	border-bottom: solid 1px #fff;
	border-top: none;
	padding-left: 5px;
	padding-top: 0;
	width: 193px;
	filter:alpha(opacity=97);
	-moz-opacity:.97;
	opacity:.97;
	z-index: 10;
}
#cslHorizNav li ul { /* second-level lists */
	position: absolute;
	width: 193px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-top: solid 1px #fff;
}
#cslHorizNav li li:hover {
	background: #CCC;
}
#cslHorizNav li ul ul { /* third-and-above-level lists */
	margin: -30px 0 0 193px;
}

#cslHorizNav li:hover ul ul, #cslHorizNav li:hover ul ul ul, #cslHorizNav li.sfhover ul ul, #cslHorizNav li.sfhover ul ul ul {
	left: -999em;
}

#cslHorizNav li:hover ul, #cslHorizNav li li:hover ul, #cslHorizNav li li li:hover ul, #cslHorizNav li.sfhover ul, #cslHorizNav li li.sfhover ul, #cslHorizNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Link Colors */
li a:link, li a:visited, li a:active { color: #333; text-decoration: none; }
li li a:link, li li a:visited, li li a:hover, li li a:active { color: #FFF; text-decoration: none; }

/* Colors */
#cslHorizNav li.A {
	border-color: #364E61;
}
#cslHorizNav li.A li {
	background: #364E61;
	color: #fff;
}
#cslHorizNav li.A ul {
}
#cslHorizNav li.A li:hover {
	background-color: #1E2C39;
}
#cslHorizNav ul > li.A:hover {
	background-color: #466174;
}

#cslHorizNav li.B {
	border-color: #3C5C03;
}
#cslHorizNav li.B li {
	background: #3C5C03;
	color: #fff;
}
#cslHorizNav li.B ul {
}
#cslHorizNav li.B li:hover {
	background: #283E00;
}
#cslHorizNav ul > li.B:hover {
	background-color: #598d18;
}

#cslHorizNav li.C {
	border-color: #A14809;
}
#cslHorizNav li.C li {
	background: #A14809;
	color: #fff;
}
#cslHorizNav li.C ul {
}
#cslHorizNav li.C li:hover {
	background: #673508;
}
#cslHorizNav ul > li.C:hover {
	background-color: #b25a18;
}

#cslHorizNav li.D {
	border-color: #922724;
}
#cslHorizNav li.D li {
	background: #922724;
	color: #fff;
}
#cslHorizNav li.D ul {
}
#cslHorizNav li.D li:hover {
	background: #601917;
}
#cslHorizNav ul > li.D:hover {
	background-color: #a53532;
}


#cslHorizNav li.E {
	border-color: #484848;
}
#cslHorizNav li.E li {
	background: #646464;
	color: #fff;
}
#cslHorizNav li.E ul {
}
#cslHorizNav li.E li:hover {
	background: #484848;
}
#cslHorizNav ul > li.E:hover {
	background-color: #484848;
}



/* WP */

#cslContent,
#cslContent input,
#cslContent textarea {
	color: #444;
}
#cslContent p,
#cslContent ul,
#cslContent ol,
#cslContent dd,
#cslContent pre,
#cslContent hr {
	margin-bottom:24px;
}
#cslContent ul ul,
#cslContent ol ol,
#cslContent ul ol,
#cslContent ol ul {
	margin-bottom:0;
}
#cslContent pre,
#cslContent kbd,
#cslContent tt,
#cslContent var {
	font-size: .95em;
	line-height: 1.2em;
}
#cslContent code {
	font-size: .8em;
}
#cslContent strong,
#cslContent b,
#cslContent dt,
#cslContent th {
	color: #000;
}
/* Duped?

	#cslContent h1,
	#cslContent h2,
	#cslContent h3,
	#cslContent h4,
	#cslContent h5,
	#cslContent h6 {
		color: #000;
		margin: 0 0 20px 0;
		line-height: 1.5em;
}
*/
#cslContent .entry-title {
	color: #000;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 0;
}


#cslContent table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
#cslContent tr th,
#cslContent thead th {
	color: #888;
	font-size: .8em;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#cslContent tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#cslContent tr.odd td {
	background: #F2F7FC;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}



.page-title {
	color: #000;
	font-size: 2.2em;
	font-weight: normal;
	margin: 10px 0 36px 0;
	line-height: 1.6em;
	width: 690px;
	float: left;
	border-top: solid 3px #eee;
	border-bottom: solid 1px #eee;
}
.page-title span {
	color: #444;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color:#888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #888;
}




.entry-title,
.entry-meta {
	clear: left;
	float: left;
	margin-right: 68px;
}

.entry-title a:link,
.entry-title a:visited {
	color:#000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #888;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
	border-top: solid 1px #eee;

}
#cslContent .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#444;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	color: #FF4B33;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 1.4em;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #888;
	font-size: 12px;
	line-height: 1.2em;
	clear: both;
}
.entry-utility a {
	color: #888;
}

.entry-utility a:hover {
	color: #000;
}
#cslContent .video-player {
	padding: 0;
}

/* wp hacking */

.widget-area { margin-bottom: 20px; }
.widget-area ul li { padding: 2px; }
.widget-title { margin-bottom: 5px; }

#navProspective,
#navStudents,
#navAlumni,
#navDonors,
#navAboutus { 
  background-color: #ffffff; 
  border: 0px solid #000; 
  margin: auto; 
  padding: auto; 
  margin-bottom: 20px; 
  padding-bottom: 5px;
  width: 96%;
}

#navProspective ul.xoxo,
#navStudents ul.xoxo,
#navAlumni ul.xoxo,
#navDonors ul.xoxo,
#navAboutus ul.xoxo { margin-left: -5px; }

#navProspective ul.xoxo ul,
#navStudents ul.xoxo ul,
#navAlumni ul.xoxo ul,
#navDonors ul.xoxo ul,
#navAboutus ul.xoxo ul { margin: 0px 0px 0px 8px; }

#navProspective ul.xoxo li,
#navStudents ul.xoxo li,
#navAlumni ul.xoxo li,
#navDonors ul.xoxo li,
#navAboutus ul.xoxo li { margin-bottom: 0px; }

#navProspective a,
#navStudents a,
#navAlumni a,
#navDonors a,
#navAboutus a { display: block; width: 100%; padding: 2px; border-top: 1px solid #ffffff;  }

/*
#navProspective a:hover,
#navStudents a:hover,
#navAlumni a:hover,
#navDonors a:hover,
#navAboutus a:hover { padding: 2px; background-color: #f0f0f0; border-top: 1px solid #999999; }
*/

.widget-container { margin-bottom: 20px; }

.entry-meta {
	color: #888;
	padding-bottom: 5px;
}
#cslContent .entry-meta a:link,
#cslContent .entry-meta a:visited,
#cslContent .entry-meta a:active {
	color: #888;
	text-decoration: none;
	border-bottom: dashed 1px #ccc;
}
#cslContent .entry-meta a:hover {
	color: #000;
	border-bottom: none;
}

#missionStmt {
  text-align: left;
  margin: 0px; 
  padding: 0px;
}

.alignleft { float: left; }
.aligncenter { float: center; text-align: center; }

.error404 {
  line-height: 1.8em;
}

.error404 #searchForm { margin-top: 20px !important; }

/* page specific styles */

#pdc td { 
  border: 1px solid #000000; 
  padding: 0px !important; 
  margin: 0px !important; 
} 

#pdc td ul { margin-left: -10px; } 
#pdc thead td { 
  background-color: #364E61; 
  font-size: 1.5em; 
  font-weight: bold; 
  color: #ffffff; 
  padding: 5px !important; 
} 
#pdc td.bold { 
  text-align: center; 
  font-size: 1.25em; 
  font-weight: bold; 
  color: #364E61; 
}

#cslContent .entry-content table.noStyle { margin: 0px; padding: 0px; border: 0px; }
#cslContent .entry-content table.noStyle td { margin: 0px; padding: 0px; border: 0px; }

/* collapsing menu changes */
#cslrightColumn ul.collapse h3 {
        font-size: 1.2em;
        font-weight: bold;
        padding-top: 5px;
        border-bottom: 1px solid #666;
        padding-bottom: 10px;
}
#cslrightColumn .collapsing.pages.list { margin-left: 0px; }
#cslrightColumn .widget_collapspage ul { margin-left: 12px; font-size: 12px; line-height: 16px; }
#cslrightColumn .widget_collapspage .sym { padding: 3px; font-family: monospace; }

div.floatRight { 
  position: relative;
  float: right;
  width: 200px;
  padding: 10px;
  background-color: #f0f0f0;
  color: #000000;
  margin-left: 10px;
}


table.admissions {
  border: none !important;
  padding: 0px !important;
  margin: 0px !important;
}

table.admissions td {
  padding: 0px !important;
  margin: 0px !important;
  border: none !important;
  padding-bottom: 20px !important;
  vertical-align: top !important;
  text-align: center;
  line-height: 20px;
}

table.admissions img {
  padding: 0px !important;
  margin: 0px !important;
  border: none !important;
}

table.admissions td.vmiddle {
  vertical-align: middle !important;
}

table.structure, table.structure td {
  border: 0px;
  padding: 0px;
  vertical-align: middle;
}

.inquiryform {
  border: 1px dashed #999999;
  background-color: #f0f0f0;
  padding: 20px;
}

.inquiryform input[type="text"],
.inquiryform select,
.inquiryform textarea {
  width: 95% !important;
}

div.really_simple_share { border-top: 1px solid #cccccc; padding-top: 3px; }
body.home div.really_simple_share { display: none; }
img.pageheader { border: none !important; margin: 0px !important; padding: 0px !important; }
img.noborder { border: none !important; }
td.lalp { background: #ffcccc; padding: 20px !important; }
td.lalp p { padding: 0px; }
