/* General settings */
#header {
	width: 100%;
	height: 107px;
	position: absolute;
	left: 0;
	top: 0;
	color: #f5f5f5;
	}
.container {
	width: 960px;
	position: relative;
	margin: 0 auto;
	}
#main {
	background-color: #fff;
	margin: 107px 0 0;
	}
#main .container {
	background: url(../images/bg-main.png) repeat-y;
	padding: 9px 0 42px;
	}
.homepage #main .container {
	padding: 9px 0 60px;
	}
#header .container {
	height: 107px;
	}
.logo-holder {
	width: 960px;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -480px;
	z-index: 2;
	}
.logo {
	background: url(../images/logo.gif) no-repeat;
	width: 563px;
	height: 58px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	left: 23px;
	top: 15px;
	margin: 0;
	}
.logo a {
	display: block;
	height: 100%;
	}
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	width: 597px;
	height: 23px;
	left: 30px;
	top: 84px;
	}
#nav li {
	float: left;
	margin: 0 6px 0 0;
	}
#nav li a {
	float: left;
	height: 23px;
	background: url(../images/bg-nav.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	}
#nav li a.nav-home {
	width: 62px;
	}
#nav li a.nav-sports {
	width: 65px;
	background-position: -68px 0;
	}
#nav li a.nav-schoolwide {
	width: 93px;
	background-position: -139px 0;
	}
#nav li a.nav-lower {
	width: 62px;
	background-position: -238px 0;
	}
#nav li a.nav-middle {
	width: 67px;
	background-position: -306px 0;
	}
#nav li a.nav-upper {
	width: 63px;
	background-position: -379px 0;
	}
#nav li a.nav-alumni {
	width: 69px;
	background-position: -447px 0;
	}
#nav li a.nav-history {
	width: 68px;
	background-position: -523px 0;
	}
#nav li a.nav-home:hover,
#nav li.active a.nav-home {
	background-position: 0 100%;
	}
#nav li a.nav-sports:hover,
#nav li.active a.nav-sports {
	background-position: -68px 100%;
	}
#nav li a.nav-schoolwide:hover,
#nav li.active a.nav-schoolwide {
	background-position: -139px 100%;
	}
#nav li a.nav-lower:hover,
#nav li.active a.nav-lower {
	background-position: -238px 100%;
	}
#nav li a.nav-middle:hover,
#nav li.active a.nav-middle {
	background-position: -306px 100%;
	}
#nav li a.nav-upper:hover,
#nav li.active a.nav-upper {
	background-position: -379px 100%;
	}
#nav li a.nav-alumni:hover,
#nav li.active a.nav-alumni {
	background-position: -448px 100%;
	}
#nav li a.nav-history:hover,
#nav li.active a.nav-history {
	background-position: -523px 100%;
	}
#nav-secondary {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 83px;
	right: 19px;
	height: 24px;
	width: 309px;
	}
#nav-secondary li {
	float: left;
	}
#nav-secondary li a {
	float: left;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/bg-nav-secondary.gif) no-repeat;
	}
#nav-secondary li a.nav-secondary-about {
	background-position: 0 0;
	width: 57px;
	}
#nav-secondary li a.nav-secondary-archives {
	background-position: -57px 0;
	width: 68px;
	}
#nav-secondary li a.nav-secondary-harker-home {
	background-position: -125px 0;
	width: 92px;
	}
#nav-secondary li a.nav-secondary-winged-post {
	background-position: -217px 0;
	width: 92px;
	}
#nav-secondary li a.nav-secondary-about:hover {
	background-position: 0 100%;
	}
#nav-secondary li a.nav-secondary-archives:hover {
	background-position: -57px 100%;
	}
#nav-secondary li a.nav-secondary-harker-home:hover {
	background-position: -125px 100%;
	}
#nav-secondary li a.nav-secondary-winged-post:hover {
	background-position: -217px 100%;
	}
.subscribe {
	position: absolute;
	right: 15px;
	top: 29px;
	font-size: 1.1em;
	}
.subscribe span {
	float: left;
	font-size: 1.2em;
	}
.subscribe ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	}
.subscribe ul li {
	float: left;
	padding: 0  0 12px;
	margin: 0 7px 0 -5px;
	}
.subscribe ul li a {
	float: left;
	height: 17px;
	width: 30px;
	color: #f5f5f5;
	}
.subscribe ul li a.subscribe-rss {
	background: url(../images/ico-rss.png) no-repeat;
	padding: 2px 0 0 25px;
	margin: 0 0 0 12px;
	}
.subscribe ul li a.subscribe-email {
	background: url(../images/ico-email.png) no-repeat;
	padding: 2px 0 0 24px;
	}
.social {
	position: absolute;
	right: 17px;
	top: 52px;
	font-size: 1.1em;
	}
.social span {
	float: left;
	font-size: 1.2em;
	}
.social ul {
	float: left;
	margin: 0;
	padding: 1px 0 0 5px;
	list-style: none;
	}
.social ul li {
	float: left;
	margin: 0 2px 0 0;
	}
.social ul li a {
	float: left;
	height: 17px;
	overflow: hidden;
	text-indent: -9999px;
	}
.social ul li a.social-twitter {
	background: url(../images/ico-twitter.gif) no-repeat;
	width: 16px;
	}
.social ul li a.social-facebook {
	background: url(../images/ico-fb.gif) no-repeat;
	width: 16px;
	}
.social ul li a.social-youtube {
	background: url(../images/ico-youtube.gif) no-repeat;
	width: 17px;
	}
.social ul li a.social-flickr {
	background: url(../images/ico-fl.gif) no-repeat;
	width: 16px;
	}
.social ul li a.social-linkedin {
	background: url(../images/ico-in.gif) no-repeat;
	width: 17px;
	}
.social ul li a:hover {
	background-position: 0 100%;
	}
.publicity {
	position: absolute;
	right: 8px;
	top: 8px;
	font-size: 1.1em;
	}
.publicity span {
	float: left;
	font-size: 1.2em;
	}
.publicity ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	}
.publicity ul li {
	float: left;
	padding: 0  0 12px;
	margin: 0 7px 0 -5px;
	}
.publicity ul li a {
	float: left;
	height: 17px;
	width: 105px;
	color: #f5f5f5;
	}
.publicity ul li a.publicity-inthenews {
	background: url(../images/ico-inthenews.png) no-repeat;
	padding: 0 0 0 22px;
	margin: 0 0 0 12px;
	}
#sidebar {
	float: right;
	width: 348px;
	padding: 0 25px 0 0;
	}
.main-holder {
	width: 100%;
	overflow: hidden;
	padding: 5px 0 0;
	}
#main .panel {
	height: 55px;
	overflow: hidden;
	padding: 10px 0 0 12px;
	margin: 0 0 0 20px;
	background: url('http://news.harker.org/wp-content/themes/harkerschool2/images/top-bar.png') 0 0 no-repeat;
	}
#content .heading {
	border-top: 2px solid #DDDDDD;
	border-bottom: 2px solid #DDDDDD;
	padding: 8px 0 2px;
	margin: 0 0 0 10px;
	}
body.page #content .heading {
	border-top: 2px solid #DDDDDD;
	border-bottom: 2px solid #DDDDDD;
	}
body.page #content .post {
	border-bottom: 2px solid #DDDDDD;	
	padding-bottom: 20px;
	}
body.page h3 {
	margin: 0;
	padding: 0;
	}
body.page .post {
	border: none;
	}
#content .heading  {
	color: #4d839f;
	}
#content .post h3 {
	font-size: 1.8em;
	margin: 0 0 -6px;
	height: 1%;
	}
#content .post .contactinfo {
	border-top: 2px solid #DDDDDD;
	margin: 10px 0 0;
	padding-bottom: 10px;
	}
#content .post .contactinfo p {
	text-align: center;
	}
#content .post .related-posts {
	border-bottom: 2px solid #DDDDDD;
	border-top: 2px solid #DDDDDD;
	padding-bottom: 10px;
	margin: 10px 0 0;
	clear: both;
	}
#content .post .related-posts ol, #content .post .related-posts ul, #content .post .related-posts li{
	list-style: none;
	margin: 0 1px 5px;
	padding: 0;
	}
.hide {
	display: none;
	}
.search-form {
	float: right;
	margin-right: 25px;
	}
.search-form fieldset {
	float: left;
	}
.search-form .text {
	float: left;
	width: 116px;
	color: #797979;
	padding: 4px 5px 3px;
	border: 1px solid #d2d8d7;
	font-size: 1.2em;
	margin: 0 4px 0 0;
	}
.search-form .btn-search {
	float: left;
	width: 53px;
	height: 23px;
	background: url(../images/btn-search.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font: 0/0 serif;
	border: none;
	cursor: pointer;
	}
.post .img-holder {
	margin: 0 0 20px;
	}
.post .img-holder img {
	vertical-align: top;
	}
.WP-EmailIcon, .WP-PrintIcon {
	margin: 3px 5px 0 0 !important;
	}
.printemail {
	height: 20px;
	padding: 10px 0;
	margin: -90px auto 0 130px;
	float: left;
	width: 241px;
	}
.emailcontain, .printcontain {
	float: left;
	}
.printcontain {
	margin: 5px 0 0;
	width: 130px;
	}
#footer .container {
	padding: 20px 0 80px;
	text-align: center;
	color: #DDDDDD;
	}
#sidebar .highlight {
	padding: 15px 13px 15px;
	height: 1%;
	overflow: hidden;
	}

/* tabs */
.tabs a {
	color: #05533e;
	}
.tabs {
	margin: 0 0 37px;
	}
.tabs .tabset {
	width: 100%;
	overflow: hidden;
	}
.tabs a.tab {
	width: 160px;
	height: 25px;
	padding: 14px 0 0;
	text-align: center;
	float: left;
	position: relative;
	overflow: hidden;
	color: #706f6f;
	font: bold 14px Arial, sans-serif;
	}
.tabs a.first {
	background: url(../images/bg-tab-left.gif) no-repeat;
	}
.tabs a.last {
	background: url(../images/bg-tab-right.gif) no-repeat;
	}
.tabs a.active {
	background-position: 0 100%;
	color: #2d2d2d;
	}
.tabs a:hover {
	color: #2d2d2d;
	}
.tabs div.tab {
	clear: both;	}
.tabs div.tab .b {
	background: url(../images/bg-sidebox-bottom.gif) no-repeat;
	height: 8px;
	overflow: hidden;
	}
.tabs div.holder {
	padding: 13px 12px 0;
	background: url(../images/bg-sidebox.gif) repeat-y;
	}
.tabs .items {
	width: 100%;
	overflow: hidden;
	margin: 0 8px;
	font: bold 1.2em Arial, sans-serif;
	background-color: #fff!important;
	}
.items li {
	padding-bottom: 15px;
	margin-right: 30px;
	}
.tabs .item a {
	color: #05533e;
	background-color: #fff!important;
	}
.tabs .item img {
	float: left;
	margin: 0 12px 0 0;
	border: 1px solid #d0d0d0;
	}
.tabs .item .content {
	height: 1%;
	overflow: hidden;
	}
.events, .ads {
	width: 320px;
	font-family: Arial, sans-serif;
	margin: -20px 0 0;
	}
.homepage .ads {
	margin: 25px 0 12px;
}
.events .t, .ads .t, .tabs .t {
	background: url(../images/bg-sidebox-top.gif) no-repeat;
	height: 7px;
	overflow: hidden;
	}
.events .b, .ads .b {
	background: url(../images/bg-sidebox-bottom.gif) no-repeat;
	height: 8px;
	overflow: hidden;
	}
.events .c {
	background: url(../images/bg-sidebox.gif) repeat-y;
	padding: 14px 10px 10px 15px;
	height: 1%;
	overflow: hidden;
	}
.ads .c {
	background: url(../images/bg-sidebox.gif) repeat-y;
	padding: 0 10px 0 15px;
	height: 1%;
	overflow: hidden;
	}
#sidebar .events h3, #sidebar .ads h3 {
	font: bold 14px Arial, sans-serif;
	color: #2d2d2d;
	margin: 0;
	padding: 0;
	}
.events .item {
	width: 100%;
	overflow: hidden;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0;
	}
.events a {
	color: #05533e;
	}
.events .item .date {
	float: left;
	}
.events .item .content {
	width: 245px;
	float: right;
	margin-bottom: 15px;
	}
.topstory {
	float: left;
	font-size: 1.1em;
	margin: 10px 0 0;
	font-weight: bold;
	}
.topstory .title {
	color: #681616;
	font-weight: bold;
	width: 70px;
	float: left;
	}
.topstory ul {
	margin: 2px 0 0;
	padding: 0;
	float: left;
	list-style: none;
	display: inline;
	height: 16px;
	overflow: hidden;
	width: 595px;
	}
.topstory ul li {
	display: inline;
	margin: 0 7px 0 0;
	}
.topstory ul li:after {
	content: " |";
	}
.topstory ul li.firstchild:after {
	content: " |"
	} /*IE Specific, class added with jQuery */
.topstory ul li:last-child:after  {
	content: "";
	}
.topstory ul li:last-child {
	margin: 0 0 0 -7px;
	}
.topstory a {
	color: #05533e;
	}
.gallery1 {
	margin: 0 0 18px;
	width: 567px;
	overflow: hidden;
	border: 1px solid #c2c2c2;
	background-color: #ebebeb;
	}
.gallery1 img {
	vertical-align: top;
	}
.gallery1 .gallery-holder {
	float: left;
	width: 453px;
	position: relative;
	}
.gallery1 .gallery-holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.gallery1 .gallery-holder ul li {
	position: absolute;
	}
.gallery1 .gallery-holder ul li.active {
	z-index: 2;
	}
.gallery1 .gallery-holder .note {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 1.2em;
	}
.gallery1 .gallery-holder .note .holder {
	background: url(../images/bg-gallery-note.png);
	padding: 5px 10px 8px;
	height: 1%;
	}
#content .gallery1 .gallery-holder .note strong  {
	display: block;
	margin: 0 0 5px;
	}
#content .gallery1 .gallery-holder .note p {
	margin: 0;
	font-size: 1em;
	line-height: 1.2em;
	text-transform: uppercase;
	}
.gallery1 .switcher {
	float: right;
	width: 101px;
	padding: 4px 0 0;
	}
.gallery1 .switcher ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.gallery1 .switcher ul li {
	margin: 0 0 6px;
	}
.gallery1 .switcher ul li img {
	border: 1px solid #322f2d;
	}
.gallery2 {
	margin: 0 0 17px 0;
	width: 322px;
	color: #2d2d2d;
	background-color: #fff!important;
	}
.gallery2 .t {
	background: url(../images/bg-sidebox-top.gif) no-repeat;
	height: 7px;
	overflow: hidden;
	}
.gallery2 .c {
	background: url(../images/bg-sidebox.gif) repeat-y;
	width: 318px;
	overflow: hidden;
	padding: 7px 0 0;
	background-color: #fff!important;
	}
.gallery2 .b {
	background: url(../images/bg-sidebox-bottom.gif) no-repeat;
	height: 8px;
	background-color: #fff!important;
	}
.gallery2 .gallery-holder {
	width: 317px;
	overflow: hidden;
	position: relative;
	margin: 0 0 0 2px;
	padding-bottom:5px;
	background: #fff;
	}
.gallery2 .gallery-holder ul.gallery-list {
	width: 9999em;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff!important;
	}
.gallery2 .gallery-holder ul.gallery-list li.item {
	width: 317px;	
	float: left;
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: justify;
	background-color: #fff!important;
	}
.gallery2 .read-more {
	color: #05533e;
	font-weight: bold;
	float: right; 
	clear: both;
	}
.gallery2 .date {
	display: block;
	font-weight: bold;
	margin: 3px 0 5px;
	}
#sidebar .gallery2 p {
	text-align: justify;
	margin: 0;
	}
.gallery2 .content {
	padding: 0 13px;
	text-align: justify;
	}
.gallery2 .controls {
	width: 318px;
	overflow: hidden;
	position: relative;
	text-align: center;
	font-size: 1.2em;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	background-color: #fff!important;
	}
#sidebar .gallery2 h2 {
	font-family: Georgia, serif;
	text-align: left;
	font-weight: normal;
	}
#sidebar .gallery2 span.slider-body div {
	padding: 0 13px;
	}
.m1 {
	float: left;
	position: relative;
	left: 50%;
	}
.m2 {
	float: left;
	position: relative;
	left: -50%;
	text-align: left;
	}
.gallery2 .link-prev, .gallery2 .link-next {
	float: left;
	width: 12px;
	height: 14px;
	background: url(../images/btn-prev.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	}
.gallery2 .link-next {
	background: url(../images/btn-next.gif) no-repeat;
	}

/* switcher */
.gallery2 .switcher {
	overflow: hidden;
	float: left;
	}
.gallery2 .switcher ul {
	padding: 0 5px;
	margin: 0;
	height: 1%;
	font-size: .8em;
	float: left;
	font-weight: bold;

	}
.gallery2 .switcher ul li {
	float: left;
	padding: 0 2px 0 0;
	}
.gallery2 .switcher ul li a {
	float: left;
	text-align: center;
	width: 15px;
	height: 14px;
	color: #2d2d2d;
	border: 1px solid #fff;
	}
.gallery2 .switcher ul li a.active {
	background: #cdcdcd;
	border: 1px solid #949494;
	}
.gallery2 a {
	color: #05533e;
	}
.homepage .main-holder {
	padding: 0;
	}
#content {
	float: left;
	width: 555px;
	overflow: hidden;
	padding: 0 0 0 15px;
	}
.homepage #content {
	width: 570px;
	padding: 0 0 0 25px;
	overflow: hidden;
	}
.homepage #sidebar {
	width: 322px;
	}
#sidebar .ad1 {
	margin: 0 0 20px;
	text-align: center;
	}
#sidebar .ad1 img {
	vertical-align: top;
	}
.schools {
	width: 580px;
	}
.schools .row {
	margin: 0 0 20px;
	width: 100%;
	overflow: hidden;
	}
.schools .column {
	float: left;
	width: 278px;
	margin: 0 12px 0 0;
	color: #1b1b1b;
	font-size: 1.2em;
	line-height: 1.4em;
	}
.schools .column a {
	color: #1b1b1b;
	}
.schools .column .title {
	background: #131313 url(../images/bg-schools-title.gif) repeat-x ;
	color: #fff;
	font-size: 1.5em;
	padding: 2px 7px;
	margin: 0 0 12px;
	}
.schools .column ul {
	margin: 0 0 0 2px;
	padding: 0;
	list-style: none;
	font-weight: bold;
	}
.schools .column ul li {
	margin: 0 0 7px;
	}
.single .post span.cap {
	float: left;
	font-size: 5.5em;
	font-weight: bold;
	line-height: 1em;
	margin-right: .05em;
	margin-bottom: -.2em;
	margin-top: -.02em;
	position: relative;
	}
.simplePullQuote{
	width: 200px;
	float: right;
	font-size: 1.6em;
	line-height: 1.4em;
	background: top left transparent no-repeat url("../images/quote-left.png");
	padding: 7px;
	text-align: right;
	margin-left: 15px;
	}
.single .post span.cap:before {
	content:attr(title);
	visibility: hidden;
	}
.single .post span.cap span {
	display: block;
	height: 0;
	position: relative;
	top: -1em;
	right: 0;
	}
.schools .mark1 .title {
	background: #4f0e0e url(../images/bg-mark1.gif) repeat-x ;
	}
.schools .mark2 .title {
	background: #063917 url(../images/bg-mark2.gif) repeat-x ;
	}
.schools .mark3 .title {
	background: #0c264c url(../images/bg-mark3.gif) repeat-x ;
	}
.schools .mark1 a {
	color: #551010;
	}
.schools .mark2 a {
	color: #073b19;
	}
.schools .mark3 a {
	color: #0d284e;
	}
.news-box {
	border: 1px solid #a9a9a9;
	color: #2d2d2d;
	margin: 0 0 26px;
	}
.news-box .title {
	background: #d0d0d0 url(../images/bg-title.gif) repeat-x;
	border-bottom: 1px solid #bfbfbf;
	padding: 5px 9px 4px;
	height: 35px;
	}
#content .news-box  {
	}
.news-box .holder {
	height: 1%;
	overflow: hidden;
	padding: 13px 5px 13px 8px;
	}
.news-box .holder img {
	float: left;
	margin: 12px 0 0;
	}
.news-box .holder .content {
	height: 1%;
	overflow: hidden;
	background: url(../images/separator02.gif) repeat-y 182px 0;
	}
.news-box .holder .content .col1 {
	width: 155px;
	float: left;
	margin: 0 15px;
	}
.col1 div, .col2 div {
	font-size: 1.1em;
	}
.news-box .holder .content .col2 {
	height: 1%;
	overflow: hidden;
	padding: 7px 0 0 8px;
	}
.news-box .holder .content .col1 h3 {
	color: #05533e;
	font: 1.2em/1.2em Georgia, serif;
	margin: 0 0 -5px;
	}
#content .news-box p {
	margin: 0;
	}
.news-box .read-more {
	color: #05533e;
	font-size: 1.2em;
	float: right;
	font-weight: bold;
	margin: 5px 0 0 0;
	}
.news-box .holder .content .col2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	font-size: 1.2em;
	}
.news-box .holder .content .col2 ul li {
	background: url(../images/bullet02.gif) no-repeat 0 10px;
	padding: 0 0 0 16px;
	margin: 12px 15px 15px 3px;
	vertical-align: middle;
	}
.news-box a {
	color: #05533e;
	}

/*ADDED*/

#navigation {
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding-top: 15px;
	text-align: center;
	float: left;
	margin: 0 auto;
	width: 545px;
	} 
#navigation a, #navigation a:link, #navigation a:active, #navigation span.pages, #navigation span.current, #navigation a:visited {
	padding: 8px 11px;	
	color: #05533e;
	background: #ddd;
	}
#navigation a, #navigation a:link, #navigation a:active, #navigation span.pages, #navigation span.current, #navigation a:visited, #navigation a:hover { 
	font-weight: bold;
	border: none;
	}
#navigation span.current {
	background: #151515;
	color: #fff;
	}
#navigation a:hover {	
	padding: 7px 10px; 
	border: 1px solid #151515;
	}
#navigation .first, #navigation .last {
	display: none;
	visibility: hidden;
	}
#navigation a.previouspostslink, #navigation a.nextpostslink {
	background: #fff;
	color: #05533e;
	padding: 2px 6px 5px; 
	}
#navigation a.previouspostslink:hover, #navigation a.nextpostslink:hover {
	color: #fff;
	background: #151515; 
	border: none;
	}
#sliding_popup .popupwrap { position:absolute; left:0px; top:40px; background-color:#d7e5df; display:block; width:100%; height:180px; border-top:2px solid #005533;}
	#sliding_popup .popupcontent { margin-left:25px; display:block; text-align: center;}
	#sliding_popup .popupcontent p { font-size: 12px; margin: 10px 0; }
	#sliding_popup .popupcontent p a { color: #05533e; }
	#sliding_popup .glyph { position:absolute; left:100px; bottom:18px; }
	#sliding_popup .close { overflow:hidden; display: block; width: 120px; margin: 0 auto; height: 17px; color: #551010; font-size: 14px; border: 1px solid #551010; padding: 5px; } 
	h2.popup { height: 40px; width: 320px; margin: 0 auto;}
	h2.popup object { margin: 7px 0 0; }
	
.fbActContainer {
	margin-top: 10px;
	}