/*<group=Page Structure>*/

body {
	margin: 0px;
	padding: 10px;
	background-color: #F5F5F5;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#page {
	/* Div; holds all page info */
	padding: 0px;
	width: 90%;
	margin: 10px auto 10px auto;
	width: 800px;
}

#header {
	/* Div; holds all header code */
	border: 2px solid #336633;
	margin: 0px;
	background: #339933;
	padding: 1em;
}

#globe_img {
	/* Div; holds link and image to Beckist Productions site */
	float: right;
	margin: 0px 30px 0px 0px;
	padding: 0px;
	vertical-align: middle;
}

#main {
	/* Div; holds all content for the page */
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 1px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	line-height: 130%;
}

#footer {
	padding: .5em;
	border-top: 2px dashed #336633;
	margin-right: 25px;
	margin-left: 25px;
	clear: both;
}

.game {
	vertical-align: middle;
	margin: 1em;
	height: 130px;
}

.game h2 {
	text-align: left;
	padding-top: .25em;
}

/*</group>*/

/*<group=Typography>*/

/*<group=Generic Elements>*/

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*</group>*/

/*<group=Text>*/

a:link {
	color: #009900;
	text-decoration: none;
}

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

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

.sm {
	/* p; nav links, other non-copyright stuff in footer */
	text-align: center;
	font: x-small "Gill Sans", "Trebuchet MS", Arial, sans-serif;
}

.error {
	/* h2, etc.; error notification */
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #339900;
}

.title {
	/* h2, etc.; denotes a page title */
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

.sub_title {
	color: #003399;
	text-align: center;
	font: small "Gill Sans", "Trebuchet MS", Arial, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

.emphasis {
	/* p, etc.; used for general emphasized text */
	color: #003399;
	font-family: "Gill Sans", "Trebuchet MS", Arial, sans-serif;
	font-variant: small-caps;
}

.mid_emphasis {
	/* p, etc.; centered emphasized text for top links, captions, and so forth */
	color: #003399;
	text-align: center;
	font-family: "Gill Sans", "Trebuchet MS", Arial, sans-serif;
}

.center {
	/* Pretty self-explanatory */
	text-align: center;
}

.copyright {
	/* p, etc.; contains all footer/copyright info */
	text-align: center;
	font: small "Courier New", Courier, monospace;
}

.offset {
	/* p, etc.; originally created for the story Glitch */
	font-family: "Courier New", Courier, monospace;
	background: #e4eed4;
	padding: .75em;
	border: 3px double #339933;
	text-align: justify;
}

.game_desc {
	text-align: left;
}
	
/*</group>*/

#header h2 {
	/* h2; holds blog name, description */
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #a8ff64;
}

#header h3 {
	/* h3; contains site description */
	color: #a8ff64;
	margin: 0;
	padding: 0;
	font: bold small/1.5em "Gill Sans", "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
}
	
/*</group>*/

/*<group=Page Elements>*/

hr {
	/* Default hr dividers */
	width: 85%;
	color: #339933;
	text-align: center;
	padding: 0px;
	margin: 10px auto 10px auto;
}

.thumbnail {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	border: 2px solid #009900;
}

.thumbnail:hover {
	border: 2px solid #ffc900;
}
	
/*</group>*/
