﻿/*@import "reset.css";*/
/*@import "text.css";*/

/******** BLOG SECTION **********/

.blog_section_body
{
	float:left;
	width:988px;
	background-color:White;
	display:inline;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #d6d6d6;
}



#main{
	background: #fff url(../images/sidebar.gif) top right repeat-y !important;
	text-align:left;
}
#content{
	float: left;
	width: 500px;
	font-family:Verdana;
	color:#515151;
}
#sidebar{
	width: 287px;
	float: right;
	background-color:#f1f1f1;
	font-family:Verdana;
	color:#515151;
	border-left:1px solid #d6d6d6;
}
#content{
	width: 700px;
}


/*

CONTENT

*/

.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{
	float:left;
	width:650px;
	margin-left:25px;
	margin-top:25px;
}

.entry h1
{
    float:left;
    margin-left:0px;
    margin-top:5px;
	font-size:24px;
	text-align:left;
	color:#313131;
	width:520px;
       
}

#entrycontent h2
{
    float:left;
    margin-left:0px;
    margin-top:5px;
	font-size:18px;
	text-align:left;
	color:#313131;
    padding:0;
    width:520px;
}

.entry h3{
    float:left;
    margin-left:0px;
    margin-top:5px;
	font-size:12px;
	text-align:left;
	color:#7e7e7e;
}

.entry img
{
    border:none;
    float:left;  
}

.entry p
{
    float:left;
    text-align:left;
    text-indent:5px;
    font-size:14px;
    color:#515151;
}

.entry a{
	color: #006ab3;
	text-decoration: none !important;
	
}
.entry h3 a:hover{
	color: #313131;
	text-decoration: none !important;
	
}
.align-left{
	margin: 20px 15px 15px 0;
	float: left;
	border:1px solid #ccc;
}

.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
{
    float:left;
    margin-top:10px;
    text-align:left;
    width:650px;
}

.entry-head span{
	padding: 0 0 0 15px;
	color: #999999;
	font-size:12px;
	margin: 0 15px 0 0;
	text-align:left;
	
}
.entry a, #recent_items a{
	color: #1389c4;
}
.entry-date{
	background: url(../images/clock.gif) center left no-repeat;
	float:left;
	width:auto;
}
.entry-categories{
	background: url(../images/folder.gif) center left no-repeat;
	float:left;
	margin-left:5px;
}

.entry-hlink
{
    float:left;
    margin-left:12px;  
    font-size:12px;
}
.entry-comments{
	background: url(../images/comments.gif) center left no-repeat;
	float:left;
	width:auto;
}
.entry-content{
	margin: 0 0 0 0;
	float:left;
	width:650px;
}

.entry-content p
{
    text-align:left;
    line-height:22px;
    width:520px;
}

.datalist
{
    float:left;
    width:700px;
}
/*

CONTENT->SIDEBAR

*/

#main h2, #portfolio_inside h2{
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 15px;
	font-size: 1.2em;
	font-weight: bold;
}
#sidebar h2
{
    border-bottom: 1px solid #ccc;
	margin: 0;
	padding:15px 0px 0px 15px;
	font-size: 14px;
	font-weight: bold;
	height:30px;
	text-align:left;
	
}
#content h4 
{
    float:left;
    height:45px;
    width:100%;
    border-bottom:1px solid #ccc;
    padding:0px;
    margin:0px; 
}
.page_title
{
    float: left;
    margin-left:15px;
    padding: 0;
    margin-top:14px;
    font-size:14px;
}

.widget{
	padding: 15px;
	border-bottom: 1px solid #ccc;
}
#social{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#social li{
	background: url(../images/list.png) bottom center no-repeat;
	padding: 0 !important;
	height: 52px;
}
#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{
	padding: 9px 0 7px 40px;
}
#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;
}

.widget ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.widget li{
	background: url(../images/bullet.gif) center left no-repeat;
	padding: 7px 0 7px 20px;
}
.widget li a{
	text-decoration: none;
	color: #1389c4;
}

.tags-a
{
    text-decoration:none;
    color: #1389c4;
}
/*

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
}
