
/******** BLOG SECTION **********/
.blog_section_wrap
{
	float:left;
	width:100%;
	margin-top:0px;
	background-color:White;
	display:inline;
    text-align:center;
}

.blog_section_body
{
	float:none;
    width:100%;
	max-width:990px;
	background-color:White;
	display:inline-block;
}

a {
    transition: background 0.3s ease, color 0.3s ease;
}

#main{
	text-align:left;
}

#sidebar{
	width:30%;
	float: left;
    margin-top:25px;
    box-sizing:border-box;
    padding-right:20px;
}

.sidebar-box {
    background:#f9f9f9;
    border:1px solid #e1e1e1;
}

#content{
	float:left;
    width:70%;
    margin-top:5px;
}

h2 {
    display:inline-block;
    font-size:16px;
    text-align:left;
    float:left;
    width:100%;
    box-sizing:border-box;
    padding:20px 20px 0 20px;
}


.col {
	float: left;
	width: 296px;
	margin: 20px 0 20px 20px;
	padding: 0;
}
.col h2{
	font-size: 1.4em;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
}
.last {
	padding: 0 20px 0 0 !important;
	width: 276px !important;
}
.entry{
	padding: 20px;
    display:inline-block;
    width:100%;
    text-align:left;
    box-sizing:border-box;
}
.entry h3{
	padding: 0px !important;
	margin: 0px !important;
	font-size: 1.9em;
}
.entry h3 a{
	color: #444;
	text-decoration: none !important;
	
}
.entry h3 a:hover{
	color: #1389c4;
	text-decoration: none !important;
	
}
.align-left{
	margin: 0 15px 15px 0;
	float: left;
	border:1px solid #ccc;
}

.entry-content p
{
    display:inline-block;
    width:100%;
    padding-bottom:15px;
    line-height:1.5em;
}

.entry-content p img
{
    display:inline-block;
    max-width:100%;
}

.img-wrap
{
    float: left;
    border:2px solid #fff;
}

#recent_items{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#recent_items li{
	padding: 20px 20px 10px 20px;
	border-top: 1px solid #ccc;
}
#recent_items li h4{
	margin: 0;
	font-size: 1.3em;
}
#recent_items li h4 a{
	text-decoration: none;
	color: #444;
}
.entry-head {
    padding-top:15px;
}
.entry-head span{
	padding: 0 0 0 15px;
	color: #999999;
	margin: 0 10px 0 0;
}
.entry a, #recent_items a{
	color: #1389c4;
}

.entry a:hover, #recent_items a:hover {
    color:#313131;
}
.entry-date{
	background: url(../images/clock.gif) center left no-repeat;
}
.entry-date span {
    padding-left:0;
}

.entry-categories{
	display:inline-block;
    width:100%;
}
.entry-comments{
	background: url(../images/comments.gif) center left no-repeat;
}
.entry-content{
	margin: 15px 0 0 0;
}
/*

CONTENT->SIDEBAR

*/

.widget{
	padding:15px 20px 15px 20px;
    display:inline-block;
    width:100%;
    box-sizing:border-box;
}
#social{
	margin: 0px;
	padding: 0px;
	list-style: none;
    display:inline-block;
    width:100%;
}
#social li{
    display:inline-block;
    width:100%;
	padding:10px 0 10px 0;
    background:transparent;
}
#social li a{
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
	padding: 8px 0 8px 40px;
	display: block;
}
#social li a:hover{
	color:#1389c4;
}
#social li a em{
	display: block;
	text-transform: none;
	color: #1389c4;
	font-style: normal;
	font-weight: normal;
}
#facebook{
	background: url(../images/facebook.gif) center left no-repeat;
}
#flickr{
	background: url(../images/flickr.gif) center left no-repeat;
}
#twitter{
	background: url(../images/twitter.gif) center left no-repeat;
}
#pinterest{
	background: url(../images/pinterest.png) center left no-repeat;
}

.widget ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
    display:inline-block;
    text-align:left;
    width:100%;
}
.widget li{
	background: url(../images/bullet.gif) center left no-repeat;
	padding: 7px 0 7px 20px;
    text-align:left;
    display:inline-block;
    box-sizing:border-box;
    width:100%;
}
.widget li a{
	text-decoration: none;
	color: #1389c4;
    float:left;
}

.widget li a:hover {
    color:#313131;
}

.tags-a
{
    text-decoration:none;
    color: #1389c4;
}

.tags-a:hover {
    color:#313131;
}
/*

ENTRY

*/
.read-more{
	background: #1389c4;
	padding: 3px 7px 3px 7px;
	margin: 15px 0 0 0;
	display: block;
	float: right;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff !important;
	text-decoration: none;
	font-size: 1em;
}
.read-more:hover{
	color: #e4edf1;
}
#subscribe{
	display: block;
	float: right;
}
#subscribe a{
	color: #444;
	background: url(../images/rss.gif) center left no-repeat;
	line-height: 27px;
	padding: 0 0 0 35px;
	display: block;
	text-decoration: none;
	float: right
}
.page_title{
float: left;
margin:0;
padding: 0;
}

@media (max-width:700px){
    #sidebar{
	    width:100%;
    }

    #content{
        width:100%;
    }
}