h1, h2, h3 {
  font-family: georgia, verdana, sans-serif;
}

h1 {
  color: #000080;
  text-align: center;
}

h2 {
  font-size: 19px;
}

h3 {
  font-weight: normal;
  font-style: italic;
}

a {
  color: #000;
}

a:visited {
  color: #666;
}

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

a.image:hover {
  color: #000;
  background-color:#fff;
}

.timestamp {
  padding : 0;
  font    : 10px Verdana;
  color: #BB2233;
  clear: both;
}

.comment_count {
  margin-bottom: 20px;
}

body {
  font-family: Georgia;
  padding: 40px;
}

.comment {
	border-top: 20px;
}

.comment_separator {
  color: #BB2233;
}

#comment_help {
	margin-top: 10px;
	font-size: small;
}

.comment_header {
	margin-top: 20px;
	padding: 6px 10px;
	background: #f5f5f5;
	border: 1px solid #ddd;
}

#comment_confirm {
	margin-bottom: 10px;
 	border-color: #72A974;
	color: #597B5C;
	background-color: #BCFFBD;
}

.post_categories {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000080;
}

.post_header {
  margin-top: 5px;
}

.post_header a {
  text-decoration: none;
}

.post_edit {
  font-weight: normal;
  font-size: 10px;
}

.post_body {
  margin-top: 10px;
  margin-bottom: 10px;
}

#content {
	margin: 30px 13em 0 3em;
	padding-right: 10px;
}

#menu {
	background: #fff;
	border-left: 1px dotted #ccc;
	border-top: solid 3px #e0e6e0;
	padding: 20px 0 10px 10px;
	position: absolute;
	right: 2px;
	top: 0;
	width: 13em;
}


#menu ul {
  list-style-type: none;
}

.menu_header {
  font-weight: bold;
}

#menu_gifs {
  text-align: center;
}

#notice {
  border: 2px solid red;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0;
  font: bold smaller sans-serif;
}

#logged_in {
  font: italic smaller sans-serif;
}

#rails_logo {
  float: right;
}

#photo_folder a:hover img {
  background-color: #fff;
}

img {
  border-style: none;
}

img.rss {
	border-style: none;
}

.red,.mandatory {
	color:red;
}
