body {
	padding: 0;
	margin: 0;
	background-color: #f5f5f5;
}
a img { border: none; }
a, a:visited {
	text-decoration:none;
	color: #456571;	
}
a:hover {
	color: #1a1a1a;	
}

h1 {
	font: 300 30px "museo-slab-1","museo-slab-2", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 span {
	color: #1a6d8c;
}

h2 {
	color: #1b6b8c;
	font: 300 24px "museo-slab-1","museo-slab-2", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h3 {
	font: 100 24px "museo-slab-1","museo-slab-2", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h3 span {
	color: #56c8f0;
}

p { margin-top: 10px; line-height: 18px; }
ul, li { margin: 10px 0 0 10px; }
#background {
	background: url(img/bg.jpg) top right no-repeat;
	width: 1000px;
	margin: 0 auto;
}
#content {
	width: 900px;
	margin: 0 auto;
	padding-top: 25px;	
}
#navigation {
	background: url(img/top.png) no-repeat;
	width: 900px;
	height: 45px;
	position: relative;
}
#navigation span#logo a {
	display:block;
	height: 35px;
	width: 86px;
	position: absolute;
	top: 5px;
	left: 9px;
	
	text-indent: -9999em;
	overflow: hidden;
}
#navigation-list {
	float:right;
	text-align:right;
	margin:7px 10px 0 0; padding: 8px 0 0 0;
	font-family: helvetica;
	font-size:  13px;
	color: #ffffff;
}
#navigation-list li {
	list-style: none;
	display: inline;
}
#navigation-list li a, #navigation-list li a:visited {
	text-decoration:  none;
	color:  #ffffff;
	padding: 5px 10px;
}
#navigation-list li a:hover, #navigation-list li#active a {
	background-color: #5CBAEB;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	color: #1a1a1a;
}
#content-top-left {
	padding: 20px 20px 0 0;
	font-family: helvetica;
	font-size: 12px;
	color: #1a1a1a;
	line-height: 16px;
	width: 500px;
	float:left;	
}
#content-top-left-links {
	text-align:right;
	width: 500px;
	padding-top: 15px;
}
#content-top-left-links a img { padding-left: 3px; }
#content-top-right {
	float:left;
	width: 380px;	
}
#content-top-right p {
	font-family: helvetica;
	font-size: 11px;
	color: #456571;
	line-height: 14px;
}
#content-top-right-search {
	width: 380px;
	margin-bottom: 15px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	background-color: #88A5B0;
	padding:  4px 0 4px 0;
}

#content-top-right .logos {
	margin-top: 10px;
	text-align: center;
}
#search-form {
	width: 300px;
	height: 23px;
	border: none;
	padding: 9px 3px 0 6px;
	margin: 0 0 0 4px;
	font-family: helvetica;
	font-size: 13px;
	color: #264854;
	background-color: #D3E2E8;
}
#ask-bg {
	width: 55px;
	border: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
	background-color: transparent;
	cursor: pointer;
	/*	background: url(img/ask-bg.png) no-repeat;	 */
}
#content-top-right-list {
	height: 104px;
	width: 380px;
	background: url(img/content-top-right-links.png) no-repeat;
	padding: 0;
	margin: 0;
	position: relative;
}
#content-top-right-list li, #content-top-right-list a {
	padding:0;
	margin:0;
	list-style-type:none;
	position: absolute;
	left:0;
	height: 50px;
	width: 380px;
	display:block;
}

#content-top-right-list a {
	text-indent: -999em;
	overflow: hidden;
}

#content-top-right-list-ask, .content-top-right-list-ask {
	top: 0;
}
#content-top-right-list-ask a:hover {
	background: url(img/content-top-right-links.png) -380px 0 no-repeat;	
}
#content-top-right-list-answer {
	top: 55px;
}
#content-top-right-list-answer a:hover {
	background: url(img/content-top-right-links.png) -380px -55px no-repeat;	
}
#content-bottom {
	width: 860px;
	margin-top: 25px;
	padding: 25px 20px 0 20px;
	background: url(img/bottom-bg.jpg) no-repeat;
}
#content-bottom-full {
	font-family: helvetica;
	font-size: 12px;
	color: #1a1a1a;
	line-height: 15px;
}
#content-bottom-full h1 {
	font-family: georgia;
	font-size: 24px;
	font-weight: normal;
	color: #1a1a1a;
	margin-bottom: 15px;
}
#content-bottom-full h2 {
	font-family: georgia;
	font-size: 18px;
	font-weight: normal;
	color: #456571;
}
#content-bottom-full hr {
	margin: 10px 0;
}
#content-bottom-full ul.special, #content-bottom-full li.special {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 16px;	
}
#content-bottom-full li.special { margin-bottom: 10px; }
#content-bottom-full ul { margin-top: 20px; }
#content-bottom-full li { padding-bottom: 5px; }
#content-bottom-full-comments {
	margin: 50px 0;
}
#content-bottom-full-comments h3 {
	font-family: Georgia;
	text-transform: uppercase;
	color: #2bbbf0;
	font-size: 18px;
	font-weight: normal;
}
#content-bottom-left {
	float:left;
	width: 480px;
	padding-right: 20px;	
}
#content-bottom-right {
	float:left;
	width: 360px;	
}
#content-bottom-right p {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: normal;
}
.search #content-bottom ul, .search #content-bottom ul li, #content-bottom-left ul, #content-bottom-left li, #content-bottom-right ul, #content-bottom-right li {
	padding: 0;
	margin: 0;
	list-style: none;
} 
.search #content-bottom ul, #content-bottom-left ul, #content-bottom-right ul { margin-top: 20px; }
.search #content-bottom ul li, #content-bottom-left li, #content-bottom-right li { padding-bottom: 5px; }
.search #content-bottom ul a, #content-bottom-left a, #content-bottom-left a:visited, #content-bottom-right a, #content-bottom-right a:visited {
	text-decoration: none;
	color: #26414b;
	font-family: Helvetica;
	font-size: 16px;
}
#content-bottom-left span a, #content-bottom-left span a:visited {
	font-style: italic;
	color: #89a6b1;
}
.search #content-bottom ul a:hover, #content-bottom-left a:hover, #content-bottom-right a:hover {
	color: #1a1a1a;
}
#content-bottom-copy {
	width: 100%;
	font-family: helvetica;
	font-size: 11px;
	color: #456571;	
	margin: 50px 0 20px 0;
	text-align: left;
	padding-top:  12px;
}
#content-bottom-copy p { 
	padding: 0; margin: 0; 
	padding-bottom: 5px; 
	float: left; 
	text-align: left; 
	width: 600px;
}
#content-bottom-copy a, #content-bottom-copy a:visited {
	text-decoration: none;
	color: #456571;
}
#content-bottom-copy a:hover {
	color: #1a1a1a;	
}
.clear { clear: both; }
.comment { margin-bottom: 15px; }
.comment-left {
	float:left;
	background-color: #2bbbf0;
	padding: 10px;
	width: 155px;
	border-right: 1px solid #1a1a1a;
	color: #ffffff;
}
#content-bottom-full #content-bottom-full-comments .comment-left h2 a, #content-bottom-full #content-bottom-full-comments .comment-left h2 a:visited, #content-bottom-full #content-bottom-full-comments .comment-left h2 { color: #ffffff; }
.comment-right {
	float:left;
	padding: 10px;
	width: 655px;
}
p.comment-left-sub { font-size: 11px; }
#comment-form {
background-color:#86AFBD;
	width: 850px;
border-radius: 5px;
	margin: 0 auto;
}
#comment-form-left {
	padding: 10px;
	float:left;
	width: 250px;
	color: #ffffff;
}
#comment-form-right {
	padding: 10px;
	float:left;
	width: 542px;
}
#comment-form-right textarea {
	width: 542px;
	height: 136px;
	background: url(img/comment-textarea.png) no-repeat;
	border: none;
	font-family: helvetica;
	font-size: 18px;
	padding: 10px;
}

#submit,
#gform_1 input.button {
	color: #fff;
	font: 300 30px "museo-slab-1","museo-slab-2", Arial, Helvetica, sans-serif;
	text-align: left;
	background: none;
	border: none;
	height: 40px;
	margin-top: 15px;
	cursor: pointer;
}

#contact-form #submit,
#gform_1 input.button { 
	position: static;  
	margin: 0; 
	padding: 0 0 20px; 
	outline: none; 
}

.input,
#gform_1 input {
	color: #000;
	background: #ccdee5;
	width: 240px;
	height: 30px;
	border: none;
	font-family: helvetica;
	font-size: 18px;
	padding: 10px 0 0 10px;
	outline: none;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#empty-div { margin-top: 20px; }
#contact-form,
#gform_1 {
	width: 466px;
	background: #94b3bc;
	padding: 5px 10px 0 10px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#gform_1 {
	margin: 0 auto;
}

#contact-form p { margin-top: 5px; }
#contact-form textarea,
#gform_1 textarea {
	color: #000;
	background: #ccdee5;
	font-family: helvetica;
	font-size: 18px;
	padding: 10px;
	border: none;
	outline: none;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#contact-form textarea {
	height: 140px;
	width: 443px;
}

#contact-form .input:focus,
#contact-form textarea:focus,
#gform_1 input:focus,
#gform_1 textarea:focus {
	background: #e6eced;
	
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear;
}

input.placeholder,
textarea.placeholder {
	color: #777;
}

input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder {
	color: #777;
}

#gform_1 label {
	color: #fff;	
	font: 300 16px "museo-slab-1","museo-slab-2", Arial, Helvetica, sans-serif;
}

.holding {
width: 100%;
}
.about-col {
float:left;
width: 50%;
border-bottom: 1px solid #DADADA;
padding: 5px 0;
font-family: helvetica;
font-size: 13px;
color: #1a1a1a;
}
#about-hold { margin-top: 25px; }
.home #logos {
	display: none;
}
.game {
	margin-top: 25px;
	text-align:center;
}
img.game {
	margin-right: 15px;
}

body.page-template-popup-php {
	background: #fff;
	font: 12px Helvetica, Arial, sans-serif;
}

body.page-template-popup-php div#wpadminbar {
	display: none;
}

body.page-template-popup-php form {
	border-top: 1px dotted #CCC;
}

body .gform_wrapper .gform_edit_link {
	display: none;
}

#respond h2 {
	color: #fff;
	font: 300 24px "museo-slab-1","museo-slab-2", Arial, Helvetica, sans-serif;
}

div#sidebar {
	float: right;
	width: 200px;
}

div#sidebar ul {
	margin: 0px;
	padding: 0px;
}

body.page-template-template-popup-php {
	background: #f5f5f5 url(img/bg.jpg) no-repeat top left;
	padding: 20px;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.ie6 form#searchform,
.ie7 form#searchform {
	margin: 0px;
}

.ie6 #comment-form-right textarea {
	width: 530px;
	height:116px;
}


.ie7 #navigation-list { margin-right: -20px; }
.ie7 #navigation-list li a { float:left; margin: -5px 5px 0 5px; }

.ie6 input#ask-bg,
.ie7 input#ask-bg { margin-top: -25px;}

img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}

body .gform_wrapper .gform_footer {
	padding: 0;
	margin-left: 10px;
}

body .gform_wrapper .gfield_required {
	color: #c20000;
}

