@charset "UTF-8";
/*
 * Global Stylesheet for Crazy Robot
 * http://www.crazyrobotgames.com
 * Written by Jill Calouro - http://www.jilliancalouro.com
*/

/* Global Styles */

body {
	background-color: #1C1C1C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D3E0D3;
}
a:link {
	color: #D3E0D3;
	text-decoration: underline;
}
a:hover {
	color: #1C1C1C;
	text-decoration: underline;
}
a:visited {
	color: #D3E0D3;
	text-decoration: underline;
}
a:active {
	color: #1C1C1C;
}
#container {
	background-image: url(images/containerbkgrd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
}
#header {
	width: 512px;
	margin-right: auto;
	margin-left: auto;
	height: 255px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#innercontainer {
	width: 512px;
	margin-right: auto;
	margin-left: auto;
	background-color: #353535;
	margin-top: -7px;
	padding-bottom: 25px;
	margin-bottom: -10px;
	height: auto;
}
h5 {
	font-size: 10px;
}

/* General Styles */

h1 {
	font-size: 20px;
	letter-spacing: 1px;
}
h2 {
	font-size: 16px;
	text-decoration: underline;
}
img {
	border: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
	width: 275px;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.center {
	text-align: center;
}

/* Navigation */

#main_navigation {
	padding: 0px;
	overflow: hidden;
	width: 475px;
	font-size: 18px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
#main_navigation li {
	display: inline;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 117.5px;
	text-align: center;
}
#main_navigation a {
	text-decoration: none;
	display: block;
	outline: none;
}
#main_navigation a:hover {
	text-decoration: underline;
}
#faq {
	font-weight: bold;
}
.selected {
	text-decoration: underline;
}

/* Body and Content Styles */

#content {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}
.img_wrapper {
	padding-right: 10px;
}
p {
}
.capital {
	font-size: 20px;
	font-weight: bold;
}
#secondary_content {
	text-align: center;
	width: 512px;
}
#leftcolumn img, #centercolumn img, #rightcolumn img {
	border: 3px solid #1C1C1C;
}
#leftcolumn, #centercolumn, #rightcolumn {
	width: 150px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	float: left;
}
#centercolumn, #rightcolumn {
	margin-left: 10px;
}
#leftcolumn a, #centercolumn a, #rightcolumn a {
	text-decoration: none;
	font-size: 16px;
}
#leftcolumn a:hover, #centercolumn a:hover, #rightcolumn a:hover {
	color: #1C1C1C;
}
#back  {
	height: 29px;
	width: 88px;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#back a {
	text-decoration: none;
}
#back a:hover {
	color: #1C1C1C;
}
#screenshotskin {
	width: 470px;
	margin-right: auto;
	margin-left: auto;
	height: 237px;
	background-image: url(images/iphoneskin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	margin-bottom: 20px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#container #innercontainer #content .conduct {
	font-size: 10px;
}
#screenshotskin img {
	padding-top: 25px;
}
/* Footer Styles */

#footer {
	text-align: center;
	clear: both;
	padding-top: 25px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.note {
	font-size: 12px;
	border: thin solid #FFFFFF;
	text-align: left;
}
h4 {
	font-size: 14px;
}
.boldlist {
	font-size: 16px;
}
blockquote {
	font-weight: normal;
}
