/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
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: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: #56ba52;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
h1 {
	font-size: 1.7em;
	color: #7efc7a;
}
h2 {
	font-size: 1.25em;
	color: #7efc7a;
}
h3 { 
	font-size: .8em;
	color: #b4b4b4;
}
p {
	color: #d5d6d6;
	line-height: 1.3em;
	font-size: .9em;
	margin-top: 1em;
}
a, a:hover {
	color: #d5d6d6;
	line-height: 1.3em;
	font-size: .9em;
	font-weight: bold;
	text-decoration: underline;
}
img {
	border: 2px solid #555655;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Reset */


/* Main Structure */
#wrapper, #headerWrapper, #navigationWrapper, #mainWrapper, #footerWrapper { 
	width: 100%;
	float: left;
	min-width: 1000px;
	margin: 0 auto;
	}
#headerWrapper {
	border-top: 4px solid black;
	background: #95d392;
	margin: 0 auto;
	height: 131px;
}
#navigationWrapper {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	height: 26px;
	background: #4eb84a;
}
#mainWrapper {
	min-height: 250px;
	height: auto !important;
	height: 250px;
	background: #1d1d1d url(http://www.scienceofgaming.com/images/main_bg_gradient.jpg) repeat-x 0 0;	
	padding-bottom: 25px;
}
#footerWrapper {
	height: 118px;
	background: #56ba52 url(http://www.scienceofgaming.com/images/footer_bg.jpg) repeat-x 0 0;
	border-top: 3px solid white;
}

#header {
	height: 131px;
	width: 1000px;
	background: url(http://www.scienceofgaming.com/images/header_bg.jpg) no-repeat 0px 0px;
	margin: 0 auto;
}
#logo { position: relative; float: left; margin: 20px 0 0 95px; width: 216px; height: 92px; display: inline; }

#logo img {
	border: none;
}

#mainHolder {
	width: 1000px;
	margin: 0 auto;
}
#contentHolder {
	position: relative;
	float: left;
	width: 905px;
	margin: 25px 0 0 95px;
	display: inline;
}
#main {
	position: relative;
	float: left;
	width: 800px;
	background: #3e3e3e;
	border: 2px solid #555655;
	display: inline;
}
#mainContentLeft {
	position: relative;
	float: left;
	min-height: 630px;
	height: auto !important;
	height: 630px;
	width: 635px;
	margin: 20px 0 0 20px;
	padding-bottom: 20px;
}
#mainContentLeft p {
	width: 600px;
}
#mainContentRight {
	position: relative;
	float: right;
	width: 125px;
	height: 630px;
	margin: 20px 10px 0 0;
}
#backgroundLogo {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 69px;
	height: 199px;	
}
#backgroundLogo img {
	border: none;
}
#footerHolder {
	height: 118px;
	width: 1000px;
	margin: 0 auto;
}
#footer {
	position: relative;
	float: left;
	width: 800px;
	margin: 15px 0 0 95px;
	display: inline;
}
#footer p {
	color: #606060;
	text-align: center;
	font-size: .9em;
	margin-top: 10px;
}

.gameologyContact {
	float: left;
	font-size: .9em;
	color: #aaa;
	width: 225px;
	font-weight: normal;
	padding: 5px;
	margin-bottom: 3px;
	line-height: 1.2em;
}
.gameologyContact a {
	text-decoration: none;
	font-weight: bold;
	color: #aaa;
}
.gameologyContact a:hover {
	text-decoration: underline;
}

.tournamentResults, .homePage {
	position: relative;
	float: left;
	margin-top: 20px;
	padding-bottom: 20px;
}
.tournamentResults img, .homePage img {
	position: relative;
	float: left;
	margin: 15px 0;
	border: 2px solid #555655;
}
.homePage {
	margin-top: 0;
}
.prevNext {
	width: 600px;
	display: inline;
}
.prevNext a {
	padding-right: 5px;
}
.prevNext a:hover {
	color: #7efc7a;
}
/* End Main Structure */

/* Header Navigation */
.cssnav {
	position: relative;
	display: inline;
	width: 230px;
	margin: 0;
	}

.cssnav a {
	display: inline;
	width: 230px;
	float: left;
	text-decoration: none;
	background: url(http://www.scienceofgaming.com/images/tournament_results_OVER.jpg);
	}

.cssnav img {
	width: 230px;
	border: 0
	}

* html a:hover {
	visibility:visible;
	}

.cssnav a:hover img {
	visibility:hidden;
	}
	
	
.cssnav2 {
	position: relative;
	display: inline;
	width: 108px;
	margin: 0;
	}

.cssnav2 a {
	display: inline;
	width: 108px;
	float: left;
	text-decoration: none;
	background: url(http://www.scienceofgaming.com/images/photos_btn_OVER.jpg);
	}

.cssnav2 img {
	width: 108px;
	border: 0
	}

* html a:hover {
	visibility:visible;
	}

.cssnav2 a:hover img {
	visibility:hidden;
	}
	

.cssnav3 {
	position: relative;
	display: inline;
	width: 95px;
	margin: 0;
	}

.cssnav3 a {
	display: inline;
	width: 95px;
	float: left;
	text-decoration: none;
	background: url(http://www.scienceofgaming.com/images/forum_btn_OVER.jpg);
	}

.cssnav3 img {
	width: 95px;
	border: 0
	}

* html a:hover {
	visibility:visible;
	}

.cssnav3 a:hover img {
	visibility:hidden;
	}
	
	
.cssnav4 {
	position: relative;
	display: inline;
	width: 104px;
	margin: 0;
	}

.cssnav4 a {
	display: inline;
	width: 104px;
	float: left;
	text-decoration: none;
	background: url(http://www.scienceofgaming.com/images/contact_btn_OVER.jpg);
	}

.cssnav4 img {
	width: 104px;
	border: 0
	}

* html a:hover {
	visibility:visible;
	}

.cssnav4 a:hover img {
	visibility:hidden;
	}
/* End Header Navigation */

/* Lists */
#nav {
	margin: 0 auto;
	height: 26px;
	width: 1000px;
}
#nav ul {
	float: right;
	display: inline;
	margin-right: 100px;
}
#nav li {
	display: inline;
	color: #fff;
}
#nav li a, #nav li a:hover {
	padding: 2px 8px 0 8px;
	color: #fff;
	text-decoration: none;
	font-size: 1em;
}
#nav li a:hover {
	color: #4EB84A;
	background: #fff;
}

#headerNav {
	margin: 0 auto;
	height: 26px;
	width: 1000px;
}
#headerNav ul {
	float: right;
	display: inline;
	margin: 3px 100px 0 0;
	height: 26px;
}
#headerNav li {
	display: inline;
	color: #fff;
	height: 26px;
	margin-top: 3px;
}
#headerNav li a, #headerNav li a:hover {
	padding: 3px 15px;
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	height: 26px;
}
#headerNav li a:hover {
	color: #4EB84A;
	background: #fff;
}




#footer ul {
	color: #606060;
	width: 100%;
	text-align: center;
}
#footer li {
	display: inline;
	font-size: 1em;
}
#footer li a{
	text-decoration: none;
	color: #606060;
	padding: .2em 1em;
}
#footer li a:hover {
	color: #101010;
}
.footer p {
	width: 800px;
}

/* End Lists */


/* FORMS */
/* generalForms form */
#uploadPhoto {
	position: relative;
	float: left;
	width: 310px;
	margin-left: 190px;
}
.inputComment {
	position: relative;
	float: left;
	margin-top: 5px;
	font-size: .8em;
	color: #CAE9C9;
	}
.comment {
	position: relative;
	float: left;
	margin-top: 5px;
	font-size: .8em;
	color: #bbb;
}
option {
	padding: 2px 5px 2px 5px;
}
.error { 
	padding-left: 5px;
	color: #fdff45;
	font-size: .9em;
	font-weight: bold;
	width: 140px;
	line-height: 1.1em;
}
.fields{
	margin-bottom: 15px;
	float: left;
	display: block;
	width: 605px;
	}
.fields2{
	margin-bottom: 0;
	float: left;
	display: block;
	width: 605px;
}

#generalForms {
	margin-top: 30px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding-bottom: 20px;
}
#generalForms label{
	float: left;
	font-size: 1em;
	color:	#CAE9C9;
	width: 180px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 3px;
	line-height: 1.2em;
}
#generalForms a, #generalForms a:hover{
	font-size: 1.2em;
	color: #000;
	text-decoration: underline;
}
#generalForms p{
	font-size: 1em;
	margin-top: 1em;
}
#generalForms input, #generalForms textarea{
	width: 300px;
	font-size: 1em;
	border: 2px solid #353535;
	background: #ccc;
	padding: 5px;
}
#generalForms textarea{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	color: #000000;
	opacity: 0.99999; 
	text-shadow: 0 0 0 #000;
}
#generalForms .largeTextBox {
	width: 400px;
	height: 300px;
}
#generalForms .radio{
	width: 1em;
	height: 1em;
	margin-top: 7px;
	font-size: 1.4em;
	border: 0;
	background: #fff;
}
#generalForms .radioTxt{
	font-size: 1.4em;
	padding-right: 10px;
	margin-left: 5px;
}


#generalForms .boxes{
	margin-top: 5px;
	width: 1em;
	border: 0;
	margin-bottom: 0px;
}
#generalForms select {
	border: 1px solid #CCCCCC;
	background: #EBEBEB;
	font-size: 1.4em;
	width: 310px;
	float: left;
	padding: 5px;
	cursor: pointer;
}

#generalForms #submitbutton, #generalForms #submitConfirm{
margin-left: 190px;
margin-top: 5px;
width: 90px;
cursor: pointer;
}

#generalForms #submitThumbButton{
margin-left: 50px;
margin-top: 20px;
width: 125px;
}


/* END OF FORMS */

