@CHARSET "ISO-8859-1";

body
{
	font-family: "Calibir", sans-serif;
	/*Fixes to more easily adjust properties of other elements*/
	margin: 0px;
	min-width: 600px;
	color: #72B832;
}

header
{
	background-color: #72B832;
	width: 100%;
	color: white;
	text-align: right;
	text-indent: 15px;
}

a
{
	color: inherit;
}

nav  h3
{
	color: white;
}

body nav
{
	background-color: #72B832;
	float: left;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	width: 100px;
	text-align: center;
	margin-bottom: auto;
}

body nav ul
{
	padding: 0px;
	margin: 0px;
	text-align: right;
}

body nav ul li
{
	list-style-type: none;
	padding: 0px;
	margin: 7px 0px 7px 0px;
	border-style: solid;
	border-color: #92D050;
	background-color: white;
	color: #72B832;
	width: 110px;
	padding: 2px;
}

.Selected
{
	width: 110px;
	padding-right: 15px;
	font-weight: bold;
}

#main
{
	padding-left: 160px;
}

h1
{
	color: #E0A301;
}

main  h3
{
	color: #E0A301;
}

form
{
	border-style: solid;
	border-color: #72B832;
	margin-right: 20px;
	border-width: 1px;
	padding: 3px;
}

label
{
	width: 150px;
	display: block;
	float: left;
}

input, select, textarea
{
	border-color: #92D050;
	color: #E0A301;
	margin: 3px;
	border-style: solid;
	width: 175px;
	font-weight: bold;
}

#gender
{
	border-style: solid;
	border-color: #92D050;
	border-width: 1px;
	width: 350px;
	
}

#gender *
{
	float: none;
	display: inline;
	width: 50px;
}

#promo
{width: 5em;}

#age
{width: 5em;}

#country
{width: 5em;}

#area
{width: 4em;}

#cheater
{width: 5em;}

#faithQ
{
	width: 100%;
	max-width: 325px;
	text-align: center;
}

#faithbox
{
	max-width: 325px;
	text-align: center;
}

#faithful
{
	width: 200px;
}

#about
{
	min-height: 15em;
	min-width: 320px;
	vertical-align: text-top;
}

.disabled
{
	background-color: #DEEBD8;
}

#Lefty
{
	width: 47%;
	display: inline-block;
	min-width: 325px;
}

#Righty
{
	width: 47%;
	display: inline-block;
	min-width: 325px;
}

#submit
{
	background-color: #72B832;
	border-width: 5px;
	border-radius: 15px;
	border-color: #92D050;
	border-style: outset;
	color: white;
	font-weight: bold;
	margin: 5px;
	width: 120px;
	cursor: pointer;
}

#submit:hover
{
	background-color: #92D050;
	border-width: 5px;
	border-radius: 15px;
	border-color: #92D050;
	border-style: outset;
	color: white;
	font-weight: bold;
	box-shadow: 0px 0px 10px #DEEBD8;
	text-shadow: 0px 0px 10px #DEEBD8;
	margin: 5px;
	width: 120px;
}

.checker
{
	float: left;
	width: 2em;
}

.faves
{
	min-width: 255px;
}

.bigButtonHolder
{
	height: 109px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: -25px;
	display: table;
	border-spacing: 10px;
}

.bigButton
{
	width: 100px;
	height: 100px;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
	/*display: inline-block;*/
	/*float: left;*/
	background-color: #72B832;
	color: white;
	font-weight: bold;
	display: table-cell; /*Used to force centering*/
	border-style: none;
	border-radius: 50px;
}

.bigRedButton
{
	width: 100px;
	height: 100px;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
	/*display: inline-block;*/
	/*float: left;*/
	background-color: #FB4E67;
	color: white;
	font-weight: bold;
	display: table-cell; /*Used to force centering*/
	border-style: none;
	border-radius: 50px;
}

.boxy
{
	border-style: solid;
	border-width: 2px;
	border-color: #72B832;
	padding: 5px;
	margin: 5px;
	width: 95%;
}

.boxy span
{
	width: 150px;
	display: block;
	float: left;
}

 .boxy meter
{
	border-color: #92D050;
	color: #E0A301;
	margin: 3px;
	border-style: solid;
	width: 175px;
	font-weight: bold;
}

a
{color: inherit;}

#dingbat
{
	background-color: #CCCCCC;
	border-width: 5px;
	border-radius: 15px;
	border-color: #CCCCCC;
	border-style: outset;
	color: white;
	font-weight: bold;
	margin: 5px;
	width: 120px;
	cursor: help;
}

#dingbat:hover
{
	background-color: #CCDDDD;
	border-width: 5px;
	border-radius: 15px;
	border-color: #CCDDDD;
	border-style: outset;
	color: white;
	font-weight: bold;
	box-shadow: 0px 0px 10px #DEEBD8;
	text-shadow: 0px 0px 10px #DEEBD8;
	margin: 5px;
	width: 120px;
}

/*points*/

#star
{
	background: #E0A301;
	width: 75px;
	height: 75px;
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: center;
	color: white;
	cursor: pointer;
	z-index: 0;
}
#star:before, #star:after
{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	height: 75px;
	width: 75px;
	cursor: pointer;
	background: #E0A301;
	z-index: -2;
}
#star:before
{
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
}
#star:after
{
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-o-transform: rotate(60deg);
}
#points
{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 75px;
	height: 75px;
	background: none;
	cursor: pointer;
	color: white;
}
#star *
{
	position: relative;
	top: 10px;
	color: white;
	cursor: pointer;
	margin: 0px;
}
#star b
{
	font-size: small;
	cursor: pointer;
}