@import "reset.css";
@import "text.css";

/******** BLOG SECTION **********/
.blog_section_wrap
{
	float:left;
	width:990px;
	margin-top:0px;
	background-color:White;
	display:inline;
}


.blog_corner_wrap
{
	float:left;
	width:990px;
	height:5px;
	display:inline;
	font-size:0px;
}

.blog_section_body
{
	float:left;
	width:990px;
	background-color:White;
	display:inline;
}

.corner_tl
{
	float:left;
	width:5px;
	height:5px;
	font-size:0px;
	background-image:url(../images/corner_tl2.png);
	background-repeat:no-repeat;
	line-height:0px;
	display:inline;
}

.corner_tr
{
	float:right;
	width:5px;
	height:5px;
	font-size:0em;
	background-image:url(../images/corner_tr2.png);
	background-repeat:no-repeat;
	line-height:0px;
	display:inline;
}

.corner_bl
{
	float:left;
	width:5px;
	height:5px;
	font-size:0em;
	background-image:url(../images/corner_bl.png);
	background-repeat:no-repeat;
	line-height:0px;
	display:inline;
}

.corner_br
{
	float:right;
	width:5px;
	height:5px;
	font-size:0em;
	background-image:url(../images/corner_br.png);
	background-repeat:no-repeat;
	line-height:0px;
	display:inline;
}


#main{
	background: #fff url(../images/sidebar.gif) top right repeat-y !important;
	text-align:left;
}
#content{
	float: left;
	width: 500px;
}
#sidebar{
	width: 370px;
	float: right;
}
#content{
	width: 578px;
}


/*

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{
	padding: 20px;
}
.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;
}

.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 span{
	padding: 0 0 0 15px;
	color: #999999;
	margin: 0 10px 0 0;
}
.entry a, #recent_items a{
	color: #1389c4;
}
.entry-date{
	background: url(../images/clock.gif) center left no-repeat;
}
.entry-categories{
	background: url(../images/folder.gif) center left no-repeat;
}
.entry-comments{
	background: url(../images/comments.gif) center left no-repeat;
}
.entry-content{
	margin: 15px 0 0 0;
}
/*

CONTENT->SIDEBAR

*/

#sidebar h2, #main h2, #portfolio_inside h2{
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 15px;
	font-size: 1.2em;
	font-weight: bold;
}
#content h2 {
padding-bottom: 10px;
}
.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
}
.page_title{
float: left;
margin:0;
padding: 0;
}
