@import url('style-basics.css'); /* general body styles with wrapper */
@import url('style-header.css'); /* header styles i.e. h1 and search */
@import url('style-typography.css'); /* content typography styles */
@import url('style-sidebar.css'); /* general sidebar styles and custom styles for primary and secondary */
@import url('style-widgets.css'); /* sidebar widgets */
@import url('style-comments.css'); /* comments template */

.container{float: left;}
.outter{
	width: 955px;
	background: #FFF;
	padding: 0 0 0px 0;
}

.inner{
	width: 955px;
	margin: 0 15px 0 0;
	padding: 0 0 7px 0;
	background: #FFF;
	display: inline;
}

.inner .top, .inner .bottom{
	float: left;
	width: 955px;
	height: 0px;
	font-size: 1px;
}

.inner .bottom{

}

#content{
	float: left;
	margin: 16px 24px 0 10px;
	width: 500px;
	display: inline;
}


#headimg{} /* look in functions.php */


.post{
	width: 500px;
	padding: 0 0 30px 10px;
	position: relative;
}

.post h2{
	padding: 0 10px 0 -10px;
	font: 16px Helvetica;
	text-transform: uppercase;
}

.post h2 a{
    font-weight: bold;
	color: #333333;
}

.post h2 a:hover{
    font-weight: bold;
	color: #ED008C;
}
.entry-date{
	width: 100px;
	height: 30px;
	position: absolute;
	top: 0px;
	margin: -3px 0 0 -124px;
	padding: 3px 15px 4px 16px;
	font: bold 16px Helvetica;
	text-transform: uppercase;
	text-align: left; 
	color: #ED008C;
	background: url(images/datebg.gif) no-repeat 6px 0px;
}
 

.comments-link{
	width: 110px;
	height: 40px;
	position: absolute;
	margin: -31px 0 0 -124px;
	padding: 0px 0 10px 0px;
	font: bold 10px Helvetica;
	text-transform: uppercase;
	text-align: right; 
	color: #ED008C;
    background: url(images/commentsbg.gif) no-repeat 6px 0px;

}

.entry-date span, .comments-link span{
	display: block;
	text-align: right;
}

.entry-date span.month{
	padding: 8px 0 0;
}

.comments-link{
	top: 54px;
	height: 40px;
}

.comments-link span{
	display: block;
	margin: 6px 24px 0 0px;

	height: 50px;
	overflow: hidden;
}

.comments-link a{
    display: block;
	color: #666666;
	font-weight: normal;
	padding: 0px 1px 0 0;
}

.comments-link a:hover{
	color: #ED008C;
}

.entry-meta{
	padding: 0px 10px 8px 1px;
	margin: 4px 0 0 0px;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 4px solid #ED008C;
	color: #666;
}

.entry-content{
	padding: 0 0px 0 0;
	line-height: 20px;
}

.entry-content img{
	padding: 0 60px 0 0;
	line-height: 20px;
}

.entry-content p a{
    font-weight: normal;
	text-decoration: none; 
	color: #333333;
    border-bottom: 1px dotted #ED008C;
}

.entry-content p a:hover{
    font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	background: #ED008C;
	border-bottom: 1px solid #ED008C;
}



.entry-foot{
	padding: 3px 0px 3px 0px;
	margin: 0 0 0 0px;
	line-height: 16px;
	background: #F4F4F4;
	border-top: 2px solid #DFDFDF;
	border-bottom: 2px solid #DFDFDF;
	font-size: 11px;
}

.author a{
    color: #ED008C; 
    font-weight: normal;
    border-bottom: 1px dotted #ED008C;
	}

.author a:hover{
    color: #FFFFFF; 
    background: #ED008C;
    font-weight: normal;
    border-bottom: 1px solid #ED008C;
	}

.cat-links a{
    color: #ED008C; 
    font-weight: normal;
	}

.cat-links a:hover{
    color: #FFFFFF; 
    background: #ED008C;
    font-weight: normal;
	}
	
	
.comment-meta a{
    color: #ED008C; 
    font-weight: normal;
    border-bottom: 1px dotted #ED008C;
	}

.comment-meta a:hover{
    color: #FFFFFF; 
    background: #ED008C;
    font-weight: normal;
    border-bottom: 1px solid #ED008C;
	}	
	
.navigation{
	float: left;
	margin: 0 0 12px;
	width: 500px;
	display: inline;
}

.navigation span.nav-previous{
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
	color: #ED008C; 
	font-weight: normal;
	background: url(images/bg-older-posts.gif) no-repeat 0 3px;
}

.navigation span.nav-next{
	margin: 0 10px 0;
	padding: 0 16px 0;
	color: #ED008C;
	font-weight: normal;
	background: url(images/bg-newer-posts.gif) no-repeat right 3px;
}

#footer{
	float: left;
	width: 940px;
	padding: 0px 0 20px 0;
	color: #999999;
}

#footer a{color: #999999; font-weight: normal;}
#footer a:hover{color: #666666;}
#footer p{padding: 10px 35px 0 0;}