/* @override 
	http://localhost:3000/stylesheets/application.css?1265927713
	http://localhost:3000/stylesheets/application.css?1265977554
	http://localhost:3000/stylesheets/application.css?1266102831
	http://localhost:3000/stylesheets/application.css?1266103156
	http://localhost:3000/stylesheets/application.css?1266103715
	http://localhost:3000/stylesheets/application.css?1266146873
	http://localhost:3000/stylesheets/application.css?1266146913
*/

body {
	font: 12px "Courier New", Courier, mono;
}

a img {
  border: none;
}

a {
background-color: #ffeb64; 
text-decoration: none;
		color: #242424;
}

a:hover { 
color: #000; 
background-color:#dcffe9;
}

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

#container {
  background-color: #FFF;
	padding: 10px;
}

#loginlink {
	top: 0;
	left: 0;
	position: relative;
	text-align: center;
	font-size: 12px;
}
#loginlink a {
	font-size: 12px;
}

#bestof {
	position: absolute;
	top: 402px;
	height: 1500px;
	width: 240px;
}

#flash_notice, #flash_error {
  padding: 5px 8px;
  margin: 10px 0;
}

#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
}

#flash_error {
  background-color: #FCC;
  border: solid 1px #C66;
}

.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0px;
  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: 0;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 8px;
}

#errorExplanation ul {
  margin: 2px 24px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
}

/* @group pages */

#events {
	top: 10px;
	position: relative;
	font-size: 14px;
}


/* @end */

/* @group posts */

#post_title a {
	color: #242424;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#post_content {
	font-size: 14px;
}

#page_content {
	font-size: 14px;
}

#time_and_author {
	color: #95a8ac;
	font-size: 12px;
}



/* @end */
