/* ==================================================================
 * LeftTurnOnly.info site style sheet
 *                     (c) Copyright 2012 Joe Zbiciak
 *                     Developed by: James PUjals
 * ==================================================================
 */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	font-size: 10pt;
	font-family: helvetica, arial, sans-serif;
	color: #000000;
	background-color: #EBEBEB;
	background-image: url('../images/main-bg.png');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#main-body {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

div#main-body hr {
	/* single-pixel horizontal rule */
	height: 1px;
	border-width: 1px 0px 0px 0px;
	border-color: #8080A9;
	border-style: dotted;
	width: 100%;
	clear: both;
}

.clear-layout {
	clear: both;
}

form,
select,
option,
input {
	margin: 0px;
	padding: 0px;
}

section {
	padding: 10px;
	margin: 10px 0px 0px 10px;
	background-color: #FFFFFF;
	border-radius: 6px;
	min-height: 400px;
	border: 0px none;
}

h1 {
	font-size: 1.5em;
	font-family: Helvetica, Arial, sans-serif;
	color: #6868EE;
	font-weight: normal;
	margin: 20px 0px;
	text-decoration: underline;
}

h2 {
	font-size: 1.4em;
	color: #009643;
	text-decoration: underline;
	font-family: helvetica, arial, sans-serif;
}

dl,
ul {
	padding-left: 20px;
}

li {
	padding-bottom: 8px;
}

ul.game-desc li {
	font-style: oblique;
}

a {
	color: #78B5D9;
	text-decoration: none;
}

a:hover {
	color: #6868EE;
	text-decoration: underline;
}

a:visited {
	color: #387599;
}

table {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse
}

footer {
	color: #8080A9;
	clear: both;
	font-size: .80em;
	text-align: center;
	padding: 5px;
	position: relative;
	bottom: 0;
}

section p {
	padding: 5px 10px;
}

section p.notice {
	color: #505079;
	font-size: .80em;
	text-align: center;
}
