@charset "utf-8";
/* CSS for site */


/* YouTube video element (yuck - tables!) */
div.video_container{
	text-align: center;
	margin:0 auto;
	padding:0;
	}
table.video{
	margin:0 auto;
	border:#5c2e0c 1px solid;
	background:#000;
	}
table.video td{ padding:8px; }

/**********/

#history{
	width:80%;
	margin:0 auto;
}
#history .creep_head{
	padding-bottom:10px;
}
#history .creep_body{
	text-align:left;
}

#site_info{
	text-align:center;
	float:right;
	width:440px;
	border:#804114 solid 1px;
	background:#47240b;
	margin:0 8px 8px 8px;
	padding:6px;
	}
#site_info p{ margin:0 auto 4px auto; font-size:16px; }
#site_info table{ width:100%; margin:0 auto; border-top:#804114 dashed 1px; }
#site_info td, #site_info th{ padding:4px; vertical-align:top; }
#site_info th{ text-align:right; white-space:nowrap; }
#site_info td{ text-align:left; }

#flag{ margin-left:8px; }

img.image_sep{
	margin:50px auto 20px;
}

ul#other_distance,
ul#other_genre{ list-style-type:circle; }

ul#other_distance li,
ul#other_genre li{ margin:4px auto; }



#galleries{
	margin:0 auto;
	width:80%;
}
#galleries .gallery_item{ margin:0 10px 10px; }
#galleries a.gallery_title{ font-size:16px; font-variant:small-caps; line-height:24px; }
#galleries .thumbbox{
	width:120px;
	height:120px;
	background:url(../../images/thumbbox.gif) top left no-repeat;
	text-align:center;
	vertical-align:middle;
}
#galleries .info{
	padding-left:20px;
	background:url(../../images/thumbbox_spatter.gif) top left no-repeat;
	text-align:left;
}
#galleries .info_inner{
	height:120px;
	padding-right:30px;
}
#galleries .info_inner:hover{
	background:url(../../images/thumbbox_right_roll.gif) top right no-repeat;
}


#articles{
	margin:0 auto;
	background:url(../../images/scribble_box2_body.gif) top left repeat #170b03;
	border:#2a1406 solid 1px;
}
#articles td,
#articles th{
	text-align:left;
	vertical-align:top;
	border-bottom:#2a1406 solid 1px;
	padding:6px;
}
#articles tr.head{
	background:url(../../images/scribble_box2_head.gif) top left repeat #231105;
}

.grunge{
	margin:20px 0 0;
	text-align:left;
	clear:both;
}
