/*
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: #485783;
	font-family: Verdana, Arial, Sans-serif;
}

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

p{
	padding-bottom: 0.5em;
}

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

ul ul li{
	margin: 3px 0 3px 30px;
	list-style: disc outside;
}

#menu{
	width: 400px;
	padding: 10px 20px 13px 0px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid black;
	border-top: 0px;
	background: #A6B6E4;
}

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

#wrapper{ 
	margin: 0 auto;
	max-width: 550px;
	min-width: 200px;
	padding: 30px;
}

#head{
	padding: 10px;
}

#head h1 {
	font-size: 2.5em;
	font-family: Times New Roman, Times, serif;
	color: snow;
}

#head h2 {
	font-size: 1.8em;
	font-family: Times New Roman, Times, serif;
	color: snow;
	font-style: italic;
}

#content{
	padding: 20px;
	text-align: justify;
        text-justify: newspaper;
	border: 1px solid #333;
	background: #A6B6E4;
}

#intro {
	clear:block;
	border-bottom: 1px solid #666;
	padding-bottom: 20px;
	overflow: auto;
}

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

#mugshot {
	text-align: center;
	float: right;
	margin: 0 0 0 20px;
	padding: 10px;
	border: 1px solid black;
	background: #324171;
}

#mugshot p{
	font-size: 80%;
	font-variant: small-caps;
	font-style: normal;
	color: white;
	padding-top: 4px;
}

#mugshot a{
	color: #ccc;
}

#main{
	clear: right;
}

.group{
	padding-top: 20px;
}

.group h2{
	font-size: 1.8em;
	font-family: Times New Roman, Times, serif;

}

#profiles li {
	display: inline;
}

#foot{
	clear:block;
	border-top: 1px solid #666;
	padding: 20px 0 5px 0;
	margin-top: 30px;
	overflow: auto;
	text-align: center;
}

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

#datestamp {
	vertical-align: 20%;
}
