/*===========================

Title : John McNiel Stylesheet
Author : John McNiel
URL : johnmcniel.com

Description : Main Stylesheet

Created : 12-2-2007

Modifications :

=============================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: center;
	font-size: 62.5%;
	background: #000 url(img/dzn/bg3.jpg) top center no-repeat;
}

/*==================================== DIVS, SPANS ================================*/
#header
{
	background: #000;
}

#wrapper
{    
	background: transparent;
	/*width: 597px;*/
	width: 655px;
	margin: 0 auto;
	border-left: 1px solid #5D554D;
	border-right: 1px solid #5D554D;
	border-bottom: 1px solid #5D554D;
	text-align: center;
}
html>body div#wrapper
{
	border-bottom: none;
}

#samplepnl
{
	background: #000;
	height: 106px;
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 30px;
}
#content
{
	background: #E3D2C2;/* url(/img/dzn/cntshad.gif) top left repeat-x;*/
	text-align: left;
	clear: both;
	padding-top: 20px;
}
#content.homecont
{
	background-color: #000;
	background-image: none;
	border-bottom: 1px solid #5D554D;
}

#content.not
{
	text-align: center;
	background-color: #000;
	color: #fff;
}
#content.not p
{
	color: #fff;
}

#nav
{
	background: #000 url(img/dzn/navtile.jpg) top left repeat-x;
	clear: both;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: left;
	height: 23px;
}
#notguitar
{
	background: #000;
	color: #fff;
	text-align: center;
}

/*============================= TEXT =======================*/

p
{
	padding: 10px;
	color: #352D21;
}

p, li
{
	font-size: 1.2em;
}

/*========================== CLASSES ======================*/
.center
{
	text-align: center;
}


/*============================= HEADINGS ===================*/

h2, h3, h4, h5
{
	color: #352D21;
	padding-left: 3px 10px 3px 10px;
}

#header h1
{
	text-indent: -9999px;
	height: 71px;
	background: transparent url(img/dzn/jgmpg.jpg) top center no-repeat;;
}
#header.homepg h1
{
	 background: transparent url(img/dzn/jgm.jpg) top center no-repeat;
	 height: 147px;
}

h1
{
	font-size: 18px;
	font-weight: bold;
}
h2
{
	font-size: 16px;
	font-weight: bold;
	padding-left: 12px;
}
h3
{
	font-size: 14px;
	font-weight: bold;
	padding-left: 12px;
}
h4
{
	font-size: 13px;
	font-weight: bold;
	padding-left: 12px;
}
h5
{
	font-size: 12px;
	font-weight: bold;
}
#content h1
{
	padding: 8px;
}
/*==================================== LISTS ================================*/
#nav ul
{
	float: left;
}
#nav ul li
{
	float: left;
	font-size: 14px;
	padding: 2px 15px 2px 15px;
}

ul
{
	list-style: none;
}
dl
{
	font-size: 1.2em;
}
dt
{
	font-weight: bold;
	padding: 5px;
}
dt, dd
{
	margin: 0 0 8px 5px;
	
}
ul.clipslist
{

	background: #fff;
	padding: 4px;
	width: 95%;
	border: 1px solid #000;
	margin-bottom: 15px;
}
ul.clipslist li
{
	padding: 4px;
	text-align: left;
}
ul.clipslist li object
{
	vertical-align: middle;
}

/*================================= LINKS ========================*/

a:link, a:visited
{
	text-decoration: none;
	font-weight: bold;
	color:  #D4D0CB;
}
a:hover
{
	color: #fff;
}
a:active
{
	color: #fff;
}
#nav ul li a
{


}

#header h1 a:link,
#header h1 a:visited
{
	display: block;
	/*width: 550px;*/
	width: 655px;
	height: 71px;
}

/*=========================== MISC ===========================*/
#petediv
{
	background: #fff url(img/weird/tree2.jpg) top center no-repeat;
	height: 800px;
	text-align: center;
	padding-top: 30px;
}

#petediv ul, #petediv ul li
{
	margin: 0 0 -15px 0;
}
#petediv ul li a:hover
{
	top: 2px;
}
#pete_th
{

}
#jesse_th
{
	margin-left: 200px;
}
#pablo_th
{
	margin-left: -140px;		
}
#earl_th
{
	margin-left: 180px;		
}
#larry_th
{
	margin-left: -200px;		
}
#bruce_th
{
	margin-left: 300px;		
}
#vinny_th
{
	margin-left: -260px;		
}
#three_th
{
	margin-left: 260px;		
}

#swiney_th
{
	margin-left: -140px;		
}

/*=========================== TABLES ===========================*/
table, td
{
	border-collapse: collapse;
	background: #FFF4DB;
}
td
{
	padding: 4px;
	font-size: 1.2em;
	border: 1px solid #554112;
	color: #554112;
	vertical-align: middle;
}
#gear_tbl td a:link, #gear_tbl td a:visited
{
	color: #7A391C;
}
