/* @group Layout */

body {
	background-image: url('../images/tilebg.jpg');
	color: #fff;
	margin: 0;
	font-family: "Lucida Grande", arial, helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #558ed5;
}
a:hover {
	color: #4777b3;
}
a:visited {
	color: #999;
}
img {
	border: 0;
}

#wrap {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	background-color: #111;
}
#left-corner {
	background: url('../images/bot-deco-l.jpg') no-repeat left bottom;
}
#right-corner {
	background: url('../images/bot-deco-r.jpg') no-repeat right bottom;
}
#flash-head {
	height: 135px;
}
#navigation {
}
#navigation ul {
	background: url('../images/tile_nav.jpg') repeat-x top;
	background-color: #4c4c4c;
	margin: 0;
	padding: 5px 0 5px 10px;
}
#navigation li {
	list-style: none;
	display: inline;
	margin: 3px 0;
	padding-right: 15px;
}
#navigation li a {
	color: #fff;
	text-decoration: none;
}
#navigation li a:hover {
  color:  #aaa;
}
#left {
	width: 175px;
	float: left;
}
#center {
	width: 450px;
	float: left;
}
#center h2 {
	margin: 0;
	color: #f79910;
	font-size: 1.3em;
	padding-top: 5px;
}
#center h3 {
	margin: 0;
	color: #f79910;
	padding-top: 5px;
	font-weight: normal;
	font-size: 1.3em;
}
#center p {
	margin: 0 0 10px 0;
}
#feature {
	text-align: center;
	margin: 0;
}

#right {
	width: 175px;
	float: left;
}
#right .right-block {
	background-color: #333;
}
#footer {
	clear: both;
	text-align: center;
	font-family: Georgia, Times, serif;
	margin: 0 0 10px 0;
}
#footer p {
	margin: 0;
}
#footer a {
	color: #558ed5;
	text-decoration: none;
}

/* @end */

/* @group Main Content Styles */

/* MAIN CONTENT STYLES */

h3 .created-at {
	font-size: .7em;
	color: #ccc;
}
#prison-clock {
	padding: 5px;
}
#prison-stats {
	display: inline;
	text-align: left;
}
#clockface, #prisonpop {
	display: inline;
	font-weight: bold;
}

/* @end */

/* @group Links */

/* == LINKS */

h4 {
	padding-top: 15px;
	margin: 0;
	color: #f79910;
}

/* @end */

/* @group Sidebar Styles */

/* SIDEBAR STYLES */

.gutter {
	padding: 5px;
}
.left-block {
	background-color: #333;
	margin-bottom: 10px;
	font-size: .95em;
}
.left-block h3 {
	padding: 0 5px;
	color: #cbe83e;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
}
.left-block p {
	padding: 0 5px;
}
.left-block ul {
	margin: 0;
	padding: 0 3px 0 10px;
}
.left-block li {
	list-style: none;
	margin:  0;
	padding: 2px 0;
}
.left-block li a {
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
}
.left-block li a:hover {
  color: #aaa;
}
.right-block {
	background-color: #333;
	margin-bottom: 10px;
	font-size: .95em;
}
.right-block h3 {
	color: #f79910;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	text-align: center;
}
.right-block p {
	padding: 0 3px;
}
#left .bottom {
	margin-bottom: 130px;
}
#right .bottom {
	margin-bottom: 130px;
}

/* @end */

/* @group Gallery Pages */

/* GALLERY PAGES */

.gallery {
	border-bottom: 1px solid #777;
	padding: 5px 0;
}
.gallery .image {
	float: left;
}
.gallery .image img {
	border: none;
	cursor: pointer;
}
.gallery .content {
	width: 350px;
	float: left;
	padding-left: 5px;
}
.gallery .clearfix {
	clear: both;
}
.photos .image {
	float: left;
	padding: 5px;
}
.photos .image img {
	border: none;
	cursor: pointer;
}

/* @end */

/* @group Forms */

.registration-form label {
	margin: 5px 0 -10px 0;
	display: table;
}

.notice {
	color:  red;
	font-weight: bold;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

/* @end */

#wheresmike {
	margin-top: 20px;
	text-indent: -9999px;
	height: 150px;
	background-image: url('../images/wheresmike_header.jpg');
}

.events {
	margin-bottom: 20px;
}