#contentArea
{
	width: 680px;
	padding: 48px 64px 0px 64px;
    position: relative;
}

div#blog-header
{
	overflow: auto;
	margin-bottom: 4.5em;
}

div#blog-header.photo
{
    margin-bottom: 3.0em;
}

div#blog-header h2
{
	text-align: center;
	margin: 0.0em 0.0em 0.25em 0.0em;
	font-size: 3.0em;
	font-weight: 300;
	line-height: 1.0em;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

div#blog-header h2.w100
{
    width: 100%;
}

div#blog-header h2.w75
{
    width: 75%;
}

div#blog-header h2 a
{
    text-decoration: none;
    color: #000;
}

div#blog-header h2 a:hover
{
    text-decoration: underline;
}

div#blog-header p
{
	text-align: center;
	margin-top: 0.0em;
	margin-bottom: 0.0em;
	font-size: 1.5em;
	line-height: 1.5em;
}

div#blog-content h3
{
	margin-top: 1.5em;
	color: #587ca9;
	font-weight: 300;
    color: #b50000;
    color: #000;
    font-size: 1.5em;
}

div#blog-content p
{

}

div#blog-content li
{
	list-style-type: square;
}

div#blog-content pre
{
	font-weight: normal;
	overflow: auto;
	padding: 1.5em;
	background: #f8f8f8;
	line-height: 1.5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px dotted #ddd;
}

div#blog-content code
{
	font-family: menlo, Consolas, "andale mono", courier, serif;
	font-size: 12px;
	font-weight: normal;
}

div#blog-content img
{
    border: 0px;
}

div#blog-content ins
{
    text-decoration: none;
    color: #f00;
}

div#blog-navigation
{
    background: #fff;
    font-size: 1.5em;
    line-height: 1.5em;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
	-moz-border-radius: 5px;
}

div#blog-navigation ul
{
	margin: 1.5em 0.0em 0.0em 0.0em;
	padding: 1.5em 0.0em 1.5em 0.0em;
	overflow: auto;
	width: 100%;
}

div#blog-navigation ul li
{
	float: left;
	display: inline-block;
	text-align: center;
}

div#blog-navigation li.previous
{
    width: 260px;
    padding-right: 30px;
    text-align: right;
}

div#blog-navigation li.archive
{
    width: 100px;
}

div#blog-navigation li.next
{
    width: 260px;
    padding-left: 30px;
    text-align: left;
}

div#blog-navigation ul li a
{
    display: inline-block;
    color: #000;
    text-decoration: none;
    line-height: 1.0em;
}

div#blog-navigation ul li a:hover {
    border-bottom: 1px solid;
}

div#blog-navigation ul li.previous a
{
	text-align: left;
}

div#blog-navigation ul li.next a
{
	text-align: right;
}

span.disabled
{
    color: #c1c1c1;
}
