#blogside
{
    width: 100%;
    float: left;
    display: inline;
}

#blogtitle
{
	background-color: #FCB01A;
    margin-bottom: 20px;
    /*padding: 5px;*/
    /*padding-left: 5px;*/
}

#blogtitle p
{
    margin-left: 13px;
    margin-right: 13px;
	font-size: 20px;
	font-weight: bold;
}

.blogpost
{
	width: 100%;
}

.blogposttitle
{
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}

.blogpostbyline
{
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
    margin-bottom: 5px;
}

.blogpostpic
{
	float: left;
    display: inline;
	width: 50px;
	height: 50px;
    margin-right: 20px;
}

.blogposttext
{
	text-align: justify;
	font-size: 11px;
    line-height: 15px;
}



.blogpostfooter
{
    margin-top: 10px;
	background-color: #FFF;
	width: 100%;
    margin-bottom: 20px;
}

.blogpostfooter p
{
	font-size: 10px;
}

#blogprevious
{
    width: 150px;
	background-color: #FCB01A;
	text-align: left;
}

#blogprevious p
{
    margin-left: 13px;
    margin-right: 13px;
	font-size: 14px;
	font-weight: bold;
}

#blogprevious a
{
    color: black;
    text-decoration: none;
}

#blogprevious a:hover
{
    background-color: #FCB01A;
    color: black;
    text-decoration: underline;
}

a.blogtitle
{
    text-decoration: none;
    color: #000;
}

a.blogtitle:hover
{
    background-color: #fff;
    text-decoration: none;
    color: #000;
}

a.blogtitleo
{
    text-decoration: none;
    color: #000;
}

a.blogtitleo:hover
{
    background-color: #FCB01A;
    text-decoration: none;
    color: #000;
}