/*	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.*/

/* `Containers */
.container_12 { margin-left: auto; margin-right: auto; width: 960px; }

/* `Grid >> Global */
.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16 { display: inline; float: left; position: relative; margin-left: 10px;	margin-right: 10px; }
.container_12 .grid_3 { width: 220px; }
.container_12 .grid_6 { width: 460px; }
.container_12 .grid_9 { width: 700px; }
.container_12 .grid_12 { width: 940px; }

/* `Grid >> Children (Alpha ~ First, Omega ~ Last) */
.alpha { margin-left: 0; }
.omega { margin-right: 0; }

/* `Grid >> 12 Columns */
.container_12 .grid_1 { width: 60px; }
.container_12 .grid_2 { width: 140px; }
.container_12 .grid_4 { width: 300px; }
.container_12 .grid_5 { width: 380px; }
.container_12 .grid_7 { width: 540px; }
.container_12 .grid_8 { width: 620px; }
.container_12 .grid_10 { width: 780px; }
.container_12 .grid_11 { width: 860px; }

/* `Prefix Extra Space >> Global */
.container_12 .prefix_3 { padding-left: 240px; }
.container_12 .prefix_6 { padding-left: 480px; }
.container_12 .prefix_9 { padding-left: 720px; }

/* `Prefix Extra Space >> 12 Columns */
.container_12 .prefix_1 { padding-left: 80px; }
.container_12 .prefix_2 { padding-left: 160px; }
.container_12 .prefix_4 { padding-left: 320px; }
.container_12 .prefix_5 { padding-left: 400px; }
.container_12 .prefix_7 { padding-left: 560px; }
.container_12 .prefix_8 { padding-left: 640px; }
.container_12 .prefix_10 { padding-left: 800px; }
.container_12 .prefix_11 { padding-left: 880px; }

/* `Suffix Extra Space >> Global */
.container_12 .suffix_3 { padding-right: 240px; }
.container_12 .suffix_6 { padding-right: 480px; }
.container_12 .suffix_9 { padding-right: 720px; }

/* `Suffix Extra Space >> 12 Columns */
.container_12 .suffix_1 {  padding-right: 80px; }
.container_12 .suffix_2 { padding-right: 160px; }
.container_12 .suffix_4 { padding-right: 320px; }
.container_12 .suffix_5 { padding-right: 400px; }
.container_12 .suffix_7 { padding-right: 560px; }
.container_12 .suffix_8 { padding-right: 640px; }
.container_12 .suffix_10 { padding-right: 800px; }
.container_12 .suffix_11 { padding-right: 880px; }


/* `Push Space >> Global */
.container_12 .push_3 { left: 240px; }
.container_12 .push_6 { left: 480px; }
.container_12 .push_9 { left: 720px; }

/* `Push Space >> 12 Columns */
.container_12 .push_1 { left: 80px; }
.container_12 .push_2 { left: 160px; }
.container_12 .push_4 { left: 320px; }
.container_12 .push_5 { left: 400px; }
.container_12 .push_7 { left: 560px; }
.container_12 .push_8 { left: 640px; }
.container_12 .push_10 { left: 800px; }
.container_12 .push_11 { left: 880px; }

/* `Pull Space >> Global */
.container_12 .pull_3 { left: -240px; }
.container_12 .pull_6 { left: -480px; }
.container_12 .pull_9 { left: -720px; }

/* `Pull Space >> 12 Columns */
.container_12 .pull_1 { left: -80px; }
.container_12 .pull_2 { left: -160px; }
.container_12 .pull_4 { left: -320px; }
.container_12 .pull_5 { left: -400px; }
.container_12 .pull_7 { left: -560px; }
.container_12 .pull_8 { left: -640px; }
.container_12 .pull_10 { left: -800px; }
.container_12 .pull_11 { left: -880px; }

/* `Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear { clear: both; display: block;
	/*overflow: hidden;
	visibility: hidden;*/
	width: 0px;	height: 0px; }

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */
.clearfix:after { clear: both; content: ' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0; }

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix { zoom: 1; }


/********************************************************/
/* sitelayout.css                                       */
/* Use with calvinwgarces.com templates                 */
/********************************************************/

/********** RESET STYLES *************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, del, dfn, em, font, img, ins, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
}
body {
	line-height: 1;
}
/*
Table of Contents

1: Global
2: Body Containers
3: Header
4: Navigation
5: Sidebar
6: Content
7: Footer
8: Search
9: Misc / Testing 
*/

/************
* 1: Global *
************/
body {
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	line-height: 1.0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	/*background-image:  url(http://www.calvinwgarces.com/Assets/CSS/stockBlasters01-outlines.png),url(http://www.calvinwgarces.com/Assets/CSS/2018_bgDarkblueGrid.jpg);*/
	background-position: top;
	background-repeat: no-repeat, no-repeat;
	background-image:  url(http://www.calvinwgarces.com/Assets/CSS/bkg-cwg-pencilhash_2000.jpg);
	background-repeat: no-repeat, no-repeat;
	
}
a:link, a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(http://www.calvinwgarces.com/Assets/CSS/gradient_blueWhite.png);
}
/* overrides decoration from previous rule for hovered links */
p {
	clear: both;
	padding: 0px 0px 15px 0px;
	margin: 0px 10px 15px 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 2px 2px 7px 2px;
}
h1 {
	font-weight: bold;
	font-size: 250%;
	color: #000033;
	background-image: url(http://www.calvinwgarces.com/Assets/CSS/gradient_blueWhite.png);
	background-repeat: repeat-x;
}
h2 {
	font-size: 130%;
	color: #000033;
	background-image: url(http://www.calvinwgarces.com/Assets/CSS/transparent_70White.png);
	background-repeat: repeat-x;
}
h3 {
	font-size: 105%;
	color: #000066;
}
h4 {
	font-size: 90%;
	font-weight: bold;
	color: #000066;
}
h5 {
	font-size: 80%;
	color: #000000;
}
h6 {
	font-weight: bold;
	font-size: 80%;
	color: #000033;
}
ul {
	list-style-type: square;
}
ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: none;
}
ol, li {
	margin-left: 20px;
}
/*********************
* 2: Body Containers *
*********************/

/************
* 3: Header *
************/
.headerContainer {
	position: relative;
}
.headerHomeButton {
	position: absolute;
	top: 0px;
	left: 10px;
	background-color: #000011;
}
.headerHomeButton a:hover {
	display: inline-block;
	background-color: transparent;
	background-image: url(http://www.calvinwgarces.com/Assets/CSS/transparent_50White.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.headerNavButtons {
	position: relative;
	top: 0px;
	left: 0px;
}
.headerNavButtons a {
	display: inline-block;
}
.headerNavButtons #Selected {
	display: inline-block;
	background-color: #EEEEEE;
	background-position: center top;
	background-repeat: no-repeat;
}
.headerNavButtons #SelectedLight {
	display: inline-block;
	background-image: url(http://www.calvinwgarces.com/Assets/CSS/transparent_50White.png);
	background-color: #000000;
	background-position: center top;
	background-repeat: no-repeat;
}
.headerNavButtons a:hover {
	display: inline-block;
	background-color: transparent;
	background-image: url(http://www.calvinwgarces.com/Assets/CSS/transparent_50White.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#mastheadPrint {
	margin: 0;
	padding: 8px 0px 0px 0px;
	border-bottom: 2px solid #FFFFFF;
	width: 100%;
	position: relative;
	top: 0px;
	z-index: 100;
	height: 50px;
	background-color: #FFFFFF;
	display: none;
}
/****************
* 4: Navigation *
****************/
.breadCrumb {
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	font-weight: bold;
	background-image: url(http://www.calvinwgarces.com/Assets/CSS/transparent_70White.png);
	height: 18px;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	color: #1E435E;
}
.breadCrumb a {
	color: #1E435E;
}
/*************
* 5: Sidebar *
*************/
/*************
* 6: Content *
*************/
.content {
	background-image: url(http://www.calvinwgarces.com/Assets/CSS/transparent_85White.png);
}
.story {
	padding: 0px 0px 0px 0px;
	font-size: 90%;
	clear: both;
}
.story p {
	padding: 0px 0px 5px 0px;
}
.story .container_12 .grid_1, .story .container_12 .grid_2, .story .container_12 .grid_3 {
	padding: 3px 0px 0px 0px;
}
.MiniNotes {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
#TablewBorder {
	border: 1px;
}
.Stats {
	clear: both;
	padding: 0px 0px 0px 0px;
	font-size: 90%;
}
.Stats h1, .Stats h2, .Stats h3, .Stats h4, .Stats h5, .Stats h6, .Stats p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.GameDescription td {
	padding: 5px;
}
.reviewButtons {
	text-align: center;
}
.listHighlight {
	background-image: url(http://www.calvinwgarces.com/Assets/CSS/transparent_85White.png);
}
.listVSpace {
	margin-bottom: 5px;
}
/************
* 7: Footer *
************/

/************
* 8: Search *
************/

/********************
* 9: Misc / Testing *
********************/
