body, input, textarea, select
{
	text-align: left;
	color: #CFCFCE;
	background-color: #000;
}
input[type="search"] {
	color: #000;
	background-color: #fff;
}
body, th, td
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 76%;
}

textarea {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em;
}

h1
{
	font-size: 2em;
	margin: 0 0 0.75em 0;
}
h2
{
	font-size: 1.75em;
}
h3
{
	font-size: 1.5em;
}
h4
{
	font-size: 1.25em;
}
h5
{
	font-size: 1em;
}
h6
{
	font-size: 0.75em;
}

h1, h2, h3, h4, h5, h6, #header
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
}

p
{
	margin: 1em 0;
}

table
{
	margin: 0.5em 0;
}

a
{
	color: #E6B800;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

fieldset {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div.item
{
	background-color: rgb(48, 48, 48);
	border-color: rgb(32, 32, 32);
}
div.item:hover
{
	background-color: rgb(58, 58, 58);;
	border-color: rgb(42, 42, 42);
}

#welcome
{
	text-align: center;
}
#welcome strong
{
	font-weight: normal;
}
#name
{
	white-space: nowrap;
}

#controls {
}
#controls ul
{
	display: inline;
	height: 50px;
	font-size: 1.5em;
	line-height: 3em;
	margin: 0;
	padding: 1em;
	font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-style: normal;
	text-align: center;
	white-space: nowrap;
	background-color: rgba(0,0,64,.75) !important;
	background-color: rgb(48,48,48);
	border: 1px solid #444;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 1px 1px 5px #444;
	-webkit-box-shadow: 3px 3px 5px #000;
	-moz-box-shadow: 1px 1px 5px #444;
}
#controls li
{
	display: inline;
	text-transform: lowercase;
}
#controls a
{
	padding: 2em;
	font-weight: bold;
	text-decoration: none;
	color: #ccc;
	text-shadow: 0 0 10px #000;
}
#controls a:hover
{
	color: #fff;
}

/* Cama overrides */

.cama-tool-menu, .cama-toolbox {
	background-color: rgba(0,0,255,.8) !important;
	color: orange !important;
}