body {
	padding:10px;
	/*font: normal 10px "arial", Verdana, Tahoma, sans-serif;*/
	
	font:100%/1.4em "arial";
	line-height:1.5em;
	font-size:20px;
	letter-spacing:0.1em;
	text-transform:lowercase;
	
	/*font-size:77%;
	font-family:arial;
	letter-spacing:0.1em; */
	
	background-color:#000;
	/* background-image:url(/img/y.jpg); */
	background-repeat:repeat-x;
	color:#fff;
	text-align:left;
}

.header_container {
	margin-bottom:5px;
	position:relative;
	width:780px;
}
.header_image {
	z-index:4;
}
.fortuneSwitch {
	z-index:20;
	position:absolute;
	top:111px;
	left:31px;
	float:left;
	cursor:pointer;
}
.fortune {
	z-index:20;
	position:absolute;
	top:82px;
	left:12px;
	float:left;
	background:url(/img/bubble.gif) no-repeat;
	height:25px;
}
.fortune p {
	color:#fff;
	background:url(/img/bubble_cap.gif) no-repeat top right;
	height:24px;
	padding:3px 5px 0px 6px;
	margin:0px;
	z-index:25;
}

a:link, a:visited, a:active { 
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#a50000;
	text-decoration:underline;
}
a:focus {
	outline:none;
}

.a {
	color:#333;
	cursor:pointer;
}

img {
	border:0px;
}
.quotable_blogText {
	background-color:#0c0c0c;
	color:#777;
	padding:2px;
}
.instructions {
	margin:10px;
	width:430px;
	margin-left:0px;
}

.left {
	width:450px;
	float:left;
	margin-right:10px;
	padding:5px;
	padding-left:50px;
}
.right {
	width:230px;
	float:right;
	padding:5px;
	padding-right:10px;
}
.right_item {
	text-align:right;
	border-bottom:1px solid #111;
	margin-bottom:20px;
	float:left;
}
.right_itemTitle {
	text-align:right;
	color:#555;
	margin:5px;
	float:right;
}
.right_itemBody {
	color:#333;
	margin:5px;
	margin-right:10px;
	float:left;
	width:100%;
}
.right_item img {
	margin:4px;
	padding:4px;
	border:1px solid #111;
}
.meat {
	margin-bottom:5px;
	float:left;
	width:100%;
	text-align:left;
	color:#555;
}
.meatImage {
	float:left;
}
.quotable {
	text-align:left;
	margin-bottom:10px;
	margin-top:5px;
	float:left;
	width:100%;
}
.quotable_quote {
	color:#555;
	float:left;
	width:100%;
	margin-bottom:2px;
	margin-top:5px;
}
.quotable_date {
	color:#333;
	text-align:left;
	float:left;
	width:95%;
	margin-left:20px;
}


.footer {
	width:774px;
	float:left;
	color:#333;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:1px solid #111;
	border-top:1px solid #111;
	padding:3px;
}
.footerLegal {
	float:right;
	margin-right:5px;
}
.footerLinks {
	float:left;
	margin-left:20px;
}

.blog {
	color:#444;
}

.blogItem {
	width:450px;
	margin-bottom:30px;
	margin-top:10px;
	border-bottom:1px dotted #111;
	padding-bottom:5px;
}

.blogTitle {
	margin-bottom:10px;
}
.blogDate {
	color:#555;
}
.blogSubject {
	color:#a50000;
}

.blogBody {
	margin-left:10px;
	margin-bottom:10px;
	color:#888;
}

.blogBody img {
	margin:4px;
	padding:4px;
	border:1px solid #111;
}

.blogFooter {
	color:#333;
}
.blogPoster {
	color:#555;
}
.blogPages {
	color:#333;
	margin-top:5px;
	margin-bottom:20px;
	border-bottom:1px dotted #111;
	border-top:1px dotted #111;
	padding-bottom:3px;
	padding-top:3px;
}


.commentItem {
	margin-bottom:5px;
	border-bottom:1px dotted #111;
	border-top:1px dotted #111;
	padding:5px;
	padding-top:3px;
	margin-left:0px;
}
.commentHeader {
	color:#333;
}
.commentBody {
	margin-bottom:5px;
	color:#555;
	margin:5px;
	margin-left:10px;
	padding-left:0px;
}
.commentItem img {
	margin:4px;
	padding:4px;
	border:1px solid #111;
}

.statHeader {
	margin-top:5px;
	margin-bottom:10px;
	color:#888;
	border-bottom:1px solid #111;
	border-top:1px solid #111;
	padding:3px;
	width:394px;
	float:left;
}
.statFooter {
	margin-top:5px;
	margin-bottom:15px;
	color:#888;
	border-top:1px solid #111;
	padding:3px;
	width:394px;
	float:left;
}
.listRow {
	border-bottom:1px dotted #111;
	margin-bottom:3px;
	float:left;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	width:390px;
}
.listLeft {
	float:left;
}
.listRight {
	float:right;
	width:75px;
	text-align:right;
	margin-left:3px;
}


.meats {
	width:75px;
	float:left;
	margin:5px;
	margin-bottom:0px;
	position:relative;
}
.meats_image {
	float:left;
	padding:2px;
	border:1px solid #222;
	z-index:4;
}
.meats_detail {
	z-index:20;
	position:absolute;
	top:48px;
	left:7px;
	float:left;
	background:url(/img/bubble.gif) no-repeat;
	height:25px;
}
.meats_detail p {
	color:#fff;
	background:url(/img/bubble_cap.gif) no-repeat top right;
	height:24px;
	padding:3px 5px 0px 6px;
	margin:0px;
	z-index:25;
}
.meats_detail a:link, .meats_detail a:visited, .meats_detail a:active { 
	color:#fff;
	text-decoration:none;
}
.meats_detail a:hover {
	color:#fff;
	text-decoration:underline;
}

/* music wrapper stuff */
.musicWrapper {
	padding: 0 5px 0 5px;
	margin-left:20px;
}
.musicInfo {
	margin-right:-3px;
	font-style:italic;
	color:#555;
}
.musicNote {
	font-weight:normal;
	color:#a50000;
}
.mp3 {
	margin:0;
	padding:0;
}

/* film stuff */
.filmWrapper {
	margin-bottom:10px;
	float:left;
	width:100%;
}
.film {
	float:left;
	border:1px solid #111;
}
.film img {
	border:0;
	margin:0;
	padding:0;
}



.formArea {
	margin-top:20px;
	margin-bottom:20px;
}
form {
	margin:0px;
	padding:0px;
}
input {
	font:100%/1.4em "arial";
	line-height:1.5em;
	font-size:20px;
	letter-spacing:0.1em;
	text-transform:lowercase;

	color:#555;
	background:transparent;
	padding:5px;
	border:1px solid #111;
	margin-top:5px;
}
.buttonSubmit {
	color:#a50000;
	cursor:pointer;
}
textarea {
	font:100%/1.4em "arial";
	line-height:1.5em;
	font-size:20px;
	letter-spacing:0.1em;
	text-transform:lowercase;
	
	color:#555;
	background:transparent;
	padding:5px;
	border:1px solid #111;
	margin-top:5px;	
}
label {
	text-align:right;
	color:#333;
	margin: 8px 5px 0px 0px;
	width: 65px;
	float: left;
	clear: both;
}

.red {
	color:#a50000;
}
.white {
	color:#888;
}
.gray {
	color:#777;
}
.darkGray {
	color:#444;
}
.dark {
	color:#222;
}
.darkest {
	color:#111;
}
.medium {
	font-size:25px;
}
.hidden {
	display:none;
}
.link {
	cursor:pointer;
}
