/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

/*  End Yahoo Code */

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

html, body, #wrapper {height: 100%;}

body > #wrapper{height: auto; min-height: 100%;}

#notfoot {padding-bottom: 50px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*  End Stickey Footer */

body, html{
	background-color: white;
	background-image: url('../images/site-ball.png');
	font-family: Verdana, Arial, Sans-serif;
	background-repeat: no-repeat;
	background-position: -80px -100px;
}


a{color: #224;}
a:hover{color: #600; background: white;  text-decoration:none;}
a:visited{color: #559; text-decoration:none;}
a:active{color: #446;}

ul li{
	list-style: circle outside;
	margin: 3px 0 6px 25px;
}

ul ul li{
	margin: 3px 0 3px 35px;
}

#menu{
	width: 515px;
	padding: 5px 15px 13px 15px;
	margin: 0 auto;
	text-align: center;
	border: 5px dashed black;
	border-top: 0px;
	background: yellow;
	-moz-border-radius: 0px 0px 25px 25px;
}

#menu ul li{
	margin: 5px;
	list-style: none;
	display: inline;
}

#menu p{
	padding-bottom: 8px;
}

#wrapper{ 
	margin: 0 auto;
	margin-top: 100px;
	min-width: 600px;
	max-width: 900px;
	padding: 30px;
}

#head{
	padding: 10px;
}

#head h1 {
	font-size: 4em;
	font-family: veranda, sans-serif;
	color: black;
	text-align: right;
	text-shadow: 0 0 0.2em #87F,
		0 0 0.1em #87F,
        	0 0 0.1em #87F;
}

#head h2 {
	font-size: 3.2em;
	font-family: veranda, sans-serif;
	color: black;
	text-align: right;
	text-decoration: line-through;
}

#content{
	padding: 20px;
	text-align: justify;
        text-justify: newspaper;
	border: 5px solid #999;
	background: #eee;
}

#intro {
	clear:block;
	padding-bottom: 20px;
	overflow: auto;
}

#intro ul li{
	font-size: 2em;
	list-style: none;
	margin-bottom: 15px;
}

#mugshot {
	text-align: center;
	float: right;
	border: 5px solid #ccc;
	margin: 0 0 0 30px;
	padding: 20px;
	background: #ddd;
}

#mugshot p{
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: bold;
	color: black;
	padding-top: 4px;
	background: none;
}

#main{
	clear: right;
}

.group{
	padding: 20px;
	margin-bottom: 20px;
	background: #ddd;
	border: 5px solid #ccc;	
	font-size: 1.2em;
}

.group h2{
	font-size: 2em;
	font-family: sans-serif;
	padding-bottom: 5px;
}

.group p{
	margin-top: 15px
}

.group ul li{
	padding-top: 5px;
}
#profiles li {
	display: inline;
}

#foot{
	clear:block;
	border: 5px solid #ccc;
	background: #ddd;
	padding: 20px;
	overflow: auto;
	text-align: center;
}

#foot ul li{
	display: inline;
	padding: 5px;
	margin: 0px;
}

#datestamp {
	vertical-align: 20%;
}


