/*  DIGITAL NUTS HOME PAGE CSS  */
/*  DESIGNED BY BRIAN TAYLOR    */
/*  WWW.PBASE.COM/BRTAYLOR62   */

/* NULLIFY DEFAULT STYLES USED BY PBASE */
/* SUBSEQUENT STYLES THEN REFINE EACH PARAMETER */
	DIV,TH,TR,TABLE,LI,UL,FORM, TB,P
	BLOCKQUOTE,P,H1, H2, H3, H4,H5,CENTER,TITLE {
	  font: 14px Verdana, Tahoma, Helvetica, sans-serif;
	  color : #FFFFFF;
	  background : #464646;
	  border: 0px;
	}

/* SET THE DEFAULT FONT */
	FONT {
		display: block;
		color: rgb(91, 91, 101);
		font: 14px Verdana, Tahoma, Helvetica, sans-serif;
		letter-spacing: 0px;
	}

/* DEFINE LINK BEHAVIOR */
	A, A:LINK,A:VISITED,A:ACTIVE { 
		color: rgb(204, 204, 255); 
		font-weight: bold;
		text-decoration: none; 
	} 
	A:HOVER {
		color: rgb(255, 102, 0);
		text-decoration: underline;
	}


/* MAIN BODY PAGE */
	BODY {
		padding-bottom: 10px; 
		margin-bottom: 20px; 
		margin-top: 20px;
		background: #464646;
		font-size: 14px;
		margin-top: 0px; 
		scrollbar-face-color: #666666;
		scrollbar-shadow-color: #000000;
		scrollbar-highlight-color: #dddddd;
		scrollbar-3dlight-color: #ffffff;
		scrollbar-darkshadow-color: #000000;
		scrollbar-track-color: #000000;
		scrollbar-arrow-color: #ffcc00;
	}

/* HEADER STYLES */
	h1{
		display: block;
		background: #000000;
		color: #FFFFFF;
		text-transition:capitalize;
		font-variant: small-caps;
		font-weight: bold;
		font-size: 24px;
		border-left: 1px none;
		border-right: 1px none;
		border-top: gold 3px ridge;
		border-bottom: gold 3px ridge;
		padding: 6px;
		margin-bottom: 1em;
		margin-left: 1px;
		margin-right: 1px;
		margin-top: 1px;
		width: 100%;
		height: 20px;
		letter-spacing: 2px;
		word-spacing: 0.3em;
		text-align: center;
		position: relative;
	}
	h2 {
		display: block;
		background: #464646;
		color: #FFFFFF;
		font-variant: normal;
		font-weight: normal;
		font-size: 14px;
		text-transition:normal;
		padding: 1px;
		margin: 1px;
		letter-spacing: 0px;
		line-spacing: .2em;
		word-spacing: 0em;
		text-align: left;
		position: relative;
		height: 450px;
	}
	h3 {
		display: block;
		font-variant: normal;
		font-size: 14px;
		background: #000000;
		color: #FFFFFF;
		padding: 6px;
		margin: 1px;
		border-top: gold 1px ridge;
		border-bottom: gold 1px ridge;
		letter-spacing: 0.1em;
		word-spacing: 0em;
		text-align: center;
		height: auto;
		width: 100%;
	}

/* GALLERY THUMBNAIL STYLES */
	/* Display of all Thumbnails on Gallery Page */
	td.thumbnail {
		font-family: Verdana, Tahoma, Helvetica, sans-serif;
		font-size: 10px;
		color: #ccccff;
		font-weight: normal;
		height: 255px;
		width: 194px;
		border: rgb(0,0,0) 1px none;
		border-collapse: collapse;
		empty-cells: show;
		margin: 1px;
		padding: 4px;
	}
	/* Display of Individual Thumbnail on Gallery Page */
	img.thumbnail {
		display: block;
		border: rgb(0, 0, 0) 1px solid;
		margin: 1px;
		padding: 0px;
	}
	A.THUMBNAIL, A.THUMBNAIL:LINK, A.THUMBNAIL:VISITED, A.THUMBNAIL:ACTIVE {
		display: block;
		background: rgb(35, 35, 35);
		border: rgb(0, 0, 0) 1px solid;
		margin: 2px;
		padding-top: 10px;
		width: 180px;
		height: 200px;

		/* Old hack? obsolete?
				 -moz-border-radius-bottomright: 10px; 
				 -moz-border-radius-topleft: 10px; */
	}
	A.THUMBNAIL:HOVER {
		display: block;
		background: rgb(38, 38, 38);
		border: #ccccff 1px solid;
		margin: 2px;
		padding-top: 10px;
		width: 180px;
		height: 200px;
	}

/* Comment format */
/* Message Body */
	div.gallery_comments {
		display: none;
	}

BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }


BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }


BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }
