/*	CSS styles for barrygravelle.com */
 
/*	styles for basic HTML elements */

body, td {
	background: #000;
	color: #fff;
	margin: 0px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: justify;
}
th {
	background: #000;
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
a {
	color: #8797a5;
	text-decoration: none;
}
a:hover {
	background-color: inherit;
	color: #fff;
	text-decoration: none;
}

h1, h2, h3 {
	margin: 13px 0;
	line-height: 1ex;
	font-family: "Century Gothic", sans-serif;
}
h1#first { 
	margin-top: 3px;
}

h1 {font-size: 14px;}
h2 {font-size: 13px;}
h3 {font-size: 12px;}

/* main layout table */

table#layout {
	width: 100%;
	border-collapse: collapse;
}	
table#layout td {
	padding: 8px;
	border-bottom: 1px solid #8797A5;
	vertical-align: top;
}
tr#header td {
	height: 52px;
/*	padding: 0 8px; */
	vertical-align: middle;
}

table#layout td td {
	padding: 0 8px 8px 0;
	border-bottom-width: 0;
}
td#logo {
	text-align: middle;
}
td#label {
	text-align: left;
	width: 100%;
}
h2#title {
	color: #fb8200;
	padding-right: 16px !important;
}
#header h1,
#header h2 {
	display: inline;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	white-space: nowrap;
}
td#label, 
td#meat {
	border-left: 1px solid #8797a5;
}
td.null {
	border-bottom: none !important;
}
td#meat {
	vertical-align: top;
	height: 400px;
}

/* navigation menu */

ul#menu {
	list-style-type: none;
	text-align: right;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}
ul#menu li {
	padding-bottom: 2px;
}

/*	Content styles */

.textmeat {
	text-align: left;
	font-size: 13px;
	vertical-align: top;
	padding:	 3px;
}

.texthead {
	font-weight: bold;
}

.note {
	font-style: italic;
}

address.block {
	margin-left: 24px;
	font-style: normal;
}

dt {
	margin-top: 6px;
}
.caption {
	font-size: 10px;
	font-style: italic;
}
div.caption {
	padding-top: 4px;
	padding-left: 16px;
}
	
/* thumbnail sketch table/div styles. */

.thumbs, .thumbs-tight {
	border-collapse: collapse;
	border-width: 0;
	vertical-align: top;
}
.thumbs-tight {
	width: 480px;
}
#thumbs-demo {
	width: 360px;
}

.thumbs td {
	text-align: left;
	padding: 0 8px 8px 0;
	font-size: 11px;
}
.thumbs-tight td,
#thumbs-demo td {
	padding:0 !important;
	width:120px;
}
.thumbs span {
	display: block;
	width: 120px;
}
#thumbs-demo span {
	width: 360px !important;
}

.thumbs img, .thumbs-tight img {
	border: none !important;
}

.thumbs .title {
	padding-top: 2px;
	border: solid #8797A5;
	border-width: 1px 0 0 0;
}

.thumbs a:hover .title {
	border-color: #fff !important;
}

/*	viewer popup styles */

.viewerdesc {
	height: 100%;
	border-left: 1px solid #8797A5;
}

.viewerdesc h1 {
	padding: 6px 0 6px 4px;
	margin-top: 0;
	border-bottom: 1px solid #8797A5;
}

.viewrdesc table {
	margin: 0;
	border-collapse: collapse;
	width: 100%;
}
.viewerdesc th, 
.viewerdesc td {
	font-size: 11px;
	vertical-align: top;
}
.viewerdesc th {
	font-weight: normal;
	border-bottom: none;
	width: 64px;
}
.viewerdesc .movlink {
	padding-left: 12px;
}
.viewerdesc #play {
	margin-top: 24px;
	width: 208px;
	border-top: 1px solid #8797A5;
}

.viewerdesc #play th {
	padding-top: 12px;
	white-space: nowrap;
}
table.media, table.media td, table.media embed {
	text-align :			center;
	background-color :		#000000;
	border : 				none;
}

table.media td {
	padding : 				12px;
}


