/*
Theme Name: Yorktown High School Bands
Theme URI: http://yhsbands.com/
Description: Official WordPress theme created for the YHSBands website.
Version: 2.0
Author: Ethan Sena
Author URI: http://escorporation.net/
Tags: tri-columns, gCal integration, SimplePie addition
*/

/*
  Global Definitions
*/
* {
  margin: 0;
  padding: 0;
}

body {
  background: #c3d5c3 url("images/bg/body.gif") bottom center repeat-x fixed;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  font-size: 80%;
}

img, img a {
  border: 0;
}

/* removes outline in Safari */
form *:focus {
  outline: none;
}

#container {
  margin: auto;
  overflow: hidden;
  width: 1002px; /* extra 2px for the border */
  background: url("images/bg/container.gif") center repeat-y;
}

/*
  Allows us to center content
*/
.inner {
  margin: auto;
  overflow: hidden;
  width: 1000px;
}

#inner-messages {
  margin-top: 10px;
}

#archive, #search {
  margin-bottom: 0;
}

/*
  WordPress image classes
*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/*
  The message at the top of the screen for registrations
*/
#temp-notice {
  padding: 5px 0;
  overflow: hidden;
  width: 100%;
  background: #8bbc8b;
  border-bottom: 1px solid #424242;
}

/* we need to modify .inner to center our text and fill the screen */
#temp-notice .inner {
  width: 100%;
  text-align: center;
}

#temp-notice .inner span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: .9em;
  color: #333;
}

#temp-notice .inner span a {
  color: #445c44;
}

/*
  Header: the YHSBands logo
*/
#header {
  margin: auto;
  width: 1000px;
  overflow: hidden;
  background: #238e23 url("images/logos/yhsbands.gif") center center no-repeat;
  border-bottom: 1px solid #424242;
  height: 100px;
}

/* make it a link */
#header a {
  display: block;
  width: 1000px;
  height: 100px;
}

/*
  Content
*/
#content {
  margin: auto;
  width: 1000px;
  margin-top: -1px; /* removes the overlapping border from header */
  overflow: hidden;
}

/*
  Navigational bar below the header
*/
#navbar {
  overflow: hidden;
  width: 918px;
  float: left;
  background: #238e23; /* removes the overlapping border */
  border-bottom: 1px solid #424242;
}

#navbar ul {
  list-style: none;
  margin: 5px auto; /* make sure it's centered */
  margin-bottom: 4px; /* fixes height issues w/corners */
  overflow: hidden;
  width: 918px;
}

#navbar ul li {
  display: block;
  float: left;
}

#navbar ul li a {
  margin-bottom: 5px;
  display: block;
  float: left;
  width: 153px;
  text-align: center; /* centers the text */
}

#navbar ul li a, #navbar ul li a span {
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: #666 1px 1px 1px;
  font-family: "Gill Sans", "Gill Sans MT", Helvetica, Verdana, sans-serif;
  font-size: 1em;
  color: #ddd;
}

#navbar ul li a:hover span {
  border-bottom: 3px solid #8daf8d;
  color: #fff;
}

/* Navbar Corners
===================================================================*/
.corners-navbar-left {
  float: left;
  width: 41px;
  height: 30px;
  display: block;
}

.corners-navbar-left span {
  float: right;
  width: 8px;
  height: 30px;
  display: block;
  background: url("images/corners/navbar.gif") bottom left no-repeat;
}

.corners-navbar-right {
  float: right;
  width: 41px;
  height: 30px;
  display: block;
}

.corners-navbar-right span {
  float: left;
  width: 8px;
  height: 30px;
  display: block;
  background: url("images/corners/navbar.gif") bottom right no-repeat;
}

/* Messages Box [ Page Title/Description ]
===================================================================*/
#messages {
  margin-top: 1px;
  float: left;
  overflow: hidden;
  width: 928px;
  height: 32px; /* fixes height issues w/corners */
  background: #99b899;
  border-top: 1px solid #424242;
}

#messages .left {
  float: left;
  width: 715px;
  overflow: hidden;
}

#messages .block {
  padding: 5px 10px;
  overflow: hidden;
}

#messages .block h2, #messages .block h2 a {
  text-decoration: none;
  color: #424242;
}

#messages .right {
  float: right;
  width: 203px;
  overflow: hidden;
  text-align: right;
}

/* search textbox */
#messages .right input#text {
  vertical-align: middle; /* puts inputs on same line */
  padding: 3px 5px;
  width: 150px;
  height: 14px;
  background: #5b7e5b url("images/bg/search_left.gif");
  border: 0;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Verdana, sans-serif; /* Opera fix */
  color: #fff;
}

/* search submit button */
#messages .right input#submit {
  margin-left: -5px;
  vertical-align: middle;
  border: 0;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background: url("images/bg/search_right.gif");
}

/* Messages Box Corners
===================================================================*/
.corners-messages-left {
  float: left;
  width: 36px;
  height: 33px;
  display: block;
  border-bottom: 1px solid #424242;
}

.corners-messages-left span {
  float: right;
  width: 4px;
  height: 34px;
  display: block;
  background: url("images/corners/messages.gif") top left no-repeat;
}

.corners-messages-right {
  float: right;
  width: 36px;
  height: 33px;
  display: block;
  border-bottom: 1px solid #424242;
}

.corners-messages-right span {
  float: left;
  width: 4px;
  height: 34px;
  display: block;
  background: url("images/corners/messages.gif") top right no-repeat;
}

/* Columns
===================================================================*/
#columns {
  overflow: hidden;
  background: #99b899;
  width: 1000px;
}

/* Columns:Left
===================================================================*/
#columns #left {
  float: left;
  width: 250px;
  overflow: hidden;
}

/* Columns:Middle
===================================================================*/
#middle-cal-1 {
  margin-top: 10px;
  padding: 0 15px;
  float: left;
  width: 250px;
  overflow: hidden;
}

#middle-cal-1 p.spacing {
  margin-bottom: 20px;
}

#middle-cal-1 h2 {
  margin-top: 10px;
}

#middle-cal-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 15px;
  float: right;
  width: 675px;
  overflow: hidden;
}

#columns #middle {
  margin-top: 10px;
  padding: 0 15px;
  float: left;
  width: 470px;
  overflow: hidden;
}

/*======================
  A Post
======================*/
.section-post {
  margin-bottom: 30px;
}

/* post title */
.section-post h2 {
  font-weight: bold;
  font-size: 1.45em;
  color: #445c44;
}

/* post title link */
.section-post h2 a {
  text-decoration: none;
  color: #445c44;
}

/* not really sure what this is */
.section-post h3 { 
  font-weight: bold;
  font-size: 1.15em;
  color: #445c44;
}

/* written on, filed under */
.section-post .post-info {
  margin: 0 5px;
  display: block;
  font-weight: bold;
  font-size: .8em;
  color: #424242;
}

/* written on, filed under link */
.section-post .post-info a {
  text-decoration: none;
  color: #424242;
}

/* lessons/events text body */
.post-body-calendar {
  margin: 0;
  padding: 0;
  text-align: justify;
}

/* lessons/events paragraph */
.post-body-calendar p {
  padding: 5px 0;
  line-height: 1.3em;
  font-size: .95em;
  color: #111;
}

/* normal post: text */
.section-post .post-body {
  padding: 0 5px;
  text-align: justify;
  overflow: hidden;
}

/* normal post: text paragraph */
.section-post .post-body p {
  padding: 5px 0;
  line-height: 1.3em;
  font-size: .95em;
  color: #111;
}

/* normal post: read more link */
.section-post .post-body a.more-link {
  border-bottom: 1px dashed #444;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .8em;
}

/* normal post: paragraph link */
.section-post .post-body p a {
  border-bottom: 1px dashed #dcdcdc;
  text-decoration: none;
  color: #444;
}

/* normal post: paragraph link hover */
.section-post .post-body p a:hover {
  border-bottom: 1px dashed #444;
  color: #f0f0f0;
}

.section-post .post-body ol {
  margin-left: 25px;
}

.section-post .post-body ol li {
  line-height: 1.3em;
  font-size: .95em;
  color: #111;
}

/* stuff for the resources page */
.section-post .post-body-resources p {
  padding: 5px 0;
  line-height: 1.3em;
  text-indent: 0;
  font-size: .95em;
  color: #111;
}



.section-post .post-body-resources a.more-link {
  border-bottom: 1px dashed #444;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .8em;
}

.section-post .post-body-resources p a {
  border-bottom: 1px dashed #dcdcdc;
  text-decoration: none;
  color: #444;
}

.section-post .post-body-resources p a:hover {
  border-bottom: 1px dashed #444;
  color: #f0f0f0;
}

.section-post .post-body-resources p a.left {
  margin: .5em;
  margin-left: 0;
  display: block;
  float: left;
  border: 1px solid #424242;
  background: #c0c0c0;
}

.section-post .post-body-resources p img.officer {
  margin: .5em;
  margin-right: 0;
  display: block;
  float: right;
  border: 1px solid #424242;
  background: #c0c0c0;
}

.section-post .post-body-resources p a:hover.left {
  border: 1px solid #000;
  background: #f0f0f0;
}

.section-post .post-body-resources p a.left img {
  padding: 1px;
  display: block;
  height: 90px;
}

.section-post .post-body-resources p a.right {
  margin: .5em;
  margin-right: 0;
  display: block;
  float: right;
  border: 1px solid #424242;
  background: #c0c0c0;
}

.section-post .post-body-resources p a:hover.right {
  border: 1px solid #000;
  background: #f0f0f0;
}

.section-post .post-body-resources p a.right img {
  padding: 1px;
  display: block;
  height: 90px;
}
/* end of resources page stuff */

.section-post .post-meta {
  padding: 0 5px;
  border-top: 1px solid #424242;
  display: block;
  overflow: hidden;
  font-weight: bold;
  font-size: .8em;
  color: #424242;
}

.section-post .post-meta .left {
  display: block;
  float: left;
}

.section-post .post-meta .right {
  display: block;
  float: right;
}

.section-post .post-meta a {
  text-decoration: none;
  color: #424242;
}

.section-post .post-meta a:hover {
  color: #f0f0f0;
}

.section-post ul {
  list-style-type: square;
  margin-left: 25px;
  margin-bottom: 5px;
}

.section-post ul li {
  line-height: 1.3em;
  font-size: .95em;
  color: #111;
}

.section-post ul li a {
  text-decoration: none;
  color: #111;
}

/* comment block
-------------------------------------------------*/
div.comments {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div.comments h2.section, div.comments h2.section a{
	color: #333;
}

div.comments .info, div.comments .info a {
	text-decoration: none;
	font-style: italic;
	color: #333;
}

div.combody {
  padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #333;
}

div.combody p a {
	text-decoration: none;
	color: #333;
	border-bottom: 1px dashed #666;
}

 div.metacont {
	overflow: hidden;
	border-bottom: 1px solid #666;
}

div.metacont span a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

div.metacont span a:hover {
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
}

div.metacont .metaleft {
	padding-bottom: 3px;
	display: block;
	float: left;
	font-size: 8pt;
	font-weight: bold;
	color: #666;
}

div.metacont .metaright {
	padding-bottom: 3px;
	display: block;
	float: right;
	font-size: 8pt;
	font-weight: bold;
	color: #666;
}


div.combody  p {
	font-size: 10pt;
	color: #333;
}

div.comleave {
	margin: 10px 0;
	padding: 0;
}

div.comleave h2.section {
	margin: 0;
	margin-bottom: -3px;
	color: #333;
	font-size: 14pt;
	font-weight: bold;
}

div.comleave h2.section a {
	margin: 0;
	margin-bottom: -3px;
	font-size: 14pt;
	font-weight: bold;
	color: #333;
}

div.comleave .cominfo {
	margin-bottom: 5px;
	display: block;
	text-decoration: none;
	font-size: 8pt;
	font-style: italic;
	color: #333;
}

div.comleave .cominfo a {
	margin-bottom: 5px;
	display: block;
	border-bottom: 1px dashed #666;
	text-decoration: none;
	font-size: 8pt;
	font-style: italic;
	color: #333;
}

div.comleave p.row {
	margin: 5px 0;
	overflow: hidden;
}

div.comleave p.row span {
	font-size: 8pt;
	color: #666;
}

div.comleave .textbox {
	padding: 2px;
	background: #e3e3e3;
	border: 1px solid #000;
	font-size: 8pt;
	color: #333;
}

div.comleave .commentbox {
	padding: 2px;
	width: 400px;
	height: 100px;
	background: #e3e3e3;
	border: 1px solid #000;
	font-size: 8pt;
	color: #333;
}

div.comleave .submit {
	padding: 3px;
	background: #e3e3e3;
	border: 1px solid #000;
	font-size: 8pt;
	color: #333;
}


/* Navigation
===================================================================*/
.navigation {
  margin-bottom: 10px;
  display: none;
  padding: 0 5px;
  overflow: hidden;
  font-weight: bold;
  font-size: .8em;
  color: #424242;
}

.navigation a {
  text-decoration: none;
  color: #424242;
}

.navigation a:hover {
  color: #fff;
}

.navigation .left {
  display: block;
  float: left;
}

.navigation .right {
  display: block;
  float: right;
}

/*
===================================================================
  Right columnn
===================================================================
*/
#columns #right {
  float: left;
  width: 250px;
  overflow: hidden;
  text-align: right;
}

/* actual content block */
.section-sidebar {
  margin: 10px 0; /* add spacing on above/below content */
}

.section-sidebar h2 {
  margin-bottom: 3px;
  padding: 0 5px;
  line-height: 1.5em;
  border-bottom: 1px solid #445c44;
  font-weight: bold;
  font-size: 1.25em;
  color: #445c44;
}

.section-sidebar h2 a {
  border-bottom: 1px dotted #445c44;
  text-decoration: none;
  color: #445c44;
}

.section-sidebar ul {
  list-style: none;
  margin: 0 7px;
  overflow: hidden;
  text-align: left;
}

.section-sidebar ul li {
  display: block;
  clear: both;
}

.section-sidebar ul li a {
  line-height: 1.2em;
  display: block;
  clear: both;
  text-decoration: none;
  font-size: .85em;
  color: #424242;
}

.section-sidebar ul li a:hover {
  color: #000;
}

.section-sidebar ul li.countdown .title {
  line-height: 1.2em;
  display: block;
  clear: both;
  text-decoration: none;
  font-weight: bold;
  font-size: .85em;
  color: #424242;
}

.section-sidebar ul li.countdown abbr span {
  line-height: 1.2em;
  display: block;
  clear: both;
  text-decoration: none;
  font-size: .85em;
  color: #424242;
}

/* Twitter Menu
===================================================================*/
.section-sidebar .aktt_tweets ul {
  list-style: none;
  margin: 0 7px;
  overflow: hidden;
  text-align: left;
}

.section-sidebar .aktt_tweets ul li {
  line-height: 1.2em;
  display: block;
  clear: both;
  text-decoration: none;
  font-size: .85em;
  color: #424242;
}

.section-sidebar .aktt_tweets ul li:before {
content: '»';
}

.section-sidebar .aktt_tweets ul li.aktt_more_updates:before {
content: '';
}

.section-sidebar .aktt_tweets ul li a {
	margin-left: 1em;
	display: block;
}

/* Footer
===================================================================*/
#footer {
  margin: auto;
  margin-bottom: 20px;
  padding: 10px 15px;
  width: 970px;
  background: #5e8e5e;
  overflow: hidden;
  border: 1px solid #424242;
}

#footer span {
  font-size: .8em;
  color: #f0f0f0;
}

#footer span a {
  text-decoration: none;
  color: #f0f0f0;
}

#footer .left {
  display: block;
  width: 485px;
  float: left;
}

#footer .right {
  display: block;
  width: 485px;
  float: right;
  text-align: right;
}

#footer span abbr {
  border-bottom: 1px dotted #f0f0f0;
}

.ngg-widget {
	overflow: hidden;
}

.ngg-widget a {
}

.ngg-widget a img {
	border: 1px solid #000;
}

/* P A R C U S _ I N T E N T I O */