@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/bg.gif);
	background-repeat:repeat;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

#header {
	width:1106px;
	height:85px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/header.jpg);
}

#memwas_homelink {
	float:left;
	height:50px;
	margin-left:182px;
	margin-top:24px;
	width:317px;
}

#footer {
	width:1106px;
	height:132px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/footer.jpg) no-repeat;
}

#vidwindow {
	width:1106px;
	height:404px;
	margin-left:auto;
	margin-right:auto;
}

.sidespacer {
	width:84px;
	height:404px;
	float:left;
	text-align:left;
}

#vidwindow_bg {
	width:938px;
	height:404px;
	float:left;
	background:url(../images/vidwindow_bg2.jpg);
	text-align:left;
}

#vidholder {
	width:503px;
	height:404px;
	background-color:white;
	margin-left:217px;
	float:left;
	z-index:5;
}

.mainbg {
	width:1106px;
	height:auto;
	background-image:url(../images/mainbg.jpg);
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.notificationarea {
	width:902px;
	height:50px;
	background-image:url(../images/notificationarea_bg.png);
	background-repeat:no-repeat;
	margin-left:102px;
	margin-top:15px;
}

#numHolder, #currentHolder, #pageHolder, #pageHolder2 {
	width:380px;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#999999;
	margin-top:15px;
	margin-left:20px;
	float:left;
}

#currentHolder { width:530px; }

#pageHolder, #pageHolder2 {
	font-size:0.75em;
	font-weight:bold;
	width:100px;
	text-align:right;
}

#pageHolder { width:180px; }

/* 2 CONTENT COLUMNS > LEFT: COMMENTS > RIGHT: METADATA */

.columnWrapper {
	width:1106px;
	height:auto;
	background-image:url(../images/mainbg.jpg);
	background-repeat:repeat-y;
	float:left;
}

#leftColumn {
	width:524px;
	height:auto;
	float:left;
	margin-left:105px;
}

#rightColumn {
	width:378px;
	height:auto;
	float:left;
	background-image:url(../images/meta_bg.png);
	background-repeat:repeat-y;
}

#meta_topcap, #meta_botcap {
	width:378px;
	height:33px;
}

.meta_content {
	color:white;
	width:294px;
	margin-left:38px;
	font-family:Arial, Helvetica, sans-serif;
}

#nameHolder { margin-left:12px; margin-top:3px; }

.event_info {
	width:264px;
	margin-left:12px;
	font-size:0.8em;
	font-weight:normal;
	margin-top:6px;
	line-height:1.4em;
}

#quicklink_addcomment {
	float:left;
	width:100px;
	height:25px;
}

a.deletelink:link, a.deletelink:active, a.deletelink:visited {
	color:red;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

a.deletelink:hover {
	text-decoration:underline;
}

.login_logout_button {
	width:100px;
	height:30px;
	background:url(../images/login_logout_combo.png) no-repeat -0px -27px;
	float:right;
	margin-top:40px;
	margin-right:90px;
}

.login_logout_button:hover {
	background:url(../images/login_logout_combo.png) no-repeat -0px -2px;
	cursor:pointer;
}

.currentlogin {
	color:#999999;
	float:right;
	font-size:0.7em;
	height:16px;
	margin-right:14px;
	margin-top:47px;
	overflow:hidden;
	text-align:right;
	width:415px;
}

#quicklink_comment {
	float:left;
	width:148px;
	height:39px;
	background:url(../images/quicklink_addcomment.png) no-repeat;
	margin-left:36px;
	margin-top:355px;
}

#quicklink_comment:hover {
	background:url(../images/quicklink_addcomment.png) no-repeat 0px -40px;
}

#feedback_button {
	position:fixed;
	top:0px;
	left:0px;
	width:120px;
	height:120px;
	background-image:url(../images/feedbackbutton.png);
}

#learnmore {
	font-size:0.8em;
	color:white;
	margin-top:66px;
	margin-left:85px;
	float:left;
}

a.learnmore_link:link, a.learnmore_link:active, a.learnmore_link:visited {
	text-decoration:none;
	color:white;
}
a.learnmore_link:hover {
	text-decoration:underline;
	color:white;
}
	