/*
Guru Mountain Web Design - www.guru-mountain.com - Jeff Guenter, webmaster
Main Stylesheet for SKIP'S JUNK website (www.skipsjunk.net)...
*/


/* Global Syles */
body {
	background-color: #F7F7F7;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
	padding: 5px 0px 5px 0px;
	}
 hr {
	color: #808080;
	width: 100%;
	}
 
 
/* Image Styles */
.imgleft {
	float: left;
	padding: 5px 10px 5px 0px;
	}
.imgright {
	float: right;
	padding: 5px 0px 5px 10px;
	}
	
	
/* Table Styles */
.mainlayout {
	background-color: #F7F7F7;
	height: auto;
	width: 100%;
	}
.bodyline {
	background-color: #F7F7F7;
	height: auto;
	width: 800px;
	}
.layout {
	background-color: #F7F7F7;
	height: auto;
	width: 100%;
	}
.codelayout {
	background-color: #F7F7F7;
	height: auto;
	width: 98%;
	}
.headernav {
	background-color: #F7F7F7;
	height: auto;
	width: 100%;
	}
.webdvlayout {
	background-color: #F7F7F7;
	height: auto;
	width: 600px;
	}
td {
	background-color: #000000;
	height: auto;
	width: 100%;
	padding: 0px;
	}
td.mainlayout {
	background-color: #F7F7F7;
	height: auto;
	width: 100%;
	}
td.main {
	background-color: #000000;
	height: auto;
	width: 100%;
	}
td.header {
	height: 100px;
	width: 100%;
	background-image: url(../img/header-logo.png);
	background-position: center;
	background-repeat: no-repeat;
	}
td.navbar {
	 padding: 7px 12px 7px 12px;
	}
td.bottombar {
	padding: 4px 10px 4px 10px;
	}
td.hpmain {
	padding: 15px;
	text-align: justify;
	width: 700px;
	}
td.infomain {
	padding: 15px;
	text-align: justify;
	width: 700px;
	}
td.colspcr {
	background-color: #F7F7F7;
	width: 50px;
	}
td.leftcolspcr {
	background-color: #F7F7F7;
	background-image: url(../img/leftbg.png);
	background-position: right;
	background-repeat: repeat-y;
	width: 50px;
	}
td.rightcolspcr {
	background-color: #F7F7F7;
	background-image: url(../img/rightbg.png);
	background-position: left;
	background-repeat: repeat-y;
	width: 50px;
	}
td.rowspcr {
	background-color: #F7F7F7;
	height: 2px;
	}
td.webdv {
	background-color: #000000;
	height: auto;
	width: 100%;
	padding: 10px;
	}
td.codeblock {
	background-color: #C0C0C0;
	padding: 10px;
	}
	
	
/* Thumbnail Directory Table Styles */
.picdirectory {
	background-color: #FFFFFF;
	height: auto;
	width: 545px;
	 }
td.linkcell {
	background-color: #000000;
	width: 135px;
	padding: 5px 5px 5px 5px;
	}
td.linkcell:hover { background-color: #FF0000; }


/* Links Page Table Styles */
.weblinks {
	background-color: #FFFFFF;
	height: auto;
	width: 670px;
 }
td.linkgfx {
	background-color: #000000;
	width: 225px;
	padding: 5px 5px 5px 5px;
	}
td.linkdesc {
	background-color: #000000;
	padding: 5px 15px 5px 15px;
	}
td.linkgfx:hover { background-color: #FF0000; }
td.linkdesc:hover { background-color: #353535; }
	
	
/* PML Pics Table Styles */
.pmlpics {
	background-color: #FFFFFF;
	height: auto;
	width: 670px;
 }
td.picspace {
	background-color: #000000;
	width: 235px;
	padding: 5px 5px 5px 5px;
	}
td.hintspace {
	background-color: #000000;
	width: auto;
	padding: 5px 5px 5px 5px;
	}
td.picdesc {
	background-color: #000000;
	padding: 5px 15px 5px 15px;
	}
	
	
/* Text Styles */
.pagetitle {
	font-size: 18pt;
	font-weight: bold;
	}
.pagesubtitle {
	color: #FFFFFF;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	}
.sectiontitle {
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	}
.highlight {
	color: #FFFFFF;
	font-weight: bolder;
	font-style: italic;
	}
.highlightred {
	color: #FF0000;
	font-weight: bolder;
	font-style: italic;
	}
.emphasis {
	font-weight: bolder;
	}
.emphasisred {
	font-weight: bolder;
	color: #FF0000;
	}
.italic {
	font-style: italic;
	}
.large {
	font-family: "Courier New", Courier, monospace;
	font-size: 14pt;
	font-weight: bold;
	}
.verylarge {
	font-size: 36pt;
	font-weight: bold;
	}
.lglink {
	font-weight: bolder;
	font-size: 16pt;
	}
.picdesc {
	font-size: 9pt;
	}
	
	
/* Heading Styles */
H1 {
	font-size: 25pt;
	}
H2 {
	font-size: 22pt;
	}
H3 {
	font-size: 18pt;
	}
H4 {
	font-size: 14pt;
	font-style: italic;
	}
	
	
/* Warning Text Styles */
.warning {
	color: #FF0000;
	font-size: 9pt;
	}
	.warning a:link {
		color: #FF0000;
		text-decoration: underline;
		}
	.warning a:visited {
		color: #FF0000;
		text-decoration: underline;
		}
	.warning a:hover {
		color: #CE0018;
		text-decoration: none;
		}
		
	
/* List Styles */
 ul {
 	list-style-type: circle;
	display: block;
	}
 	ul li {
		color: #FFFFFF;
		padding: 5px 0px 5px 0px;
		}
 		ul li a:link {
			font-weight: bolder;
			font-style: italic;
			color: #FFFFFF;
			text-decoration: underline;
			}
		ul li a:visited {
			font-weight: bolder;
			font-style: italic;
			color: #FFFFFF;
			text-decoration: underline;
			}
		ul li a:hover {
			font-weight: bolder;
			font-style: italic;
			color: #FF0000;
			text-decoration: none;
 			}
			
	
/* Link Styles */
a {
	color: #FFFFFF;
	text-decoration: underline;
	}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
a:hover {
	color: #FF0000;
	text-decoration: none;
	}
	
 
/* Paragraph Styles */
p {
	font-size: 12pt;
	color: #FFFFFF;
	text-align: left;
 	}
p.homepage {
	text-align: justify;
	}
p.infopage {
	font-size: 11pt;
	text-align: justify;
	}
p.infopageright {
	font-size: 11pt;
	text-align: right;
	}
p.disclaimer {
	font-size: 9pt;
	color: #DDDDDD;
	text-align: justify;
	}
p.code {
	font-family: "Courier New", Courier, monospace;
	font-size: 11pt;
	color: #000000;
	text-align: left;
	}
p.pagenav {
	font-size: 9pt;
	font-weight: bolder;
	text-align: right;
	}
	p.pagenav a:link {
		text-decoration: none;
		}
	p.pagenav a:visited {
		text-decoration: none;
		}
	p.pagenav a:hover {
		text-decoration: none;
		}
	
 
/* Navigation Bar Styles */
.navtext {
	font-family: Verdana, Arial, sans-serif;
	padding: 7px 12px 7px 12px;
	}
	.navtext a:link {
		text-decoration: none;
		padding: 7px 12px 7px 12px;
		}
	.navtext a:visited {
		text-decoration: none;
		color: #FFFFFF;
		padding: 7px 12px 7px 12px;
		}
	.navtext a:hover {
		text-decoration: none;
		color: #FF0000;
		padding: 7px 12px 7px 12px;
		}
		
.navtextnolink {
	font-family: Verdana, Arial, sans-serif;
	background: #FF0000;
	padding: 7px 12px 7px 12px;
	}

	
/* Bottombar Styles */
.bottombartext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 7pt;
	}
	.bottombartext a:link {
		text-decoration: none;
		}
	.bottombartext a:visited {
		text-decoration: none;
		color: #FFFFFF;
		}
	.bottombartext a:hover {
		text-decoration: none;
		color: #FF0000;
		}


/* Mid-Page Links Styles */
.midpagelinks {
	font-family: Verdana, Arial, sans-serif;
	color: #C0C0C0;
	}
	.midpagelinks a:link {
		color: #C0C0C0;
		text-decoration: underline;
		}
	.midpagelinks a:visited {
		color: #C0C0C0;
		text-decoration: underline;
		}
	.midpagelinks a:hover {
		color: #FF0000;
		text-decoration: none;
		}
		
		
		
/* END of MAIN STYLESHEET */

