a:link, a:active
{
  color: #0066B3;
}

a:hover
{
  text-decoration: none;
}

#presentation h1{
color: rgb(204, 204, 204); 
padding: 50px 58px 0 50px; 
text-align:right;
font-style: italic;
font-weight: normal;
font-stretch:normal;
font-size:2.4em;
}

#tagline{
padding: 4px 50px 0 50px; 
text-align:right;
font-size:1.2em;
}

.sfSimpleBlog .post
{
	clear:both;
margin: 0 0 60px 0;
}

.sfSimpleBlog .post h2
{
  font-family: "Trebuchet MS", verdana, sans-serif;
  font-size: 2.2em;
  margin-bottom: 5px;
}

.sfSimpleBlog .post h2 a{
	text-decoration:none;
}

.sfSimpleBlog .post .details
{
  font-weight: bold;
  font-size: 0.9em;
  margin: 5px 0;
  color: #99c;
}

.sfSimpleBlog .related_details
{
  font-style: italic;
}

.sfSimpleBlog .comment
{
  padding:5px;
  margin: 20px 80px 20px 80px;
  background: #3c3c3c;
}

.sfSimpleBlog .comment .author
{
  font-weight: bold;
}

.sfSimpleBlog form.add_comment .form_control
{
  margin: 2px;
}

.sfSimpleBlog form.add_comment .form_control label
{
  padding-left:10px;
}

.sfSimpleBlog form.add_comment .form_control input.text
{
  width: 200px;
}

.sfSimpleBlog form.add_comment .form_control textarea
{
  width: 300px;
  height: 150px;
}

.sfSimpleBlog .form_error
{
  color: red;
}

.comment.moderated
{
	color:#333;
  font-style: italic;
  background-color: #FFFFEE;
}
