/*(((((((((((((((((((((((((((((((((((*
** style.css
** ------------------------------------------------------------*
** Created: 12-07-08 (dd-mm-yy)
** Author: Woody.Info - Woody Leonhard / Seth Bareiss
** Template: Main Page
**))))))))))))))))))))))))))))))))))))*/




/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body, html { height: 100%; }
body {
	font-family: "Trebuchet MS", "Tahoma", "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	margin: 0;
	padding: 0;

    /* (for top page) background-image: url(../img/back-shelf.png); */ 
	background-repeat: no-repeat;
	background-position: top center;
}

/* headlines */
h1, h2, h3, h4, h5, h6 { 
	color:#86866a;  
	font-weight: bold; 
	font-family: "Trebuchet MS",  "Tahoma", "Arial", "Helvetica", "sans-serif"; 
	margin: 0;
}
h1 { 
	font-size: 12px; 
	font-weight:bolder;
	text-align:center; 
}
h2 { font-size: 20px; padding: 5px 0; }
h3 { font-size: 15px; padding: 5px 0; }
h4 { font-size: 1.5em; padding: 0px 0; }
h5 { font-size: 1.4em; padding: 15px 0; }	
h6 { font-size: 1.2em; padding: 10px 0 0; }

/* text */
p { 	font-family: "Trebuchet MS", "Tahoma", "Arial", "Helvetica", "sans-serif";
		font-size: 10px;
        line-height: 1.5em; 
		margin: 0 0 11px; 
}

/* tables */
.red          { background:#990000; color:#FFAAAA; text-align:left; line-height:1.2em; }
.orange       { background:#996600; color:#FF9933; text-align:left; line-height:1.2em; }
.yellow       { background:#FFCC00; color:#993300; text-align:left; line-height:1.2em; }
.orangebright { background:#FF5617; color:#FFCCCC; text-align:left; line-height:1.2em; }

.green  { background:#338800; color:#88FF88; text-align:left; line-height:1.2em; }
.teal    { background:#339999; color:#66CCCC; text-align:left; line-height:1.2em; }

.blue   { background:#666699; color:#55CCCC; text-align:left; line-height:1.2em; }
.indigo { background:#663377; color:#AA88FF; text-align:left; line-height:1.2em; }
.violet { background:#9966FF; color:#550055; text-align:left; line-height:1.2em; }

.cyan    { background:#6699FF; color:#003388; text-align:left; line-height:1.2em; }
.gray    { background:#999999; color:#333333; text-align:left; line-height:1.2em; }

/*  images */
img { border: 0px solid #333; margin: 0 0px 0px 0; }
a img { border: 0px solid #2F1C07; }
a:hover img { border-color: #50300C; }

/* links */
a { text-decoration:none; font-weight:bold; color:#222222; }
a:hover { font-weight:bolder: ; color:#000000;  }


/* start of main menu mouseover madness */
/* Main Menu */

/* AskWoody.com */
a#ask_woody:link, a#ask_woody:visited, a#ask_woody:active {
		display: block; background-image:  url('../img/ask-woody.png');
		background-repeat: no-repeat; text-indent: -9999px;
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  125px; height: 125px; 		
} a#ask_woody:hover { background-position: -125px; }  

/* Phuket Computer Club Meeting Times */
a#club_times:link, a#club_times:visited, a#club_times:active {
		display: block; background-image:  url('../img/calendar-clock.png');
		background-repeat: no-repeat; text-indent: -9999px;
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  150px; height: 150px; 
} a#club_times:hover { background-position: -150px; }  

/* Dell logo */
a#dell:link, a#dell:visited, a#dell:active {
		display: block; background-image:  url('../img/dell-button.png');
		background-repeat: no-repeat; text-indent: -9999px;
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  80px; height: 80px; 
} a#dell:hover { background-position: -80px; }  

/* WordPress logo */
a#wordup:link, a#wordup:visited, a#wordup:active {
		display: block; background-image:  url('../img/logo-wordpress-mouseover.png');
		background-repeat: no-repeat; text-indent: -9999px;
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  55px; height: 55px; 
} a#wordup:hover { background-position: -55px; }  


/* Elephant Folder */
a#elephant:link, a#elephant:visited, a#elephant:active {
		display: block; background-image:  url('../img/woody-elephant.png');
		background-repeat: no-repeat; text-indent: -9999px;
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  150px; height: 150px; 
} a#elephant:hover { background-position: -150px; }  

/* Geeky ATM theft in Patong */
a#geeky_robbers:link, a#geeky_robbers:visited, a#geeky_robbers:active {
		display: block; background-image:  url('../img/geeky-robbers.jpg');
		background-repeat: no-repeat; text-indent: -9999px;
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  150px; height: 140px; 
} a#geeky_robbers:hover { background-position: -150px; }  

/* Hard Disk Data Recovery */
a#hdd-recovery:link, a#hdd-recovery:visited, a#hdd-recovery:active {
		display: block; background-image:  url('../img/hdd-recovery.png');
		background-repeat: no-repeat; text-indent: -9999px;
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  100px; height: 100px; 
} a#hdd-recovery:hover { background-position: -100px; }  

/* Phuket residents use SpeakEasy to measure their Internet speed to San Francisco */
a#measure_speed:link, a#measure_speed:visited, a#measure_speed:active {			
		display: block;	background-image:  url('../img/racecar.png');
		background-repeat: no-repeat; text-indent: -9999px;
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width: 120px; height: 120px; 
} a#measure_speed:hover {	background-position: -120px; }  

/* Phuket PC Group Therapy Club Forum */
a#pc_advice:link, a#pc_advice:visited, a#pc_advice:active {
		display: block; background-image:  url('../img/folder-pc-advice.png');
		background-repeat: no-repeat; text-indent: -9999px;		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  150px; height: 150px; 
} a#pc_advice:hover { background-position: -150px; }  

/* Woody's computer advice column at the Phuket Gazette */
a#phuket_gazette:link, a#phuket_gazette:visited, a#phuket_gazette:active {
		display: block; background-image:  url('../img/phuket-gazette.png');
		background-repeat: no-repeat; text-indent: -9999px;
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  150px; height: 150px; 
} a#phuket_gazette:hover { background-position: -150px; }  

/* Phuket residents report their internet speeds */
a#report:link, a#report:visited, a#report:active {
		display: block; background-image:  url('../img/speed-report.png');
		background-repeat: no-repeat; text-indent: -999px;
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width: 128px; height: 150px;
} a#report:hover {	background-position: -128px; }  

/* Skull & Crossbones */
a#skull:link, a#skull, a#skull:active {
		display: block; background-image:  url('../img/dns-poisoning.jpg');
		background-repeat: no-repeat; text-indent: -9999px; 
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  150px; height: 150px;	
} a#skull:hover { background-position: -150px; }

/* Windows Secrets newsletter ( WindowsSecrets.com )*/
a#windows_secrets:link, a#windows_secrets:visited, a#windows_secrets:active {
		display: block; background-image:  url('../img/windows-secrets.png');
		background-repeat: no-repeat; text-indent: -9999px;
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  125px; height: 125px; 		
} a#windows_secrets:hover { background-position: -125px; }

/* Books that Woody has written */
a#woodys_books:link, a#woodys_books:visited, a#woodys_books:active {
		display: block; background-image:  url('../img/woody-books.png');
		background-repeat: no-repeat; text-indent: -9999px;
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  150px; height: 150px; 
} a#woodys_books:hover { background-position: -150px; }  

/* WOPR.com */
a#woodys_lounge:link, a#woodys_lounge:visited, a#woodys_lounge:active {
		display: block; background-image:  url('../img/lounge-lizard.png');		
		background-repeat: no-repeat; text-indent: -9999px;
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  161px; height: 63px; 
} a#woodys_lounge:hover { background-position: -161px; }  


/* Doodle of the Week */
a#seths_cartoon:link, a#seths_cartoon:visited, a#seths_cartoon:active {
		display: block; background-image:  url('../img/grin.png');
		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  100px; height: 125px; 
		background-repeat: no-repeat; text-indent: -9999px;
} a#seths_cartoon:hover { background-position: -100px; }

/* good software recommendations */
a#software_recommendations:link, a#software_recommendations:visited, a#software_recommendations:active {
		display: block; background-image:  url('../img/good-software.png');
		background-repeat: no-repeat; text-indent: -9999px;
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  128px; height: 128px; 
} a#software_recommendations:hover { background-position: -128px; }

/* Where's Woody? */
a#wheres_woody:link, a#wheres_woody:visited, a#wheres_woody:active {
		display: block; background-image:  url('../img/woody-where.png');
		background-repeat: no-repeat; text-indent: -9999px;
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  150px; height: 130px; 
} a#wheres_woody:hover { background-position: -150px; }

/* Tessellations.org */
a#tessellations:link, a#tessellations:visited, a#tessellations:active {
		display: block; background-image:  url('../img/tessellations.png');		
		background-repeat: no-repeat; text-indent: -9999px;
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  130px; height: 110px; 				
} a#tessellations:hover { background-position: -130px; }

/* Strange Stuff of the Week */
a#strange_stuff:link, a#strange_stuff:visited, a#strange_stuff:active {
		display: block; background-image:  url('../img/weirdness.png');
		background-repeat: no-repeat; text-indent: -9999px;		
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  167px; height: 125px; 
} a#strange_stuff:hover { background-position: -167px; }


/* Screen Resolution Tester */
a#screen_test:link, a#screen_test, a#screen_test:active {
		display: block; background-image:  url('../img/screen-fixer.png');
		background-repeat: no-repeat; text-indent: -9999px;
		/* next 2 entries are ignored with display:inline but honored with display:block */
		width:  166px; height: 125px; 		
} a#screen_test:hover { background-position: -166px; }

/* End of Main Menu Mouseover Madness */


/* lists */
ul, ol, dl, table, blockquote, code { font-size: 12; }
ul, ol, dl { margin: 0 0 12px; padding: 0 0 0 11px; }
ul ul { font-size: 1em; margin: 0; }
ol ol { font-size: 1em; margin: 0; }
dl { padding: 0; }
dl dt { font-weight: bold; }

/* horizontal rule */
hr { border: 0; height: 1px; background-color: #333; color: #333; margin: 3px 0 0; }

/* background picture in main menu */ 
/* not used yet .bigpicture { z-index: 0; top: 0px; azimuth:center;  height:auto; } */


/* not used yet
.mainpagemaintext { z-index: 2; float: none; position: relative; width: 600; max-width: 600; 
					padding: 0px 30px 100px 100px; top: -200px; 
					margin-left: inherit; margin-right: inherit; 
					margin-top:inherit; margin-bottom:auto; 
				  }
*/

