@import "/templates/generation/c-css.php";

  /*Generation Template*/ 

body {
	margin: 0;
	padding: 0;
}

#outercontainer {
	padding-bottom: 30px;
}
#container {
	margin: 0 auto;
	text-align: center;
}

/* @group School Banner */

#headerband {
	text-align: center;
	display: block;
}

#headerinner {
	width: 980px;
	height: 0;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#schoolspecific {
	height: 320px;
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	top: 25px !important;
}

[if lte IE 6]#schoolspecific {
	position: absolute !important;
	left: 0;
	top: 0px;
}

#schoolspecific h1 {

}

#schoollogo {
	height: 170px;
	width: 180px;
	padding: 0;
	text-align: center;
	float: left;
	margin-top: 30px;
}
#schoolname {
	position: absolute;
	top: 140px;
	left: 220px;
	text-align: left;
}

#schoolname h1 {
	line-height: 1.3em;
}

#logovertical {
	display: table-cell; 
	text-align: center; 
	vertical-align: middle; 
	width: 180px;
	height: 170px;
	}
	
#logovertical * {
	vertical-align: middle;
}

[if lte IE 7] #logovertical i { 
	display: inline-block; 
	height: 100%; 
} 

#schoolinfo {
	text-align: right;
	position: absolute;
	top: 20px;
	right: 0px;
}

#schoolinfo ul {
	list-style-type: none;
	display: inline;
}
#schoolinfo li {
	display: inline;
	float: left;
	padding: 0 5px;
}

/* @group Search */

/* Search */
#search {
	position: absolute;
	left: 10px;
	[if lte IE 6]left: 20px !important;
	top: 237px;
	width: 170px;
	height: 30px;
}

/*[if IE]#search {
	bottom: -22px !important;
}*/

#searchinner {
	padding: 0;
	margin: 0;
	text-indent: -99999px;
	overflow: hidden;
}

#search input:focus {  
    outline: none;  
} 

#searchinner input#searchbox{
	height: 25px;
	width: 134px;
	margin: 0;
	padding: 0 5px;
	border: 0;
	position: absolute;
	left: 0;
	top: 0;
	[if lt IE 7]padding-top: 3px !important;
	[if lt IE 7]height: 22px !important;
}

#searchinner input#searchbtn{
	height: 25px;
	width: 26px;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	[if lt IE 7]right: 13px !important;
}

#searchinner input#searchbtn:hover{
	background-position: bottom;
	cursor: pointer;
}

#search label {
	font-size: 1.1em;
	text-align: left;
	text-transform: lowercase;
}

#search form {
	width: 180px;
	margin-left: 0px;
}

/* @end */


/* @end */

/* @group Navigation */

#primarynav {
	width: 200px;
	padding: 0 0 20px;
	position: relative;
	z-index: 1000;
}

#secondarynav {
	display: block;
	z-index: 1000;
	padding-top: 10px;
}

/* @group Suckerfish Drop Down */

.nav{
   list-style: none;
}

ul#nav {
	padding: 20px 0 0 10px;
	position: relative;
	margin: 0 !important;

}

#nav li{
   display: block;
   font-size: 1em;
   position: relative;
   [if lte IE 6]height: 22px;
}

#nav li.current{
	padding: 0px 0 0 0px;
	margin: 0;
}

#nav li a{
   display: block;
   height: 22px;
   padding: 5px 30px 0 10px;
   margin: 5px 0 0;
   width: 150px;
   text-decoration: none;
}

#nav li.current a{
   display: block;
   height: 22px;
   padding: 5px 30px 0 10px;
   margin: 5px 0;
   width: 150px;
   text-decoration: none;
}

#nav ul li:hover,
#nav ul li.sfhover{
}

#nav li.current:hover,
#nav li.sfhover.current{
}

#nav li:hover a,
#nav li.sfhover a{
   text-decoration: none;
}

#nav li.current:hover a,
#nav li.sfhover.current a{
   text-decoration: none;}

#nav li ul{
   clear: left;
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 160px;
	padding: 0;
   list-style: none;
   line-height: 1;
}

/* http://thatnorwegianguy.wordpress.com/2007/03/20/ie7-css-filter-hack/ */
*+html #nav li ul{
   margin-top: 0;
}

#nav li li{
   display: inline;
   _display: block;
   float: none;
   _float: left;
   margin: 0;
   font-size: .9167em;
   text-transform: none;
}

#nav li ul ul{
   margin: -31px 0 0 161px;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul{
   left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul{
	margin-left: 10px;
   left: 175px;
   top: 0;
   position: absolute;
   z-index: 2000;
   /*[if lt IE 7]padding-top: 8px !important;*/
   [if lt IE 7]padding: 15px 0 15px 0 !important;
}

#nav li li li{
   font-size: 1em;
}

#nav li:hover ul li a,
#nav li.sfhover ul li a{
   float: left;
   display: inline-block;
   width: 140px;
   margin: 0;
   padding: 5px 10px 10px;
   height: 20px;
   overflow: hidden;
   height: auto;
   overflow: hidden;
   font-size: 1.1em;
   font-weight: bold;
}

#nav li ul li.droptop a{
   padding-top: 30px;
   margin-top: -20px;
   [if lt IE 7]margin-top: 0 !important;
   [if lt IE 7]padding-top: 15px !important;
}

#nav li ul li.dropbot a{
   padding-bottom: 12px;
   [if lt IE 7]padding-bottom: 0px !important;
}



/* @group My Group */



/* @end */

#nav li:hover ul li a:hover,
#nav li.sfhover ul li a:hover{
}

/* @end */

/* @group Secondary Nav */

#nav li.current ol {
	width: 170px;
	overflow: hidden;
}

ol#secondarynav{
  list-style: none;
  padding: 0px 0 3px 0 !important;
  margin-top: 7px;
  display: block;
  width: 170px;
}


ol#secondarynav li{
   display: block;
   font-size: 1em;
   text-indent: 10px;
   text-transform: none;
   padding: 0;
   [if lt IE 7]margin: 0 !important;
   [if lt IE 7]padding-top: 0  !important;
   [if lt IE 7]padding-bottom: 0  !important;
}

ol#secondarynav li.first {
   padding-top: 2px;
   margin: 0;
   width: 170px;
}

ol#secondarynav li a{
   display: block;
   height: 20px;
   text-decoration: none;
   padding: 1px 0 0 0 !important;
   margin: 0 !important;
   width: 170px !important;
   [if lt IE 7]margin: 0 !important;
   [if lt IE 7]margin-top: 0 !important;
   [if lt IE 7]margin-bottom: 0 !important;
   [if lt IE 7]padding-top: 0 !important;
   [if lt IE 7]padding-bottom: 0 !important;
   [if lt IE 7]height: 22px !important;
   }


ol#secondarynav li#current a{
	padding: 1px 0 0 12px !important;
	width: 158px !important;
	margin: 0;
	height: 20px;
}

/* @end */

/* @end */


/************************************************
************** Wrapper **************************
************************************************/
#contentband {
	text-align: center;
	display: block;
	[if lte IE 6]margin-top: 31px;
	margin-top: 25px;
}

#wrapperbg {
	padding: 0;
	margin: 0 auto;
	width: 980px;
	text-align: left;
}

#wrapper {
	padding: 0;
}

#wrappertop {
	padding: 298px 0 0;
	margin: 0 auto 0;
	[if lte IE 6]margin-top: 0 !important;
}

#wrapperbottom {
	padding: 0;
	margin: 0 auto;
}

/************** Main Content ************************/

#content {
	float: left;
	width: 580px;
	overflow: hidden;
	margin-top: 65px;
	display: inline;
}

#content .article {
	
}

#content .arttext {
	margin: 10px 20px 30px;
}

div.articleimg{ 
	margin: 0 1.5em 1.5em 0;
	z-index: 0;
}

.articleimgtop{ 
	padding: 10px 0 0;
}

.articleimgbottom{ 
	width: 170px;
	padding: 10px 10px 15px;
}

div.articleimg.right{ 
	margin: 0 0 1.5em 1.5em;
}

div.articleimg {
	position: relative;
}

div.articleimg a b{ 
	width: 16px;
	height: 16px;
	position: absolute;
	top: 20px;
	left: 10px;
	cursor: pointer;
}

div.articleimg img{ 
	padding: 0 0 15px;
}

div.articleimg p {
	font-size: .8em;
	line-height: 1.2em; 
	margin: -5px 0 0;
	padding: 0;
}

#content h1 {
	
}

#content h2 {
	margin: 0 20px;
	padding: 5px 0 0;
	clear: both;
}

#content h3 {

}

#content h4 {

}

/************** Column *****************************/

#columnleft {
	float: left;
	width: 200px;
	margin: 19px 0 20px 0;
	padding: 0;
	display: inline;
	/*overflow: hidden;*/
}

#columnright {
	float: right;
	width: 190px;
	margin: 145px 10px 0 0;
	padding: 0;
	display: inline;
	overflow: hidden;
}

.columninner {
	padding: 0;
}

/* Contextual selector */


.athletics #contextual, .eteachers #contextual, .galleries #contextual {
	margin-bottom: 15px;
	height: 80px;
	width: 180px;
	text-align: center;
}

#contextual select {
	width: 90%;
	margin: 5px auto 10px;
}

#contextual form {
	width: 100%;
}

#contextualinner {
}

#calendar, #randomphoto, .enticer, #contextual {
}

#athletics h3, #calendar h3, #randomphoto h3, #contextualinner h3, .enticer h3 {
	font-weight: normal;
	font-size: 1.3em;
	margin: 0 0 10px;
	padding: 20px 10px 0;
	text-align: left;
	text-transform: lowercase;
}

#randomphoto h3 {
	padding: 18px 10px 0;
	margin-bottom: 20px;
}

#athletics h3,
#calendar h3 {
	margin-left: 10px;
}

/* Calendar */
#athletics,
#calendar {
	width: 200px;
	position: relative;
	padding: 0;
}

.calinfo {
	width: 170px;
	margin: 10px 0 0 10px;
	[if lte IE 6]margin-left: 5px !important;
	padding-bottom: 3px;
	clear: both;
	float: left;
	position: relative;
}

.calinfoNone p {
	margin: 0 20px 60px;
	padding: 0;
}

.calinfo b {
	width: 40px;
	font-size: 1.8em;
	float: left;
	text-align: center;
	font-weight: normal;
	position: relative;
	margin: -1px 0 0;
}

.calinfo b span {
	display: block;
	font-size: .5em;
	text-transform: uppercase;
	position: relative;
	top: 5px;
	width: 40px;
}

#athletics ul,
#calendar ul {
	list-style-position: outside;
	font-size: .9em;
	text-align: left;
	margin: -2px 0 0 0px;	
	padding: 5px 5px 5px 60px;
}
#athletics li,
#calendar li {
	margin: 0 0 5px 0 !important;
	list-style-type: disc;
	padding: 0;
}
#calendar li a {
}
#calbott {
	[if lte IE 6]padding-bottom: 0 !important;
	position: relative;
	width: 200px;
	margin-bottom: 20px;

}
#calbott .clear {
	height: 0;
}

#calbott a {
	text-decoration: none;
	width: 130px;
	height: 35px;
	margin: 10px 10px 0;
	[if lte IE 6]margin-top: -10px !important;
	position: relative;
	bottom: -10px;
	[if lte IE 6]bottom: -30px !important;
	[if lte IE 6]right: -10px !important;
	cursor: pointer;
	display: inline;
	float: right;
}

#calbott a b{
	text-decoration: none;
	text-align: right;
	width: 110px;
	padding: 2px 10px 0 10px;
	margin: 7px 0 0;
	/*height: 35px;*/
	display: inline-block;
	[if Gecko]display: -moz-inline-block;
	font-weight: normal;
}


#athletics #calbott a {
	text-decoration: none;
	width: 130px;
	height: 35px;
	margin: 10px 10px 0;
	[if lte IE 6]margin-top: -10px !important;
	position: relative;
	bottom: -10px;
	[if lte IE 6]bottom: -30px !important;
	[if lte IE 6]right: -10px !important;
	cursor: pointer;
	display: inline;
	float: right;
}

#athletics  #calbott a b{
	text-decoration: none;
	text-align: right;
	width: 110px;
	padding: 2px 10px 0 10px;
	margin: 7px 0 0;
	/*height: 35px;*/
	display: inline-block;
	[if Gecko]display: -moz-inline-block;
	font-weight: normal;
}


/* Random Photo */
#randomphoto {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#randomphoto img {
	margin: 0 10px 10px 10px;
}

#rpinfo p {
	padding: 0;
	margin: 0 10px;
}

#rpbott {
	margin: 0 auto;
	text-align: left;
}

#rpbott a {
text-decoration: none;
	float: right;	
	cursor: pointer;
	margin: 0 10px 10px;
}

#rpbott a b {
	text-decoration: none;
	padding: 5px 10px 0 10px;
	height: 22px;
	display: inline-block;
	[if Gecko] display: -moz-inline-block;
}

ul.gallerylink {
	list-style: none;
	margin: 5px 0 0;
	padding: 0;
	text-align: right;
}

ul.gallerylink li {
	list-style: none;
	right: 0;
}

ul#rdmphotos {
	list-style: none;
	padding:0;
}

#rdmphotos li a {
	width: auto;
	padding: 0;
	margin: 0;
	border: 0;
}

#rdmphotos li a:hover {
	width: auto;
	padding: 0;
	margin: 0;
	border: 0;
}



/* Enticers */
.enticer {
	padding: 0;
	margin: 0;
}

.enttext {	
	float: left;
	width: 190px;
}
.enticer h3 {
	display: block;
	padding: 20px 10px 5px;
	margin: 0;
	font-size: 1.3em;
}

.enttext p {
	padding: 5px 10px 10px;
	margin: 0;
	display: block;
}
.entbott {
	margin: 0 auto;
	text-align: left;
	float: right;
}

.entbott a {
	text-decoration: none;
	float: right;	
	cursor: pointer;
	margin: 0 10px 10px;
}

.entbott a b{
	text-decoration: none;
	padding: 5px 10px 0 10px;
	height: 22px;
	display: inline-block;
	[if Gecko] display: -moz-inline-block;
}

/* @group Sandbox */

#bottomband {
	clear: both;
}

#sandbox {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#sandbox h3 {
	margin: 0 0 0;
}

#sandbox p {
	margin: .5em 0 0;
}

#sandboxtop {
	padding-top: 0px;
}

#sandboxinner {
	padding: 40px 30px;
	margin: 0px;
	display: block;
	min-height: 40px;
	[if lte IE 6]height: 40px !important;
}

/* @end */


