@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,400italic,600,600italic);
@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);

body {
	background:#fff url(../images/body-top.jpg) top left repeat-x;
	font-family: 'Open Sans', sans-serif;
	}


/* ---------------------------------------------------------------------------------
FONTS, GENERAL, MISC
------------------------------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
	}

h1 {
	color:#255fb1;
	font-size:2.2em;
	line-height:1.8em;
	}
	
h2, h2 a {
	color:#000;
	font-weight:300;
	font-size:42px;
	line-height:48px;
	margin-bottom:20px;
	margin-top:25px;
	padding-bottom:12px;
	border-bottom:1px solid #000;
	text-transform:uppercase;
	}

h3, h3 a, p.title {
    color: #c73f30;
    font-size: 1.6em;
    line-height: 1.3em;
    margin-bottom: 5px;
}

h4, h4 a {
	text-transform:uppercase;
	color:#000;
	font-size:1.2em;
	line-height:1.3em;
	}
	
hr {
	height:3px;
	border:0;
	background:#f3f3f3;
	margin:30px 0;
	clear:both;
	}

p, li {
    color: #645e5e;
    font-size: 14px;
    line-height: 22px;
}

a {
    color: #c73f30;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.main-content a { border-bottom:1px dashed #dad3ba; }
.main-content a:hover { border-bottom:0px dashed #2B853E; }

.main-content a.list-group-item {
    border-bottom: 1px dashed #f9f9f9;
}

.main-content .btn-primary { border-bottom:0; }

.main-content li, .main-content ol {
    margin-left: 10px;
    padding: 6px 0;
}

.blue { color:#133f1c;}
.green { color:#133F1C;}


/* SLIDESHOW */
	 #ctl00_ContentPlaceHolder1_tronSlideShowHomepage1_pnlSlideHome img { 
    background-color: #e7e7e7;
     -moz-box-shadow:    1px 1px 2px 2px #ccc;
  -webkit-box-shadow: 1px 1px 2px 2px #ccc;
  box-shadow:         1px 1px 2px 2px #ccc;
    padding: 5px;
	width:auto !important;
	height:300px !important;
	margin-top:20px;
}

img#id="ctl00_ContentPlaceHolder1_tronSlideShowHomepage1_imgRandom

{
	   background-color: #e7e7e7;
     -moz-box-shadow:    1px 1px 2px 2px #ccc;
  -webkit-box-shadow: 1px 1px 2px 2px #ccc;
  box-shadow:         1px 1px 2px 2px #ccc;
    padding: 5px;
	width:auto !important;
	height:300px !important;
	margin-top:20px;
}
	 a#ctl00_ContentPlaceHolder1_tronSlideShowHomepage1_hpyViewSlideShow
	 
	 {
		margin-top:-40px;
		 
    color: #fff;
	background-color:#6c6c6c;
    font-size: 0.98em;

	text-align:left;
	border-radius:6px;
	padding: 5px 5px;
}

	a#ctl00_ContentPlaceHolder1_tronSlideShowHomepage1_hpyViewSlideShow:hover
	 
	 {

	background-color:#000;
   
}

/* ---------------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------------------ */

/* Top MCPS Button ---------------------------- */

.btn-default {
    color:#999;
	font-size:11px;
	background:transparent;
	background-image: none;
    background-repeat: no-repeat;
    border:0;
    text-shadow:none;
	box-shadow:none;
	margin-top:3px;
}

a:hover.btn-default {
    color:#333;
	background:transparent;
}

/* END - Top MCPS Button ---------------------------- */

.site-header {
	position:relative;
	}
.masthead{
	background:transparent;
	height:164px;
	overflow:hidden;
	}

.masthead h1 {
    background: rgba(0, 0, 0, 0) url("../images/logo.png") no-repeat scroll 0 0;
    display: block;
    height: 130px;
    margin: 15px auto 0;
    text-indent: -9999px;
    width: 670px;
}

address {
    text-indent: -9999px;
}

#banner {
	background:url(../images/banner.jpg) top center no-repeat;
	margin:-40px 0px 0px 30%;
	width:1170px;
	z-index:0;
	height:172px;
	}

.intro {
	font-size:2.4em;
	line-height:1.4em;
	color:#2B853E;
	margin-top:0;
	margin-bottom:0.5em;
	text-align:center;
	margin-top:20px;
	}

.intro span {
    color: #977F38;
    display: block;
    font-family: tahoma;
    font-size: 0.4em;
    line-height: 0.8em;
    text-transform: uppercase;
}

p.intro {
	color: #2B853E;
    font-size: 1.3em;
    line-height: 1.6em;
	margin-top:5px;
	}
	


/* ---------------------------------------------------------------------------------
NAVIGATION
------------------------------------------------------------------------------------ */

.navbar-default .navbar-collapse, .navbar-default .navbar-form { border:0;}


.navbar {
    margin-top: 0;
	background:transparent;
	font-family:Tahoma, Geneva, sans-serif;
	border-radius: 0;
	border:0;
}

.navbar .container, .nav-wrapper { background:transparent; }

.navbar-default .navbar-nav > li > a {
	padding-top:12px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	padding-left: 20px;
    padding-right: 20px;
	}

.navbar-default .navbar-nav > li > a:hover {
	color:#e7e7e7;
	background:#000;
	}
	
.navbar-nav > li > a {
    padding-top: 10px;
}

.navbar a{
	padding-bottom:5px;
	}

.nav-wrapper {
	background:#c73f30;
	}


/* END - Navigation ---------------------------- */


#content { padding-bottom:20px; }

.main-content .content-inner { padding:0 3%;}
.main-content .content-inner img { 
	padding:0px;
	background:#fff;
	border:5px solid #f3f3f3;
}

.RadEToolbarDefault img { padding:0 !important; }


/* ---------------------------------------------------------------------------------
SIDEBAR LEFT
------------------------------------------------------------------------------------ */

.sidebar-1 {
	margin-top:15px;
	}

.sidebar-1 .school-info-box,
.sidebar-1 #sb-menu1,
.sidebar-1 #sb-menu2 {
	}

#sb-menu2 {
	padding-bottom:20px;
	}

.sidebar-1 h2 {
	padding:10px 15px;
	margin-bottom:0;
	}

a.btn-map {
	font-size:0.8em;
	color:#c73f30;
	background:#2B853E;
	padding:6px 10px;
	text-decoration:none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	-khtml-border-radius: 6px; /* for old Konqueror browsers */
	}

a:hover.btn-map {
	color:#2B853E;
	background:#c73f30;
	}
	
.school-info-box {
    border: 1px solid #f3f3f3;
    padding: 15px 5%;
    text-align: center;
	-moz-box-shadow:    0 0 2px 3px #f9f9f9;
	-webkit-box-shadow: 0 0 2px 3px #f9f9f9;
	box-shadow:         0 0 2px 3px #f9f9f9;
}

.school-info-box p {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 12px;
}
.school-info-box .btn { font-size:90%; }

/* ---------------------------------------------------------------------------------
SIDEBAR NAVIGATION
------------------------------------------------------------------------------------ */

.list-group {
    border-radius: 0;
    box-shadow: none;
}	

nav.list-group ul, 
nav.list-group ul li {
	list-style:none;
	margin:0;
	padding:0;
	}	

li.secondary-menu h2 {
    background: #9f9f9f none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    line-height: 24px;
}

li.secondary-menu h2:first-word {
	color:#ccc;
	}
.secondary-menu{
	border: 2px 2px 0px 0px solid #e6e2d0;
	}
	
nav.list-group ul li.secondary-menu { padding:0;}

nav.list-group ul li a {
	font-size:14px;
	line-height:22px;
	color:#c73f30;
	display:block;
	padding:8px 5px; 
	border-bottom:1px solid #f2f2f2;
	font-style:italic;
	font-weight:600;
	}		

nav.list-group ul li a:hover {
	color:#000;
	background:#f3f3f3;
	text-decoration:none;
	}		
	
	
/* END - Sidebar Navigation ---------------------------- */




/* ---------------------------------------------------------------------------------
NEWS
------------------------------------------------------------------------------------ */

.RecentNewsSchoolBlock .news {
	border-top: 8px solid #f3f3f3;
	margin: 40px 0 20px 0;
	}

article.list-group {
	margin-bottom:50px;
	}

.list-group-item {
	border:0;
	padding:10px 2%;
	border-bottom: 1px dotted #f3f3f3;
	background-color:transparent;
	margin-bottom:0;
}

.list-group-item h3 { margin-top:0; }
a.list-group-item:hover { background:#fff; }

.list-group-item:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}



/* ---------------------------------------------------------------------------------
SIDEBAR BLOCK
------------------------------------------------------------------------------------ */

.search,
#sb-menu3,
.sb-block,
.sbr-2 {
	padding:36px 0;
}

aside.sb-block, .sbr-2, .sbr-1 { text-align:center; } 
	
aside.sb-block img {
	padding:5px;
	background:#fff;
	-moz-box-shadow:    0px 0px 4px 4px #e8e3d5;
	-webkit-box-shadow: 0px 0px 4px 4px #e8e3d5;
	box-shadow:         0px 0px 4px 4px #e8e3d5;
	}

aside.sb-block a:hover {
	opacity:0.6;
	}

#sb-menu3 { display:none; }	

#twitter-widget-0 { margin:0 auto; }

.sbr-2 img {
	background:transparent;
	padding:0;
}

.sbr-1 { padding:30px 0; }
.sbr-2 { padding-right:5%; }

aside.sb-block { display:none; }

/* ---------------------------------------------------------------------------------
SEARCH
------------------------------------------------------------------------------------ */

.search {
	
	overflow:auto;
	}

.searchtext,
.searchbtn {
    background-color: #FFFFFF;
    border: 1px solid #E6E2D0;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
	float:left;
}

.searchtext { width: 60%; }

.searchbtn {
	width: 34%;
	margin-left:4%;
	color:#fff;
	border:1px solid #6c6c6c;
	background-color:#6c6c6c;
	border-radius: 4px 4px 4px 4px;
}

.searchbtn:hover {
	color:#fff;
	background:#000;
	border-color: #000;
	}



/*-----------------------------------------------------------------------------------------
SLIDESHOW
------------------------------------------------------------------------------------------- */

.slideshow {
	position:relative;
	}

.slideshow img{
	border-top:5px solid #c73f30;
	border-bottom:5px solid #c73f30;
	padding:0;
	width:100%;
	margin:10px 0 20px 0;
	}

p.slideshow-btn {
	text-align:center;
	margin-top:-40px;
	}

p.slideshow-btn .btn-primary { font-size:120%; }

p.slideshow-btn a:hover {
	color:#2B853E;
	background:#c73f30;
	text-decoration:none;
	} 


.pika-stage, .pika-textnav {
    width: 100% !important;
}

.content-inner iframe {
	border:5px solid #ccc;
	}
	
	
/* ---------------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------------------ */

.UpcomingEventsSchoolBlock .calendar {
    background: #f9f9f9 url("../images/icon-calendar.png") no-repeat scroll center 5px;
    border-radius: 6px;
    padding: 55px 0 40px;
    text-align: center;
}

.UpcomingEventsSchoolBlock .calendar h4 {
	font-family: 'Kaushan Script', cursive;
	color:#9e9d9e;
	border-bottom:3px solid #f3f3f3;
	padding-bottom:12px;
	width:90%;
	margin:0 auto;
	text-transform:none;
	font-size:28px;
	}

.UpcomingEventsSchoolBlock .calendar p {
	color:#80785b;
	padding:10px 0;
	border-bottom:1px solid #f3f3f3;
	border-top:1px solid #fff;
	margin:0 5%;
	line-height:1.4em;
	display:block;
	overflow:auto;
	}

.UpcomingEventsSchoolBlock .calendar p strong {
    color: #6c6c6c;
    font-size: 0.8em;
    text-transform: uppercase;
	display:block;
	width:30%;
	float:left;
}

.UpcomingEventsSchoolBlock .calendar p a {
	font-size:13px;
	display:block;
	width:68%;
	float:right;
	margin-bottom:8px;
	font-weight:600;
	margin-top:6px;
}

.UpcomingEventsSchoolBlock .calendar br { display: none; }	
	
.btn-calendar { margin-top:-20px; text-align:center; }

.ue-week {
    color: #999;
    font-size: 12px;
    line-height: 18px;
}

span.ue-mos { display:block; font-size:14px; line-height:16px; }
span.ue-day { display:block; font-size:30px; line-height:30px; }


/* ---------------------------------------------------------------------------------
RESOURCES
------------------------------------------------------------------------------------ */


p.small { font-size:0.8em; }

.resources { margin:0; padding:0; width:100%; }
.resources td { width:25%; padding:0; text-align:center; vertical-align:top; padding:15px 0; }
.resources td img { width:60%; max-width:140px; margin:0 auto 10px auto; background:#fff; padding:10px; display:block; }


/* ---------------------------------------------------------------------------------
CALENDAR - TOP LIST
------------------------------------------------------------------------------------ */

ul#taxonomylist { margin:0; padding:0; list-style:none; }
ul#taxonomylist li {
    background: none repeat scroll 0 0 #F6F3E5;
    display: inline-block;
	*zoom: 1;
    *display: inline;
    margin: 0.25%;
    padding: 6px 0.25%;
    text-align: center;
    width: 18%;
}


/* ---------------------------------------------------------------------------------
STAFF DIRECTORY
------------------------------------------------------------------------------------ */

#box_left, #box_right {
	width:48%;
	float:left;
	}
	
#box_right {
	width:48%;
	float:right;
	}	
	
#box_left h3, #box_right h3 {
	color:#c73f30;
	background:#2B853E;
	padding:15px 5%;
	}

.alternaterow {
    background-color: #f3f3f3;
}

#employee {
	padding:15px 5%;
	}

#employee p.employeename { font-weight: bold; }
#employee p { font-size:0.9em; line-height:1.3em; margin-bottom:5px; }

#departmentList {
	padding: 10px 0;
	border-bottom:1px dotted #f3f3f3;
	}

#departmentList p {
    line-height: 1.0em;
    margin: 0;
}

#departmentList p a:hover { text-decoration:none; }	


/* ---------------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------------------ */

.footer {

	}


.mcps-info,
.credits,
.tron-login {
    
    margin: 0;
    padding: 24px 0;
	}

.credits {
	text-align:center;
	font-size:0.8em;
	line-height:1.5em;
	color:#9f9f9f;
	border-top: 5px solid #f3f3f3;
	}

.credits a {
	color:#333;
	text-decoration:underline;
	}

.credits a:hover {
	color:#fff;
	text-decoration:none;
	}

.mcps-logo {
	background:url(../images/ftr-mcps-logo.png) 5% top no-repeat;
	padding-top:75px;
	}

.mcps-logo p {
	font-size:0.8em;
	line-height:1.5em;
	color:#9f9f9f;
	}

.footer ul,
.footer li {
	list-style:none;
	margin:0;
	padding:0;
	}

.footer li a {
	font-size:0.80em;
	color:#333;
	display:block;
	padding:1px 10px;
	text-decoration:none; 
	}

.footer li a:hover { color:#999; }
ul#global-footerNav { width:50%; float:right; }	

.tron-login { border-bottom:0px; text-align:center }	
.tron-login a { opacity:0.4; }	
.tron-login a:hover { opacity:1; }	


/* Search -------------------------------------------------------- */

.search {
    float: right;
    margin: 0;
    padding: 0;
    width: 30%;
}

.three-column .search {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
	margin-bottom:35px;
}

.one-column .search { width:25%; }


/* Misc -------------------------------------------------------- */

.btn-primary {
    color:#fff;
	background-image: none;
	background:#6c6c6c;
    border-color: #6c6c6c;
}


a.btn-primary:hover {
    color:#fff;
	background-image: none;
	background:#000;
    border-color: #000;
	text-shadow:none;
}

html.embed { background:transparent; }


	
	

/* ---------------------------------------------------------------------------------
RESPONSIVE
------------------------------------------------------------------------------------ */



/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 240px) 
and (max-width : 768px) {
/* Styles */

html { background:#fff; }

.intro { font-size:2em;}
p, li { font-size: 1.2em; line-height:1.6em; }

h3, h3 a { font-size: 1.8em; line-height: 1.4em; }

.navbar-collapse { max-height:none; }	
.navbar-toggle { display: block; float: none; margin: 10px auto; }

.masthead h1 {
    background: url('../images/logo-290.png') no-repeat scroll center top;
    display: block;
    height: 64px;
    margin: 10px 0;
    position: static;
    text-indent: -9999px;
    width: 100%;
}

.masthead { background:transparent; height:auto; }
#banner { display:none; }
address { display:none; }


.sidebar-1 {
	border:0px solid #e6e2d0;
	background:#fff;
	margin-top:10px;
	padding:0 5%;
	}

#sb-menu2 { border-bottom:0px solid #E6E2D0; }
.sidebar-1 h2 { border:1px solid #e6e2d0; }
.navbar { -moz-box-shadow:0; -webkit-box-shadow:0; box-shadow:0; }
.navbar .container, .nav-wrapper { background:transparent; }
.container > .navbar-header, .container > .navbar-collapse { margin-left: 0; margin-right: 0; }

.navbar-default .navbar-nav > li { margin:0; }
.navbar-default .navbar-nav > li > a {
    border-bottom: 1px solid #f3f3f3 !important;
    color: #666;
    margin: 0;
    width: 100%;
}
.navbar-default .navbar-nav > li > a:last-child { border-bottom:0;}
.navbar-default .navbar-nav > li > a:hover { color:#fff; background:#000; margin:0;  }
.nav-wrapper { margin-bottom:0; }

.nav li { display: block; }


nav.list-group ul li a { border-bottom: 1px solid #f9f9f9; }

.main-content { background:transparent; }
.main-content .content-inner { padding: 0 1%; }	
.sidebar-2 { background:transparent; }	
.list-group-item { border-bottom: 1px dotted #ccc; }

#departmentList p { line-height: 1.8em; }

#box_left, #box_right { float:none; width:100%;}

.search, .one-column .search { 
	width:80%;
	display:block;
	margin:10px auto;
	float:none;
}


}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-width : 769px) 
and (max-width : 1024px) {
/* Styles */	

.container {
    max-width: 100%;
}

.nav li { display: inline-block; }
.navbar-default .navbar-nav > li > a {
	padding-left:6px;
	padding-right:6px;
	}

}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */

}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */

.nav li {
    display: inline-block;
}

.navbar-default .navbar-nav > li > a {
	font-size:11px;
	border:0;
	padding:5px 8px;
	}

.navbar-default .navbar-nav > li > a:hover {
	border:0;
	padding:5px 8px;
	}
	
.navbar-toggle { display:none; }

}
	