/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

end of global reset

************************************************************************************************************************************************************ */

div.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

body {
	background: white url(../img/page_background.jpg) repeat-x 0 0;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 76%;
	color: #333;
	margin: 0;
}

body.admin {
	background-position: 0 -100px;
}

a {
	color: #000;
	text-decoration: underline;
}

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

div#logo-admin {
	font-size: 260%;
	font-weight: normal;
	margin-bottom: 0.5em;
	color: white;
	width: 600px;
	position: absolute;
	top: 30px;
}


div#wrapper {
	width: 938px;
	margin: 0 auto;
	position: relative;
}

div#header {
	height: 200px;
	position: relative;
}


body.admin div#header {
	height: 100px;
}

div#timer {
	position: absolute;
	top: 26px;
	right: 0px;
	border: 1px solid white;
}

div#logo-100days {
	position: absolute;
	top: 13px;
	left: 0;
}

h1 {
	font-size: 250%;
	font-weight: normal;
	margin-bottom: 0.5em;
	color: #333;
	width: 600px;
}

h2 {
	font-size: 200%;
	font-weight: normal;
	margin-bottom: 0.5em;
	color: #333;
	width: 600px;
}

div#nav {
	position: absolute;
	bottom: -1px;
	right: 0;
	font-size: 120%;
	text-transform: uppercase;
}

div#nav ul {

}

div#nav ul li {
	float: left;
	display: inline;
}

div#nav ul li a {
	color:white;
	display:block;
	float:left;
	padding: 0.75em 1em;
	text-decoration: none;
	font-weight: bold;
}

div#nav ul li a:hover {
	color: #ccc;
}

div#nav ul li a.on {
	background-color: white;
	color: black;
}


div#content {
	padding: 20px 0;
	height: 1%;
	position: relative;
}

div#content p {
	margin: 1em 0;
}

div#content p.intro {
	font-size: 140%;
	color: #666;
}

ul#events {
	padding: 1em 0;
	line-height: 1.5em;
	clear: both;
}

ul#events li {
	border-bottom: 1px solid #ccc;
	padding: 10px;
	height: 1%;
	position: relative;
}

ul#events li.today {
	background-color: #ffc;
}

ul#comments {
	clear: both;
	margin: 1em 0 2em 0;
}

ul#comments li {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	height: 1%;
	position: relative;
}

ul#comments li div.avatar {
	float: left;
	width: 100px;
}

ul#comments li div.meta {
	color: #999;
	margin-top: 1em;
}

ul#comments li div.meta div.report {
	float: right;
}


.date
{
	float: left;
	height: 62px;
	width: 62px;
	background: url(../img/date_today.png) no-repeat;
	margin-right: 30px;
	padding-top: 0px;
	display: block;
	float: left;
	line-height: 1em;
}

li.today .date {
	background: url(../img/date.png) no-repeat;
}

.date .dow
{
	display: block;
	text-align: center;
	padding-top: 5px;
	color: white;
	font-size: 100%;
	text-transform: uppercase;
}

.date .day
{
	display: block;
	text-align: center;
	padding-top: 9px;
	color: #222;
	font-size: 180%;
	font-weight: bold;
}

.date .month
{
	display: block;
	text-align: center;
	color: #222;
	font-size: 100%;
	padding-top: 6px;
	text-transform: uppercase;
}

div.day-number {
	float: left;
	margin-right: 30px;
	text-align: center;
}

div.day-number div.number {
	font-size: 140%;
}

div.events {
	float: left;
	width: 750px;
}

div.event-details {
	font-size: 110%;
	margin-bottom: 0.5em;
}

div.event-details div.summary {
	color: #666;
}

li.today div.event-details div.summary {
	font-size: 120%;
}

div.event-details span.title {
	color: #333;
	margin-right: 1em;
}

li.today div.event-details span.title {
	font-weight: bold;
}

div.event-details div.description {
	color: #666;
}

div.event-details div.contact {
	color: #666;
}

div#footer {
	background-color: #eee;
	border-top: 1px solid #ccc;
	padding: 1em 0;
	height: 50px;
}

div#footer-inner {
	width: 938px;
	margin: 0 auto;
}

div#footer div#solar {
	float: right;
}

div.paging {
	font-size: 140%;
}

div.paging div.disabled {
	color: #fff;
}

div.paging div.left {
	float: left;
}

div.paging div.right {
	float: right;
}

form legend {
	display: none;
}

form div.input {
	margin-bottom: 1em;
}

form div.input label {
	display: block;
	font-size: 120%;
	margin-bottom: 5px;
}

form div.input input,
form div.input textarea {
	border: 1px solid #ccc;
	font-size: 120%;
	font-family: arial, helvetica, verdana, sans-serif;
	padding: 3px;
	width: 400px;
}

form div.checkbox {
	clear: both;
}

form div.checkbox label {
	width: 49%;
	float: left;
}

form div.checkbox input {
	width: 30px;
	float: left;
}

div#flashMessage,
div#authMessage {
	font-size: 120%;
	padding: 9px;
	margin: 1em 0;
}

div.error-flash,
div#authMessage {
	background: #fee;
	border: 1px solid #f00;
}

div.warning-flash {
	background: #ffd;
	border: 1px solid #ffcc00;
}

div.notice-flash {
	background: #def;
	border: 1px solid #0099ff;
}

div.success-flash {
	background: #efe;
	border: 1px solid #33cc00;
}

div.form {
	margin-top: 2em;
}

div.form div.error {
	color: red;
}

div.submit {
	text-align: right;
}

div.submit input {
	font-size: 120%;
}


fieldset.left {
	width: 48%;
	float: left;
}

fieldset.right {
	width: 48%;
	float: right;
}

div#logos {
	clear: both;
	height: 100px;
	position: relative;
}

div#logos div {
	position: absolute;
	bottom: 0;
}

div#logo-arnolfini {
	left: 0;
}

div#logo-ac {
	left: 350px;
}

div#logo-aa {
	left: 620px;
}

div#logo-bcc {
	right: 0;
}

div#key {
	float: right;
	padding-top: 10px;
}

div.focus {
	background-color: #ffc;
}



div.index table {
	width: 100%;
	empty-cells: show;
	color: #666 !important;
	margin-bottom: 1em;
}

div.index table th {
	font-weight: bold;
}

div.index table th,
div.index table td {
	padding: 4px 6px;
	text-align: left;
}


div.index table th,
div.index table th a {
	color: #666 !important;
}

div.index table tr.altrow {
	background-color: #fff;
}

div.index table tr {
	background-color: #eee;
}

div.index table th.actions,
div.index table td.actions {
	text-align: right;
}

a.rss {
	height: 28px;
	line-height: 28px;
	padding-left: 38px;
	font-size: 120%;
}
