/* CORE ELEMENTS */

html{ background: #FEFEFE url(../images/html_background.png) top repeat-x; }
body{
	background: transparent url(../images/body_background.png) top no-repeat;
	margin: 0 auto;
	padding: 0 12px;
	width: 998px;
	color: #444;
	font: 13px/17px helvetica, arial, verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, ol, ul, dl, p, form, fieldset { margin: 0 0 18px 0; }
h1, h2{
	color: #002244;
	font-family: georgia, times, serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
}
h2{
	font-size: 18px;
	line-height: 24px;
}

a{ color: #0066aa; }
a:link, a:visited { text-decoration: underline; }
a:hover, a:active { text-decoration: none; }
a.rss{
	background: transparent url(../images/icon_rss.png) left no-repeat;
	display: block;
	padding-left: 18px;
}

ul, ol, dl{
	margin-left: 2em;
}

input.text{
	background: #FFF url(../images/input_background.png) top repeat-x;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	height: 12px;
	overflow: visible;
	padding: 5px 6px;
	line-height: 12px;
	font-size: 12px;
}

table.styled{
	border-collapse: collapse;
	border: 1px solid #DDD;
	margin: 0 0 20px 0;
	width: 100%;
}
table.styled td{ padding: 5px 10px; }
table.styled tr:nth-child(odd) td{ background: #EEE; }

.hidden { display: none; }

/* HEADER */

header#primary{
	background: transparent url(../images/header_background.jpg) 0 0 no-repeat;
	height: 222px;
	position: relative;
	z-index: 2;
}
#logo{
	background: transparent url(../images/logo.png) 0 0 no-repeat;
	display: block;
	height: 108px;
	width: 111px;
	position: absolute;
	left: 23px;
	top: 35px;
	text-indent: -9999px;
}
#slogan{
	background: transparent url(../images/slogan.jpg) 0 0 no-repeat;
	height: 57px;
	width: 530px;
	position: absolute;
	right: 125px;
	top: 85px;
	text-indent: -9999px;
}
#enews_signup, #search{
	height: 55px;
	padding-left: 18px;
	position: absolute;
	top: 0;
	line-height: 50px;
}
#enews_signup input, #search input{ vertical-align: middle; }
#enews_signup{
	width: 358px;
	left: 280px;
}
#enews_signup label{
	color: #FFF;
	font-family: georgia, times, serif;
	font-size: 18px;
}
#enews_signup input.text{ width: 133px; }
#search{
	width: 305px;
	left: 656px;
}
#search input.text{ width: 240px; }
header#primary nav{
	height: 43px;
	width: 998px;
	position: absolute;
	bottom: 4px;
	left: 0;
}
header#primary ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
header#primary li{ 
	float: left;
	position: relative;
}
header#primary li a{
	background: transparent url(../images/menu_divider.png) right no-repeat;
	display: block;
	height: 43px;
	padding: 0 26px 0 27px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 43px;
	text-decoration: none;
}
header#primary li.last a{ background: none; }
header#primary li:hover > a{ background-color: rgba(255,255,255,0.1); }
header#primary ul ul{
	background: #f0f3f6 url(../images/submenu_background.png) top repeat-x;
	-moz-box-shadow: #000 0 0 5px;
	-webkit-box-shadow: #000 0 0 5px;
	box-shadow: #000 0 0 10px;
	display: none;
	padding: 15px;
	position: absolute;
	left: 0;
	top: 43px;
	width: 188px; /* Overridden by jQuery */
}
header#primary ul li:hover ul{ display: block; }
header#primary ul ul li{
	border-top: 1px solid #dddcda;
	display: block;
	padding: 6px 0;
	width: 100%;
}
header#primary ul ul li:last-child{ border-bottom: 1px solid #dddcda; }
header#primary ul ul li a{
	background: none;
	height: auto;
	padding: 0;
	color: #002b55;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
}

/* Joel's Edits */
header#primary ul ul { padding: 5px 15px; opacity: .97;
				   -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px;
				   -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;
}
header#primary ul ul li:last-child{ border-bottom: none; }
header#primary ul ul li:first-child{ border-top: none; }
header#primary ul ul li a:hover { color: #001b33; }

/* PAGE BODY */
#pagebody {
	overflow: auto;
	background: url('../images/border.gif');
	margin: 20px 0;
}


/* CONTENT */

#content{
	float: right;
	margin-bottom: 20px;
	padding: 0px 20px 0 0;
	position: relative;
	width: 698px;
	z-index: 1;
}
body.page #content{
	border-right: 1px solid #BBB;
	float: left;
	margin-top: 0px;
	padding: 0 20px 20px 20px;
	width: 717px;
}
body.page #content p a{font-weight:bold;}
#content p div.photo-caption{float:left; display:block; margin:0 10px 0 0;}
#content p div.photo-caption.right{float:right; clear:right; display:block; margin:0 0 0 10px;}

#content p div.photo-caption p{font-size:11px;}

#page_banner{
	background: transparent url(../images/page_banner_background.png) 0 0 no-repeat;
	height: 168px;
	margin-bottom: 20px;
	padding: 5px;
	width: 707px;
}
article{ margin-bottom: 20px; }
article h2{ margin-bottom: 5px; }
article time{
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}

#pagination-links { 
	margin: 0;
	padding: 0;
	list-style: none;
}
#pagination-links li {
	margin: 0;
	padding: 2px 5px;
	list-style: none;
	display: inline;
	border: 1px solid #ccc;
}
#pagination-links li a.current {
	color: black;
	text-decoration: none;
}

button.button, .button:link, .button:visited {
  display: inline-block;
  line-height: 30px;
  padding: 0 20px;
  background: #013e81 url(../images/button-bg.png) repeat-x 0 0;
  color: #fff;
  border: 1px solid #013e81;
  text-decoration: none;
  font-weight: bold;
  text-shadow: -1px -1px 1px rgba(0,0,0,0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

li .photo-caption .right{
	float:right;
	clear:right!important;
}

/* CONTENT - 2010 Inaugural Annual Giving Campaign - /page/how-to-give-in-the-us */
#giving-campaign-2010{
    background:#ebf3f8;
    border:1px solid #ccc;
    margin-bottom:20px;
    padding:20px;

}

/* CONTENT - SLIDESHOW */

#slideshow{
	background: transparent url(../images/slideshow_background.png) 0 0 no-repeat;
	height: 270px;
	margin-bottom: 20px;
	padding: 5px;
	position: relative;
	width: 690px;
}
#slideshow .slides, #slideshow .pagination{
	list-style: none;
	margin: 0;
	padding: 0;
}
#slideshow .slides li{
	height: 270px;
	width: 690px;
	position: absolute;
	top: 5px;
	left: 5px;
}
#slideshow li strong{
	background-color: #999;
	background: rgba(0,0,0,0.5);
	height: 40px;
	width: 670px;
	padding-left: 20px;
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	font-family: georgia, times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 40px;
}
#slideshow .pagination{
	height: 40px;
	position: absolute;
	top: 5px;
	right: 25px;
	z-index: 1000;
}
#slideshow .pagination li{ display: inline; margin-left: 4px; }
#slideshow .pagination li a{
	color: #CCC;
	line-height: 40px;
	text-decoration: none;
}
#slideshow .pagination li a.activeSlide{
	color: #FFF;
	font-weight: bold;
}

#signature{
	{*float: left;*}
	margin-right: 20px;
}

#content_sidebar{
	/*border-left: 1px solid #d6d9dc;*/
	float: right;
	margin-left: 20px;
	margin-bottom: 50px;
	padding-left: 20px;
	width: 200px;
}
#content_sidebar h2{
	border-bottom: 2px solid #bbbfc4;
	padding-bottom: 7px;
	color: #002244;
	font-family: georgia, times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
}

#scholar-week{
  margin-bottom:4px;
}
#scholar-week h3{
  color:#06a;
  font-size:13px;
  margin:0;
}
#scholar-week h4{
  color:#06a;
  font-size:13px;
  font-weight:normal;
  margin:0;
}
#scholar-week p{
  color:#444;
  font-size:13px;
  font-weight:normal;
  margin:0 0 18px 0;
}
#scholar-week p a{
  font-size:13px;
  font-weight:normal;
  margin:-10px 0 0 0;
}

/* CONTENT - EVENT CALENDAR */
#calendar{width:700px;}
#calendar tbody td{height:70px; width:100px; border:1px solid #bbb; font-size:11px;}


/* CONTENT - FAQs */
#faqs a { outline: none; }
#faqs h3 {
	margin: 0;
	padding: 5px 0 8px 0;
	border-top: 1px solid #eee;
}

/* CONTENT - SEARCH RESULTS */
.searchresult {
	border-bottom: 1px solid #eee;
}
.searchresult strong {
	background: #f3f3ff;
}
.searchresult h2 strong {
	font-weight: bold;
	background: none;
}
.searchresult p strong{
	color: black;
}
.searchresult time {
	display: inline;
	font-size: 12px;
}

/* CONTENT - SCHOLAR LISTING */

article.scholar{
	float: left;
	margin-bottom: 20px;
	padding-left: 120px;
	width: 200px;
	border: 1px solid #ddd;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	padding: 5px 5px 5px 125px;
	margin-right: 20px;
}
.elects article.scholar {
	float: none;
	width: 580px;
	margin-right: 0;
}
article.scholar img.thumbnail{
	float: left;
	height: 128px !important;
	margin-left: -120px;
}
/* CONTENT - NEWS */
.newsitem { border-bottom: 1px solid #eee; }
.newsitem time { font-size: 11px; margin: 0; }
.newsitem h2 { margin-top: 0; }
body.page #content .newsitem p a { font-weight: normal; }

/* CONTENT - VIDEO WALL */
#video-wall {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: auto;
}
#video-wall li {
	float: left;
	display: inline;
	padding: 5px;
	margin: 0 7px 8px 0;
	height:146px;
	border: 1px solid #ccc;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-align:center;
}

#video-wall li h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
/*
#video-wall-video {
	margin: 0 auto;
	padding: 5px;
	width: 640px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
*/

#video-wall li p{width:160px; height:auto; margin:0;}

#video-wall li p.video-identifier{color:#777; font-size:11px;}

#video-wall-video {
	background: black;
	width: 720px;
	height: 380px;
	padding: 20px 0;
	text-align: center;
	border: 1px solid #000;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#pfButton {
	clear: both;
}

/* CONTENT - SCHOLAR OF THE WEEK */
#scholar-wall {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: auto;
}
#scholar-wall li {
	float: left;
	display: inline;
	padding: 5px;
	margin: 0 7px 8px 0;
	height:270px;
	border: 1px solid #ccc;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-align:center;
	width:220px;
}

#scholar-wall li h4 {
	color:#06a;
	margin: 0;
	padding: 0;
	text-align: left;
	width:220px;
}

#scholar-wall li p{width:220px; height:auto; margin:0; text-align:left; font-size:12px; color:#555;}

#scholar-wall li p.video-identifier{color:#06a; font-size:11px; text-align:left;}



/* ACTION CENTER */

#action_center ul{ margin-left: 0; }
#action_center ul a{
	background: transparent url(../images/action_center_link_background.png) 0 0 no-repeat;
	display: block;
	height: 43px;
	margin-bottom: 5px;
	padding: 13px 35px 0 11px;
	width: 154px;
	color: #FFF;
}
#action_center ul a:hover{
	background-position: 0 -56px;
}
#action_center ul a strong{
	display: block;
	color: #0066aa;
	font-family: georgia, times, serif;
	font-weight: normal;
	font-size: 21px;
	text-transform: uppercase;
}
#action_center ul a:hover strong{ color: #FFF; }
#action_center ul a span{
	color: #777;
	font-size: 11px;
}
#action_center ul a:hover span{ color: #a2a2a2; }


/* ADDITIONAL LINKS */

#additional_links h2{ margin-bottom: 0; }
#additional_links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#additional_links li a{
	display: block;
	border-bottom: 1px solid #d6d9dc;
	padding: 6px 0;
	color: #0066aa;
	text-decoration: none;
}


/* SIDEBAR */

#sidebar{
	float: left;
	padding: 20px;
	padding-top: 0;
	position: relative;
	width: 240px;
	z-index: 1;
}
body.page #sidebar{
	float: right;
	width: 200px;
}
#sidebar h2{
	border-bottom: 2px solid #bbbfc4;
	padding-bottom: 7px;
	color: #002244;
	font-family: georgia, times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}

#sidebar .home-link{
	border-top: 1px solid #d6d9dc;
	border-bottom: 1px solid #d6d9dc;
	padding: 10px 0;
	text-align: center;
}

#sidebar .home-link a{font-weight:bold;}

/* SIDEBAR - QUICK LINKS */

#quick_links{ margin: 0 0 20px 0; }
#quick_links h2{ margin-bottom: 0; }
#quick_links ul{ margin: 0 0 10px 0; }
#quick_links ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#quick_links li{
	float: left;
	width: 240px;
}
#quick_links li a{
	background: transparent url(../images/quick_links_bullet.png) 3px 12px no-repeat;
	display: block;
	border-bottom: 1px solid #d6d9dc;
	padding: 6px 0 6px 20px;
	color: #0066aa;
	text-decoration: none;
}

/* FORMS */
.generated-inline-form {

}
#content label {
	display: block;
	margin-top: 8px;
	color: #666;
	font-size: 13px;
	font-weight: bold;
}
#content label.section {
  font-size: 16px;
  margin-top: 16px;
}
#content label.checkbox {
  position:relative;
  padding-left:24px;
  font-weight:normal;
  margin-bottom:10px;
}
#content label.checkbox input{
    position:absolute;
    top:0;
    left:0;
}

#content label.error {
	display: block;
	background: #ffd;
	position: relative;
	top: -5px;
	left: 3px;
	width: 150px;
	border: 1px solid #f55;
	border-top: 0px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
#content input {
	height: auto;
	background: white;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 14px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
#content textarea {
	width:100%;
	height: 130px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
#content input.submit {
	background: #eef;
	font-size: 12px;
	cursor: pointer; cursor: hand;
}


/* SIDEBAR - WHATS NEW */

#whats_new{ position: relative; }
#whats_new p{ color: #0066aa; }
#whats_new article{
	clear: left;
	margin-bottom: 20px;
	height: 50px;
	padding-left: 40px;
	position: relative;
}
html > body #whats_new article{
	height: auto;
	min-height: 45px;
}
#whats_new time{
	float: left;
	margin-left: -40px;
	width: 20px;
	line-height: 15px;
	text-align: center;
}
#whats_new time span{ display: block; }
#whats_new time .day{
	color: #002244;
	font-size: 15px;
	font-weight: bold;
}
#whats_new time .month, #whats_new time .year{
	color: #888;
	font-size: 9px;
	text-transform: uppercase;
}
#whats_new article a{
	color: #0066aa;
	text-decoration: none;
}
#whats_new a.more{
	border-top: 1px solid #d6d9dc;
	display: block;
	padding: 10px 0;
}
#whats_new a.rss{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 11px;
}


/* FOOTER */

#footer{
	border-top: 2px solid #bbbfc4;
	clear: both;
	height: 88px;
	padding: 14px 0;
	position: relative;
	color: #999;
	font-size: 11px;
}
#footer small{
	display: block;
	margin-bottom: 10px;
}
#footer nav{
	position: absolute;
	left: 200px;
	top: 14px;
	height: 14px;
}
#footer nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer nav li{
	border-right: 1px solid #BBB;
	display: inline;
	padding: 0 9px;
}
#footer nav li.last{ border: none; }
#footer nav li a{
	color: #444;
	font-size: 11px;
	line-height: 11px;
	vertical-align: top;
}
#social_networks{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 12px;
	right: 0;
	width: 100px;
}
#social_networks li{
	display: inline;
	margin-left: 10px;
}
#footer_logo{
	position: absolute;
	top: 70px;
	right: 0;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#fff;}

#colorbox{}
    #cboxContent{margin-top:32px;}
        #cboxLoadedContent{background:#fff; border:1px solid #000; padding:1px;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) center center no-repeat;}
        #cboxLoadingOverlay{background:#fff;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{background:#fff; position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../images/controls.png) 0 0 no-repeat;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious.hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext.hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose.hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}
