﻿/*
Theme Name: On The Job
Theme URI: 
Description: Blog for on the job
Version:1.0
Author: Joe Sherwood
Author URI: 
Tags: White Page Drop Shadow
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
@import "style/css/print.css";

body{
	text-align:center; 
	background: transparent url('img/Backround.png');
		font-family:Arial, Helvetica, sans-serif;
}
#headerA{
	margin:0px auto;
	background: transparent url('img/Top.png') no-repeat;
	width:689px;height:13px;
	padding: 0 0px 0px 0px;
}
#header {
	margin:0px auto;
	width:689px;
	padding: 0 0px 0px 0px;
	background: transparent url('img/Middle.png') repeat-y ;
}
#nav {
	
	list-style-type:none;
	font-size:16px;
	font-family: 'Arial';
	/*width:600px;
	background: transparent url('img/Page.png') repeat-y 
	margin:0 auto;
		padding: 0px 0px 5px 5px;
	*/
	margin:0px 0px 0px 15px;

}
#nav li {
	float:left;
	margin:0px 5px 0px 0px ;

}
#main_content {
	width:689px;
	padding: 0 0px 0 0px;
	background: transparent url('img/Middle.png') repeat-y ;
	margin:0px auto;
	text-align:left;
}
#post_List, page_Entry{
	width:500px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
.post_snippet{
	padding: 0px 15px 5px 15px;
}

#sidebar {
	margin-left:500px;
	width:178px;
	padding:0px 5px 0px 5px;
}

#sidebar>ul>li{
	margin:0px 0px 10px 0px;
}

#single_Post { 
	 width:689px;
	 padding: 0 0px 0 0px;
	 background: transparent url('img/Middle.png') repeat-y ;
	 font-family:'Arial';
	 text-align:left;  
	 margin:0 auto;
	 
}
#single_Entry{
	padding: 0px 15px 0px 15px;
}
#footer{
		width:689px;
		padding: 10px 0px 0 0px;
		background: transparent url('img/Middle.png') repeat-y ;
		margin:0px auto;
		font-size:smaller; 
		text-align:center;
}
#footerA{
	margin:0px auto;
	background: transparent url('img/Bottem.png') no-repeat;
	width:689px;height:22px;
	padding: 0 0px 0px 0px;
}
.edit_button{
	font-size:x-small; 
}

#comments_section li  {
	background:lightgrey ;
	border:1px solid grey;
	width:300px ;
	margin: 5px;
	padding: 5px;
}



em.comment_author_date , em.entry_time {
	font-size:x-small; 
}
