@charset "UTF-8";
/* CSS Document */

html, body {
}
body {
	background-image: url(http://images.moundsparkacademy.org/background.png);
	background-repeat: repeat;
	font-family: "Microsoft Sans Serif", Arial, sans-serif;
}
#container {
	position: static;
	margin: -5px auto;
	padding: 0px;
	width: 912px;
}
/* Masthead related styles */
.masthead {
	position: relative;
	clear:both;
	height: 79px;
	z-index: 2;
}
.masthead #login-link-container {
	position: relative;
	clear: both;
	text-align: right;
	margin: 0;
	font-size: .72em;
	z-index: 10;
	height: 30px;
}
.masthead #login-link {
	position: relative;
	float: right;
	margin: 7px 20px 0 0;
display:none;
}
.masthead #login-links {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	z-index: 5;
	background-image: url(http://images.moundsparkacademy.org/login-drop-down.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 120px;
	width: 140px;
	font-size: .9em;
}
.masthead #login-links ul {
	list-style: none;
	margin: 12px 25px 0px 0px;
}
.masthead #login-links li {
	margin-bottom: 11px;
}
.search-form {
	position: absolute;
	right: 25px;
	top: 50px;
	z-index:2;
	background: url(http://images.moundsparkacademy.org/search-form-bg.png) right no-repeat;
	width: auto;
	height: 30px;
	text-align: right;
}
#search-field {
	margin-top: 5px;
	position: relative;
	float: left;
	background: transparent url(http://images.moundsparkacademy.org/search-form-field.png) no-repeat;
	width: 124px;
	padding: 1px 5px;
	border: solid 0 #000;
	height: 18px;
}
.search-form #search-button {
	margin: 5px 5px 0 2px;
}
/* End of masthead */

/* Main nav bar */
#main-nav-bar {
	position: absolute;
	right: 0;
	z-index: 5;
	background-image: url(http://images.moundsparkacademy.org/Main-Nav-Bar.png);
	background-position: right;
	background-repeat: no-repeat;
	width: 568px;
	height: 38px;
}
#main-nav-bar a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}
#main-nav-bar ul {
	list-style: none;
	margin: 8px 0 0 50px;
	padding: 0;
}
#main-nav-bar li {
	display: inline;
	margin-right: 14px;
}
#quick-links {
	display: none;
	position: absolute;
	top: 37px;
	right: 15px;
	width: 142px;
	height: 170px;
	z-index: 2;
}
.quick-links-item {
	margin: 0;
	height: 18px;
	padding-left: 15px;
	background: url(http://www.moundsparkacademy.org/images/quick-links-bg.png) top no-repeat;
}
#quick-links-top {
	height: 12px;
}
#quick-links-bottom {
	margin: 0;
	height: 19px;
	background: url(http://www.moundsparkacademy.org/images/quick-links-bottom.png) bottom no-repeat;
}
#quick-links a {
	text-transform: none;
	color: #fff;
	font-size: 11px;
	text-decoration:none;
}
#quick-links a:hover {
	color: rgb(90,135,198);
}
#main-nav-bar a:hover {
	color: rgb(90,135,198);
}
/* End of main nav bar */
/* middle section, includes left name and body content */
#middle-section {
	position: relative;
	top: 21px;
	z-index: 0;
}
a {
	color: rgb(125,120,114);
}
#left-side-nav {
	position: absolute;
	left: 0;
	top: 0;
	width: 149px;
	height: 440px;
	background: url(http://images.moundsparkacademy.org/left-nav-bg.png) no-repeat top;
	z-index: 1;
}
.left-nav-item {
	margin: 0 0 0 18px;
	height: 18px;
	vertical-align: middle;
}
#left-side-nav a:link, #left-side-nav a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}
#left-side-nav a:hover {
	color: rgb(90,135, 198);
	text-decoration: underline;
}
#left-nav-footer {
	position: absolute;
	bottom: 0;
	background: url(http://images.moundsparkacademy.org/left-nav-footer-bg.png) no-repeat bottom;
	width: 149px;
	height: 150px;
	z-index: 2;
	text-align: center;
}
#left-nav-footer img {
	border: 0;
	padding: 8px 0 0 1px;
	vertical-align: bottom;
}
.section-content {
	position: absolute;
	top: 0px;
	right: 0;
	width: 749px;
	height: 440px;
	z-index: 1;
}
.section-content li {
margin-bottom: 7px;
}
#main-content {
	background: url(http://images.moundsparkacademy.org/content-bg.png) bottom no-repeat;
	clear:both;
	height: 605px;
}

#main-content-body, #main-content-body-wide {
	position:absolute;
	left: 200px;
	top: 50px;
	width: 510px;
	height: 515px;
	overflow: auto;
	padding: 0 10px 0 1px;
	font-size: 13px;
}

#main-content-body-wide {
	left: 20px;
	width: 700px;
}
#main-content-body h1, #main-content-body-wide h1 {
	font-size: 24px;
	text-transform: uppercase;
}

.section-landing {
	height: 440px;
}
/* Home page styles */
#home-title, #home-text {
	position: absolute;
	color: #fff;
	left: 25px;
}
#home-title {
	text-transform: uppercase;
	top: 100px;
	font-size: 19px;
	letter-spacing: 4px;
}
#home-text {
	top: 285px;
	font-size: 15px;
width: 810px;
}
/* Home icon styles */
#home-icons {
	position: absolute;
	top: 275px;
	right: 0px;
	text-align: right;
}
.icon-row {
	height: 45px;
	margin-bottom: 3px;
}
.home-icon-text {
	display: none;
	position: relative;
	float:left;
	background: url(http://images.moundsparkacademy.org/icon-over-bg.png) repeat-x;
	color: #fff;
	font-size: .7em;
	padding: 5px;
	margin: 12px 10px 10px 0;
	text-align: left;
}
#featured-links {
	position: absolute;
	left: 25px;
	bottom: 25px;
}
#featured-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#featured-links li {
	display: inline;
	margin-right: 8px;
}
#featured-links a:link, #featured-links a:visited {
	background: url(http://images.moundsparkacademy.org/list-chevron.png) left no-repeat;
	padding-left: 13px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}
#featured-links a:hover {
	background: url(http://images.moundsparkacademy.org/list-chevron-hover.png) left no-repeat;
	color: rgb(90,135, 198);
	text-decoration: underline;
}
/* button bar styles */
#button-bar, #footer, #button-bar-thin {
	position: relative;
	clear: both;
	top: 30px;
	text-align: center;
}
#button-bar {
	top: 35px;
	left: -10px;
	width: 940px;
}
#button-bar a {
	color: #fff;
	text-decoration: none;
}
#button-bar a:hover {
	color: rgb(90,135, 198);
	text-decoration: underline;
}
#button-bar-thin {
	left: 0;
	margin-left: -11px;
	height: 160px;
	width:165px;
}
.button-bar-button {
	position: relative;
	float:left;
	background: url(http://images.moundsparkacademy.org/button-bg.png) center no-repeat;
	width: 310px;
	height: 160px;
	text-align: left;
	margin: 0 1px;
}
.sub-button-bar-button {
	position: relative;
	float:left;
	background: url(http://images.moundsparkacademy.org/featured-sub-section-bg.png) center no-repeat;
	width: 362px;
	height: 158px;
	text-align: left;
	margin: 0;
}
.button-content {
	margin: 16px 26px;
	overflow: hidden;
}
.button-content p {
	color: #fff;
	font-size: 11.5px;
	margin: 0px;
}
.button-content h2 {
	color: #fff;
	text-align: center;
	font-size: 12px;
	margin: 0;
	text-transform: uppercase;
}
.button-content hr {
	border-bottom: 2px dotted #fff;
	width: 40%;
	margin: 5px auto;
	color: transparent;
	text-align: center;
}
.button-content img {
	margin: 0 10px 60px 0;
position: relative;
float: left;
}
#division-btn-group-wide {
	margin-left: -1px;
	width: 205px;
	background:none;
}
#division-btn-group-wide img {
	position: absolute;
}
#division-btn-group-thin {
	margin-left: -2px;
	width: 170px;
	height: 160px;
	background: none;
	text-align: center;
}

/* end of button bar */

/* footer styles */
#footer {
	color: #fff;
	font-size: .7em;
	text-align: center;
	top: 50px;
	padding-bottom: 15px;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer a:hover {
	color: rgb(90,135,198);
}
#footer li {
	display: inline;
	margin-bottom: 0px;
	padding: 0px;
	margin: 0 5px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
/* end of footer styles */

/* Misc styles */
.boxShow {
	display: block;
}
.boxHide {
	display: none;
}
/* sub page styles */
#sub-landing-title, #sub-landing-text {
	position: absolute;
	color: #fff;
	left: 325px;
	width: 385px;
}
#sub-landing-title {
	text-transform: uppercase;
	top: 200px;
	font-size: 14px;
	letter-spacing: 4px;
}
#sub-landing-text {
	top: 300px;
	font-size: 13px;
}
/* sub menu styles */
#menu-top {
	height: 5px;
	margin: 0;
}
#sub-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 168px;
}
#sub-menu-top {
	height: 5px;
	margin: 0;
	background: url(http://images.moundsparkacademy.org/sub-menu-bg.png) left no-repeat;
}
.sub-menu-item {
	margin: 0;
	padding-bottom: 3px;
	/*height: 18px;*/
	background: url(http://images.moundsparkacademy.org/sub-menu-bg.png) left no-repeat;
}
#sub-menu-bottom {
	margin: 0;
	padding: 0;
	background: url(http://images.moundsparkacademy.org/sub-menu-bottom.png) bottom no-repeat;
	height: 11px;
}
.sub-menu-item a:link, .sub-menu-item a:visited {
	margin: 5px 0 0 18px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}
.sub-menu-item a:hover {
	color: rgb(90,135, 198);
	text-decoration: underline;
}
.left-nav-selected {
	width: 157px;
	margin-left: 8px;
	background: url(http://images.moundsparkacademy.org/left-nav-selected-bg.png) left no-repeat;
}
.left-nav-selected a:link, .left-nav-selected a:visited {
	margin-left: 10px;
	color: black;
	text-decoration: underline;
}

/* Division landing */
#whats-happening {
	background: url(http://www.moundsparkacademy.org/images/news-bg.png) left no-repeat;
	position: absolute;
	left: 163px;
	width: 765px;
	overflow: hidden;
	height: 165px;
	text-align: left;
}
#whats-happening h1 {
	margin: 15px 0 0 20px;
	text-transform: uppercase;
	font-size: 17px;
}
#whats-happening p {
background: transparent;
}
#news-items {
	margin: 0 20px;
	font-size: 13px;
}

#news-items a {
	font-weight: bold;	
}
/* Table styles */
#main-content table {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.odd-row {
	background-color: #d2dcbd;
}
/* home icons */
#heads-icon, #tour-icon, #student-icon {
	position:relative;
	float:right;
	background: url(/images/home-icons.png) left;
	width: 45px;
	height: 45px;
}

#heads-icon {
	background-position: 47px -41px;
}

#tour-icon {
	background-position: 47px 45px;
}

#student-icon {
	background-position: 47px 0px;
}

/* two column style */
.two-column {
	position: relative;
	clear: none;
	width: 332px;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* Image styles */
.image-right {
	margin: 10px 0 10px 10px;
	position: relative;
	float: right;
	clear: right;
}

.image-left {
	margin: 10px 10px 10px 0;
	position: relative;
	float: left;
	clear: left;
}

.float-box {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #a9bd80;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}

/* list table */
.list-table {
	width: 100%;
	border: 1px solid #a9bf80;
}

.list-table thead {
	background-color: #a9bd80;
	font-weight: bold;
}

.list-table td, .list-table th {
	vertical-align: top;
	padding: 10px;
	font-size: 12px;
}

.list-table p {
	margin: 0;
}

/*blogs */
#blog-header {
	padding: 10px 10px 10px 0;
	float:right;
	border: 1px solid #a9bd80;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#blog-header-list {
	list-style: none;
	text-align: right;
margin: 0;
padding:0;	
}
#blog-header-list li {
	display: inline;
padding: 0;
	margin-left: 10px;
	}
@media screen and (max-device-width: 1024px){
	body {
		background-image: none;
		background-color: #F9FAF6;
	}
	
	#container {
		height: auto;
	}
	
	#main-content {
		background: none;
	}
	
	.section-content {
		height: auto;
	}
	
	#main-content-body, #main-content-body-wide {
		height: auto;
		overflow: visible;
		
	}
	
	#footer {
		display: none;
	}
}
