/*
Guru Mountain Web Design - www.guru-mountain.com - Jeff Guenter, webmaster
Stylesheet for Guru Mountain DC Team Website - Copyright 2009 by Guru Mountain
*/


/* Global Syles */
body {
	background-color: #1A1A1A;
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 10pt;
	padding: 10px 0px 10px 0px;
	}
hr {
	color: #000000;
	width: 100%;
	}
	
	
/* Image Styles */
img.left {
	float: left;
	margin: 15px 15px 10px 0px;
	}
img.right {
	float: right;
	margin: 15px 0px 10px 15px;
	}
		
	
/* Table Styles */
.mainlayout {
	background-color: #000000;
	height: auto;
	width: 900px;
	}
.layout {
	background-color: #000000;
	height: auto;
	width: 100%;
	}
.infolayout {
	background-color: #808080;
	height: auto;
	width: 100%;
	}
td {
	background-color: #F7F7F7;
	height: auto;
	width: 100%;
	padding: 0px;
	}
td.main {
	padding: 10px 5px 10px 10px;
	}
td.hpmain {
	padding: 0px 5px 5px 10px;
	}
td.infomain {
	padding: 10px;
	}
td.header {
	height: 100px;
	background-image: url(../gfx/header-logo.png);
	background-position: center;
	background-repeat: no-repeat;
	}
td.gfxrow {
	padding: 10px 5px 10px 5px;
	}
		
	
/* Gallery Page Styles */
.gallerylayout {
	background-color: #000000;
	height: auto;
	width: 100%;
	}	
td.gallerypic {
	height: auto;
	width: 100%;
	padding: 8px;
	}
td.gallerydesc {
	background-color: #F2F2F2;
	height: auto;
	width: 100%;
	padding: 10px;
	}
p.gallerytext {
	font-size: 9pt;
	color: #808080;
	text-align: justify;
	}
	

/* Thumbnail Directory Styles */
.picdirectory {
	background-color: #000000;
	height: auto;
	width: 756px;
	}
td.linkcell {
	background-color: #F2F2F2;
	width: 150px;
	padding: 5px;
	}
td.linkcell:hover { background-color: #D2D2D2; }

 	
 /* More Info Directory Styles */
.moreinfo {
	background-color: #000000;
	height: auto;
	width: 780px;
 }
td.linkgfx {
	background-color: #F2F2F2;
	width: 225px;
	padding: 5px;
	}
td.linkdesc {
	font-size: 9pt;
	padding: 5px 15px 5px 15px;
	}
td.linkdesc:hover { background-color: #F2F2F2; }
td.linkgfx:hover { background-color: #D2D2D2; }
.lglink {
	font-weight: bolder;
	font-size: 16pt;
	}
		
/* Additional Links Page Styles */
.biglink {
	font-weight: bolder;
	font-size: 12pt;
	}


	
/* Mini Contact Page Table Styles */
.minilayout {
	background-color: #000000;
	height: auto;
	width: 500px;
	}
td.minicontact {
	height: auto;
	width: 100%;
	padding: 15px;
	}	
p.minitext {
	color: #000000;
	}
	

/* Featured Project Styles */
.splitlayout {
	background-color: #808080;
	height: auto;
	width: 100%;
	}
td.rightside {
	width: auto;
	background-color: #F2F2F2;
	padding: 10px;
	}
td.leftside {
	width: auto;
	padding: 0px;
	}
p.rightsidetext {
	font-size: 9pt;
	color: #555555;
	text-align: justify;
	}			
	

/* Featured Sponsor Styles */
.sponsorlayout {
	background-color: #808080;
	height: auto;
	width: 100%;
	}
td.bottombox {
	width: 100%;
	height: auto;
	background-color: #F2F2F2;
	padding: 10px;
	}
td.topbox {
	background-color: #FFFFFF;
	padding: 0px;
	}
p.bottomboxtext {
	font-size: 9pt;
	color: #555555;
	text-align: justify;
	}	
	
	
/* Code Block Styles */
.codeblocklayout {
	background-color: #808080;
	height: auto;
	width: 100%;
	}
td.codeblock {
	background-color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	}
p.code {
	color: #555555;
	font-family: Courier, monospace;
	font-size: 11pt;
	text-align: left;
	}
	

/* Notes Block Styles */
.notesblocklayout {
	background-color: #808080;
	height: auto;
	width: 100%;
	}
td.notesblock {
	background-color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	}
p.notes {
	color: #555555;
	font-family: Verdana, Clean, Arial, sans-serif;
	font-size: 9pt;
	text-align: justify;
	}
p.notesred {
	color: #FF0000;
	font-family: Verdana, Clean, Arial, sans-serif;
	font-size: 9pt;
	text-align: justify;
	}
	
						
/* Divider Styles */	
td.gradientbar {
	background-image: url(../gfx/gradientbar.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000000;
	height: 1px;
	}
td.grayline {
	background-color: #555555;
	height: 1px;
	}
td.colspcr {
	height: auto;
	width: 5px;
	}
td.rowspcr {
	height: 5px;
	}


/* Page Navigation Styles */
td.pagenav {
	background-color: #D2D2D2;
	width: 100%;
	height: auto;
	padding: 3px 25px 3px 0px;
	}
.pagenav {
	font-size: 9pt;
	font-weight: bolder;
	text-align: right;
	color: #000000;
	padding: 3px 8px 3px 8px;
	}
	.pagenav a:link {
		text-decoration: none;
		color: #000000;
		padding: 3px 8px 3px 8px;
		}
	.pagenav a:visited {
		text-decoration: none;
		color: #000000;
		padding: 3px 8px 3px 8px;
		}
	.pagenav a:hover {
		text-decoration: none;
		background-color: #808080;
		color: #FFFFFF;
		padding: 3px 8px 3px 8px;
		}
		
		
/* Navigation Bar Styles */
td.navbar {
	background-color: #D2D2D2;
	padding: 3px 10px 3px 10px;
	}
.navtext {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	padding: 3px 10px 3px 10px;
	}
	.navtext a:link {
		text-decoration: none;
		color: #000000;
		padding: 3px 10px 3px 10px;
		}
	.navtext a:visited {
		text-decoration: none;
		color: #000000;
		padding: 3px 10px 3px 10px;
		}
	.navtext a:hover {
		text-decoration: none;
		color: #FFFFFF;
		background-color: #808080;
		padding: 3px 10px 3px 10px;
		}
		
.navtextnolink {
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #555555;
	padding: 3px 10px 3px 10px;
	}


/* Sidebar Styles */
td.rightsidebar {
	background-color: #F7F7F7;
	height: auto;
	width: 160px;
	padding: 5px;
	vertical-align: top;
	line-height:  150%;
	text-align: center;
	}
p.sidebartextbold {
	color:#555555;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	}
.sidebartext {
	color: #555555;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	text-align: center;
	padding: 3px 6px 3px 6px;
	}
	.sidebartext a:link {
		color: #555555;
		text-decoration: none;
		padding: 3px 6px 3px 6px;
		}
	.sidebartext a:visited {
		text-decoration: none;
		color: #555555;
		padding: 3px 6px 3px 6px;
		}
	.sidebartext a:hover {
		text-decoration: none;
		color: #FFFFFF;
		background-color: #808080;
		padding: 3px 6px 3px 6px;
		}
.sidebartextnolink {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	text-align: center;
	background-color: #F2F2F2;
	padding: 3px 6px 3px 6px;
	}	
	
	
/* Footer Styles */
td.footer {
	background-color: #F7F7F7;
	padding: 4px 10px 4px 10px;
	}
.footertext {
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 7pt;
	}
	.footertext a:link {
		text-decoration: none;
		color: #000000;
		}
	.footertext a:visited {
		text-decoration: none;
		color: #000000;
		}
	.footertext a:hover {
		text-decoration: none;
		color: #808080;
		}
	
	
/* Border Graphics Styles */
td.topheader {
	height: 10px;
	width: 100%;
	background-image: url(../gfx/upper.png);
	background-repeat: repeat-x;
	}	
td.bottomfooter {
	height: 10px;
	width: 100%;
	background-image: url(../gfx/lower.png);
	background-repeat: repeat-x;
	}
td.leftcolspcr {
	background-image: url(../gfx/left.png);
	background-position: right;
	background-repeat: repeat-y;
	width: 10px;
	}
td.rightcolspcr {
	background-image: url(../gfx/right.png);
	background-position: left;
	background-repeat: repeat-y;
	width: 10px;
	}
td.topleftspcr {
	background-image: url(../gfx/upper-left.png);
	background-position: left;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	}
td.toprightspcr {
	background-image: url(../gfx/upper-right.png);
	background-position: right;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	}
td.bottomleftspcr {
	background-image: url(../gfx/lower-left.png);
	background-position: left;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	}
td.bottomrightspcr {
	background-image: url(../gfx/lower-right.png);
	background-position: right;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	}
	

/* Paragraph Styles */
p {
	font-size: 10pt;
	color: #000000;
	text-align: justify;
 	}
p.homepage {
	font-size: 12pt;
	text-align: justify;
	}
p.infopage {
	font-size: 11pt;
	text-align: justify;
	}
p.linkpage {
	font-size: 10pt;
	color: #808080;
	text-align: left;
 	}
p.disclaimer {
	font-size: 9pt;
	color: #808080;
	text-align: justify;
	}
	

/* 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: #000000;
			text-decoration: underline;
			}
		ul li a:hover {
			font-weight: bolder;
			font-style: italic;
			color: #808080;
			text-decoration: none;
 			}
			
	
/* Link Styles */
a {
	color: #404040;
	text-decoration: underline;
	}
a:visited {
	color: #404040;
	text-decoration: underline;
	}
a:hover {
	color: #808080;
	text-decoration: none;
	}


/* Text Styles */
.highlight {
	color: #808080;
	font-weight: bolder;
	font-style: italic;
	}
.highlightred {
	color: #FF0000;
	font-weight: bolder;
	font-style: italic;
	}
.emphasis {
	color: #555555;
	font-weight: bolder;
	}
.emphasisred {
	color: #FF0000;
	font-weight: bolder;
	}
.italic {
	font-style: italic;
	}
.pagetitle {
	color: #555555;
	font-size: 18pt;
	font-weight: bold;
	}
.pagesubtitle {
	color: #808080;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	}
.sectiontitle {
	color: #808080;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	}
.largetitle {
	color: #555555;
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
	}
.verylargetitle {
	color: #555555;
	font-size: 36pt;
	font-style: italic;
	font-weight: bold;
	}
.smalltitle {
	color: #555555;
	font-size: 14pt;
	font-weight: bold;
	}
.verylarge {
	color: #555555;
	font-size: 36pt;
	font-weight: bold;
	}
		
		
/* END of STYLESHEET */


