@charset "UTF-8";


/* Other stylesheets */

@import url("/templates/black_is/css/layout.css");
@import url("/templates/black_is/css/navigation.css");


body {

	margin: 0px;
	background: #383838 url(/templates/black_is/images/patt_4ae1f853b45b6.jpg);
	font:normal normal 75%/1.5em 'Lucida Grande','Lucida Sans','Lucida Sans Unicode', Verdana,sans-serif;
	color: #FFFFFF;

}

div.thumb { 
	width: 66px;
	height: 40px;
	overflow: hidden;
	position: relative;
	float: left;
	padding: 5px;
	border: 0px solid #FFFFFF;
}
div.box_container {
	width: 100%;
	float: left;
	clear: left;
}
asdf {
	background-color: #0a0a0a;
	text-shadow: 0px 0px #383838;
}

div.image_list_con {
	width: 140px;
	float: left;
	margin: 11px;
}
div.image_listing {
	width: 140px;
	float: left;
	clear: left;
	overflow: hidden;
	border: 1px solid #202020;
}
p.image_list_caption {
	text-align: center;
	margin: 5px 0 0 0;
	padding: 0;
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}