html, body {
	font-family: times new roman, serif;
	cursor: default;
	color: #4CC552;
}

a:link, a:visited {
	color:#888888;
}

/*
pastel pallette:
blue: #9FCEDE
pink: #E8D2D5
green: #D1E2B5

dark pallette:
blue: #007FC5 / 5CB3FF
pink: #C25283
green: #4CC552
*/

a:hover, a:active {
	color: #C25283;
	text-decoration: none;
}

img {
	border: none;
}

h1, h2 {
	text-align: center;
}

h1 {
	margin: 4px 0;
}

h2 {
	margin: 4px 0 2px;
}

h1.heading {
	text-align: center;
}

h2.sub_heading {
	text-align: center;
}

.small {
	font-size: 0.8em;
}

.medium {
	font-size: 0.9em;
}

.larger {
	font-size: 1.1em;
}

.large {
	font-size: 1.3em;
}

.light{
	color: #999999;
}

.light a:link, .light a:visited {
	color: #999999;
}

.small_light {
	font-size: 0.8em;
	color: #999999;
}

.small_light a:link, .small_light a:visited {
	color: #999999;
}

.green {
	color: #71bf00;
}

.notification {
	font-weight: bold;
	font-size: 1.1em;
}

p.notification {
	margin: 10px 0;
}

.error {
	color: red;
	font-style: italic;
}

.low_stock {
	color: red;
	font-weight: bold;
}

input[type="button"], input[type="submit"], input[type="text"] {
	border:2px solid #777777;
	background: #EEEEEE;
	padding: 2px;
	height: 18px;
}

textarea {
	border:2px solid #777777;
	background: #EEEEEE;
	padding: 2px;
}

input[type="button"], input[type="submit"] {
	cursor: pointer;
	font-weight: bold;
	padding: 0;
	height: 24px;
}

input[type="radio"], input[type="checkbox"] {
	border: none;
}

input.counter {
	color: #444444;
	font-size: 0.7em;
	padding: 2px;	
	border: none;
	background: none;
}

table { 
	border-collapse: collapse;
}

table td {
	border: none;
	padding: 2px;
}

table td.input_table_spacer_border {
	border-top: 1px solid #444444;
}

div#doc2 {
	/*background: white url(../images/body_background.jpg) repeat-y scroll center top;*/
}

div#header {
	background: transparent url(../images/header.jpg) no-repeat scroll center top;
	height: 163px;
}

div#header img {
	height: 148px;
	width: 950px;
}

div#links {
	background: transparent url(../images/body_background.jpg) repeat-y scroll center top;
}

div#links_spacer {
	width: 909px;
	margin-left: 20px;
	font-size: 18px;
	border: 1px solid #9FCEDE;
	border-left: none;
	border-right: none;
	font-weight: bold;
}

div#links span {
	padding: 0 20px;
}

div#links a:link, div#links a:visited {
	text-decoration: none;
	color: #5CB3FF;
}

div#links a:hover, div#links a:active {
	color: #C25283;
}

div#bd {
	background: transparent url(../images/body_background.jpg) repeat-y scroll center top;
}

/* content */
div.yui-b {
	padding: 10px 40px;
	min-height: 250px;
	font-size: 15px;
}

div#left_menu_links{
	float: left;
	position: absolute;
}

span.left_menu_links {
	font-size: 0.8em;
}

span.left_menu_links a:link, span.left_menu_links a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

span.left_menu_links a:hover, span.left_menu_links a:active {
	color: #007FC5;
}

div#left_menu_wrapper{
	clear: both;
	float: left;
	padding: 0px 10px 10px 0px;
}

div#left_menu{
	padding-right: 10px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

div#left_menu h3 {
	margin-top: 0;
}

div#left_menu ul {
	margin: 0;
	margin-bottom: 10px;
}

div#left_menu li {
	list-style: none;
	clear: both;
	padding: 1px 1px 1px 5px;
	font-size: 0.8em;
}

div#left_menu li.year {
	padding-top: 5px;
	font-weight: bold;
	text-decoration: underline;
}

div#news h2 {
	color: #777777;
	font-family: times New Roman, serif;
	border: none;
	font-style: normal;
	margin: 0;
	padding: 2px;
	letter-spacing: 2px;
	border-top: 2px solid #999999;
}

div#news div.post {
	clear: right;
}

div#news div.post_intro {
	padding: 5px 0;
	font-size: 1.1em;
	font-family: georgia, serif;
	font-weight: bold;
	color: #007FC5;
}

div#news div.post_intro img {
	float: right;
	padding-left: 10px;
}

div#news span.datetime {
	display: block;
	padding-top: 18px;
	font-size: 0.8em;
	color: #999999;
	font-weight: normal;
}

div#news span.comments {
	display: block;
	font-size: 0.8em;
	color: #999999;
	font-weight: normal;
}

div#news span.comments a:link, div#news span.comments a:visited {
	color: #007FC5;
}

div#news span.comments a:hover, div#news span.comments a:active {
	color: #999999;
}

div#news div.post_body {
	font-family: georgia, serif;
	padding: 10px 0;
}

div#news span.first_letter {
	float: left;
	font-family: ariel,sans-serif;
	font-size: 63px;
	line-height: 50px;
	padding: 4px 6px 4px 0;
	font-style:italic;
}

div#news div.post_photos {
	width: 252px;
	max-height: 300px;
	overflow: auto;
	float: right;
	padding: 4px;
	border-left: 1px solid #999999;
}

div#news div.post_photos img, div.freelance_photos img {
	width: 100px;
	height: 100px;
	margin: 5px;
}

div#comments h3 {
	margin-top: 0;
	padding-bottom: 8px;
}

div#comments table.comments {
	width: 100%;
}

div#comments input.counter {
	padding-left: 20px;
}

div#comments span.datetime {
	padding-top: 0;
}

table.books td {
	padding: 10px;
	border-bottom: 1px solid #999999;
}

div#ft {
	background: white url(../images/footer.jpg) no-repeat scroll center top;
	height: 26px;
	padding: 20px 0;
	text-align: center;
	font-size: 0.8em;
	color: #999999;
}

.decoy, .invisible {
	display: none;
}