body {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: #dae2ce;
	font-family: "Arial", Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
	color: #444;
	overflow: scroll;
	text-align: center;
}

strong {
	color: black;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 136%;
}

h2 {
	font-size: 107%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 170%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #684100;
}

a:hover {
	text-decoration: underline;
	color: #ac1446;
}

small {
}

hr {
	display: none;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* pane */

#pane {
		width: 842px;
		background: url(../images/pane_bg.png) repeat-y;
		margin: 0 auto;
}

/* top menu */

#top_menu {
	width: 813px;
	background: #dbe9bf;
	color: #113700;
	text-align: right;
	padding: 3px;
	margin: 0 auto;
	font-size: 8pt;
}

#top_menu a {
	color: #113700;
	text-decoration: none;
}

#top_menu a:hover {
	color: #ac1446;
	text-decoration: underline;
}

#logo a {
	text-decoration: none !important;
}

/* header */

#header {
	width: 824px;
	height: 111px;
	margin: 0 auto;
	background: url(../images/header_bg.png);
}

.headline {
	border: 1px solid #748946; 
	padding: 10px; 
	font-size: 300%; 
	font-weight: bold;
}

.ask {
	color: #748946;
}

.vote {
	color: #684100;
}

/* Logo */

#logo {
	float:left;
	padding: 15px;
	background: none;
}

#logo img {
	border: 0;
}

/* Question Menu */

#question_menu {
	width: 802px;
	text-align: left;
	padding: 5px;
	padding-left: 15px;
	background: #fbe6c2;
	color: #454545;
	margin: 0 auto;
}

#question_menu a {
	color: #684100;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

#question_menu a:hover {
	color: #ac1446;
}
		
#search {
	clear: both;
	float: right;
	margin-top: -18px;	
}

input.text {
	border: 1px;
	border-color: #684100;
}

input.submit {
	background: none;
	color: #454545;
	border: 1px;
	border-color: #684100;
}

/* Page */

#page {
	width: 822px;
	margin: 0 auto;
}

/* Content */

#content {
	width: 550px;
	padding: 20px;
	margin-bottom: 0px;
	text-align: left;
}

#content h1.title {
	margin-bottom: 25px;
	text-transform: lowercase;
	color: #748946;
	font-weight: normal;
}

#content h2.title {
	margin-bottom: 25px;
	text-transform: lowercase;
	color: #748946;
	font-weight: normal;
}

#content h2 strong {
	color: 684100;
}

#content .title span {
	color: #684100;
	font-weight: normal;
}

.tour {
	border: 2px solid #748946;
	padding: 20px;
	padding-bottom: 45px;
	text-align: left;
	background: #fdf2de;
}

.tour span.left {
	padding-top: 15px;
	margin-right: 100px;
	float: left;
}

.tour img {
	border: none;
}

.tour_nav {
	text-align: center;
}

.tour_nav img {
	border: none;
}

.twocols {
	padding-top: 20px;
	border-top: 1px solid #CCCCCC;
}

.twocols .col1 {
	float: left;
	width: 180px;
}

.twocols .col2 {
	float: right;
	width: 180px;
	padding-left: 10px;
	border-left: 1px solid #EFEFEF;
}

.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list li {
	padding: 5px 10px;
	border-top: 1px solid #EFEFEF;
}

.list li.first {
	border: none;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 191px;
	background: #dbe9bf;
	text-align: right;
	padding: 10px;
	height: 100%;
	margin: 0 auto;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	list-style: none;
}

#sidebar li ul {
}

#sidebar li li {
}

#sidebar h2 {
	color: #444444;
	font-size: 100%;
	text-transform: lowercase;
}

#sidebar h2 a {
	color: #444444;
	font-stretch: wider;
	text-transform: lowercase;
	font-weight: bold;
	width: 100%;
	
	/* display: none; /* TODO: remove this when the toggle feature is finished */
}

#sidebar h2 a:hover {
	color: #177600;
}

#sidebar h2 span {
	color: #444444;
}

#sidebar h3 {
}

#sidebar p {
}

#sidebar a {
	color: #444;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
}

#sidebar a:hover {
	color: #177600;
	text-decoration: underline;
}

/* Menu */

#sidebar_menu {
	margin-bottom: 0px;
}

/* News */

#sidebar_element {
	margin: 0 auto;
}

#sidebar_element ul {
	line-height: normal;
}

#sidebar_element li {
	padding: 10px;
}

#sidebar_element h2 {
	margin: 0 auto;
}

#sidebar_element h3 {
	margin: 0;
	font-size: 85%;
	font-weight: bold;
}

#sidebar_element h3 span {
	color: #ac1446
}

#sidebar_element a {
	color: #ac1446;
	text-decoration: none;
	font-weight: normal;
}

#sidebar_element a:hover {
	color: #177600;
	text-decoration: underline;
}

#happenings {
	position: static;
	width: 210px;
	margin-left: -25px;
	background-color: #f0ffd3;
	padding: 5px;
	line-height: normal;
	margin-bottom: 10px;
}

#events {
	position: static;
	width: 210px;
	margin-left: -25px;
	background-color: #f0ffd3;
	padding: 5px;
	line-height: normal;
	margin-bottom: 10px;
}

#tag_cloud {
	position: static;
	width: 210px;
	margin-left: -25px;
	background-color: #f0ffd3;
	padding: 5px;
	line-height: normal;
	margin-bottom: 10px;
}

#hall_of_fame {
	position: static;
	width: 210px;
	margin-left: -25px;
	background-color: #f0ffd3;
	padding: 5px;
	line-height: normal;
	margin-bottom: 10px;
}

#log-in {
	position: static;
	width: 210px;
	margin-left: -25px;
	background-color: #f0ffd3;
	padding: 5px;
	line-height: normal;
	margin-bottom: 10px;
}

#log-in #inputs input {
	background: white;
	width: 150px;
	padding: 0px;
}

#join {
	position: static;
	width: 210px;
	margin-left: -25px;
	background-color: #f0ffd3;
	padding: 5px;
	line-height: normal;
	margin-bottom: 10px;
}

#tip_jar {
	position: static;
	width: 210px;
	margin-left: -25px;
	background-color: #f0ffd3;
	padding: 5px;
	line-height: normal;
	margin-bottom: 10px;
}

#score_text {
	position: static;
	width: 200px;
	margin-left: -25px;
	background-color: #f0ffd3;
	color: #444;
	padding: 10px;
	line-height: normal;
	margin-bottom: 10px;
}

#toggle_score_text {
	font-size: 85%;
}

#sidebar_notifications {
	border-bottom: 1px solid #444;
}


#sidebar_notifications h2 {
	margin: 0 auto;
	color: 	#177600;
	font-size: 120%;
}

#sidebar_notifications a {
	color: 	#ac1446;
}

#sidebar_notifications a:hover {
	color: 	#177600;
}

#discussions_sidebar {
	position: static;
	width: 210px;
	margin-left: -25px;
	background-color: #f0ffd3;
	padding: 3px;
	line-height: normal;
	margin-bottom: 10px;
	border: solid 2px #177600;
}

#discussions_sidebar li {
	font-size: 85%;
	text-decoration: none;
}

.lightbox_help {
	background: #EFEFEF; 
	padding: 10px;	
	width: 455px;
}

.lightbox_help h2 {
	color: #D15600;
}

.lightbox_help p strong {
	color: #D15600;
}

.lightbox_help p code {
	color: #1777B1; 
	font-weight: bold;
}

/* Footer */

#footer {
	clear: both;
	width: 822px;
	height: 170px;
	padding-top: 20px;
	background: #EFEFEF;
	margin: 0 auto;
	border-top: 1px solid #CCCCCC;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

.votingResultsBar {
	background: #DBE9BF; /* pink: FF0084; */
}

#options ul {
	list-style: none;
}

#options ul h2 {
	margin-bottom: 0px;
}

.optional {
	font-size: 70%;
}

.comment {
	margin-top: 10px;
}

.comment .title {
	margin-bottom: 5px;
	padding-left: 5px;
	/*border: 1px solid #177600;*/
	color: #444;	
	background: #dbe9bf;
	
}

.comment .title.agreement {
	background: #dedede;
}

.gravatar {
	float: left;
	margin-right: 10px;
}

.comment h2 {	
	/*border-left: 25px solid #177600;*/
	margin-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
.comment h3 {
	margin-bottom: 5px;
}

.comment blockquote {
	
}

.flash_notice {
	color: #177600;
	font-weight: bold;
	padding: 5px;
	border: 2px solid green;
	background: #d1ebaa;
	width: 300px;
}

.comment_vote_controls {
	float: right;
}

.comment_vote_controls .score {
	font-size: 75%;
	padding-right: 5px;
}

.toggle_display_comment {
	clear: all;
	float: right;
	margin-top: -20px;
	font-size: 85%;
	padding-right: 5px;
}


.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 310px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.help_text {
	font-size: 11px;
	color: green;
}

.input_status {
	font-size: 11px;
}

.success {
	color: green;
}

.failure {
	color: red;
}

.question_vote_count {
	font-size: 11px;
}

.question_vote_count strong {
	font-weight: bold;
	color: #177600;
}

.list_nav {
 	padding-bottom: 10px; 
	border-bottom: 1px solid #CCCCCC;
}

.list_nav a {
	color: #684100;	
}

.list_nav a:hover {
	color: #ac1446;
	text-decoration: underline;	
}

.share {
	background: #eee;
}

.tip_jar {
	background: #EFEFEF; 
	color: #7F7772; 
	padding-left: 15px; 
	padding-top: 15px; 
	padding-bottom: 5px;	
}

.tip_jar strong {
	color: #684100;
	font-weight: bold;
}

.tip_jar em {
	color: #177600;
}

.tip_jar .tip_amount {
	font-size: 120%;
}

.tip_jar .tip_amount input {
	padding-left: 5px;
	font-size: 120%;
}

.tip_link a {
	color: green;	
}

.situation_info a {
	color: inherit;
}

.trash_question_control {
	background: url(../images/trash.gif) no-repeat;
	font-size: 11px;
	padding-left: 10px;
	margin-left: 20px;
}

/* hall of fame */
#sidebar_element .rank {
	display: none;
}

#sidebar_element .score {
	display: none;
}

#sidebar_element span.rank_12 { font-size: 11px; line-height: 15px; }
#sidebar_element span.rank_11 { font-size: 12px; line-height: 17px; }
#sidebar_element span.rank_10 { font-size: 14px; line-height: 19px; }
#sidebar_element span.rank_9 { font-size: 16px; line-height: 21px; }
#sidebar_element span.rank_8 { font-size: 18px; line-height: 23px; }
#sidebar_element span.rank_7 { font-size: 20px; line-height: 25px; }
#sidebar_element span.rank_6 { font-size: 22px; line-height: 27px; }
#sidebar_element span.rank_5 { font-size: 24px; line-height: 29px; }
#sidebar_element span.rank_4 { font-size: 26px; line-height: 31px; }
#sidebar_element span.rank_3 { font-size: 28px; line-height: 33px; }
#sidebar_element span.rank_2 { font-size: 30px; line-height: 35px; }
#sidebar_element span.rank_1 { font-size: 32px; line-height: 37px; }
#sidebar_element span.rank_1 .rank {
	display: inline;
	background: black;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}
#sidebar_element span.rank_3 .rank {
	display: inline;
	background: #AAA;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}
#sidebar_element span.rank_2 .rank {
	display: inline;
	background: #777;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}


#sidebar_element span.rank_1 a { }
#sidebar_element span.rank_2 a { color: #177600; }
#sidebar_element span.rank_3 a { color: green; }
#sidebar_element span.rank_4 a { color: red; }
#sidebar_element span.rank_5 a { color: #7F7772; }
#sidebar_element span.rank_6 a { color: #684100; }
#sidebar_element span.rank_7 a { color: black; }
#sidebar_element span.rank_8 a { color: #177600; }
#sidebar_element span.rank_9 a { color: green; }
#sidebar_element span.rank_10 a { color: #7F7772; }
#sidebar_element span.rank_11 a { color: #684100; }
#sidebar_element span.rank_12 a { color: red; }

#sidebar_element span.rank_13 a { }
#sidebar_element span.rank_14 a { color: #177600; }
#sidebar_element span.rank_15 a { color: green; }
#sidebar_element span.rank_16 a { color: red; }
#sidebar_element span.rank_17 a { color: #7F7772; }
#sidebar_element span.rank_18 a { color: #684100; }
#sidebar_element span.rank_19 a { color: black; }
#sidebar_element span.rank_20 a { color: #177600; }
#sidebar_element span.rank_21 a { color: green; }
#sidebar_element span.rank_22 a { color: #7F7772; }
#sidebar_element span.rank_23 a { color: #684100; }
#sidebar_element span.rank_24 a { color: red; }
#sidebar_element span.rank_25 a { color: green; }
#sidebar_element span.rank_26 a { color: red; }
#sidebar_element span.rank_27 a { color: #7F7772; }
#sidebar_element span.rank_28 a { color: #684100; }
#sidebar_element span.rank_29 a { color: black; }
#sidebar_element span.rank_30 a { color: #177600; }
#sidebar_element span.rank_31 a { color: green; }
#sidebar_element span.rank_32 a { color: #7F7772; }
#sidebar_element span.rank_33 a { color: #684100; }
#sidebar_element span.rank_34 a { color: red; }

/* tag cloud */
#sidebar_element span.level1 { font-size: 11px; line-height: 15px; }
#sidebar_element span.level2 { font-size: 12px; line-height: 17px; }
#sidebar_element span.level3 { font-size: 14px; line-height: 19px; }
#sidebar_element span.level4 { font-size: 16px; line-height: 21px; }
#sidebar_element span.level5 { font-size: 18px; line-height: 23px; }
#sidebar_element span.level6 { font-size: 20px; line-height: 25px; }
#sidebar_element span.level7 { font-size: 22px; line-height: 27px; }
#sidebar_element span.level8 { font-size: 24px; line-height: 29px; }
#sidebar_element span.level9 { font-size: 26px; line-height: 31px; }
#sidebar_element span.level10 { font-size: 28px; line-height: 33px; }
#sidebar_element span.level11 { font-size: 30px; line-height: 35px; }
#sidebar_element span.level12 { font-size: 32px; line-height: 37px; }

#sidebar_element span.level1 a { }
#sidebar_element span.level2 a { color: #177600; }
#sidebar_element span.level3 a { color: green; }
#sidebar_element span.level4 a { color: red; }
#sidebar_element span.level5 a { color: #7F7772; }
#sidebar_element span.level6 a { color: #684100; }
#sidebar_element span.level7 a { color: black; }
#sidebar_element span.level8 a { color: #177600; }
#sidebar_element span.level9 a { color: green; }
#sidebar_element span.level10 a { color: #7F7772; }
#sidebar_element span.level11 a { color: #684100; }
#sidebar_element span.level12 a { color: red; }

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
.profile {
	color: #444;
	background: #f0ffd3;
	padding: 10px;
	border: solid #dbe9bf;
}

.user img {
	width: 80px;
}

.zoomed img {
	width: 240px;
}

.event.over {
	opacity: 0.5;
}

.event h2 {
	margin-left: 70px;
}

.event p {
	margin-left: 70px;
}

.event h3 {
	padding-top: 5px;
	margin-left: 70px;
}

.event blockquote {
	margin-top: -10px;
	padding-bottom: 20px;
}
