/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/
* html * {
	zoom:100%; 
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/
	}
/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */
* {
	padding:0;
	margin-top: 0;
	margin-bottom: 0;
	}
body {
	font: 1em Lucida, Arial, sans-serif; /* 1em = 16pts */
	text-align: center;
}
.float_left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */

/* DEFAULT TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body {background-color:#FFF;}
#main_wrapper {background-color:#FFF;}
#header {
	background-color:#FFFFFF;
}
#nav {
	background-repeat: repeat-y;
	background-image: url(imgs/gray1.jpg);
}
#content {background-color:#FFF;}
#footer {
	background-image: url(imgs/gray1.jpg) ;
	background-repeat: repeat;
	}
h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: Tahoma;
	} 
/* TEXT COLORS */
h1 {
	color:#FFF;
	}
h2, h3, h4, h5 {
	color:#808073;
	}
h6 {
	color:#000000;
	}
p {
	color:#000;
	}
ul, ol, dl, blockquote, cite {
	color:#808073;
	}
#nav ul, #nav a {
	color:#FFF;
	}
table, form {
	color: #BFBFAC;
	}
a {
	color:#808073;
	}
a:hover, #nav a:hover {
	color:#000;
	}	
#footer p {
	margin:0;
	font-family: Tahoma;
	font-size: 24px;
	font-variant: small-caps;
	color: #003366;
	}

/* CLASS:MOCHA TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body.mocha {background-color:#FFF;}
.mocha #main_wrapper {background-color:#fff;}
.mocha #header {
	background-image: url(imgs/gray1.jpg);
	background-repeat: repeat;
	overflow: hidden;
}
.mocha #nav {
	background-image: url(imgs/gray1.jpg);
	background-repeat: repeat;
}
.mocha #content {
	background-color:#FFF;
	border: solid #0099CC 1px;
}
.mocha #footer {
}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: Tahoma;
	} 
/* CLASS:MOCHA TEXT COLORS */
.mocha h1 {
	color:#660033;
	}
.mocha h2 {
	color:#000066;
	text-transform: uppercase;
	}
.mocha h3 {
	color: #990033;
}
.mocha h4 {
	color: #990033;
} 
.mocha h5 {
	color:#990099;
	}
.mocha h6 {
	color:#000066;
	}
.mocha p {
	color:#990000;
	text-indent: 40%;
	font-weight: bold;
	}
.mocha_times  {
	font-size: 1em;
	font-weight: bold;
	color: #990000;	
}
.mocha ul, .mocha ol, .mocha dl, .mocha blockquote, .mocha cite {
	color:#BF9960;

	}
.mocha #nav ul, .mocha #nav a {
	color: transparent;
	font-family: Tahoma;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
	}
.mocha a {
	text-decoration: none;
	border: solid transparent 1px;	
	}
.mocha a:hover {
	color:#FF0000;
	text-decoration: underline;
	}
.mocha #nav a:hover {
	color:#FF0000;
	}
	
/* FONT SIZES */
h1 {font-size:1.5em; /* 24pt */
	}
h2 {font-size:1.375em; /* 22pt */
	line-height:1.25;
	padding:.5em 0 0 0;	
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	}
h4 {font-size:1.125em; /* 18pt */
	}
h5 {font-size:1em; /* 16pt */
	}
h6 {font-size:.875em; /* 14pt */
	}
p  {
	font-size:.9em; /* 12pt */
	line-height:1.25; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
 	}
a {
	color: #990000;
	}
a:hover {
	text-decoration:none;
	}
/* basic list styling - more-styled lists in list.css */
ul, dl, ol {
		margin:0 1em .75em 1em; /* lists without specific classes */
		font-size:.8em;
		line-height:1.5;}
li, dd {
		padding:0em 0; /* lists without specific classes */
		margin-left:2em;
		}
#nav ul, #nav dl, #nav ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
#nav li {
	list-style-type:none;
	margin-left:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	}
.style2 {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
	}
	
/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
 content: “.”;
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */ 

#birthdays {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #000000;
	margin: 1px;
	padding: 1px;
	height: auto;
	width: 135px;
	border: solid #9900FF 1px;
	text-align: center;
	background-image: url(../ken/imgs/birthday1.jpg);
	background-repeat: repeat;
	margin-bottom: 20px;
}

.mocha_centered {
  margin-left: auto ;
  margin-right: auto;
	overflow: hidden;
}
.mocha_ctr {
margin-left: auto ;
  margin-right: auto;
  }
.mocha_img_centered{
    height: auto;
	width:500px;
	margin:0 auto;
	}
.mocha_img_centered2{
    height: auto;
	width:300px;
    margin-left: auto ;
    margin-right: auto ;
	}
	#nav_inner_box {
	margin: 1px;
	padding: 5px;
	height: auto;
	width: 110px;
	border: 1px solid #FF0000;
	text-align: center;
	overflow: hidden;
}
.mocha_nav_spcl_text {
	color: #990000;	
}
.black_box {
	margin: 1px;
	padding: 5px;
	height: auto;
	width: 120px;
	border: 5px solid #000000;
	text-align: center;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	background-color: #FFFFFF;
	font-weight: bold;
	}
	.hdg_right {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 140px;
	text-align: center;
	font: Tahoma;
	font-size: 16px;
	position: relative;
	color: #FF0000;
	line-height: 1.8;
	font-weight: bold;
	word-spacing: 2px;
	background-image: url(imgs/blu_grn_bg_right2.gif);
	}
.img_ctr {
    margin-left: auto;
    margin-right: auto;
	}
	/* Curvy Boxes*/
	.curvy {
	position:relative;
	width:350px;
	background:#ccffff;
	color:#000;
	margin:5em auto;
	border-bottom-color: #ccffff;
}
#ctl, #cbl, #ctr, #cbr {position:absolute; width:20px; height:20px; color:#ccffff; background:#fff; overflow:hidden; font-style:normal; z-index:1;}
#ctl {top:0; left:0;}
#cbl {bottom:0; left:0;}
#ctr {top:0; right:0;}
#cbr {bottom:0; right:0;}
.curvy em b {position:absolute; font-size:150px; font-family:arial; color:#ccffff; line-height:40px; font-weight:normal;}
#ctl b {left:-8px;}
#ctr b {left:-25px;}
#cbl b {left:-8px; top:-17px;}
#cbr b {left:-25px; top:-17px;}
.curvy p {
	position:relative;
	z-index:100;
	padding:10px 15px;
	font-size:14px;
	text-align: center;
}

/* Snazzy Boxes*/
.xsnazzy h1, .zsnazzy h1 {
	margin:0;
	font-size:1.2em;
	padding:0 10px 5px 10px;
	border-bottom:1px solid #444;
	color: #990000;
}
.xsnazzy p, .zsnazzy p {
	margin:0;
	padding:5px 10px;
	font-size:0.8em;
	line-height:0.7;
}
.xsnazzy {
	background: transparent;
	width:350px;
	margin:0 3px;
	text-align: center;
}

.xtop, .xbottom {
display:block; 
background:transparent; 
font-size:.8em;
}
.xb1, .xb2, .xb3, .xb4 {
display:block; 
overflow:hidden;
}
.xb1, .xb2, .xb3 {
height:1px;
}
.xb2, .xb3, .xb4 {
background:#fff; 
border-left:1px solid #444;
border-right:1px solid #444;
}
.xb1 {
margin:0 5px; 
background:#444;
}
.xb2 {
margin:0 3px;
border-width:0 2px;
}
.xb3 {
margin:0 2px;
}
.xb4 {
height:2px; 
margin:0 1px;
}

.xboxcontent {
	display:block;
	border:0 solid #444;
	border-width:0 1px;
	height:auto;
}
* html .xboxcontent {
height:1px;
}

.color_a {
	background:#99FFCC;
	color:#000099;
}
.color_b {
background:#d4d8bd; 
color:#000;
}
.color_c {
background:#758279; 
color:#fff;
}
.color_d {
background:#b2ab9b; 
color:#000;
}
