@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600);
@import url(http://fonts.googleapis.com/css?family=Enriqueta);
@import url(https://fonts.googleapis.com/css?family=Courgette);

@font-face {

    font-family: 'leaguespartan';

    src: url('fonts/leaguespartan/leaguespartan-bold-webfont.eot');

    src: url('fonts/leaguespartan/leaguespartan-bold-webfont.eot?#iefix') format('embedded-opentype'),

         url('fonts/leaguespartan/leaguespartan-bold-webfont.woff') format('woff'),

         url('fonts/leaguespartan/leaguespartan-bold-webfont.ttf') format('truetype'),

         url('fonts/leaguespartan/leaguespartan-bold-webfont.svg#comfortaabold') format('svg');

    font-weight: normal;

    font-style: normal;

}

body {
	background: linear-gradient(to bottom, #ffdfa4, #fff, #fff, #fff, #fff);
	color:#444;
	font-family: Arial, Helvetica, sans-serif;  font-size: 16px;
    line-height: 1.6em;
	}


/* ---------------------------------------------------------------------------------
FONTS, GENERAL, MISC
------------------------------------------------------------------------------------ */

h1, h2, h3, h4 {
	font-weight:normal;
	}
	
	h1{
		color:#fec55a;
		font-family: "leaguespartan";
		
	}

h2, h2 a {
	color:#404895;
   font-size: 29px;
    line-height: 40px;
	font-family: Enriqueta;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px 0 20px 0;
	
	}
	
h3, h3 a {
	font-family:Enriqueta;
	color:#c54c54;
    font-size: 30px;
    line-height:35px;
	margin:15px 0 25px 0;
	}


h4, h4 a {
	font-family:"Courgette";

	
	color: #404895;
    font-size: 1.3em;
    line-height: 1.3em;
    margin-top: 15px;
	}
	
hr {
	height:3px;
	border:0;
	background:#f3f3f3;
	margin:30px 0;
	clear:both;
	}

p {

	color:#53524c;
	}

a {
    color: #6181d6;
    text-decoration: underline;
	
}

a:hover {
    color: #6a89dd;

}
#ctl00_ContentPlaceHolder1_tronSlideShowHomepage1_pnlSlideHome a { border:0; }

	 #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;
}

.main-content .btn-primary { border-bottom:0; }

.main-content li, .main-content ol {
	padding:6px 0;
	}

.blue { color:#3c543f;}
.green { color:#133F1C;}


blockquote p {
    color: #444;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.6em;
	margin:0 0 10px 0 !important;
	padding:0;
}

blockquote span {
	font-size:14px;
	color:#666;
}



/* ---------------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------------------ */

/* Top MCPS Button ---------------------------- */

.btn-default {
    background-color:#333782;
	border-bottom: #c5d3fa solid 2px;
	border-radius:none;
	font-size:11px;
	color:white;
	text-decoration:none;
	border:none;
    text-shadow:none;
	box-shadow:none;
	margin-top: -20px;
}

a:hover.btn-default {
    color:#fff;
	text-decoration:none;
	background-color:#333782;
}

/* END - Top MCPS Button ---------------------------- */

.masthead {
	
	background-image:url('../images/top.png'), url('../images/banner-pattern.png');
	background-position:top,center;
	background-repeat:repeat-x, repeat-x;
	background-size:auto, contain;
	padding-top: 20px;
	overflow:hidden;
	-webkit-box-shadow:0 3px 4px -2px rgba(56, 56, 56, 1);
	-moz-box-shadow: 0 3px 4px -2px rgba(56, 56, 56, 1);
	box-shadow: 0 3px 4px -2px rgba(56, 56, 56, 1);
	}
	
	.site-header{
		background-image: url('../images/clear.png');
		background-size:contain;
		display:block;
		background-position: center;
		background-repeat:no-repeat;
		width:100%;
		height: 272px;
	}
.masthead h1 {

    display: block;
    height:119px;
    text-indent: -9999px;
	margin:40px 0 -14px 2%;
}

address {
    text-indent: -9999px;
	font-family: Arial;
}

#banner { display:none; }

h2.intro {
	margin:0;
	}


/* ---------------------------------------------------------------------------------
NAVIGATION
------------------------------------------------------------------------------------ */


.navbar {
    margin: auto;
	margin-bottom: 5px;
	border:none;

	font-family:Gadugi;
	font-weight:400;
	background:none;
	max-width: 1170px;
}
.navbar>.container{
	width:82%;
	background-color: #c54c54;
	border-radius: 0 0 8px 8px;

	
}
.nav-wrapper { background:transparent; }

.navbar-default .navbar-nav > li > a {

	color:#fff;

	font-family:Enriqueta;
	text-decoration:none;
	font-size:1.15em;
	font-weight:600;
	padding-right: 12px;
	padding-bottom: 20px;
    padding-top: 17px;
	}

.navbar-default .navbar-nav > li > a:hover {
	text-decoration:none;
	color:#ffe68e;
	background-color:#7c2b31;
	}

.nav-wrapper {
	
	background:#46b942;
	background-color: transparent;
	}



/* END - Navigation ---------------------------- */

#content .container { 
	padding-top:20px;
	padding-bottom:20px; 
  }

.main-content .content-inner { 
margin-top: 35px;
padding:0 3%;}
.main-content .content-inner img { 
	padding:5px;
	padding-top:5px;

	background:#fff;
	border:1px solid #ebebeb !important;
}

.img-responsive {
    max-width: 98%;
}

/* ---------------------------------------------------------------------------------
SIDEBAR LEFT
------------------------------------------------------------------------------------ */

.sidebar-1 {
	margin-top:15px;
	}

.sidebar-1 .school-info-box,
.sidebar-1 #sb-menu1,
.sidebar-1 #sb-menu2,
.sidebar-1 #sb-menu3 {
	margin-bottom:20px;
	}

#sb-menu3 { display:none; }

#sb-menu2 {
	padding-bottom:20px;
	}

.sidebar-1 h2 {
	padding:0;
	margin:0 0 12px 0;
	}

a.btn-map {
	font-size:0.8em;
	color:#fffea9;
	background:#3c543f;
	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:#3c543f;
	background:#fffea9;
	}
	

aside.school-info-box {
	background-image:url('../images/eagle.png');
	background-position: center;
	background-repeat:no-repeat;
	background-size:contain;
	border-radius:5px;
	padding:9px;
	}

aside.school-info-box h2 {
	padding-bottom:7px;
	margin-top:3px;
	color:#c54c54;
	font-size:1.5em;
	text-transform:uppercase;	
	
}


.school-info-box p { 
font-size:99%; 
line-height:1.5em; 
margin-bottom:12px; 
font-family: Arial, sans-serif; 
color:#444444;}

.school-info-box .btn { font-size:80%; }

.school-info-box h3 {
	font-size: 1.5em; 
	margin-top:10px; 
	text-transform:uppercase; 
	color:white; 
	border-bottom:2px solid white; 
	padding-left:1px; 
	padding-bottom:5px; 
	text-align:left;}

/* ---------------------------------------------------------------------------------
SIDEBAR NAVIGATION
------------------------------------------------------------------------------------ */

.list-group {
   	border-radius:10px ;
	
    box-shadow: none;
	color:white;
}	
nav.list-group ul li{
	
	border-bottom:  1px dashed #5c66af;
	border-bottom-width: 20%;
	text-decoration:none;
padding:0px 0 0px 0;
margin:0px;
	font-family: Enriqueta;
}
nav.list-group ul, 
nav.list-group ul li {
	padding-left:0;
	list-style:none;

	}	

nav.list-group ul {
   	border-radius:10px ;
	}	
	
li.secondary-menu h2 {
	text-align: center;
	padding:5px 0px;
	color:white;
    font-size:1.4em;
    text-transform: uppercase;
	background:none;
	background-color:#c54c54;
	border-radius:10px 10px 0 0;

}

li.secondary-menu h2:first-word {
	color:white;
	
	}


li.secondary-menu {
	background:#333782;
	border-radius: 10px;

}
	
nav.list-group ul li.secondary-menu {
	font-family:Enriqueta;
}

.menu-item{

	
}

nav.list-group ul li a {
	font-size:1.1em;
	color:white;
	display:block;
	padding:15px 0 15px 25px;
	background:url('../images/bulletpoint.png') left center no-repeat;
	text-decoration:none;
	margin: 0 0 0 10px;
	}		

nav.list-group ul li a:hover {
	background: url('../images/bulletpointhover.png') left center no-repeat;
	color: #6a89dd;
	text-decoration:none;
	}		
	
	
	

/* ---------------------------------------------------------------------------------
NEWS
------------------------------------------------------------------------------------ */

.RecentNewsSchoolBlock .news, h2.hp-hdr {
	text-decoration:none;
	font-family:Courgette;

	}

.RecentNewsSchoolBlock .news h2 {text-decoration:none;margin:30px 0 20px 0; padding:0;}

.RecentNewsSchoolBlock .news h3 { text-decoration:none;margin-bottom:5px; }

article.list-group {
	text-decoration:none;
	margin:0 0 20px 0 ;
	}

a.list-group-item {
	text-decoration:none;
	border:0;
	padding:10px 2% 13px 0; margin:0; border-bottom: 1px dashed #666;
	 
}

.list-group-item h3 {
	text-decoration:none;
	 margin-top:0; font-size:1.4em; text-align:left; color:#4478ec;
font-family:Courgette;
}
.main-content a.list-group-item{ border-bottom: 1px dashed #666;}
a.list-group-item:link {
	text-decorations:none;
}
a.list-group-item:hover { background-color:#f8f5ee ; 
text-decorations:none;
}
.list-group-item p {
	font-family:  Arial;
	text-align:left;
    color: #444444;
    line-height: 1.5em;
	text-decoration:none;
	
}

.list-group-item:last-child {
	text-decoration:none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}



/* ---------------------------------------------------------------------------------
SIDEBAR BLOCK
------------------------------------------------------------------------------------ */

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;
	}

#twitter-widget-0 { margin:0 auto; }

.sbr-2 img {

}

.sbr-2 { padding-right:5%; }

aside.sb-block { display:none; }

/* ---------------------------------------------------------------------------------
SEARCH
------------------------------------------------------------------------------------ */

.search {
	
	overflow:auto;
	}

.searchtext,
.searchbtn {
    background-color: #FFFFFF;
    border: 1px solid #e7e7e7;
    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 {
	font-family:Enriqueta;
	font-weight:400;
	font-size:.75em;
	width: 34%;
	margin-left:4%;
	color:white;
	background-color:#333782;
	border-radius: 4px 4px 4px 4px;
}

.searchbtn:hover {
	background:#6a89dd;
	color:#333782;
	}



/*-----------------------------------------------------------------------------------------
SLIDESHOW
------------------------------------------------------------------------------------------- */

.slideshow {
	position:relative;
	}

.slideshow img{
	border-top:5px solid #fffea9;
	border-bottom:5px solid #fffea9;
	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:#3c543f;
	background:#FFFEA9;
	text-decoration:none;
	} 


.pika-stage, .pika-textnav {
    width: 100% !important;
}

.content-inner iframe {
	border:5px solid #ccc;
	}
	
	
/* ---------------------------------------------------------------------------------
CALENDAR
------------------------------------------------------------------------------------ */

.UpcomingEventsSchoolBlock .calendar { 
	text-align:center;
	background:#f8f5ee;
	padding-bottom:5px;
	/*border:2px solid #f0eeca;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */	
	}

.UpcomingEventsSchoolBlock .calendar h4 {
	text-transform:uppercase;
	color:white;
	background-color:#c54c54;
	padding: 12px 0px;
	border-radius:10px 10px 0 0;	
	margin-top:0;
	margin-bottom:5px;
	font-family: Enriqueta;
	}

.UpcomingEventsSchoolBlock .calendar p {
	border-bottom: dashed 1px #444444;
	font-size: 1em;
	margin-bottom: 20px;
	padding-bottom: 15px;
	}

.UpcomingEventsSchoolBlock .calendar p strong {
	font-family:Courgette;
    color: #c54c54;
    display: inline-block;
    font-size: 1.3em;
	font-weight:normal;
    margin-bottom: 5px;

}
	
.btn-calendar { margin-top:-20px; text-align:center; }
.rounded-corners {
    border-radius: 6px;
}
.btn-dark-pink {
    background-color: #d1544c !important;
    background-image: linear-gradient(#d1544c, #aa2e2b);
    background-repeat: repeat-x;
    margin: 20px auto;
    text-align: center;
    width: 160px;
	color:#fff;
}
.btn-dark-pink a{
		color:#fff;
}


.UpcomingEventsSchoolBlock .calendar p a { color:#444444; font-size:1em;
text-decoration: none;
}
.UpcomingEventsSchoolBlock .calendar p a:hover { color:#828ee7; text-decoration: underline; }*/

/* ---------------------------------------------------------------------------------
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:#FFf;
	background:#7e8dd9;
	padding:15px 5%;
	margin:0;
	margin-top:15px;
	font-size:1.2em;
	}

.alternaterow {
    background-color: #F6F2E5;
}

#employee {
	padding:15px 5% !important;
	}

#employee p.employeename { font-weight: bold; }
#employee p { font-size:0.9em; line-height:1.5em; margin-bottom:5px; }

#departmentList {
	padding: 10px 0;
	border-bottom:1px dotted #F6F2E5;
	}

#departmentList p {
    line-height: 1.8em !important;
    margin: 0;
}

#departmentList p a:hover { text-decoration:none; }	

.alternaterow { background-color: #f8f5ee  !important; }


/* ---------------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------------------ */

.footer {
	background-color: #8493d9;
	background-image: url('../images/eaglefooter.png'),url('../images/footer-pattern.png');
	background-repeat: no-repeat, repeat;
	background-position:95% 50%,center;
	overflow:hidden; 
	border-top:4px solid #c54c54;
}


.mcps-info,
.credits,
.tron-login {
    margin: 0;
    padding: 32px 0;
	}
.credits {
	text-align:center;
	font-size:0.8em;
	line-height:1.5em;
	color:white;
	padding-top:40px;
	}

.credits a {
	color:white;
	text-decoration:underline;
	}

.credits a:hover {
	color:#a9b3ff;
	text-decoration:underline;
	}

.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:white;
	}

.footer ul,
.footer li {
	list-style:none;
	margin:0;
	padding:0;
	}

.footer li a {
	font-size:0.80em;
	color:white;
	display:block;
	padding:2px 10px;
	text-decoration:none; 
	}

.footer li a:hover { color:#grey; }
ul#global-footerNav { width:50%; float:right; }	

.tron-login { border-bottom:0px; text-align:center }	
.tron-login a { color:#fff; }	
.tron-login a:hover {  }	


/* Search -------------------------------------------------------- */

.search {
    float: right;
    margin: 0;
    padding: 0;
    width: 30%;
}

.three-column .search {
    float: none;
    padding: 0;
    width: 100%;
	margin:15px 0 25px 0;
}

.one-column .search { width:25%; }


/* Misc -------------------------------------------------------- */

.btn-primary {
    color:white;
	background-image: none;
	background:#2880ba;
    border-color: #2880ba;
}


a.btn-primary:hover {
	background-image: none;
	background:#1b4583;
    border-color: #1b4583;
	text-decoration:underline;
	text-shadow:none;
}

html.embed { background:transparent; }


li h2 {
	font-weight:bold;
	color:#636363;
}

/* ---------------------------------------------------------------------------------
RESPONSIVE
------------------------------------------------------------------------------------ */



/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 240px) 
and (max-width : 450px) {
/* Styles */
body {
	background: linear-gradient(to bottom, #ffdfa4, #fff);}
		#banner .container .col-md-12{height:80px!important; padding:10px 0 20px 0;  background: none;}
html,body {
	background-position: 0% 20%;
	 }

.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;
border-color:#c54c54;  }

.site-header{
	width:100%;
	background: url('../images/headermed.png') no-repeat scroll 50% 10%;
}

.container{
	width:100%;
}

.masthead { 
	height:170px; 
	width:100%;
	background-color:#5c71c3; }
#banner { display:none; }
address { display:none; }


.sidebar-1 {
	border:0px solid #e6e2d0;
	margin-top:10px;
	padding:0 5%;
	}

.school-info-box p { text-align:left; }

.navbar { 
	-moz-box-shadow:0; 
	-webkit-box-shadow:0;
 	box-shadow:0; }
 
.nav-wrapper { 
	background:transparent; }
	.navbar > .container {

    width: 100%;
}

.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 { 

	width:100%; 

	background:transparent; }

.navbar-default .navbar-nav > li > a:last-child { 
	border-bottom:0;}


.nav-wrapper { 
	margin-bottom:0; }

.nav li { 
	display: block; }

.main-content .content-inner { 
	padding: 0 1%; }	
	
.sidebar-2 { 
	background:transparent; }	
	
#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;
}

.search {
    float:none;
    width: 90%;
}


aside.school-info-box {

    background-image: none;}
	
.secondary-menu, .UpcomingEventsSchoolBlock .calendar{
	width: 80%;
	margin: auto;
}
}
@media only screen 
and (min-width : 450px) 
and (max-width : 600px) {

.masthead h1{
	height:80px!important;
}
.site-header{
	height:150px;
}
	body {
	background: linear-gradient(to bottom, #ffdfa4, #fff, #fff);	
	}

}


@media only screen 
and (min-width : 600px) 
and (max-width : 768px) {


.site-header{
	height:180px;
}
.masthead h1{
	height:100px!important;
}		
body {
	background: linear-gradient(to bottom, #ffdfa4, #fff, #fff);	
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-width : 769px) 
and (max-width : 1175px) {
/* Styles */	

.navbar > .container {

    width: 100%;
}
.nav li { display: inline-block; }
.navbar-default .navbar-nav > li > a {	padding-left:15px;	padding-right:15px;	}

site-header{
	width:100%;
	background-position:50%;
}
.navbar-default, secondary-menu, search {
	width: 80%;
	}
	body {
	background: linear-gradient(to bottom, #ffdfa4, #fff, #fff, #fff, #fff, #fff);	
	}
aside.school-info-box {

    background-image: none;}
	.nav>.container{
	width:100%;
}
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
.top-content-bg {    height:250px !important;}
site-header{
	width:100%;
	background: url('../images/headersmall.png') 50% 10% no-repeat;
	background-size:contain;
	display:block;
	height:200px;
	margin:9px;
}
body {
	background: linear-gradient(to bottom, #ffdfa4, #fff, #fff, #fff, #fff, #fff);	
	}
aside.school-info-box {

    background-image: none;}
	.nav>.container{
	width:100%;
}
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1175px) 
and (orientation : portrait) {
/* Styles */
site-header{
	width:100%;
	background: url('../images/headersmaller.png') 50% 10% no-repeat;
	background-size:cover;
	display:block;
	height:200px;
}
body {
	background: linear-gradient(to bottom, #ffdfa4, #fff, #fff, #fff, #fff, #fff);	
	}
.nav li {
    display: inline-block;
}
.nav>.container{
	width:100%;
}
.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-header{
	width:100%;
}
	
.navbar-toggle { 
	display:none;
	 }

aside.school-info-box {

    background-image: none;}


}



