/* CSS Document */

/*----------------
Page Layout */
*
{
	padding: 0;
	margin: 0;
}
body
{
	font-size: 75%;
	background: url('../images/bg.jpg') repeat-y;
	font-family: verdana;
	overflow: hidden;
	padding: 0;
	margin: 0;

	
}
#pageContainer
{
	text-align: center;
}
#page
{
	width: 66em;
	height: 63em;
	margin:auto;
	text-align: left;
	overflow: hidden;
	background:url('../images/column_bg.jpg') repeat-x;
	background-position:0em 12em;

}
#banner
{
	height: 9em;
	background: url('../images/banner.jpg') no-repeat;
	overflow: hidden;
}

#loginContainer
{
	
	padding:1em;
	color:#FFFFFF;
	text-align:right;
	font-size:1em;
	line-height:.5em;
	float: right;
	width: 25em;
}

#pkwyN
{
	z-index:69;
	position:absolute;
	margin-top:1em;
	margin-left:10em;
}

#bannerHead
{
	
	z-index:70;
	position:absolute;
	margin-top: 2.5em;
	margin-left: 9em;
}

#navBar
{
	height:3em;
	width:66em;
	background:url('../images/navBar_bg.jpg') repeat-x #999999;
}
#classMates_btn
{
	z-index:20;
	position:absolute;
	float:left;
	margin-top:9.5em;
	margin-left:21.5em;	
}
#newsInfo_btn
{
	z-index:21;
	position:absolute;
	float:left;
	margin-top:9.5em;
	margin-left:.7em;	

}
#photos_btn
{
	z-index:22;
	position:absolute;
	float:left;	
	margin-top:9.5em;
	margin-left:10em;	
}
	
#placeHolder	
{
	width: 66em;
	height: 48em;
	overflow: hidden;
}
#contact
{
	position: absolute;
	top: 12em;
	width: 66em;
	height: 48em;
	overflow: hidden;
}
#static
{
	position: absolute;
	top: 12em;
	width: 66em;
	height: 48em;
	overflow: hidden;
	display: none;
}
#photos
{
	position: absolute;
	top: 12em;
	width: 66em;
	height: 48em;
	overflow: hidden;
	display: none;
}
#footer
{
	clear: both;
	float:inherit;
	padding-top:1em;
	text-align:center;	
	color:white;
	background: url('../images/footer_bg.jpg') repeat-x;
	line-height: 2em;
	width: 66em;
	height: 3em;
}

#newsInfo_btn, #classMates_btn, #photos_btn
{
	cursor: pointer;
}
/*-------------------
Content Stuff */
.newsInfo{
	width:100%;
	background-color:#9B00CB;
	margin:0;
	padding:0;
	}
#static .newsInfo h1{
	padding:.25em;
	color:#FFFF00;
	}

.scrollArea
{
	clear:both;
	margin: 0;
	padding: 0;
	height: 48em;
	width: 66em;
	overflow-y: auto;
	overflow-x: hidden;
	/*background:url('../images/column_bg.jpg') repeat-x white;*/
}
.threeColumn
{
	float: left;
	width: 33.3%;
	height: 48em;
}
/*----------------
Contacts Column */
	
.info {
	overflow: hidden;
	border: 1px solid black;
	margin-bottom: .1em;
}	
.info img {
	float: right;
	height: 4em;
	width: 4em;
	border: 1px solid black;
	border-top: 0;
	border-right: 0;
}
.info .name {
	font-weight: bold;
}
.info dl {
	height: 2em;
	padding: .025em .2em;
}
dl.address {
	height: 3em;
}
.info dd {
	margin-left: 1em;
	font-size: .8em;
}
.info dt {
	font-size: .7em;
	background: #fafafa;
}
.info .email {
	margin-right: .2em;
}
.profile
{
	margin: .5em;
	background: #f6f6f6;
}
/*-------------------------
Static Column */
#static p
{
	color:#333333;
	padding: 2em;
	text-align: left;
	text-indent: 2em;
}
#static dl
{
	width: 20em;
	border-bottom: 1px solid black;
}
#static dt
{
	color:#9900FF;
	padding: .1em;
	background: #FFFF99;
	border: 1px solid black;
	border-bottom: 0;
	font-weight: bold;
}
#static dd
{
	padding: .1em;
	border: 1px solid black;
	background: #ddd;
	border-top: 0;
	border-bottom: 0;
	color:#666666;
	background: #FFFFCC;

}
#static em {
	margin-left:2em;
	}
#static ul
{
	color:#333333;	
	padding: 2em;
}
#static li
{
	color:#333333;
	margin-left: 2em;
}
#static h1
{
	color:#990099;
	padding: 1em;
	font-size: 1.5em;
}
#static h2
{
	color:#666666;	
	padding: 1em;
	font-weight: bold;
	font-size: 1em;
}
#static h3
{
	color:#333333;
	font-weight:normal;
	width:50%;
	padding: 2em;
	font-size: 1em;
}
#static .memorial
{
	padding: 1em;
	margin: .25em;
	background: #fff;
	border: 1px solid black;
}
#static .memorial .header
{
	color:#990099;
	font-weight: bold;
	font-size: 1.2em;
	border: 1px solid #000;
	border-width: 0 0 1px 0;
	margin-bottom: 1em;
}
#static .announcements, #static .welcome, #static .forums
{
	border: 1px solid #9900FF;
	margin: .25em;
	padding: .25em;
	background: #fff;
}
#static .forums{
	border:none;
	}

#static .welcome .staticContacts
{
	float: right;
}
#static .welcome .staticContacts .header
{
	background: #6D39B8;
	color: white;
	font-weight: bold;
	padding:.25em;
}
#static .welcome .stopper
{
	clear: both;
	line-height: 0px;
	height: 0px;
	background: red;
}
/* Photo Column */
/*

	Parkway North Class of 81 0.1
	
*/

/* Basics
------------------------------ */
#photos html {
	/* IE */
	overflow-y: hidden; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}
a
{
	cursor: pointer;
}
/* Main Layout
------------------------------ */
#photos #main {
	display: block;
	text-align: center;
	margin:0 auto;
	padding: 0;
	height: 48em;
	width: 66em;
	overflow-y: auto;
	overflow-x: hidden;
	color: #000;
}
#photos #credit {
	margin: 0 auto;
	text-align: center;
	line-height: 1em;
	height: 1em;
	font-size: .8em;
	color: #96967E;
	clear: both;
}
#photos #credit a {
	text-decoration: none;
	color: black;
	border-bottom: 1px dotted #96967E;
}
#photos #credit a:hover {
	color: #BDBDAE;
	border-bottom: 1px solid #BDBDAE;
	text-decoration: none;
}
#photos #gallerytitle {
	text-align: left;
	padding-left: 1em;
	height: 1.5em;
	line-height: 1.5em;
	background: #9900CC;
	color: white;
}

/* Text Styles
------------------------------ */
#photos h2 {
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .8em;
	text-transform: capitalize;
}
#photos h2 a:link, h2 a:visited, h2 span {
	color: #DDD;
}
#photos h2 a:hover
{
	color: gold;
}
#photos h3 {
	font: 120% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #002E5B;
	margin-top: 30px;
}


/* Link Styles
------------------------------ */
#photos a:link, a:active { text-decoration: underline; color: #323; }
#photos a:visited { text-decoration: underline; color: #303; }
#photos a:hover, a:focus { text-decoration: underline; color: #660; }


/* Miscellaneous
------------------------------ */
#photos hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #E6E6DF;
	margin: 0;
	padding: 0;
}
#photos img {
	border: 0;
}
#photos blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}


/* Page Navigation
------------------------------ */
#photos .pagelist
{
	clear: both;
}
#photos ul.pagelist {
	display: table;
	list-style-type: none;
	margin: 0 auto;
}
#photos ul.pagelist li {
	padding: 0 1em;
	margin: 0 auto;
	height: 2em;
	line-height: 2em;
	float: left;
	display: block;
}
#photos ul.pagelist li:hover
{

}
#photos ul.pagelist li a, ul.pagelist span.disabledlink
{

}
#photos ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #963;
}
#photos ul.pagelist li.prev {
}
#photos ul.pagelist li.next {

}
#photos .disabledlink {
	color: #963;
	cursor: default;
}
#photos .pagenav {
	clear: both;
}


/* AJAX
------------------------------ */
#photos #albumDescEditable {
	margin-bottom: 12px;
}
#photos #imageDescEditable {
	margin-top: 24px;
	text-align: center;
}

/* Image Thumbnails
------------------------------ */
#photos .imagethumb a {
	display: block;
	padding: .2em;
	margin: .05em;
	
	border: 1px solid gold;
	background: #939;
	line-height: 0px;
}
#photos .imagethumb a:visited {
	background: #606;
	border: 1px dotted gold;
}
#photos .imagethumb a:hover {
	border: 1px solid #62A0BF;
	background: gold;
}
#photos .imagethumb {
	float: left;
}


/* Album Thumbnails
------------------------------ */
#photos #albums
{
	width: 64em;
	margin: 0 auto;
}
#photos .album {
	float: left;
	width: 20em;
	margin: .5em;
	height: 20em;
	text-align: center;
	background: #DDBBFF;
}
#photos .album img {
	padding: .25em;
	margin: .5em;
	margin-top: 4em;
	background: #9900CC;
}
#photos .album h3 {
	padding: 0;
	margin: 0 auto;
	height: 1.4em;
	padding: .2em;
	line-height: 1.4em;
	font-size: 1em;
	font-weight: bold;
}
#photos .album p {
	margin: .25em 0;
	line-height: 1em;
}
#photos .albumdesc {
}
#photos .albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 12em;
	float: right;
	color: #8DB8CF;
}


/* Individual Image
------------------------------ */
#photos #images
{
	width: 63em;
	margin: 0 auto;
}
#photos .image { 
	margin: .5em;
	padding: 0;
	border: 0;
}
#photos #image {
	text-align: center;
	margin: 0 auto;
	line-height: 0;
}
#photos .imgnav {
	float: right;
	width: 10em;
	height: 1.5em;
	text-align: center;
	background: #9900CC;
}
#photos .imgnav .imgprevious a, .imgnav .imgnext a {
	height: 1.5em;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: capitalize;
	width: 50%;
	text-decoration: none;
	line-height: 1.5em;
	color: #fff;
}
#photos .imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #002E5B;
}
#photos .imgnav .imgprevious a {
	float: left;
}
#photos .imgnav .imgnext a {
	float: left;
}
#photos #narrow {
	margin: 0 auto;
	width: 500px;
}


/* Comments
------------------------------ */
#photos #comments {
	clear: both;
	margin: 0 auto;
}
#photos .error { 
  color: #C33; 
  font-weight: bold; 
}
#photos .comment {
	padding: 10px;
	border: 1px solid #E7F0F5;
	margin-bottom: 12px;
	background: #CCC;
}
#photos .commentmeta {
	margin-bottom: 12px;
}
#photos .commentauthor {
	font-weight: bold;
}
#photos .commentdate {
	margin-top: 12px;
	color: #555;
	font-size: 85%;
}


/* Forms
------------------------------ */
#photos form
{
	border: 1px solid #303;
	padding: 1em;
}
#photos .inputbox {
	width: 10em;
	padding: 2px;
}
#photos textarea {
	padding: .25em;
	width: 35em;
	color: #5A5A4B;
	font: 100%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#photos .checkbox {
	cursor: pointer;
}
#photos .pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}
#photos label {
	cursor: pointer;
}
#photos label:hover {
	color: #000;
}