
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,700,400italic);

html, body {
	background:#fefef5;
	color:#645f5a;
	font-family: 'Open Sans', sans-serif;
	}

/* ---------------------------------------------------------------------------------
FONTS, GENERAL, MISC
------------------------------------------------------------------------------------ */

h1, h2, h3, h4 {
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	}

h1 {
	color:#255fb1;
	font-size:2.2em;
	line-height:1.8em;
	}
	
h2, h2 a {
	font-weight:400;
	color: #38721b;
    font-size: 30px;
    line-height:36px;
    margin-bottom: 20px;
    margin-top: 25px;
    padding-bottom: 6px;
}

h2 a { margin-top:0; }

h3, h3 a, p.title {
    color: #8f8d57;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 15px;
    margin-top: 30px;
    text-transform: uppercase;
}

h4, h4 a {
    color: #666;
    font-size: 16px;
    line-height: 1.3em;
    margin-top: 25px;
}
	
hr {
    background:#f6f6e7;
    border: 0 none;
    clear: both;
    height: 6px;
    margin: 42px 0;
}

p { font-size:1.1em; line-height:1.6em; color:#645f5a; }
li { color:#645f5a; }
.main-content p, main-content li { }

a {
    color: #3c9c07;
    text-decoration: none;
}
a:hover { color: #999; background:#f6f6e7; text-decoration: none; }

.main-content a { color:#38721b; }
.main-content a:hover { color:#999; }
#ctl00_ContentPlaceHolder1_tronSlideShowHomepage1_pnlSlideHome a { border:0; }
.main-content a.list-group-item { border-top: 1px solid #fff; border-bottom: 1px solid #f3f3f3; }
.main-content .btn-primary { border-bottom:0; }
.main-content li, .main-content ol { padding:6px 0; }

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; }

.breadcrumbs { font-size:11px; color:#999; margin-bottom:20px; }
.breadcrumbs a { color:#3463ac; border:0; }

.side-block { background:#f3f3f3; border:1px solid #ebebeb; margin-left:20px; text-align:center; padding:0 15px 12px 5px; }
.side-block .img-responsive { max-width:90%; margin:0 auto !important; }

.lead { color: #666; font-weight:400; line-height:1.6em; }
.btn-print { float:right; background:transparent; }   

#content { padding-bottom:0; }  
   
.main-content ul, .main-content ol { padding:0; margin:0 0 15px 15px; }   
.main-content ul li, .main-content ol li { margin:0; padding:6px 0; }   
.main-content ul li a, .main-content ol li a { border:0; }   

span.emphasize {

	font-weight:400;
	font-style:italic;
	text-align:center;
	color:#6c6245;
	font-size:18px;
	display:block;
	text-transform:none;
	}
 
   
/* ---------------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------------------ */

/* Top MCPS Button ---------------------------- */

.btn-default {
    color:#fcfaf2;
	font-size:10px;
	background:transparent;
	background-image: none;
    background-repeat: no-repeat;
    border:0;
    text-shadow:none;
	box-shadow:none;
	margin-top:3px;
	margin-right:12%;
}

a:hover.btn-default {
    color:#fff;
	background:transparent;
}

/* END - Top MCPS Button ---------------------------- */

.masthead {
	background:#38721b url('../images/hdr-bg.jpg') repeat;
	height:178px;
	overflow:hidden;
	}

.site-header {
	position:relative;
	background: url("../images/hdr-banner.jpg") repeat left top;
	}
	
.masthead h1 {
    background: url('../images/logo.png') no-repeat;
    display: block;
    height:130px;
    text-indent: -9999px;
    width: 677px;
	margin:0;
	margin-top:20px;
	margin-left:1%;
}

address {
    text-indent: -9999px;
}

#banner { display:none; }

h2.intro {
	margin:0;
	}


/* ---------------------------------------------------------------------------------
NAVIGATION
------------------------------------------------------------------------------------ */

.navbar-default .navbar-collapse, .navbar-default .navbar-form { border:0;}


.navbar {
    margin: 0;
	background:#fcf9c6;
	font-family:Tahoma, Geneva, sans-serif;
	border-radius: 0;
	min-height:auto;
	border-top:0;
	border-bottom:0;
	border:1px solid #f2eba7;
	-moz-box-shadow:    0 4px 4px 0px #f3f3f3;
    -webkit-box-shadow: 0 4px 4px 0px #f3f3f3;
    box-shadow:         0 4px 4px 0px #f3f3f3;
}

.navbar .container, .nav-wrapper { background:transparent; }

.navbar-default .navbar-nav > li > a {
	font-weight:400;
	color:#38721b;
	text-transform:uppercase;
	font-size:13px;
	padding:12px 18px;
	border-right:1px solid #f4eaa5;
	border-left:1px solid #fffce9;
	background:#fcf9c6;
	}

.navbar-default .navbar-nav > li > a:hover {
	color:#337100;
	background:#dcd894;
	}

/* END - Navigation ---------------------------- */


#content .container { 
	padding-top:20px;
	padding-bottom:20px; 
  }

.main-content .content-inner { padding:0 3%;}
.main-content .content-inner img { 
	padding:5px;
	margin:10px;
	background:#fff;
	-moz-box-shadow:    0 0 4px 0 #e7e7e7;
    -webkit-box-shadow: 0 0 4px 0 #e7e7e7;
    box-shadow:         0 0 4px 0 #e7e7e7;
}

.img-responsive {
    max-width: 98%;
}

/* ---------------------------------------------------------------------------------
SIDEBAR LEFT
------------------------------------------------------------------------------------ */

.sidebar-1 {
	border-left:0;
	padding-right:0;
	margin-top:15px;
	}

.sidebar-1 #sb-menu1,
.sidebar-1 #sb-menu2,
.sidebar-1 #sb-menu3 {
	background:#fff;
	margin-bottom:20px;
	padding-top:12px;
	-moz-box-shadow:    0 0 4px 0 #e7e7e7;
    -webkit-box-shadow: 0 0 4px 0 #e7e7e7;
    box-shadow:         0 0 4px 0 #e7e7e7;	
	}

#sb-menu3 { display:none; }

#sb-menu2 {
	padding-bottom:20px;
	display:none;
	}

.sidebar-1 h2 {
	padding:0;
	margin:18px 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;
	}
	

.school-info-box {
	padding:25px 5% 15px 5%;
	background: #fff;
	margin-bottom:20px;
	text-align:center;
	-moz-box-shadow:    0 0 4px 0 #e7e7e7;
    -webkit-box-shadow: 0 0 4px 0 #e7e7e7;
    box-shadow:         0 0 4px 0 #e7e7e7;
	}

.school-info-box h2 {
    color: #3463ac;
    font-size:16px;
	line-height:22px;
	border-bottom:1px solid #0f3a7c;
    text-transform: uppercase;
	background:none;
	padding-bottom:6px;
	margin-bottom:12px;
}

.school-info-box p {
    color: #707070;
    font-size: 90%;
    line-height: 1.8em;
    margin-bottom: 18px;
}

.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;
	}	

nav.list-group ul {
	padding-bottom:10px;
	
	}	

li.secondary-menu h2 {
    color: #b7b7b7;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
    font-size: 18px;
    line-height: 24px;
    padding: 12px 0;
	text-transform:none;
	background:transparent;
	border-top:3px solid #f3f3f3;
	margin:0;
}

nav.list-group ul li.secondary-menu{
	margin:0 7.5%;
	}

nav.list-group ul li a {
	font-size:1.0em;
	font-weight:400;
	font-style:italic;
	color:#38721b;
	display:block;
	padding:12px 3%; 
	border-bottom:1px dashed #f3f3f3;
	}		

nav.list-group ul li a:hover {
	color:#fbfbc7;
	background:#38721b;
	text-decoration:none;
	border-color:transparent;
	}		
	
	
/* ---------------------------------------------------------------------------------
HOMEPAGE SPOTLIGHT
------------------------------------------------------------------------------------ */

.hp-spotlight {
	padding:24px 2%;
	background: #e0dbcc;
    border: 1px solid #dbd4c0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	}

.hp-spotlight h3 { 
	margin-top:0; 
	color:#4e4f4f; 

	font-weight:400;
	}

.hp-spotlight h4 { color:#f3f3f3; }

/* ---------------------------------------------------------------------------------
NEWS
------------------------------------------------------------------------------------ */

.RecentNewsSchoolBlock .news, #announcements, h2.hp-hdr {
	margin: 40px 0 20px 0;
	}

.RecentNewsSchoolBlock .news h2, #announcements h2 {
    border-bottom: 1px solid #ededa8;
    margin: 0;
    padding-bottom: 12px;
}

.RecentNewsSchoolBlock .news h3,
#announcements h3 {
    color: #4e8a31;
    font-size: 22px;
	line-height:28px;
    margin-bottom: 3px;
}

article.list-group {
	margin-bottom:50px;
	}

.list-group-item {
	border:0;
	padding:24px 2%;
	border-bottom: 1px dotted #f1ef87;
	background-color:transparent;
	margin-bottom:0;
}

.list-group-item h3 { margin-top:0; }
a.list-group-item:hover { background:#fff; }

.list-group-item p {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.list-group-item:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}


.announcements-box {
	background: #f6f5f0;
    border-top: 3px solid #f3f3f3;
	padding:24px 5%;
	}

/* ---------------------------------------------------------------------------------
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-1 { padding:30px 0; }
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;
    vertical-align: middle;
	float:left;
}

.searchtext { width: 60%; }

.searchbtn {
	width: 34%;
	margin-left:4%;
	color:#fff;
	border:1px solid #38721b ;
	background-color:#38721b ;
	border-radius: 4px 4px 4px 4px;
}

.searchbtn:hover {
	color:#333;
	background:#fbfbc7 ;
	border-color: #fbfbc7 ;
	}



/*-----------------------------------------------------------------------------------------
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;
	padding:12px 0;
	background:#fff;
	-moz-box-shadow:    0 0 4px 0 #e7e7e7;
    -webkit-box-shadow: 0 0 4px 0 #e7e7e7;
    box-shadow:         0 0 4px 0 #e7e7e7;	
	}

.UpcomingEventsSchoolBlock .calendar h4 {
	font-size:18px;
	line-height:24px;
	color:#b7b7b7;
	padding:12px 0;
	text-align:left;
	border-top:3px solid #f3f3f3;
	margin:0 7.5%;
	}

.UpcomingEventsSchoolBlock .calendar p {
	color:#666;
	font-weight:400;
	padding:12px 0;
	border-bottom: 1px dashed #ededa8;
	margin:0 7.5%;
	font-size:0.9em;
	line-height:1.2em;
	text-align:left;
	}

.UpcomingEventsSchoolBlock .calendar p strong {
    color: #666;
    display: inline-block;
    font-size: 1em;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 5px;
}
	
.btn-calendar p { 
	margin-top:-15px; 
	text-align:center; 
	background:#fff;
	padding:12px 6px;
	-moz-box-shadow:    0 0 4px 0 #e7e7e7;
    -webkit-box-shadow: 0 0 4px 0 #e7e7e7;
    box-shadow:         0 0 4px 0 #e7e7e7;		
}

.UpcomingEventsSchoolBlock .calendar p a {
    border-bottom: 0 none;
    font-size: 1.1em;
    line-height: 1.5em;
}

.UpcomingEventsSchoolBlock .calendar p a:hover { color:#333; border-bottom:0px dashed #ccc; }

p.btn-calendar a {
    background: transparent;
    color: #38721b;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 12px;
    padding: 12px 0;
    text-transform: uppercase;
}

p.btn-calendar a:hover { background: #f3f3f3; color: #fff; }

/* ---------------------------------------------------------------------------------
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:#ffec00;
	background:#3463ac;
	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: #fff !important; }


/* ---------------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------------------ */

.footer {
	background:#38721b;
	border-top:5px solid #ededa8;
	}

.footer-inner {}

.mcps-info,
.credits,
.tron-login {
    margin: 0;
    padding: 32px 0;
	}

.mcps-info, .tron-login {
	padding:36px 0;
	border-bottom: 1px solid #356e19;
    border-top: 1px solid #3d781f;
	}

.credits {
	text-align:center;
	font-size:0.8em;
	line-height:1.5em;
	color:#fbfbc7;
	padding:24px 0;
	border-bottom:1px solid #356e19;
	}

.credits a {
	color:#e1dc3f;
	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:10px;
	line-height:14px;
	color:#fbfbc7;
	}

.footer ul,
.footer li {
	list-style:none;
	margin:0;
	padding:0;
	}

.footer li a {
	font-size:0.80em;
	color:#fbfbc7;
	display:block;
	padding:5px 10px;
	text-decoration:underline; 
	}

.footer li a:hover { color:#fff; background:transparent; text-decoration:none;  }
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;
	margin-left:2%;
    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, .main-content a.btn-primary {
    color:#fbfbc7;
	background-image: none;
	background:#38721b;
    border-color: #38721b;
}


a.btn-primary:hover {
    color:#333;
	background-image: none;
	background:#fffea9;
    border-color: #fffea9;
	text-shadow:none;
}

html.embed { background:transparent; }


/*-----------------------------------------------------------------------------------------
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;
	}
	
.pika-thumbs img { margin:0 !important; padding:0 !important;  }	
	

/* ---------------------------------------------------------------------------------
RESPONSIVE
------------------------------------------------------------------------------------ */



/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 240px) 
and (max-width : 768px) {
/* Styles */

.intro { font-size:2em;}
p, li { font-size: 1.2em; line-height:1.6em; }
h2, h2 a { font-size: 24px; line-height: 30px; margin-bottom:10px; margin-top: 15px; }
h3, h3 a { font-size: 1.8em; line-height: 1.4em; }
span.emphasize { font-size: 14px; }
.navbar-collapse { max-height:none; }	
.navbar-toggle { display: block; float: none; margin: 10px auto; }

.site-header { background-image: none; padding:0; }

.masthead h1 {
    background: url('../images/logo-290.png') no-repeat scroll center top;
    display: block;
    height:51px;
    margin: 18px auto;
    position: static;
    text-indent: -9999px;
    width: 290px;
}

.masthead { height:auto; }
#banner { display:none; }
address { display:none; }

.RecentNewsSchoolBlock .news h3, #announcements h3 { font-size: 18px; line-height: 24px; }

.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; }
.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:8px 0; width:100%; margin:0; background:transparent; }
.navbar-default .navbar-nav > li > a:last-child { border-bottom:0;}
.navbar-default .navbar-nav > li > a:hover { background:#fff; border-top:1px dashed #ccc; padding:8px 0; margin:0;  }
.nav-wrapper { margin-bottom:0; }

.nav li { display: block; }
nav.list-group ul li a { font-size: 14px; padding: 6px 3%; }

.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;
}

.list-group-item { padding: 10px 1%; }
.mcps-logo { background-position: center top; }

}

/* 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; }

}

@media only screen 
and (min-width : 1024px) {


}