#post-title
{
	font-size: 48px !important;
	margin-bottom: 0px;
	color: #1D789F;
	width:825px;
	line-height: 1em;
}

#the-date
{
	display:block;
	font-size:24px;
	margin: 15px 0 30px 0;
}

.no-caption
{
	padding: 5px;
	border: 1px solid #515151;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #CCCCCC;
}

.wp-caption
{
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #515151;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #CCCCCC;
}

#content .wp-caption-text 
{ 
	margin: 5px;
	font-size: 10px; 
}

.alignleft
{
	margin-right: 20px;
	margin-bottom: 10px;
	float:left;
}

.alignright 
{ 
	margin-left: 20px;
	margin-bottom: 10px;
	float:right; 
}

blockquote
{
	margin: 10px 30px;
}

.update 
{ 
	background: url('../images/separator.jpg') left bottom repeat-x; 
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.download
{
	background: url('../images/download_icon.png') top center no-repeat;
	display: block;
	margin: 0 auto;
	padding-top:130px;
	text-align:center;
	width: 200px;
}


/** Comments **/

#so-far
{
	font-size: 18px;
}

.single-comment
{
	margin-bottom:20px;
	padding-bottom:10px;
	background: url('../images/separator.jpg') left bottom repeat-x;
}

.user 
{ 
	display:block;
	font-size:18px;
	margin-bottom:10px;
}

.user-info
{
	float:left;
	padding: 5px;
	border: 1px solid #515151;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #CCCCCC;
}

.author {background-color: white; }

.user-info span
{
	display: block;
	margin-top:5px;
	font-size:10px;
	text-align:center;	
}

.comment-body 
{ 
	width: 800px;
	margin-left: 20px;
	float:left; 
}

#leave-a-comment input, #leave-a-comment textarea
{
	margin: 5px 0;
	padding: 5px;
	color: #9e1731;
	font-family: 'Verdana';
	font-size: 14px;
	border: 1px solid #515151;
}

#leave-a-comment input { width:328px; height:25px; }

#leave-a-comment textarea { width:908px; height: 150px; }

#leave-a-comment label 
{ 
	color:#9E1731;
	display:inline-block;
	margin-bottom:13px;
}