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


/* Global Syles */
body {
	background-color: #000000;
	font-family: Arial, sans-serif;
	color: #000000;
	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 */
.switchboard {
	background-color: #000000;
	height: auto;
	width: 800px;
	margin-top: 150px;
	}
.mainlayout {
	background-color: #000000;
	height: auto;
	width: 800px;
	}
.bodyline {
	background-color: #000000;
	height: auto;
	width: 800px;
	}
.layout {
	background-color: #000000;
	height: auto;
	width: 100%;
	}
.headernav {
	background-color: #F7F7F7;
	height: auto;
	width: 100%;
	}
th {
	background-color: #EEEEEE;
	height: auto;
	width: 100%;
	padding: 0px;
	}
td {
	background-color: #F7F7F7;
	height: auto;
	width: 100%;
	padding: 0px;
	}
td.mainlayout {
	background-color: #000000;
	height: auto;
	width: 100%;
	}
td.main {
	background-color: #F7F7F7;
	height: auto;
	width: 100%;
	}
td.webdevheader {
	height: 130px;
	width: 100%;
	background-color: #DDDDDD;
	background-image: url(../img/webdevheader.png);
	background-position: center;
	background-repeat: no-repeat;
	}
td.navbar {
	background-color: #EEEEEE;
	padding: 5px 8px 5px 8px;
	}
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.member {
	padding: 15px;
	text-align: left;
	width: 700px;
	}
td.colspcr {
	background-color: #F7F7F7;
	width: 30px;
	}
td.leftcolspcr {
	background-color: #F7F7F7;
	background-image: url(../img/leftbg.png);
	background-position: center;
	background-repeat: repeat-y;
	width: 30px;
	}
td.rightcolspcr {
	background-color: #F7F7F7;
	background-image: url(../img/rightbg.png);
	background-position: center;
	background-repeat: repeat-y;
	width: 30px;
	}
td.topheader {
	height: 30px;
	width: 100%;
	background-image: url(../img/topheader.png);
	background-position: center;
	background-repeat: repeat-x;
	}
td.topleftspcr {
	background-color: #F7F7F7;
	background-image: url(../img/topleftbg.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	}
td.toprightspcr {
	background-color: #F7F7F7;
	background-image: url(../img/toprightbg.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	}
td.bottombarspcr {
	height: 30px;
	width: 100%;
	background-image: url(../img/bottombar.png);
	background-position: center;
	background-repeat: repeat-x;
	}
td.bottomleftspcr {
	background-color: #F7F7F7;
	background-image: url(../img/bottomleftbg.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	}
td.bottomrightspcr {
	background-color: #F7F7F7;
	background-image: url(../img/bottomrightbg.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	}
td.rowspcr {
	background-color: #000000;
	height: 2px;
	}
	
	
/* Thumbnail Directory Table Styles */
.picdirectory {
	background-color: #FFFFFF;
	height: auto;
	width: 681px;
	 }
td.linkcell {
	background-color: #F7F7F7;
	width: 135px;
	padding: 5px 5px 5px 5px;
	}
td.linkcell:hover { background-color: #DDE6FF; }


/* Web Hosting Links Table Styles */
.linkdirectory {
	background-color: #FFFFFF;
	height: auto;
	width: 679px;
	 }
td.weblinkcell {
	background-color: #F7F7F7;
	width: 225px;
	padding: 5px 5px 5px 5px;
	}
td.weblinkcell:hover { background-color: #DDE6FF; }


/* Links Page Table Styles */
.weblinks {
	background-color: #000000;
	height: auto;
	width: 710px;
 }
td.linkgfx {
	background-color: #F7F7F7;
	width: 225px;
	padding: 5px 5px 5px 5px;
	}
td.linkdesc {
	background-color: #F7F7F7;
	padding: 5px 15px 5px 15px;
	}
td.linkdesc:hover { background-color: #EEEEEE; }
td.linkgfx:hover { background-color: #DDE6FF; }
	
	
/* Text Styles */
.pagetitle {
	font-size: 18pt;
	font-weight: bold;
	}
.pagesubtitle {
	color: #808080;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	}
.sectiontitle {
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	}
.highlight {
	color: #404040;
	font-weight: bolder;
	font-style: italic;
	}
.highlightred {
	color: #FF0000;
	font-weight: bolder;
	font-style: italic;
	}
.highlightblue {
	color: #0000FF;
	font-weight: bolder;
	font-style: italic;
	}
.emphasis {
	font-weight: bolder;
	color: #000000;
	}
.emphasisred {
	font-weight: bolder;
	color: #FF0000;
	}
.emphasisblue {
	font-weight: bolder;
	color: #0000FF;
	}
.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;
	}
.italic {
	font-style: italic;
	}

	
/* 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: #000000;
		padding: 5px 0px 5px 0px;
		}
 		ul li a:link {
			font-weight: bolder;
			font-style: italic;
			color: #000000;
			text-decoration: underline;
			}
		ul li a:visited {
			font-weight: bolder;
			font-style: italic;
			color: #404040;
			text-decoration: underline;
			}
		ul li a:hover {
			font-weight: bolder;
			font-style: italic;
			color: #0000FF;
			text-decoration: none;
 			}
			
	
/* Link Styles */
a {
	color: #000000;
	text-decoration: underline;
	}
a:visited {
	color: #000000;
	text-decoration: underline;
	}
a:hover {
	color: #0000FF;
	text-decoration: none;
	}
	
 
/* Paragraph Styles */
p {
	font-size: 12pt;
	color: #000000;
	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: #808080;
	text-align: justify;
	}
p.code {
	font-family: "Courier New", Courier, monospace;
	font-size: 11pt;
	color: #808080;
	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: 5px 8px 5px 8px;
	}
	.navtext a:link {
		text-decoration: none;
		padding: 5px 8px 5px 8px;
		}
	.navtext a:visited {
		text-decoration: none;
		color: #000000;
		padding: 5px 8px 5px 8px;
		}
	.navtext a:hover {
		text-decoration: none;
		color: #0000FF;
		background-color: #FFFFFF;
		padding: 5px 8px 5px 8px;
		}
		
.navtextnolink {
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	padding: 7px 10px 7px 10px;
	}

	
/* 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: #000000;
		}
	.bottombartext a:hover {
		text-decoration: none;
		color: #0000FF;
		}


/* Mid-Page Links Styles */
.midpagelinks {
	font-family: Verdana, Arial, sans-serif;
	color: #B5B5B5;
	font-size: 10pt;
	}
	.midpagelinks a:link {
		color: #B5B5B5;
		text-decoration: underline;
		}
	.midpagelinks a:visited {
		color: #B5B5B5;
		text-decoration: underline;
		}
	.midpagelinks a:hover {
		color: #0000FF;
		text-decoration: none;
		}
		
.midpagelinksright {
	font-family: Verdana, Arial, sans-serif;
	color: #B5B5B5;
	font-size: 10pt;
	text-align: right;
	}
	.midpagelinksright a:link {
		color: #B5B5B5;
		text-decoration: underline;
		}
	.midpagelinksright a:visited {
		color: #B5B5B5;
		text-decoration: underline;
		}
	.midpagelinksright a:hover {
		color: #0000FF;
		text-decoration: none;
		}
			
		
/* END of MAIN STYLESHEET */

