@charset "utf-8";

/* *******************************************
* BODY
*********************************************/

body {
	font-size: 12px;
	background: #f9f9f9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #242424;
	font-family: Verdana, Geneva, sans-serif;
}

/* *******************************************
* COMMON PROPERTIES
*********************************************/


.imageborder {
	border: thin solid #e3e3e3;	
}

#alignTextRight {	
	float: right;
}

#banner {
	padding-top: 15px;
}


p {
	line-height: 16px;	
}

a {
	color: #0CF;
	text-decoration: none;
}

a:hover {
	background-color: #FF9;
	text-decoration: none;
}

a:visited {	
	color: #0CF;
	text-decoration: none;
}

td {
	padding: 0;
	margin: 0;
	border: 0;
}

td {
	padding: 0;
	margin: 0;
	border: 0;
}



/* *******************************************
* SITE CONTAINER
*********************************************/


.blizz #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	
}

/* *******************************************
* HEADER
*********************************************/

.blizz #header {	
	padding: 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.blizz #header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #242424;	
}

.blizz #header h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin: 0;
	padding: 0;
	color: #242424;
	text-transform: uppercase;	
}

/* *******************************************
* PROJECTS 
*********************************************/

.blizz #project {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;	
}

.blizz #project #stats {
	padding-bottom: 15px;	
}

.blizz #project h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #e3e3e3;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
	padding-top: 5px;
	padding-bottom: 5px;	
}

.blizz #project h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;	
}

/* *******************************************
* FOOTER
*********************************************/

.blizz #footer {	
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}