/* Layout, header, footer etc. */
html, body {
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
}
a {
	outline:none;
}
img {
	border:0;
}
body, body.foo {
	background:#000 url(../images/header-background-long.gif) no-repeat 50% 0;
}

body.noBG {
	background-image: none;
}

.container {
	width:960px;
	margin:0 auto;
	position:relative;
}

.header {
	width:960px;
	height:100px;
}

.header h1 {
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}
.header h1 a{
	display:block;
	width:199px;
	height:181px;
	background:url(../images/logo.png) no-repeat;
	text-indent:-9999px;
}
* html .header h1 a{
	background-image:url(../images/logo.gif);
}

.bar {
	position:absolute;
	top:0;
	right:0;
	width:550px;
	height:87px;
	background:url(../images/header-background.gif) repeat-x;
	color:#fff;
}
.bar  .total{
	float:right;
	text-align:right;
	margin:42px 0 0 0;
	padding:0;
	font-size:30px;
	line-height:1.5;
}
.bar ul {
	list-style:none;
	padding:0;
	margin:42px 0 0 0;
	float:left;
	font-size:16px;
}
.bar ul li{
	float:left;
	margin:0 10px;
}
.bar ul li.spacer{
	height:45px;
	font-size:22px;
	line-height:1.8;
	margin:0;
}
.bar ul li a{
	color:#fff;
	display:block;
	padding:0 10px;
	height:45px;
	line-height:2.8;
	text-transform:uppercase;
	text-decoration:none;
}
* html .bar ul li a{
	float:left;
}


div.imageList {
}
div.imageList ol {
	overflow:hidden;
	margin:0 0 0 -11px;
	padding:0;
}
div.imageList ol li {
	margin:10px 0 0 0;
	float:left;
	list-style:none;
	margin-left:11px;
}
* html div.imageList ol li {
	margin-left:10px;
}
div.imageList ol li a {
	border:solid 1px #4a4a4a;
	display:block;
}
div.imageList ol li a:hover, div.imageList ol li.selected a {
	border:solid 1px #e2007a;
}
div.imageList ol li a img {
	border:0;
	display:block;
}




div.footer {
	clear:both;
	padding:25px 0 200px 0;
}
div.footer ul {
	margin:0 0 0 220px;
	padding:0;
}

div.footer ul li {
	list-style:none;
	margin:0 7px;
	float:left;
}
div.footer ul li a{
	display:block;
}
div.footer ul li a img{
	border:0;
	display:block;
}
div.footer p {
	clear:both;
	text-align:center;
	color:#fff;
	font-size:11px;
}
div.footer p {
	clear:both;
	text-align:center;
	color:#fff;
	padding-top:30px;
}
div.footer p a{
	color:#fff;
	text-decoration:none;
}
div.footer p a:hover{
	text-decoration:underline;
}

.showUI {
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:71px;
	height:71px;
	background:url(../images/showUI.gif) no-repeat 0 0;
	overflow:hidden;
}
.showUI span {
	display:block;
	position:absolute;
	left:200px;
}



/* Picture Grid */

.pictureGrid {
	width:960px;
	height:560px;
	margin:auto;
}


.block {
	width:20px;
	height:20px;
	font-size:1%;
	float:left;
}
.enabled .block {
	cursor:pointer;
}

.block.off {
	background:#252525;
}
.block.off.stuck {
	background-color:#e2007a;
}	
.block.off.unstuck {
	background-color:#252525;
}

.commentPop {
	display:none;
	position:absolute;
	top:0;
	left:-10px;
	
	width:250px;
	
	padding-bottom:13px;
	background:url(../images/comment-bottom.png) no-repeat 0 100%;
}
.commentPop  .top{
	height:26px;
	background:url(../images/comment-top.png) no-repeat;
}
.commentPop  .inner{
	background:url(../images/comment-bg.png) repeat-y;

	padding:0 20px;
}

.commentPop  .inner *{
	margin:0;
	color:#e2007a;
}
.commentPop  .inner .what{
}

.commentPop  .inner .who{
	display:block;
	padding-top:0.65em;
}




/* Content boxes */

.contentBox {
	display:none;
	position:absolute;
	top:200px;
	left:230px;
	width:500px;
	color:#fff;
	border:solid 1px #e2007a;
	background:#000 url(../images/contentBox-bg.gif) repeat-x;
}
.contentBox a {
	color:#e2007a;
	font-weight:bold;
	text-decoration:none;
}
.contentBox a:hover {
	color:#fff;
}
.contentBox-Add {
	top:120px;
}
.contentBox .close {
	position:absolute;
	top:0;
	right:0;
	display:block;
	color:#e2007a;
	font-size:12px;
	font-weight:bold;
	padding:3px 10px;
	text-decoration:none;
}
.contentBox .close:hover {
	color:#fff;
}

.contentBox .inner .close {
	position:static;
	display:inline;
	padding:0;
}
.contentBox .inner {
	padding:30px;
}
.contentBox h3 {
	color:#e2007a;
	font-size:28px;
	font-weight:normal;
	padding:0;
	margin:0;
}
.contentBox p {
	padding:0;
	margin:0 0 10px 0;
}
.contentBox .add {
	display:block;
	margin:0;
	width:247px;
	height:52px;
	background:url(../images/add2.gif) no-repeat;
	text-indent:-9999px;
	outline:0;
	cursor:pointer;
	cursor:hand;
}
.contentBox-About {
	top:100px;
}

ul.fields {
	margin:0;
	padding:1em 0;
	list-style:none;
}

ul.fields li {
	margin:0;
	padding:5px 0;
	list-style:none;
	clear:left;
	overflow:auto;
}

ul.fields li.honey {
	display:none;
}

ul.fields li label{
	float:left;
	display:block;
	width:100px;
	margin-left:40px;
	line-height:1.5;
}


ul.fields li input, ul.fields li select, ul.fields li textarea{
	float:left;
	width:280px;
}

ul.fields li.checkbox {
	padding-left:140px;
}
ul.fields li.checkbox label{
	float:left;
	width:auto;
	margin:0;
}
ul.fields li.checkbox input{
	float:left;
	width:auto;
}

ul.fields li input#Fields_Age {
	width:30px;
}

button.addPiece {
	width:381px;
	height:54px;
	padding:0;
	margin:1em auto;
	display:block;
	background:url(../images/add-piece.gif) no-repeat;
	border:0;
	text-indent:-999px;
	cursor:pointer;
	cursor:hand;
}


ul.errors {
	margin:0;
	padding:0;
	list-style:none;
}

ul.errors li {
	margin:5px 0;
	padding:5px;
	
	background-color:#e2007a;
}

#Fields_Comment_Error {
	padding:5px;
	background-color:#e2007a;
	clear:both;
	margin:5px 14px 5px 140px;
	color:#fff;
	display:none;
}


/*
 *  Intro Page Specifics
 */
 
.contentBox-Intro {
	width:877px;
	left:40px;
	top:220px;
}

.contentBox-Intro .inner {
	padding:10px;
}

.contentBox-Intro ul {
	overflow:hidden;
	margin:20px 10px 20px 0;
	height:273px;
	padding:0;
	list-style:none;
	width:877px;
}

.contentBox-Intro ul  li{
	width:279px;
	height:273px;
	float:left;
	margin-left:10px;
}

.contentBox-Intro ul li.left{
	background-color:#252525;
}
.contentBox-Intro ul li.right{
	background-color:#e2007a;
}
.contentBox-Intro ul li h3{
	font-size:22px;
	padding-bottom:12px;
}
.contentBox-Intro ul li.right h3{
	color:#fff;
}


/*
 *  AddThis
 */	
 
.addthis_toolbox {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	overflow:hidden;
	
}
.addthis_toolbox li{
	float:left;
	width:50%;
	margin:5px 0;
}
.addthis_toolbox li a img{
	border:0;
	width:153px;
	height:49px;
}

.addThis {
	display:block;
	width:125px;
	height:16px;
	clear:both;
	margin:1em auto;
}