﻿/* Haha Site styles */

/***** Body and main container *****/

body {
	font-size: small;
	margin:0 auto; 
	padding:0; 
	font:medium Verdana,Tahoma,Arial,sans-serif; 
	background:#f4f4f4 url(images/bg2.jpg) repeat; 
	color:#404040;
	cursor: url("images/SparkleBlue.ani");
	}

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for compliant browsers */
	}

h1 {
	font-size:150%;
	}

h2 {
	font-size:130%;
	}

h3 {
	font-size:120%;
	}

ul li {
	font-size:90%;
	}

.note {
	font-size:85%;
	}

#wrap {
	background:#ffffff url(images/bg3.jpg) top right repeat-y; 
	color:#404040; 
	margin:0 auto; 
	width:70%;
	}

a {
	color: #404040;
	text-decoration:underline;
	font-weight:bold;
	}
	
a.inline {
	color: #404040;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	text-decoration:line-through; 
	color:#CC0000;
	cursor: url("images/HeartPink.ani");
	}	
	
a.inline:hover {
	color: #404040;
	text-decoration:none;
	font-weight:bold;
	}

/***** Top Logo *****/

#header {
	margin:0 0 0px;
	border:0; 
	width:100%; 
	height:25%;
	}
	
#nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	background: #FFFFFF url(images/nav/nav_bg.gif) repeat bottom left;
	}

#nav li {
	float:left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	}
#nav a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #333;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	border-bottom: none;
	background: #269AD9 url(images/off_bg1.gif) repeat-x top left;
	}

body#intro #t-intro a {
	color: #333;
	padding-bottom: 5px;
	border-color: #727377;
	background: #7AA8FC url(images/on_bg1.gif) repeat-x top left;
	}
	
#nav a:hover {
	color: #333;
	padding-bottom: 5px;
	border-color: #727377;
	background: #7AA8FC url(images/on_bg1.gif) repeat-x top left;
	}
	
hr {
	align:center; 
	width:100%;
	size:4;
	color:#f0f0f0;
	}

/****** Tables ******/
table {
	cellpadding:2; 
	cellspacing:1; 
	border-color:#006699; 
	}

/***** Footer *****/


#footer {
	clear: both; 
	margin: 0 auto; 
	padding: 2% 0; 
	border-top: 4px solid #f0f0f0; 
	width: 70%; 
	text-align: center; 
	color:#FFFFFF; 
	background:#ffffff url(images/bg3.jpg) top right repeat-y;
	}

#footer p {
	margin:0;
	padding:0
	}
#footer a {
	color: #404040;
	text-decoration:underline;
	font-weight:bold;

	}
#footer a:hover {
	text-decoration:line-through; 
	color:#CC0000;
	}