@font-face {
    font-family: 'Andada-Bold';
    src: url('fonts/andada-bold/andada-bold-webfont.eot');
    src: url('fonts/andada-bold/andada-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/andada-bold/andada-bold-webfont.woff2') format('woff2'),
         url('fonts/andada-bold/andada-bold-webfont.woff') format('woff'),
         url('fonts/andada-bold/andada-bold-webfont.ttf') format('truetype'),
         url('fonts/andada-bold/andada-bold-webfont.svg#andadabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Andada-Regular';
    src: url('fonts/andada-regular/andada-regular-webfont.eot');
    src: url('fonts/andada-regular/andada-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/andada-regular/andada-regular-webfont.woff2') format('woff2'),
         url('fonts/andada-regular/andada-regular-webfont.woff') format('woff'),
         url('fonts/andada-regular/andada-regular-webfont.ttf') format('truetype'),
         url('fonts/andada-regular/andada-regular-webfont.svg#andadaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background:#fcfaf2 url(../images/bodybg.jpg) top left repeat;
	color:#645e5e;
	}



/* ---------------------------------------------------------------------------------
Carousel
------------------------------------------------------------------------------------ */

.main-content ol.carousel-indicators li {
    padding: 0;
    margin-left: 0;
}

.carousel-indicators {
	position: absolute;
	bottom: 5px;
	left: 0%;
	z-index: 15;
	width: 100%;
	paddgin:0;
	margin:0;
	}



/* ---------------------------------------------------------------------------------
FONTS, GENERAL, MISC
------------------------------------------------------------------------------------ */

h1, h2, h3 {
	font-weight:normal;
	}

h1 {
	color:#255fb1;
	font-size:2.2em;
	line-height:1.8em;
	}
	
h2, h2 a {
    border-bottom: 2px dashed #e6e2d0;
    color: #226722;
    font-family: Andada-Regular,Georgia,"Times New Roman",Times,serif;
    font-size: 28px;
    line-height: 32px;
    margin: 15px 0 20px;
    padding-bottom: 10px;
}

h3, h3 a, p.title {
    color: #133f1c;
    font-family:Andada-Regular, Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    line-height:28px;
	margin: 30px 0 15px 0;
}

h4, h4 a {
	font-family:Andada-Regular, Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#444;
	font-size:18px;
	line-height:22px;
	margin: 15px 0 5px 0;
	}
	
hr {
	height:3px;
	border:0;
	background:#e6e2d0;
	margin:30px 0;
	clear:both;
	}

p { font-size:1em; line-height:1.8em; color:#645e5e; }
a { color: #2B853E; text-decoration: none; }

a:hover { color: #977F38; text-decoration: none; }

.main-content a { border-bottom:1px dashed #e6e2d0; }
.main-content a:hover { border-bottom:0px dashed #2B853E; }
.main-content a.list-group-item { border-bottom: 1px dashed #e6e2d0; }
.main-content .btn-primary { border-bottom:0; }
.main-content li, .main-content ol { padding:6px 0; margin-left:15px; }

.blue { color:#226722;}
.green { color:#133F1C;}


/* ---------------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------------------ */

/* Top MCPS Button ---------------------------- */

.btn-default {
    color:#fcfaf2;
	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:#fff; background:transparent; }

/* END - Top MCPS Button ---------------------------- */

.site-header { position:relative; }

.masthead{
	background:#226722 url('../images/mastheadbg.jpg') repeat-x;
	height:164px;
	overflow:hidden;
	}
	
.masthead h1 {
    background: url('../images/logo.png') no-repeat;
    display: block;
    height: 166px;
    text-indent: -9999px;
    top: 0px;
    width: 719px;
	margin:0 auto;
}

address { text-indent: -9999px; }

.intro {
	background:#fbfaf6;
	padding:18px 5%;
	border:1px solid #e6e2d0;
	margin-bottom:24px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	-khtml-border-radius: 6px; /* for old Konqueror browsers */
	}



/* ---------------------------------------------------------------------------------
NAVIGATION
------------------------------------------------------------------------------------ */

.navbar-default .navbar-collapse, .navbar-default .navbar-form { border:0;}

.navbar {
    margin-top: 0;
	background:#226722;
	border-top: 3px solid #fbfd06;
	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;
}

.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: 24px;
    padding-right: 24px;
	}

.navbar-default .navbar-nav > li > a:hover {
	color:#0a3d0a;
	padding-bottom:10px;
	border-top: 3px solid #0a3d0a;
	margin-top:-5px;
	padding-bottom:8px;
	margin-bottom:-8px;
	}
	
.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 img { 
	padding:5px;
	background:#fff;
	border:1px solid #E6E2D0;
}

/* ---------------------------------------------------------------------------------
SIDEBAR LEFT
------------------------------------------------------------------------------------ */

.sidebar-1 {
	border-left:0;
	padding-right:0;
	margin-top:15px;
	}

.sidebar-1 .school-info-box,
.sidebar-1 #sb-menu1,
.sidebar-1 #sb-menu2,
.sidebar-1 #sb-menu3 {
	background:#fcfaf2;
	border:1px solid #e6e2d0;
	padding:0;
	margin:10px 2% 30px 2%;
	}

.school-info-box h4{
    color: #226722;
    font-family: Andada-Regular,Georgia,"Times New Roman",Times,serif;
}
.sidebar-1 .school-info-box { padding:12px 5%; }

.sidebar-1 #sb-menu2,
.sidebar-1 #sb-menu3 { 
	display:none; 
	}

.sidebar-1 h2 {
	border:1px solid #e6e2d0;
	border-right:0px;
	border-top:0px;
	padding:10px 15px;
	margin:0;
   -moz-box-shadow:    inset 0 0 10px #e6e2d0;
   -webkit-box-shadow: inset 0 0 10px #e6e2d0;
   box-shadow:         inset 0 0 10px #e6e2d0;
	}

a.btn-map {
	font-size:0.8em;
	color:#fbfd06;
	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:#fbfd06;
	}
	
.school-info-box {
	padding:15px 5%;
	}

.school-info-box p {
    font-size: 0.85em;
    line-height: 1.7em;
    margin-bottom: 12px;
}
.school-info-box .btn {  }


/* ---------------------------------------------------------------------------------
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:#226722;
	font-size:18px;
	text-transform:uppercase;
	}

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:0.85em;
	color:#5c5c5c;
	display:block;
	padding:8px 10px; 
	border-bottom:1px dashed #f2f2f2;
	}		

nav.list-group ul li a:hover {
	color:#2B853E;
	background:#fff;
	text-decoration:none;
	}		
	
	
/* ---------------------------------------------------------------------------------
NEWS
------------------------------------------------------------------------------------ */

.RecentNewsSchoolBlock .news {
	border-top: 5px solid #226722;
	margin: 40px 0 20px 0;
	}

article.list-group {
	margin-bottom:50px;
	}

.list-group-item {
	border:0;
	padding:20px 2%;
	border-bottom: 1px dotted #f6f2e5;
	background-color:transparent;
	margin-bottom:0;
}

.list-group-item h3 { margin-top:0; }
a.list-group-item:hover { background:#fcfaf2; }
.list-group-item p { color:#8f9099; margin-bottom:0; }

.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 { margin-left:2%; margin-right:2%; }


/* ---------------------------------------------------------------------------------
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 #c2bba3;
	background-color:#c2bba3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */
}

.searchbtn:hover {
	color:#2B853E;
	background:#FFFEA9;
	border-color: #ccc;
	}



/*-----------------------------------------------------------------------------------------
SLIDESHOW
------------------------------------------------------------------------------------------- */

.slideshow {
	position:relative;
	}

.slideshow img{
	border-top:5px solid #fbfd06;
	border-bottom:5px solid #fbfd06;
	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;
	}


/* ---------------------------------------------------------------------------------
TABLE
------------------------------------------------------------------------------------ */

.table { margin-top:30px; }	
	


/* ---------------------------------------------------------------------------------
SOCIAL MEDIA	
------------------------------------------------------------------------------------ */

.sm {
	list-style:none;
	margin:0;
	padding:0;
	}

.sm li {
    border-bottom:0px dashed #e6e2d0;
    font-size: 12px;
    margin: 0;
    padding:0;
    text-align: left;
}
.sm li a { display:block; padding: 16px 5px 16px 44px; }
.twitter a { background:url(../images/twitter.png) left center no-repeat; }	
.facebook a { background:url(../images/facebook.png) left center no-repeat; }	
	
/* ---------------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------------------ */

.UpcomingEventsSchoolBlock .calendar { 
	background:#f6f3e5; 
	text-align:center;
	padding:15px 0 40px 0;
	border:1px solid #e6e2d0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	-khtml-border-radius: 6px; /* for old Konqueror browsers */	
	}

.UpcomingEventsSchoolBlock .calendar h4,
.sidebar-2 h4 {
	color:#226722;
	font-family:Andada-Regular, Georgia, "Times New Roman", Times, serif;
	}

.UpcomingEventsSchoolBlock .calendar p {
	color:#80785b;
	padding:10px 0;
	border-bottom:1px solid #eae6d8;
	border-top:1px solid #fcfaf2;
	margin:0 5%;
	line-height:1.4em;
	}

.UpcomingEventsSchoolBlock .calendar p strong {
    color: #80785b;
    display: inline-block;
    font-size: 0.85em;
    margin-bottom: 4px;
    text-transform: uppercase;
}
	
.btn-calendar { margin-top:-20px; text-align:center; }



/* ---------------------------------------------------------------------------------
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 {
	font-size:20px;
	color:#FFFEA9;
	background:#2B853E;
	padding:15px 5%;
	margin-bottom:0;
	}

.alternaterow {
    background-color: #F6F2E5;
}

#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:#0a3d0a; border-top:6px solid #ffff00; }

.mcps-info,
.credits,
.tron-login {
	border-bottom: 1px solid #042d04;
    border-top: 1px solid #20522a;
    margin: 0;
    padding: 24px 0;
	}

.credits {
	text-align:center;
	font-size:0.9em;
	line-height:1.5em;
	color:#669a66;
	}

.credits a { color:#669a66; 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:#669a66; }

.footer ul,
.footer li {
	list-style:none;
	margin:0;
	padding:0;
	}

.footer li a {
	font-size:0.80em;
	color:#669a66;
	display:block;
	padding:4px 10px;
	text-decoration:none; 
	}

.footer li a:hover { color:#fff; }
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:15px;
}

.one-column .search { width:25%; }


/* Misc -------------------------------------------------------- */

.btn-primary {
    color:#fff;
	background-image: none;
	background:#c2bba3;
    border-color: #c2bba3;
}


a.btn-primary:hover {
    color:#2B853E;
	background-image: none;
	background:#FFFEA9;
    border-color: #ccc;
	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, body { background:#fcfaf2; }
p, li { font-size: 1.1em; line-height:1.6em; }

h2, h2 a {
    font-size: 26px;
    line-height: 30px;
	text-align:center;
}

h3, h3 a, p.title {
    font-size:20px;
    line-height:24px;
	text-align:center;
}

h4, h4 a {
	font-size:16px;
	line-height:20px;
	text-align:center;
	}
	
.intro {
	background:transparent;
	padding:8px 0;
	border:0px solid #e6e2d0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px; /* future proofing */
	-khtml-border-radius: 0px; /* for old Konqueror browsers */
	}

.navbar-collapse { max-height:none; }	
.navbar-toggle { display: block; float: none; margin: 10px auto; }

.masthead h1 {
    background: url('../images/banner-290.png') no-repeat scroll center top;
    display: block;
    height: 67px;
    margin: 18px auto;
    position: static;
    text-indent: -9999px;
    width:290px;
}

.masthead { background:#133F1C; height:auto; }
#banner { display:none; }
address { display:none; }


.sidebar-1 {
	border:0px solid #e6e2d0;
	background:transparent;
	margin-top:10px;
	padding:0 5%;
	}

.school-info-box p { text-align:left; }
#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-top:1px dashed #999; 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:#FFFEA9; background:#06801B; 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 #E6E2D0; }

.RecentNewsSchoolBlock .news h3 { text-align:left; }
.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 */	

.masthead h1 {
    background: url('../images/banner-md.png') no-repeat scroll center top;
    display: block;
    height: 151px;
    margin: 18px 0;
    position: static;
    text-indent: -9999px;
    width:656px;
}

.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; }

}
	