/***********************************
------------------------------------
PROJECT: andycummings.com
AUTHOR: olletsoc.com
DATE:  5/17/07
------------------------------------
***********************************/


/*--------------------TYPE STYLES------------------------*/

div {padding: 0; margin: 0px 0px 0px 0px;}
p {
	font-weight: bold;
}
a, a:link {color: #505050; text-decoration: underline;}
a:active {color: #69f;}
a:visited {color: #505050;}
a:hover {color: #666666;}
form {padding: 0; margin: 0;}
select {background-color: #eee;}
div.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.newsentry {
	width: 418px;
}
div.newsdate {
	font-size:9px;
	color: #777777;
	padding: 20px 0px 0px 0px;
}
div.newstext {
	margin: 0;
	border-bottom: solid 1px #999999;
	margin-right: 40px;
	padding: 0px 30px 20px 0px;
	color: #666666;
}
div.newserror {color: #f00;}

/* events list scroll objects
------------------------------------------------------------ */

body.list #content {
	position: absolute;
	top: 0px;
	left: 15px;
	width: 370px;
	padding: 0px 0px 20px 0px;
	}

#up {
	position: absolute;
	left: 393px;
	top: 5px;
	z-index: 2;
	cursor: pointer;
}

#track {
	position: absolute;
	left: 401px;
	top: 48px;
	z-index: 3;
}

/* this doesn't work unless written in the actual page - why? no fucking clue...

#drag {
	position: absolute; 
	left: 230px; 
	top: 75px; 
	z-index: 4; 
	cursor: pointer;
}

*/

#down {
	position: absolute;
	left: 393px;
	top: 460px;
	z-index: 5;
	cursor: pointer;
	visibility: visible;
}

#contentMask {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 418px;
	height: 500px;
	clip: rect(0,418px,500px,0);
	overflow: hidden;
	z-index: 6;
	margin-left: 2px;
	background-color: #dddddd;
}
b {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
