/* CSS for Tees Hot Club */

/* --- layout --- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 100%;
	background: url(images/bg_container.gif) repeat-y #555500;
	color: #000000;
	text-align: left;
	padding: 0px;
	margin: 0px;
	width: 625px;
}


#logo
{
	position: absolute;
	left: 467px;
	top: 10px;
	background: transparent url(images/THCTitle.gif) no-repeat;
	height: 176px;
	width: 222px;
			
}

#content {
	float:left;
	font-size: 0.825em;	
	text-align: left;
	background: url(images/nbguitar.png) no-repeat bottom left;
	width: 450px;
	margin-top: 60px;
	padding: 0 0 235px 0;
	display:inline;

}


/* --- content class for image pages --- */

#photo {
	float:left;
	background: url(images/nbguitar.png) no-repeat bottom left;
	width: auto;
	margin-top: 60px;
	margin-right: 30px;
	padding: 0 0 235px 0;
	display:inline;
}


/* --- min-height hack start --- */
/* --- site works ok without this but it looks far better with --- */
/* --- taken from http://www.greywyvern.com/code/min-height-hack.html --- */

.prop {
	float:right;
	width:1px;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.min400px {
	height:400px;
}

/* --- min-height hack end --- */



/* --- menu layout --- */

#navlist {
	position:absolute;
	left: 475px;
	top: 220px;
	font-weight: bold;
	font-size: 16px;
}



/* --- general styling --- */



ul, li {
	list-style-type: none;
}

a, a:link {
	color: #ff0000;
	text-decoration:none;
}

a:visited {
	color: #ff0000;
	text-decoration:none;
}

a:hover {
	color: #ff0000;
	text-decoration:underline;
}

a:active {
	color: #ff0000;
	text-decoration:underline;
}

#image, .thumbl {
	float:top;
	margin-left:50px;
	border: 1px solid #FFFFD5;
}

.thumbr {
	float:top;
	margin-left:200px;
	border: 1px solid #FFFFD5;
}

img {
	border:0;
}

/* ---- text styling ----- */


p, h1, h2, h3, h4 {
	margin-left: 50px;
}

h1 {
	color: #555500;
	font-size: 1.5em;
}
h2 {
	color: #555500;
	font-size: 1.25em;
}

.linkTitle {
	color: #ff0000;
	font-size: 1.25em;
	font-weight: bold;
}

p.smalltext {
	font: italic small-caps 900 12px arial

}
blockquote {
	font-style: italic;
}

table {
    	margin-left: 50px;

}

.center	{
	text-align:	center:
}



/* ---- KW added smallText class for Photographs Courtesy of .. text and Blockquote style for Reviews 
and a table formating property so that the table has a margin so as not to hit graphic on left-----*/


