/*  
Originally created by Juxtaprose, (c) copyright 2010
http://juxtaprose.com/
*/

body {
	background: #252525; 
	color: #2d2d2d;
	margin: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;	
}

/* centering and framing */
#wrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	width: 990px;
	background: #fff;
	border: 5px solid #fff;
	text-align: left;
}

/* Accessiblity Skip Menu */
#skip a, #skip a:hover, #skip a:visited {
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
 
#skip a:focus {
	position: static;
	width: auto;
	height: auto;
} 

/* masthead */
#masthead {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 118px;
	background: #464749;	
}

#masthead h1, #masthead h3 {
	position: absolute;
	top: 13px;
	left: 254px;
	margin: 0;
	padding: 0;
}

#masthead h1 a, #masthead h3 a {
	display: block;
	position: absolute;
	width: 657px;
	height: 24px;
	padding: 20px 0 56px 0;
	background-image: url("/images/site/st-benedict-school.gif");
	background-repeat: no-repeat;
	background-position: 0 20px;
	text-indent: -9999em;	
	z-index: 20;	
}

#masthead p {
	position: absolute;
	top: 73px;
	left: 253px;
	width: 655px;
	height: 20px;
	margin: 0;
	padding: 0;
	background-image: url("/images/site/tagline.gif");
	text-indent: -9999em;	
	z-index: 10;
}

#logo {
	position: absolute;
	top: 1px;
	left: 16px;
	width: 173px;
	height: 173px;
}

/* primary navigation (nav1) */
#nav1 {
	position: relative;
	list-style: none;
	width: 800px;
	height: 59px;
	margin: 0 0 0 172px;
	padding: 0;
	overflow: hidden;
}

#nav1 li {
	float: left;
	display: inline; /* ie6 only */
	margin: 0;
	padding: 0;	
}

#nav1 a {
	display: block;	
	padding: 27px 19px 10px 19px;
	color: #323232;
	font-size: 13.44px;
	font-weight: normal;
	line-height: 15px;
	text-transform: uppercase;
	text-decoration: none;
}

#nav1_8 a {padding-right: 0;}

/*
#nav1_1 {left: 50px;}

#nav1_2 {left: 165px;} 
#nav1 #nav1_2 a {width: 130px;}

#nav1_3 {left: 320px;}
#nav1 #nav1_3 a {width: 100px;}

#nav1_4 {left: 460px;}

#nav1_5 {left: 580px;}
#nav1 #nav1_5 a {width: 130px;}

#nav1_6 {left: 745px;}

#nav1_7 {left: 865px;}
#nav1 #nav1_7 a {width: 100px;}

#nav1_8 {left: 965px;}
*/

.school #nav1_1 a, .about #nav1_2 a,
.news-events #nav1_3 a, .admissions #nav1_4 a,
.parents #nav1_5 a, .alumni #nav1_6 a,
.giving #nav1_7 a, .contact #nav1_8 a {
	color: #bf2e1b;
}

#nav1 a:hover {
	text-decoration: underline;
}

/* page structural elements */
#main {
	float: left;
	display: inline; /* ie6 only */
	height: 350px; /* ie6 only */
	min-height: 350px;
	width: 610px;
	margin: 5px 0 30px 25px;
	padding: 20px 86px 30px 0;
	border-top: 1px solid #d8d8d8;
}

#sidebar {
	float: left;
	display: inline; /* ie6 only */
	width: 244px;
	margin: 5px 0 30px 0;
	padding-top: 40px;
	border-top: 1px solid #d8d8d8;	
}

.home #main {
	width: 514px;
	padding: 0 80px 20px 0;
	margin: 0 0 0 25px;
	border-top: 0;
}

.home #sidebar {
	width: 323px;
	padding: 0 0 0 22px;
	margin: 0 0 30px 0;
	border-top: 0;
	border-left: 1px dotted #646567;		
}

.home #sidebar p {
	line-height: 20px;
}

html>body #main, html>body.home #main {
	height: auto; /* override ie6-only rule above */
}


/* main text and inline elements */
#main p, #main ul, #main ol, #main table {
	font-size: 14px;
	line-height: 26px;
}

#main table {
	padding: 5px;
	margin: 20px 0 20px 0;
	width: 600px;
	border-collapse:collapse;
	
}

#main th {
	background: #dcdcdc;
	padding: 5px;
	border: 1px solid #646567;
	text-transform: uppercase;
	font-size: 12px;
}

#main td {
	padding: 5px;
	border: 1px solid #646567;		
}

#main a { 
	color: #bf2e1b;
}

#main a:hover { 
	color: #fff;
	background: #bf2e1b; 
}

#main .more { /* a.more */
	font-size: 12px;
	text-transform: uppercase;
}

#main h1 {
	margin: 20px 0 3px 0;
	color: #bf2e1b;
	font-size: 22px;
	font-weight: bold;	
}

#main h2 {
	margin: 10px 0 3px 0;
	color: #bf2e1b;
	font-size: 18px;
	font-weight: bold;
}

.home #main h2 {
	margin: 30px 0 3px 0;
}

.home #main p {
	margin: 0;
}

.home #main a {
	color: #2d2d2d;
	text-transform: uppercase;
	font-size: 12px;
}

.home #main a:hover {
	color: #fff;
	background: #2d2d2d;
}

#main h3 {
	margin: 15px 0 0 0;
	color: #233e99;	
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
}

#main h4 {
	margin: 15px 0 0 0;
	color: #2d2d2d;	
	font-size: 1.3em;
	font-weight: bold;
}

#main .byline {
	font-size: 11px;
	text-transform: uppercase;
}

#main .byline a {
	color: #66b623;
	background: #fff;
}

#main h1 a, #main h2 a, #main .byline a {
	text-decoration: none;
}	

#main h1 a:hover, #main h2 a:hover, #main .byline a:hover {
	text-decoration: underline;
}	

#main .readline {
	margin: -10px 0 30px 0;
}

/* home page rotating items */
.rotating {
	width: 990px;
	height: 390px;
	margin: 0 0 30px 0;
}

.rotate {
	position: relative;
	display: none;	
	width: 990px;
	height: 390px;	
}

.rotating .firstitem {
	display: block;
}

.rotate img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.rotate .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 57px;
	width: 940px;
	padding: 9px 25px;
	background-image: url("/images/site/bg-opaq76.png");
	background-repeat: repeat;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	z-index: 20;
}

.rotate .caption p {
	margin: 0;
}

.rotate .caption a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;	
}

.rotate .caption a:hover {
	background: #fff;
	color: #464749;
}

/* main images */
#main img, #main .captionbox {
	clear: both;	
	float: left;
	display: inline; /* ie6 only */
	padding: 6px 20px 13px 0;
}

#main .captionbox img {
	float: none;
	padding: 0;
}

#main .captionbox p {
	margin: 0;
	padding: 10px 0 0 0;
	color: #777;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
}

#main .prevnext {
	margin: 20px 0 0 0;
	text-transform: uppercase;
	font-weight: bold;
}

#main .prevnext p {
	font-size: 11px;
}

#main .prevnext a {
	color: #2d2d2d;
}

#main .prevnext a:hover {
	color: #fff;
	background: #2d2d2d;
}

/* keep in touch form */
.kit p {
	float: left;
	display: inline; /* ie6 only */
	width: 252px;
	margin: 18px 0 0 0;
}	

.kit .cola {
	clear: both;
	margin-right: 50px;
}

.kit h3 {
	clear: both;
	margin: 0;
	padding: 12px 0 0 0;
}

.kit label, .kit .label {
	display: block;
	color: #444;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	text-transform: uppercase;
}

.kit .error {
	margin-top: 2px;
	color: #bf2e1b;
}

.kit .checkbox label {
	display: inline;
	color: #2d2d2d;
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	text-transform: none;
}

.kit input {
	width: 260px;
	height: 24px;
	padding: 2px;
	margin: 2px 0 0 0;
	border: 1px solid #777;
	font-size: 16px;
}

.kit select {
	width: 264px;
	height: 28px;
	margin: 2px 0 0 0;	
	border: 1px solid #777;
	font-size: 16px;
}

.kit input:focus, .kit select:focus, .kit textarea:focus {
	background: #eef;
}

.kit .checkbox input {
	width: 16px;
	height: 16px;
	border: 0;
}

.kit .note {
	clear: both;
	float: none;
	display: block;		
	width: 570px;
}

.kit .note .label span {
	display: block;
	text-transform: lowercase;
	font-weight: normal;
}

.kit .tarea {
	clear: both;
	float: none;
	display: block;	
}

.kit textarea {
	width: 560px;
	height: 70px;
	padding: 2px;
	font-size: 16px;
	border: 1px solid #777;	
}

.kit .submit {
	clear: both;
}

.kit .submit input {
	width: 100px;
	height: 32px;
	color: #fff;
	background: #233e99;
}

.kit .submit input:hover {
	background: #bf2e1b;
}


.kit .separator {
	padding: 18px 0 0 0;
}


/*
#main img, #main img.imageleft, #main div.captionleft {
	clear: both;
	float: left;
	padding: 0 15px 15px 0;
}


#main img.imageright, #main div.captionright {
	clear: both;
	float: right;
	padding: 0 0 15px 15px;
}


#main img.imagecenter, #main div.captioncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0 15px 0;
	text-align: center;
}

#main div.captionright p, #main div.captionleft p, #main div.captioncenter p {
	margin: 2px 0 0 0;
	font-size: 0.9em;
}

 */
/*
#main a.imagelarge img, #main .thinbox a.imagelarge img {
	padding-bottom: 20px;
	background-image: url("/images/site/enlarge.png") !important;
	background-position: bottom right;
	background-repeat: no-repeat;
}
*/


/* sidebar text and inline elements */
#sidebar h3 {
	margin: 0 0 10px 0;
	color: #646567;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.home #sidebar h3 {
	color: #464749;
	font-size: 14px;
	text-transform: none;	
	text-align: left;
}

#sidebar p {
	font-size: 13px;
}

.home #sidebar p {
	color: #233e99;
}	

#sidebar a {
	color: #233e99;
}

#sidebar a:hover {
	text-decoration: underline;
}

.home #sidebar a {
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: underline;	
}

.home #sidebar a:hover {
	background: #233e99; 
	color: #fff;
}

#sidebar img {
	border: 1px solid #e1e1e1;
	margin-bottom: 20px;
}

#sidebar .borderbox {
	width: 216px;
	margin-bottom: 36px;
	padding: 20px 12px;
	color: #646464;
	background: #f9f9f9;
	border: 1px solid #e1e1e1;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
}

.home #sidebar .borderbox {
	width: 240px;
}

#sidebar .borderbox h3 {
	margin: 0;
	color: #464749;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#sidebar .borderbox p { 
	color: #646464;
	margin: 11px 0 0 0; 
}

#sidebar .borderbox ul {

}

#sidebar .borderbox a {color: #646464;}

#sidebar .borderbox a:hover {background: #646464; color: #f9f9f9;}

#sidebar .borderbox .more {
	font-size: 11px;
	text-transform: uppercase;
}

/* for news sidebar box */
#sidebar .newsbox {
	width: 210px;
	padding: 10px 15px 20px 15px;
	margin: 0 0 36px 0;
	color: #2f3b62;
	background: #eaeef9;
	border: 1px solid #c4cce3;	
	line-height: 20px;
}

#sidebar .newsbox h2 {
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

#sidebar .newsbox a {
	text-transform: uppercase;
	font-size: 12px;
}

#sidebar .newsbox a:hover {
	color: #fff;
	background: #233e99;
}

.home #sidebar .newsbox {
	width: 300px;
	padding: 0;
	background: #fff;	
	border: none;
}

#sidebar .announcement {
	width: 218px;
	padding: 12px 12px 24px 12px;
	margin-bottom: 36px;
	background: #464749;
	color: #fff;
	font-size: 13px;
	line-height: 22px;
	text-align: center;	
}

.home #sidebar .announcement {
	width: 299px;
}

#sidebar .announcement h3 {
	margin: 0;
	color: #fff;
	padding-bottom: 8px;
	border-bottom: 1px dotted #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.3em;	
	line-height: 14px;	
	text-align: center;
	text-transform: uppercase;
}

#sidebar .announcement p { 
	margin: 8px 0 0 0; 
	padding-bottom: 8px;
	color: #fff;
	border-bottom: 1px dotted #fff;	
	letter-spacing: 0.1em;		
}

#sidebar .announcement a {	
	color: #fff;
	font-size: 13px;
	text-transform: none;
}


#sidebar .announcement a:hover {
	background: #fff;
	color: #464749;
}


/* NOT used on site yet */
#sidebar .headbox {
	width: 302px;
	margin-top: 20px;	
}

#sidebar .headbox h3 {
	width: 100%;
	margin: 0 0 7px 0;
	padding: 7px 0;
	color: #fff;
	background: #02a4d3;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
}

#sidebar .headbox h3.dark {
	background: #1d224e;
}

#sidebar .headbox .midimg {
	padding: 0 5px;
}

#sidebar .headbox h4 {
	margin: 0;
	color: #02a4d3;
	font-size: 1.2em;
	font-weight: normal;
}

#sidebar .headbox h4 a {
	color: #02a4d3;
	text-decoration: none;
}	

#sidebar .headbox p, #sidebar .headbox a {
	color: #1d224e;	
}


/* nav 2 */
#sidebar .nav2 {
	list-style: none;
	margin: 0 0 36px 0;
	padding: 0;	
}

#sidebar .nav2 li {
	margin: 0;
	padding: 0;
}

#sidebar .nav2 li a {
	display: block;
	padding: 13px 0;
	margin: 0;
	color: #233e99;
	font-size: 16px;	
	border-bottom: 1px dotted #646567;	
	text-decoration: none;
	text-align: center;
}

#nav2on {
	color: #bf2e1b !important;
}

#sidebar .nav2 a:hover {
	text-decoration: underline;
}


/* convenience classes */
.clr {
	clear: both;
}

.nowrap {
	white-space: nowrap;
}

.separator {
	clear: both;
	border-bottom: 1px dotted #233e99;
}

.marbottom {
	margin-bottom: 10px;
}

.marbottom20 {
	margin-bottom: 20px !important;
}

.martop30 {
	margin-top: 30px !important;
}

.martopno {
	margin-top: 0px !important;
}

.feedicon {
	margin-left: 5px;
}

/* footer */
#footer {	
	clear: both;
	width: 100%;
	color: #464749;	
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

#footer p {	
	margin: 0 0 5px 0;
}

#footer a {
	color: #464749;
	text-decoration: none;
}

#footer .more {
	font-size: 11px;
	text-decoration: underline;
	text-transform: uppercase;
}

#footer a:hover {
	background: #464749;
	color: #fff;	
}

#footer p.juxta {	
	margin: 10px 0 0 0;
	font-size: 9px;
	text-transform: uppercase;
}

#footer p.juxta span {
	font-style: italic;
}

#footer p.juxta a {
	color: #999;
}

#footer p.juxta a:hover {
	color: #fff;
}

/* portal styles */
body.portal { background: #464749; }

.portal #wrap {	
	width: 810px;
	color: #fff;
	background: #464749;
	border: 0;
	text-align: center;
	overflow: hidden;
}

.portal h1 {
	margin: 47px auto 0 auto;
	padding: 0;
	width: 585px;
	height: 126px;
	background-image: url("/images/site/portal-welcome.gif");
	text-indent: -9999em;
}

.portal h2 {
	margin: 30px auto 0 auto;
	padding: 0;
	width: 457px;
	height: 25px;
	background-image: url("/images/site/portal-tagline.gif");
	text-indent: -9999em;
}

.portal .cola, .portal .colb  {
	float: left;
	display: inline; /* ie6 only */
	width: 397px;
}

.portal .cola {
	margin-right: 16px;
}

.portal h3 {
	margin: 67px 0 7px 0;
	padding-right: 16px;
	font-size: 16px;
	font-weight: normal;
}

.portal h3 span {
	font-size: 12px;
}

.portal h3 a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.portal h3 a:hover {
	border-bottom: 1px solid #777;
}

.portal p {
	margin: 16px 0 60px 0;
	padding: 0 7px 0 14px;	
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

.portal p a {
	color: #fff;
	font-size: 15px;
	font-weight: normal;	
	text-transform: none;	
	text-decoration: none;
	border-bottom: 1px solid #777;	
}	

.portal p a:hover {
	background: #fff;
	color: #464749;
}

/* MediaPlayer styles */
.mep-container {
	position: relative;
	background: #fff;
	font-family: Helvetica, Arial;
	border: 1px solid #ccc;
}

.mep-container-fullscreen { 
	position: fixed; 
	left: 0; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	overflow: hidden; 
}

.mep-container-fullscreen .mep-mediaelement,
.mep-container-fullscreen video { 	
	width: 100%; 
	height: 100%; 
}

.mep-mediaelement {
	position: absolute;
	top: 0;
	left: 0;
}

.mep-poster {
	position: absolute;
	top: 0;
	left: 0;
}

.mep-overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: table;
	background: url(ajax-loader.gif) center middle no-repeat;
}

.mep-overlay-message {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	text-shadow: #000 1px 1px 1px;	
	font-size: 24px;
	font-weight: bold;
}

.mep-container ul.mep-controls {
	position: absolute;
	background: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	background: #333;	
	background: rgba(0, 0, 0, 0.5);
	height: 30px;
	width: 100%;
}

.mep-container ul.mep-controls li {
	list-style-type: none;
	background-image: none;
	display: inline-block;
	float: left;
	margin: 5px 0 5px 5px;
	padding: 0;
	width: 20px;
	height: 20px;	
	font-size: 11px;
	line-height: 11px;	
	background: #999;	
	background: rgba(100, 100, 100, 0.8);
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;		
}

.mep-container ul.mep-controls li:last-child {
	margin-right: 5px;	
}

.mep-container ul.mep-controls .mep-time {
	color: #fff;
	display: block;	
	width: 80px;
	height: 17px;
	padding: 3px 0 0 0 ;
	overflow: hidden;	
	text-align: center;
}

.mep-container ul.mep-controls .mep-time span {
	font-size: 11px;
	color: #fff;	
	line-height: 1em;
	display: inline-block;	
	
}

.mep-controls .mep-playpause-button span, 
.mep-controls .mep-volume-button span, 
.mep-controls .mep-fullscreen-button span {
	cursor: pointer;
	display: block;
	font-size: 0px;
	line-height: 0;
	text-decoration: none;
	margin: 2px;
	height: 16px;
	width: 16px;
	background: transparent url("/scripts/controls.png") 0 0 no-repeat;	
}

.mep-controls .mep-play span {
	background-position:0 0;

}

.mep-controls .mep-pause span {
	background-position:0 -16px;
}

.mep-controls .mep-time-rail {
	width: 200px;
}

.mep-controls .mep-time-rail span {
	display: block;
	position: absolute;
	width: 180px;
	height: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	cursor: pointer;	
}

.mep-controls .mep-time-rail .mep-time-total {
	margin: 5px;
	background: #333;
	background: rgba(0,0,0,0.2);	
}

.mep-controls .mep-time-rail .mep-time-loaded {
	background: #66c;
	background: rgba(35,62,153,0.2);
}

.mep-controls .mep-time-rail .mep-time-current {
	background: #fff;
	background: rgba(255,255,255,0.9);
}

.mep-controls .mep-time-rail .mep-time-handle {
	display: block;
	position: absolute;
	margin: 0;
	width: 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	cursor: pointer;	
	display: none;
}

.mep-controls .mep-fullscreen-button span {
	background-position:-32px 0;
}

.mep-controls .mep-unfullscreen span {
	background-position:-32px -16px;
}

.mep-controls .mep-volume {

}

.mep-controls .mep-mute span {
	background-position:-16px -16px;
}

.mep-controls .mep-unmute span {
	background-position:-16px 0;
}

.mep-controls .mep-volume-button .mep-volume-slider {
	display: none;
	height: 115px;
	width: 20px;
	background: #333;	
	background: rgba(100, 100, 100, 0.8);
	-webkit-border-radius: 4px 4px 0 0 ;	
	-moz-border-radius: 4px 4px 0 0 ;	
	border-radius: 4px 4px 0 0 ;			
	top: -110px;	
	position: absolute;
}

.mep-controls .mep-volume-button:hover {
	-webkit-border-radius: 0 0 4px 4px ;	
	-moz-border-radius: 0 0 4px 4px ;	
	border-radius: 0 0 4px 4px ;	
}

.mep-controls .mep-volume-button:hover .mep-volume-slider {
	display: block;
}

.mep-controls .mep-volume-button .mep-volume-slider .mep-volume-rail {
	position: absolute;
	left: 9px;
	top: 8px;	
	width: 2px;
	height: 100px;
	background: #ddd;	
	background: rgba(255, 255, 255, 0.8);
}	

.mep-controls .mep-volume-button .mep-volume-slider .mep-volume-rail 
.mep-volume-handle {
	position: absolute;
	left: -7px;
	top: -3px;
	width: 16px;
	height: 6px;
	background: #ddd;	
	background: rgba(255, 255, 255, 0.9);
	cursor: N-resize;
	-webkit-border-radius: 1px;	
	-moz-border-radius: 1px;	
	border-radius: 1px;	
}

