div#blog-header
{
	overflow: auto;
	font-size: 1.0em;
	margin-bottom: 3.0em;
}

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

div#blog-header h2
{
    margin: 0.0em 0.0em 0.0em 0.0em;
	font-size: 3.0em;
	font-weight: bold;
	line-height: 1.0em;
	width: 100%;
}

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

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

div#blog-header h2 a
{
    text-decoration: none;
    color: #000;
    -webkit-transition: color 0.1s linear;
}

div#blog-header h2 a:hover
{
    color: #ff8a00;
    -webkit-transition: color 0.1s linear;
}

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

div#blog-content
{
    margin-bottom: 7.5em;
}

div#blog-content h3
{
    font-size: 1.5em;
    line-height: 1.0em;
	margin-top: 2.0em;
	margin-bottom: 1.0em;
    font-weight: bold;
    color: #000;
}

div#blog-content p
{
    font-size: 1.0em;
    line-height: 1.5em;
    margin-top: 0.0em;
    margin-bottom: 1.5em;
}

div#blog-content a
{
    color: #ff8a00;
    /*-webkit-transition: color 0.1s linear;
    -webkit-transition: background 0.1s linear;*/
}

div#blog-content a:hover
{
    color: #fff;
    background: #ff8a00;
    text-decoration: none;
    /*-webkit-transition: color 0.1s linear;
    -webkit-transition: background 0.1s linear;*/
}

div#blog-content ul, div#blog-content ol
{
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding-left: 1.5em;
}

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

div#blog-content pre
{
	overflow: auto;
	padding: 1.5em 0.0em 1.5em 1.5em;
	margin-bottom: 1.5em;
}

div#blog-content code
{
	font-family: monaco, menlo, Consolas, "andale mono", courier, serif;
	font-size: 0.75em;
	line-height: 1.0em;
	vertical-align: baseline;
}

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

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

ul#blog-navigation
{
	margin: -4px 0.0em 0.0em 0.0em;
	border-top: 4px solid #000;
	padding: 0em 0.0em 1.5em 0.0em;
	overflow: auto;
	width: 100%;
	font-size: 1.5em;
    line-height: 1.0em;
}

ul#blog-navigation li
{
	float: left;
	display: inline-block;
	width: 11.0em;
}

ul#blog-navigation li.previous
{

}

ul#blog-navigation li.archive
{
    text-align: center;
    width: 9.0em;
}

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

ul#blog-navigation li a
{
    color: #000;
    text-decoration: none;
    outline: none;  /* Prevent scrollbar in Firefox */
}

ul#blog-navigation li a:hover {
    text-decoration: underline;
}

span.disabled
{
    color: #c1c1c1;
}

