/*RESET------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Helvetica, Arial, Sans-serif;
}
td {
  line-height: 22px;
}

/* ---BODY--- */

body, html {
	height: 100%;
	margin: 0px;
	background-color: #ffffff;
	z-index: 0;
}

a:link {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: gray;
}

a:visited {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: gray;
}

#wrapper {
	width: 900px;
	z-index: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font: 14px Helvetica, Arial, sans-serif;
	overflow: hidden;
}

/* ---HEADER--- */

#logo {
	width: 120px;
	height: 128px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 0px -384px;
	position: relative;
	left: 55px;
	top: 25px;
}

#menu {
  float: right;
	position: relative;
}
#menu div {
	margin-right: 65px;
	font: 14px Helvetica, Arial, sans-serif;
}
.button {
  cursor:pointer;
}
#about-button {
	display: block;
	color: #94a545;
	float: right;
}
#show-button {
	display: block;
	color: #333333; 
  float: right;
}
#graduates-button {
	display: block;
	color: #333333;
	float: right;
}
#thankyou-button {
	display: block;
	color: #333333;
	float: right;
}
#video-button {
	display: block;
	float: right;
	width: 200px;
	height: 220px;
	color: #333333;
	background: url(../images/video-button.png) #ffffff;
	background-position: 0px 0px;
	cursor: pointer;
}
#video-button:hover {
  background-position: 0px -220px;
}
#video-close {
  width: 125px;
	height: 25px;
	background: url(../images/video-close.png) #ffffff;
	background-position: 0px -40px;
	cursor: pointer;
}
#video-close:hover {
  background-position: 0px 0px;
}
.headerimg {      
  margin-bottom: 20px;
}

/* ---EMAIL--- */

/* ---CONTENT--- */

#title {
	width: 795px;
	height: 31px;
	position: relative;
	left: 50px;
	top: 15px;
	font-weight: bold;
	background: #fff url(../images/subs/subs_01.png) no-repeat;
	margin-left: 8px;
	padding-bottom: 10px;
}
#main { 
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 50px;
}
#content {
	position: relative;
	font: 14px/21.5px Helvetica, Arial, sans-serif;
	padding-left: 10px;
	color: #444444;
	height: 750x;
	overflow: hidden;
}
#about {
  float: left;
  width: 550px;
  z-index: 15;
}
#intro {
  margin-top: 10px;
}
#show {
  position: absolute;
  top: 0;
  width: 550px;
	z-index: 10;
	opacity: 0.08;
}
#graduates {
  position: absolute;
  top: 0;
  width: 550px;
	z-index: 5;
	opacity: 0.08;
}
#thankyou {
  position: absolute;
  top: 0;
  width: 550px;
	z-index: 0;
	opacity: 0.08;
}
#video {
  position: absolute;
  top: 0;
	z-index: -5;
	display: none;
}


#whatisthis {
  cursor: pointer;
  top: 190px;
	width: 215px;
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: center;	
	font-size: 10px;
	color: #888888;
}
#tooltip {
  position: absolute;
  opacity: 0.0;
  width: 175px;
	height: 165px;
	background-color: #FFFFFF;
	font-size: 11px;
	background: url(../images/tooltip.png) no-repeat center bottom;
	z-index: 100;
	padding: 5px 15px 10px 15px;;	
}
#padding {
  height: 160px;
}



/* ---SIDEBAR--- */

#sidebar {
  position: relative;
  float: left;
  margin-top: 342px;
	width: 220px;
	margin-left: 25px;
	padding-bottom: 75px;
	border-left: 1px dotted #ccc;
}
#twitter {
  clear: both;
	width: 210px;
	position: relative;
	margin-top: 5px;
	border-width: 1px;
	border-color: silver;
	padding-top: 0;
	z-index: 0;
}
.tweet, .query {
  margin-left: 5px;
  font-size: 11px;
  color: #666666; 
}
.tweet .tweet_list, .query .tweet_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tweet .tweet_list li, .query .tweet_list li {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 5px;
  border-top: 1px dotted #ccc;
}
.tweet .tweet_list li a, .query .tweet_list li a {
  color: #000000;
  font-style: italic; 
}
.tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
  background-color: #ffffff; 
}
.tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
  vertical-align: middle; 
}
.tweet_time {
  display: block;
  margin-top: 4px;
}
#social_icons {
	width: 215px;
	height: 60px;
	padding-top: 0px;
	position: relative;
	float: right;
	border-left: 1px dotted #ccc;
	padding-left: 12px;
}

/* ---SHOW--- */
.sub-head {
  margin-top: 10px;
  margin-bottom: 8px;
}
#time {
	color: gray;
	font-size: 15px;
	text-align: left;
}
#name {
	text-align: left;
}
#info_1 {
	text-align: left;
}
#buy a {
  display: block;
	width: 250px;
	height: 20px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold; 
	text-align: left;
	color: #8D64AA;
}
#info_2 {
	text-align: left;
}
#info_3 {
	text-align: left;
}
#info_4 {
	text-align: left;
}
#map a {
  display: block;
  position: relative;
  width: 525px;
  height: 300px;
  background-image: url(../images/map.png);
  background-position: 0px -300px;
}
#map a:hover {
  background-position: 0px 0px;
}

#sub_pre {
	width: 112px;
	height: 20px;
	margin-left: -2px;
	background: url(../../images/subs/sub_pre.png) no-repeat;
	margin-top: 15px;
}

#info_pre {
	text-align: left;
}


/* ---THANK YOU--- */

#category {
	font-weight: bold;
	font-size: 18px;
}
#lists {
	font-size: 12px;
	line-height: 20px;
}
#hats {
	line-height: 10px;
	font-size: 8.3px;
}
#company {
	color: gray;
	line-height: 10px;
	font-size: 11px;
}
#groupthanks {
  opacity: 0.0;
}

/* ---GRADUATES--- */
#portfolio-holder { 
  position: absolute;     
  width: 800px;
  height: 312px;
  margin-bottom: 13px;
  overflow: hidden;
  background-color: #ffffff;
}
#loading { 
  position: absolute;     
  width: 800px;
  height: 312px;
  margin-bottom: 13px;
  background: url(../images/loading.gif) #ffffff;
  background-position: center;
}
#grad-thumb-holder {
  position: relative;
  top: 325px;
}
#note {
  font-size: 20px;
	font-weight: bold;
}
.slideshow {
  cursor: pointer;
  background-color: #ffffff;
}
.selected {
  border: 0px #cc0000 solid;
}
.grad-thumb a {
  display: block;
  float: left;
  height: 100px;
  width: 100px;
  margin-top: 20px;
  margin-right: 20px;
}
.aaliya a {
  background-image: url(../images/grads/faces/aaliya.png);
  background-position: 0px -100px;
}
.aaliya a:hover {
  background-position: 0px 0px;
}
.alexa a {
  background-image: url(../images/grads/faces/alexa.png);
  background-position: 0px -100px;
}
.alexa a:hover {
  background-position: 0px 0px;
}
.amanda a {
  background-image: url(../images/grads/faces/amanda.png);
  background-position: 0px -100px;
}
.amanda a:hover {
  background-position: 0px 0px;
}


.andrew a {
  background-image: url(../images/grads/faces/andrew.png);
  background-position: 0px -100px;
}
.andrew a:hover {
  background-position: 0px 0px;
}


.candace a {
  background-image: url(../images/grads/faces/candace.png);
  background-position: 0px -100px;
}
.candace a:hover {
  background-position: 0px 0px;
}


.carly a {
  background-image: url(../images/grads/faces/carly.png);
  background-position: 0px -100px;
}
.carly a:hover {
  background-position: 0px 0px;
}


.gerry a {
  background-image: url(../images/grads/faces/gerry.png);
  background-position: 0px -100px;
}
.gerry a:hover {
  background-position: 0px 0px;
}


.heather a {
  background-image: url(../images/grads/faces/heather.png);
  background-position: 0px -100px;
}
.heather a:hover {
  background-position: 0px 0px;
}

  
.jessica a {
  background-image: url(../images/grads/faces/jessica.png);
  background-position: 0px -100px;
}
.jessica a:hover {
  background-position: 0px 0px;
}


.joann a {
  background-image: url(../images/grads/faces/joann.png);
  background-position: 0px -100px;
}
.joann a:hover {
  background-position: 0px 0px;
}


.kellie a {
  background-image: url(../images/grads/faces/kellie.png);
  background-position: 0px -100px;
}
.kellie a:hover {
  background-position: 0px 0px;
}

.madeline a {
  background-image: url(../images/grads/faces/madeline.png);
  background-position: 0px -100px;
}
.madeline a:hover {
  background-position: 0px 0px;
}

.marc a {
  background-image: url(../images/grads/faces/marc.png);
  background-position: 0px -100px;
}
.marc a:hover {
  background-position: 0px 0px;
}


.peter a {
  background-image: url(../images/grads/faces/peter.png);
  background-position: 0px -100px;
}
.peter a:hover {
  background-position: 0px 0px;
}



.romina a {
  background-image: url(../images/grads/faces/romina.png);
  background-position: 0px -100px;
}
.romina a:hover {
  background-position: 0px 0px;
}


.shauna a {
  background-image: url(../images/grads/faces/shauna.png);
  background-position: 0px -100px;
}
.shauna a:hover {
  background-position: 0px 0px;
}


.vanalee a {
  background-image: url(../images/grads/faces/vanalee.png);
  background-position: 0px -100px;
}
.vanalee a:hover {
  background-position: 0px 0px;
}


.vanessa a {
  background-image: url(../images/grads/faces/vanessa.png);
  background-position: 0px -100px;
}
.vanessa a:hover {
  background-position: 0px 0px;
}


.vee a {
  background-image: url(../images/grads/faces/vee.png);
  background-position: 0px -100px;
}
.vee a:hover {
  background-position: 0px 0px;
}








/* ---FOOTER--- */

#footer {
  position: relative;
	width: 800px;
	height: 60px;
	margin: 40px auto 0px auto;
}
      
      




