/*
Theme Name: ClassicJunkYard
Theme URI: http://www.classicjunkyard.com/
Description: Simple Wordpress Theme To Match Site
Version: 1.6
Author: Kevin Schappell
Author URI: http://kevin.schappell.com/
Tags: junkyard, classic car, antique car, old, junk, automotive
*/

/** =Resets **/

address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre {
margin:0;
padding:0;
}


BODY
{
	text-align: center;
	background-color: #000000;
}

h1
{
	font-size: 12px;
}
 
h2
{
	font-size: 10px;
}

.page
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.header
{
	width: 800px;
}

.blog_filler
{
	position:absolute;
	margin-top: 0px;
	width: 800px;
	text-align: left;
	font-weight: bold;
	color: #cccccc;
	font-size: 9px;
	background-image: url(../../../../images/classifieds_item_bottom.jpg);
}

.blog_wrapper
{
	width: 350px;
	min-height: 500px;
	text-align: left;
	font-weight: bold;
	color: #999999;
	font-size: 9px;
	margin-left: 357px;
	margin-top:-500px;
	vertical-align:top;
	padding-right:35px;
	z-index:20;
	line-height: 14px;
}

.blog_wrapper A:link
{
	color: #999999;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
}
.blog_wrapper A:visited
{
	color: #999999;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
}
.blog_wrapper A:active
{
	color: #999999;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
}
.blog_wrapper A:hover
{
	color: #cccccc;
	font-size: 9px;
	text-decoration: underline;
	font-weight: bold;
}

.blog_body
{
	width: 800px;
	height: 503px;
	text-align: left;
	font-weight: bold;
	color: #cccccc;
	overflow: hidden;
	font-size: 9px;
	background-image: url(../../../../images/blog_top.jpg);
}

.blog_post_header
{
font-size: 12px; 
padding: 15px;
line-height: 18px;
width: 303px;
height: 20px;
background-image:url(../../../../images/blog_post_01.gif);
background-repeat: no-repeat;
}

.blog_post_header A:link
{
	text-decoration: underline;
	color: #999999;
	font-weight: bold;
	font-size: 16px;
}

.blog_post_header A:active
{
	text-decoration: underline;
	color: #999999;
	font-weight: bold;
	font-size: 16px;
}

.blog_post_header A:visited
{
	text-decoration: underline;
	color: #999999;
	font-weight: bold;
	font-size: 16px;
}

.blog_post_header A:hover
{
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
	font-size: 16px;
}


.blog_post
{
font-size: 9px; 
line-height: 16px;
width: 303px;
padding: 15px;
background-image:url(../../../../images/blog_post_02.gif);
background-repeat: repeat-y;
}

.blog_post A:link
{
	text-decoration: underline;
	color: #999999;
	font-weight: bold;
	font-size: 9px;
}
.blog_post A:active
{
	text-decoration: underline;
	color: #999999;
	font-weight: bold;
	font-size: 9px;
}
.blog_post A:visited
{
	text-decoration: underline;
	color: #999999;
	font-weight: bold;
	font-size: 9px;
}
.blog_post A:hover
{
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
	font-size: 9px;
}


.blog_post_footer
{
width: 333px;
height: 125px;
padding: 30px 15px 15px 15px;
background-image:url(../../../../images/blog_post_03.gif);
background-repeat: no-repeat;
}


.blog_sidebar
{
	width:250px;
	height:550px;
	overflow: hidden;	
	color: #000000;
	text-align: left;
	margin-left: 90px;
	margin-top: 60px;
}

.blog_sidebar A:link
{
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}
.blog_sidebar A:visited
{
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}
.blog_sidebar A:active
{
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}
.blog_sidebar A:hover
{
	color: #000000;
	font-size: 10px;
	text-decoration: underline;
}

.blog_footer
{
	position:relative;
	width: 800px;
	height: 60px;
	text-align: center;
	font-weight: bold;
	color: #666666;
	overflow: hidden;
	font-size: 9px;
	background-image: url(../../../../images/classifieds_item_footer.jpg);
	padding-top:100px;
}

.blog_footer A:link
{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

.blog_footer A:active
{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

.blog_footer A:visited
{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

.blog_footer A:hover
{
	text-decoration: underline;
	color: #999999;
	font-weight: bold;
}

ul 
{	
list-style-type: none;
list-style-position: outside;
margin: 0px 0 0 5px;	
} 

li {	
list-style-type: circle;
margin-top: 1px;	
margin-left:10px;
line-height: 15px;
} 

 