/* base stylesheet, do not edit! */

/* for site-specific styles, go to line 80 */

/* DEFACTO STYLES FOR OVERRIDING ANNOYING FORMATTING DEFAULTS */
body {
	width: 100%;
	height: 100%;

	margin: 0;
	padding: 0;

	background: white;

	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border-width: 0;
}

h1,h2,h3,h4,h5,h6,ul,ol,li,form,fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
hr {
	color: white;
	height: 0;
	width: 100%;
	overflow: hidden;
	border: none;
	background-color: white;
	margin-bottom: 20px;
}
caption {
	text-align: left;
	border-bottom: 1px solid #CCC;
	padding: 5px 10px;
	background-color: #FFF9E5;
}
blockquote {
	border-left: 2px solid #CCCCCC;
	margin: 4px 0px 2px 5px;
	padding: 3px 5px;
}
abbr {
	border-bottom: 1px dotted #AAA;
}
a {
	color: black;
	/*color: #0074E1;*/
	text-decoration: none !important;
	cursor: pointer;
}
a:hover {
	text-decoration: none !important; color:blue;
}

pre {
	height: 500px;
	background-color: #EEE;
	padding: 10px;
	text-align: left;
	overflow: scroll;
}
p {
	margin:0px; padding:0px;
}

/* end base stylesheet */






/* Supermaul styles */

* {font-size:10px; font-family:verdana, sans-serif; letter-spacing:.1em; line-height:1.3em; }

#masthead {padding:20px 0px 20px 0px; position:absolute; width:100%; height:205px; z-index:90; background:#282828; color:white;}
	#masthead a, #masthead a:link, #masthead a:visited, #masthead a:active {color:white; }
	.masthead_content {overflow:hidden; white-space:nowrap; } 
		.col {float:left;  width:90px; padding-right:20px;}
		.masthead_content img {padding-right:10px;}
		.thumb {margin-top:8px; margin-right:5px; }
	#btns {position:absolute; bottom:-13px; left:25px; color:white;}
	#btns a {color:white; text-decoration:none; }

.btn {margin-right:5px; padding:0px 10px 3px 10px; cursor:pointer; background:#282828; text-decoration:none !important; display:block; float:left; }

h1 {display:none; }
h2 {font-weight:normal; padding-bottom:10px; text-align:right;}
.content_image {cursor:pointer;}

.page_black {background:black; }
.page_white {background:white; }
.page_tan {background:#fffef6; }
.page_beige {background:#f6ffee; }
.page_off_black {background:#0b0b0b; }
.page_pink {background:#f7f2f9; }
.page_warhol {background-image:url('/images/schtock_017_1.jpg'); }	
.page_handbird {background:#e9e5e1; }
.page_red {background:#772321; }
.page_off_black_2 {background:#3d3d3d; }
.page_off_black_3 {background:#282828; }
.page_off_beige {background:#e7e9e2; }

