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


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

body {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}

.active {color: #f00;}
.visited {color: #666;}

a {
	color: #fff;
	text-decoration: underline;
}
a.numbers {
	padding: 0px 5px 0px 5px;
}

a:hover { color:#999999; }
a.subheader  {
	color: #666666;
}

.itemdescription {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	padding-top:15px;
	padding-bottom:15px;
	padding: 15px;
	color: #666666;
}
.itemdescription b {
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}
.itembodycopy {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	padding: 15px 50px 15px 15px;
	color: #666666;
	line-height: 12px;
}
.thumbnails {
	border: 1px solid #333333;
	background-color: #dddddd;
}
