
@font-face {
    font-family: 'amaticbold';
    src: url('fonts/amatic/amatic-bold-webfont.eot');
    src: url('fonts/amatic/amatic-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/amatic/amatic-bold-webfont.woff') format('woff'),
         url('fonts/amatic/amatic-bold-webfont.ttf') format('truetype'),
         url('fonts/amatic/amatic-bold-webfont.svg#amaticbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'amatic_scregular';
    src: url('fonts/amatic/amaticsc-regular-webfont.eot');
    src: url('fonts/amatic/amaticsc-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/amatic/amaticsc-regular-webfont.woff') format('woff'),
         url('fonts/amatic/amaticsc-regular-webfont.ttf') format('truetype'),
         url('fonts/amatic/amaticsc-regular-webfont.svg#amatic_scregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	background:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	color:#1c1c1c;
	}

/* ---------------------------------------------------------------------------------
FONTS, GENERAL, MISC
------------------------------------------------------------------------------------ */

h1, h2, h3, h4 {
	font-weight:normal;
	font-family:amaticbold;
	}

	
	h1 { color: #875727; font-size:3em; line-height:1.5em; font-family: amaticbold; clear:both;  }

h2, .h2 { 
color: #875727; 
font-size:3.1em; 
line-height:1.2em; 
font-family: amaticbold; 

letter-spacing: 1px;

}

h2 a { color: #875727;}

h3 { color: #2b5b9e; font-size:2.3em; line-height:1.2em; letter-spacing: 1px;}
h3 a { color: #2b5b9e; }

h4 {
    color: #8ec741;
    font-size: 1.9em;
    line-height: 1.2em;
    margin-top: 20px;
	letter-spacing: 1px;
}

h4 a { color: #8ec741; }


	hr {
	background:url("../images/sec-div.png") center left repeat-x;
	margin:30px 0;
	height:7px;
	clear:both;
	border-width:0px;
	}
	


p {
	font-size:1.1em;
	line-height:1.8em;
	font-family:Tahoma, Geneva, sans-serif;
	color:#1c1c1c;
	}



a {
    color: #3a9ff5;
    text-decoration: none;
}

a:hover {
	color: #134387;
	text-decoration: none;
}

.main-content a.list-group-item {
    border-bottom: 1px dashed #e2ecfd;
}

.main-content .btn-primary { border-bottom:0; }

.main-content li, .main-content ol {
	padding:6px 0;
	}

.blue { color:#2b5b9e;}
.green { color:#8ec741;}


/* ---------------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------------------ */

/* Top MCPS Button ---------------------------- */

.btn-default {
    color:#FFF;
	font-size:11px;
	background-color:#134387;
	background-image: none;
    background-repeat: no-repeat;
    border:0;
    text-shadow:none;
	box-shadow:none;
	margin-top:0px;
}

.btn-xs {
margin-top:-1px;	
}

a:hover.btn-default {
    color:#e2ecfd;

	background:transparent;
}

/* END - Top MCPS Button ---------------------------- */
.masthead
 {
background:#3a9ff5 url('../images/background.jpg') repeat-x;
	height:231px;
	overflow:hidden;

	}

	
.site-header{
	background:#e2ecfd url('../images/bannerbg2.jpg') no-repeat scroll center;
	height:231px;
	overflow:hidden;
	margin:0 auto;
	width:1170px;

	}


.masthead h1 {
    background: url('../images/logo.png') no-repeat;
    display: block;
    height: 185px;
    position: absolute;
    text-indent: -9999px;
    top: 29px;
    width: 723px;
	margin:0;
}


address {
    text-indent: -9999px;
}

#banner {

	}

.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: 5px;
	background:#8ec741;
	border-top: 1px solid #cbff18;
	border-bottom: 1px solid #d7d7d7;
	font-family:Tahoma, Geneva, sans-serif;
	border-radius: 0;
    -moz-box-shadow:    0 3px 6px 0 #e7e7e7;
	-webkit-box-shadow: 0 3px 6px 0 #e7e7e7;
	box-shadow:         0 3px 6px 0 #e7e7e7;
	min-height:12px;
	margin-bottom:50px;

}

.navbar .container, .nav-wrapper { background:transparent; }

.navbar-default .navbar-nav > li > a {

	color:#FFF;
	
	font-weight:bold;

	padding-left: 22px;
    padding-right: 20px;
	padding-bottom: 8px;
    padding-top:8px;

	}



.navbar-default .navbar-nav > li > a:hover {
	color:#ffffff;
	background:#83bd33; 

	}
	

	
.navbar-nav > li > a {
    padding-top: 10px;
}

.navbar a{
	padding-bottom:5px;
	}

.nav-wrapper {
	background:#46b942;
	background-color: transparent;
	}



/* END - Navigation ---------------------------- */


#content { padding-bottom:20px;  }

.main-content .content-inner { padding:0 3%;}


.main-content .content-inner h2 {

margin-top:40px;
margin-bottom:30px;
text-align:left;
}

.main-content .content-inner h1,.main-content .content-inner h3  {


text-align:left;
}


.main-content .content-inner a {
font-weight:bold;
}

#homeintro {
margin-top:15px;	
}


.picRight,
.picLeft {
	padding:2px;
	background:#fff;
	margin:10px;
	-moz-box-shadow:    0px 0px 2px 2px #e7e7e7;
  	-webkit-box-shadow: 0px 0px 2px 2px #e7e7e7;
  	box-shadow:         0px 0px 2px 2px #e7e7e7;
	}
	
.picRight {
	float:right;
	margin:10px 5px 10px 15px;
	}

.picLeft {
	float:left;
	margin:10px 15px 10px 5px;
	}
	
	 #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;
}

/* ---------------------------------------------------------------------------------
SIDEBAR LEFT
------------------------------------------------------------------------------------ */

.sidebar-1 {
	border:0px;
	border-left:0;
	padding-right:0;

	margin-top:0px;
	}


.sidebar-1 #sb-menu1,
.sidebar-1 #sb-menu2 {
	

	}

#sb-menu2 {
	border-bottom:0px solid #E6E2D0;
	padding-bottom:20px;
	}

.sidebar-1 h2 {
	background-color:#134387;

	border-right:0px;
	padding:5px 15px;
	margin-bottom:0;

   	}

a.btn-map {
	font-size:1.8em;
	font-family:amaticbold;
	    border: 1px solid #a9db49;
	color:#FFF;
	background:#98cb52;
	padding:0px 8px 0px 8px;
	text-decoration:none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	-khtml-border-radius: 6px; /* for old Konqueror browsers */
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0);
	}
	


a:hover.btn-map {
	color:#FFF;
	background:#a9db49;
	}
	



.school-info-box {
	padding:15px 5% 0px;
	background-color:#f1f1f0;
	border:1px solid #e5e5e5;
	margin-bottom:40px;
	}

.school-info-box h4 {
    color: #2b5b9e;
	font-weight:bold;
	   font-family: Tahoma,Geneva,sans-serif;
	   font-size:1.4em;
}

.school-info-box p {  line-height:1.5em; margin-bottom:12px; }
.school-info-box .btn { font-size:80%; }

/* ---------------------------------------------------------------------------------
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 {
	color:#FFF;
	font-size:30px;

	border-bottom:1px dashed #134387;
	
	}

li.secondary-menu h2:first-word {
	color:#ccc;
	}
	
li.secondary-menu{
	border: 2px 2px 0px 0px solid #e6e2d0;

	
	}
	
nav.list-group ul li.secondary-menu {  	background-color:#134387;
	padding-bottom:20px;}

nav.list-group ul li a {
	font-size:1em;

	color:#FFF;
	background-color:#2a68a5;
	display:block;
	padding:8px 10px; 
	border-bottom:1px dashed #134387;

	}		

nav.list-group ul li a:hover {
	color:#ffffff;
	background:#134387;
	text-decoration:none;
	}		
	
	
/* END - Sidebar Navigation ---------------------------- */




/* ---------------------------------------------------------------------------------
NEWS
------------------------------------------------------------------------------------ */

.RecentNewsSchoolBlock .news {

	margin: 30px 0 20px 0;
	}
	
	.RecentNewsSchoolBlock .news h2 {
	color:#996633;	
     background-image: url('../images/eagle.png');
        background-position: left center;
        background-repeat: no-repeat;
		padding-left:100px;
		margin-bottom:40px;
 		margin-top:0px;
        color: #9b662f;
	}
	
	.RecentNewsSchoolBlock .news h3 {
	color:#3a9ff5	;
	margin-bottom: 5px;
	}

article.list-group {
	margin-bottom:50px;
	}

.list-group-item {
	border:0;
	padding:10px 2%;
	border-bottom: 1px dotted #dddddc;
	background-color:transparent;
	margin-bottom:0;
	font-weight:normal;
}

a.list-group-item:hover h3 {
		  color:#134387;
	}
.list-group-item h3 { margin-top:0; }
a.list-group-item { text-decoration:none;  font-weight:normal;}
a.list-group-item:hover { background:#f1f1f0;font-weight:normal; }
.list-group-item p { color:#1c1d1f;  font-weight:normal;}

.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:#F6F2E5;
	padding:5px;
}

.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 {
	background-color: #98cb52;
    border: 1px solid #a9db49;
    border-radius: 4px;
    color: #FFF;
    margin-left: 4%;
    width: 34%;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0);
}

.searchbtn:hover {
	color:#FFF;
	background:#a9db49;

	}




/*-----------------------------------------------------------------------------------------
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:#2B853E;
	background:#FFFEA9;
	text-decoration:none;
	} 


.pika-stage, .pika-textnav {
    width: 100% !important;
}

.content-inner iframe {
	border:5px solid #ccc;
	}
	
	
/* ---------------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------------------ */

.UpcomingEventsSchoolBlock .calendar { 
	background: #f1f1f0;
	border:1px solid #e5e5e5;
	text-align:center;
	padding:0px 0 40px 0;
	margin-top:40px;
	}



.UpcomingEventsSchoolBlock .calendar h4 {

	color:#FFF;
	font-size:30px;
	text-transform:none;
	margin-top:0px;
	background-color:#134387;
	padding: 5px 15px;
	
	}
	
	

.UpcomingEventsSchoolBlock .calendar p {

	color:#3a9ff5;
	padding:10px 0;
	border-bottom:1px solid #e9f2fd;
	border-top:1px solid #ffffff;
	margin:0 5%;
	line-height:1.4em;
	  font-size: 1em;
	  font-weight:normal;
	}

.UpcomingEventsSchoolBlock .calendar p strong {
    color: #915d26;
    font-size: 1.1em;
    text-transform: uppercase;
	font-weight:normal;

}
	
	.UpcomingEventsSchoolBlock .calendar p br {
	margin-bottom:.8em;	
	}
.btn-calendar { margin-top:-20px; text-align:center; }



/* ---------------------------------------------------------------------------------
SPANISH
------------------------------------------------------------------------------------ */

p.spanish-btn {
	padding:8px 0 12px 0;
	text-align:left;
	border-bottom:1px dotted #F6F2E5;
	}

p.spanish-btn a {
	color:#2B853E;
	background:transparent;
	font-size:0.8em;
	text-decoration:none;
	padding:8px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	-khtml-border-radius: 6px; /* for old Konqueror browsers */	
	border:0;
	}

p.spanish-btn a:hover {
	color:#999;
	background:transparent;
	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
------------------------------------------------------------------------------------ */


/* ---------------------------------------------------------------------------------
STAFF DIRECTORY
------------------------------------------------------------------------------------ */

#box_left, #box_right {
	width:48%;
	float:left;
	}
	
#box_right {
	width:48%;
	float:right;
	}	
	
#box_left h3, #box_right h3 {
	font-size:20px;
	color:#FFFFFF;
	background:#3f5f8e;
	padding:15px 5%;
	margin-bottom:0;
	}

.alternaterow {
    background-color: #f1f0f1;
}

#employee {
	padding:15px 5% !important;
	background:#fbfaf6;
	margin-bottom:0.1em;
	}

#employee p.employeename { font-weight: bold; }
#employee p { font-size:0.9em; line-height:1.8em; margin-bottom:5px; }

#departmentList {
	padding: 10px 0;
	border-bottom:1px dotted #F6F2E5;
	}

#departmentList p {
    line-height: 1.0em;
    margin: 0;
}

#departmentList p a:hover { text-decoration:none; }	


/* ---------------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------------------ */

.footer {
	
		background:#875725;
	border-top:2px solid #ab6a26;

	}


.mcps-info,
.credits,
.tron-login {
	border-bottom: 1px solid #ab6a26;
    border-top: 1px solid #734a1f;
    margin: 0;
    padding: 24px 0;
	}

.credits {
	text-align:center;
	font-size:0.95em;
	line-height:1.5em;
	color:#fff;
	}

.credits a {
	color:#fff;
	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.95em;
	line-height:1.5em;
	color:#e2ecfd;
	}

.footer ul,
.footer li {
	list-style:none;
	margin:0;
	padding:0;
	}

.footer li a {
	font-size:0.95em;
	color:#fff;
	display:block;
	padding:4px 10px;
	text-decoration:none; 
	}

.footer li a:hover { color:#dbfbae; }
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; }	


 .ftr-image {

}
 




/* Search -------------------------------------------------------- */

.search {
    float: right;
    margin: 0;
    padding: 0;
    width: 30%;
}

.three-column .search {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
	margin-bottom:15px;
}

.one-column .search { width:25%; }


/* Misc -------------------------------------------------------- */

.btn-primary {
font-size:1.8em;
	font-family:amaticbold;
	    border: 1px solid #a9db49;
	color:#FFF;
	background:#98cb52;
	padding:0px 8px 0px 8px;
	text-decoration:none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	-khtml-border-radius: 6px; /* for old Konqueror browsers */
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0);
}


a.btn-primary:hover {
	color:#FFF;
	background:#a9db49;
 border: 1px solid #a9db49;
}


	


	
	

/* ---------------------------------------------------------------------------------
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-small.png') no-repeat scroll center top;
    display: block;
    height: 77px;
    margin: 18px 0;
    position: static;
    text-indent: -9999px;
    width: 100%;
}

.masthead {  height:auto;  }

	
.site-header{
	background:#2a68a5; height:auto; background-image:none;
	}
#banner { display:none; }
address { display:none; }


.sidebar-1 {
	border:0px;
	background:#FFF;
	margin-top:10px;
	padding:0 5%;
	}

.school-info-box p { text-align:left; }
#sb-menu2 { border-bottom:0px solid #E6E2D0; }
.sidebar-1 h2 { border:0px solid #a9c5f9; }
.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 {  padding:0.5em 0; width:100%; margin:0; }
.navbar-default .navbar-nav > li > a:last-child { border-bottom:0;}
.navbar-default .navbar-nav > li > a:hover { color:#fff; background:#83bd33; border-top:1px dashed #ccc; padding:0.5em 0; margin:0;  }
.nav-wrapper { margin-bottom:0; }

.nav li { display: block; }


nav.list-group ul li a {	border-bottom:1px solid #a9c5f9;
	border-top:1px solid #ffffff; }
	
	nav.list-group ul li a:first-child { border-top:0px;}

.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;
}


}

@media (min-width: 992px) and (max-width: 1199px) {
	.site-header{
	background:#e2ecfd url('../images/bg-md.jpg') no-repeat scroll center;
	height:231px;
	overflow:hidden;
	margin:0 auto;
	width:970px;

	}


.masthead h1 {
    background: url('../images/logo-md.png') no-repeat;
    display: block;
    height: 204px;
    position: absolute;
    text-indent: -9999px;
    top: 29px;
    width: 647px;
	margin:0;
}
}

/* 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;
	}
	
		.site-header{
	background:#e2ecfd url('../images/bg-md.jpg') no-repeat scroll center;
	height:231px;
	overflow:hidden;
	margin:0 auto;
	width:970px;

	}


.masthead h1 {
    background: url('../images/logo-md.png') no-repeat;
    display: block;
    height: 204px;
    position: absolute;
    text-indent: -9999px;
    top: 29px;
    width: 647px;
	margin:0;
}

}

/* 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; }
.site-header{
	background:#2a68a5; height:auto; background-image:none;
	}

}
	