@CHARSET "ISO-8859-1";

/*
	NOTE: for this website we're going with a slightly larger font size so ignore all 
	the commented pixel font sizes.  Those are all based on a 12px font.
*/

/* Reset padding and margin on just about everything -- we'll set them later */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, p, blockquote, th, td {
	margin: 0;
	padding: 0;
} 

/* Set font size for this site -- note IE6 font size is set in ie6-hacks.css */
body {
	font-size: 16px;
	font-family: Ariel, sans-serif;
}
 
/* Set font and line sizing in multiples of 12px, or 1em */
p, dl {
	font-size: 1em;							/* 12px */
	line-height: 1.5em;						/* 18px */
	margin: 1.5em;
	margin-right: .5em;
}
h1 {
	font-size: 1.6667em;					/* 20px (20 / 12 = 1.6667) */
	line-height: 1.8em;						/* 36px (36 / 20 = 1.8) */
}
h2 {
	font-size: 1.5em;						/* 18px (18 / 12 = 1.5) */
	line-height: 1em;						/* 18px (18 / 18 = 1) */
	margin-bottom: 1em;						/* 18px */
}
h3, h4 {
	font-size: 1.25em;
	line-height: 1.2em;
	margin-top: .5em;
	margin-bottom: 0.375em;
	margin-left: 1.5em;						/* Lines <h3> tags up with <p> tags */
}
h5, h6 {
	font-size: 1em;
	line-height: 1.35em;
	margin-top: 1.25em;
	margin-bottom: 0.25em;
	margin-left: 1.5em;
}
li, dt, dd {
	font-size: 1em;
	line-height: 1.35em;
	/*margin-bottom: 1.5em;*/
}

/*
 *
 
 							Element sizing and positioning
							
 *
 */
blockquote {
	clear: both;
	margin: 25px 0;
	width: 100%;
}
blockquote p {
	margin: 7px 0 0 6em;
	color: #ffdd22;
	width: 75%;
	font-style: normal;
}
blockquote div.citation {
	margin: 5px 0 0 25%;
	color: white;
}
blockquote div.citation div.speaker {
	margin: 5px 0 0 0;
	text-align: right;
}
h1 {
	text-align: left;
	font-weight: normal;

}
h2 {
	text-align: left;
	font-weight: normal;
}
h3 {
	text-align: left;
	font-weight: bold;
}
h4 {
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
}
h5 {
	text-align: left;
	font-weight: normal;
	text-decoration: underline;
}
h5 {
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}


/*
 * General stylings
 */
html body {
    background: #002b79 url('../images/gradiant.jpg') repeat-x top left;
	color: white;
}
dt {
    margin-top: 2em;  
}
dd {
    margin-top: .5em;
    margin-left: 6em;
}
ol, ul {
	margin-right: 0;
	margin-left: 6em;
	list-style: none;
	
	/* Hanging indent for lines that wrap */
	padding-left: 4em;
	text-indent: -4em;
}
ol.bullets, ul.bullets {
    list-style: disc;
    text-indent: 0;
    padding-left: 0;  
}
ol ol, ul ul, ol ul, ul ol, 
dl ol, dl ul, ol dl, ul dl, dl dl {
	/* Reduced indent for secondary lists */
	margin-left: 0em;
}
a, a:visited, a:active, a:link {
	display: block;
	color: #FFF;
	background-color: #00216b;
	text-decoration: none;
	padding: 5px 10px;
	border: 2px solid #333;
	border-top-color: #999;
	border-left-color: #999;
}
a:hover, a:focus {
	color: #FFF;
	text-decoration: underline;
	border: 2px solid #333;
	border-bottom-color: #999;
	border-right-color: #999;
}
a.error {
	padding: 0; margin: 0;
	display: inline;
	border: 0;
	text-decoration: underline;
	background: none;
}

.center {
	text-align: center;
}
li span.indent {
	margin-left: 3em;
}
table.indent {
	margin-left: 9em;
}
table#stats {
  margin: 15px 0 15px 25px;
  text-align: center;
}
table {
}
table caption {
  font-size: 120%;
  font-weight: bold;
  margin: 15px 0 25px 190px;
}
table thead tr td {
  text-align: center;
  border-bottom: 1px solid white;
  font-weight: bold;
}
table tr td {
	padding: 0px 5px;
}
table#stats tr td {
  padding: 5px 15px;
}
table tr td.label {
	text-align: left;
}
table tr td.value {
	text-align: left;
}
table#stats tr.firstRow td {
  padding-top: 25px;
}
table#stats tr td.rowHeader {
  padding-right: 60px;
  text-align: left;
  font-size: 110%;
  font-weight: bold;
  vertical-align: top;
}
table tr td.gamesPlayed {
	text-align: center;
}

.smallPrint{
	font-size: .75em;
	line-height: 1.25em;
	font-weight: normal;
}

ul.error, ul.guests {
	padding-left: 0em;
	text-indent: 0em;
	list-style: square;
}
ul.error {
	color: #F40;
}

/*
 * Everything div: holds all content, header, footer, sidebars, etc.  Basically,
 * this is the div for the whole page
 */
#everything {
  margin-left: auto; margin-right: auto;
	max-width: 900px;
	position: relative;
	padding: 10px 2px 35px 3px;
}

#header {
	border-bottom: 1px solid #FFF;
	margin-bottom: 10px;
}
#header h1 {
	color: #ffdd22;
	font-weight: bold;
}
#header h2 {
	margin-left: 150px;
	margin-bottom: 10px;
}
#pageCount {
	float: right;
	clear: right;
}
#header #stats {
	float: right;
	clear: right;
	text-align: right;
}

#footer {
	clear: both;
	margin-top: 20px;
	border-top: 1px solid #FFF;
	padding-top: 10px;
}

#footer #footerLeft {
	float: left;
	clear: left;
}
#footer #footerRight {
	float: right;
	clear: right;
}
#footer #footerMiddle {
	clear: none;
	text-align: center;
	width: 185px;
	margin: 0 auto;
}

/* Links areas */
.linksArea {
	width: 200px;
	max-width: 200px;
}
.linksArea .arrowLink {
	float: none;
	margin: 20px auto 10px auto;
	width: 100%;
	text-align: center;
}
#indexLinksArea {
	float: right;
	width: 320px;
	padding-top: 5px;
	text-align: center;
	margin-right: 20px;
}
#indexLinksArea .arrowLink {
  margin: 10px auto 5px auto;
}
#indexLinksArea .arrowLink a {
  line-height: 25px;
  padding: 5px 0px;
}
#indexLinksArea img {
	border: 1px solid black;
	width: 161px;
}
#meetLinksArea {
	margin-left: 240px;
	padding-top: 0px;
}
#meetLinksArea .arrowLink a {
	line-height: 35px;
}



/* Movie stuff */
.YTmovieThumbnail, 
.movieThumbnail, #buttonArea {
	width: 173px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 25px;
	float: left;
}
.YTmovieThumbnail img, 
.movieThumbnail img {
		border: 2px solid #AAA;
}
.YTmovieThumbnail p,
.movieThumbnail p {
	text-align: center;
	margin: 0;
	line-height: 1.2em;
}
.YTmovieThumbnail a, 
.movieThumbnail a {
	border: 0; padding: 0;
	background: transparent;
}
.YTmovieThumbnail a:hover img, .YTmovieThumbnail a:focus img,
.movieThumbnail a:hover img, .movieThumbnail a:focus img {
		border: 2px solid #FFF;
}
#movieWindow {
	background-color: #CCC;
	border: 2px solid #FFF;
	margin: 0; 
	padding: 2px;
	padding-top: 0px;
	position: absolute;
	top: 10px;
	display: none;
	width: 480px;
}
#movieWindow .header {
	background-color: #CCC;
	margin: 0; padding: 0;
	text-align: right;
	position: relative;
	height: 35px;
	width: 100%;
}
#movieWindow .header a {
	width: 60px;
	text-align: center;
	display: block;
	background-color: #CCC;
	position: absolute;
	right: 0px;
}
#movieNoJs {
	/* Styling for the window raised when JavaScript is disabled */
	margin: 0px auto;
	padding: 5px;
	width: 480px;
	background-color: #CCC;
	border: 2px solid #FFF;
}

#logo {
	float: left;
	clear: left;
	margin: 10px 10px 10px -8em;
	padding: 0;
	border: 1px solid #000;
	width: 100px; height: 60px;
	text-align: center;
	line-height: 60px;
	text-indent: 0;
}


/* Adds arrow background image to div for links */
.arrowLink {
	float: left;
}
.arrowLink a {
	/* Positions two line text nicely in the center of the parent div NOTE: must change line-height
		if you change the height of the parent div */
	margin: 0;
	line-height: 50px;
	display: block;
	padding: 5px;
	/* padding-left: 50px;		Make room for image */
	/* background: transparent url("../images/arrow.png") no-repeat 5px 5px; */
}
.arrowLink a.twoLines {
	line-height: 25px;
}
.arrowUp a {
	/* background-image: url("../images/arrowUp.png");
	background-position: 3px 11px;
	padding-left: 55px; */
}
.arrowLeft a {
	/* background-image: url("../images/arrowLeft.png"); */
}
/* Use smaller arrows for links in the footer */
#footer .arrowLink {
	margin-right: 3px;
}
#footer .arrowLink a {
	margin: 0;
	line-height: 30px;
	padding: 2px 8px;
	/* padding: 2px 5px 2px 30px;
	background-image: url("../images/arrowSmall.png");
	background-position: 2px 0px; */
}
#footer .arrowUp a {
	/* background-image: url("../images/arrowSmallUp.png"); */
}
#footer .arrowLeft a {
	/* background-image: url("../images/arrowSmallLeft.png"); */
}

/* Areas in the meet.html page */
#awardsArea {
	float: right;
	margin: 0 5px 20px 5px;
}
#awardsArea h3 {
	clear: left;
	margin-left: 0;
}
#awardsArea ul {
	margin-left: 2em;
}

/* Changes from default styling for the resume pages */
#resume {

}
#resume h3, #resume h4, #resume h6 {
	color: #ffdd22; 
}

#imageLoopArea {
	margin-top: 35px;
	width: 416px;
}
#imageLoopArea p {
	width: 416px;
	text-align: center;
	margin: 0; padding: 0;
	margin-top: 15px;
}

#buttonArea {
	text-align: center;
}
#buttonArea div {
  width: 175px;
  margin: 0px auto 23px auto;
}
#buttonArea a {
	padding: 10px; 
	line-height: 20px;
	background-color: #00216b;
	border: 2px solid #333;
	border-top-color: #999;
	border-left-color: #999;
}
#buttonArea a:hover, #buttonArea a:focus {
	color: #FFF;
	text-decoration: underline;
	border: 2px solid #333;
	border-bottom-color: #999;
	border-right-color: #999;
}

/* Quick quotes area */
#quickQuotes {
  clear: both;
  padding-top: 10px;
}
#quickQuotes p {
  margin-left: 30px;
}

/* Contact form */
fieldset {
	width: 70%;
	margin: 10px auto 10px auto;
}
fieldset legend {
	margin-left: 20px;
	padding: 5px;
	color: white;
}
fieldset table {
	width: 100%;
}
fieldset table tr td.label {
	text-align: right;
	vertical-align: top;
	width: 150px;
	min-width: 150px;
}
fieldset table tr td.value input,
fieldset table tr td.value textarea {
		width: 400px;
	min-width: 100px;
	max-width: 400px;
}
fieldset table tr td.submit {
	text-align: center;
}