A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline;}

h1 {font-size:14pt;}
h1 a {font-size:14pt;}
h2 {
color:#036;
font-size:13pt;
border-bottom:1px dotted #cad6e8;
}

table,tr,td {font-size:10pt;}

/* SEARCH FORM */

.search-form input {
	margin:5px;	
	float:right;
  width: 190px;
  color:gray;
}

/* POSTS */

.post
{
width:100%;	
	}

.postbg {

}

.postbg h2
{
padding:10px;	
line-height: 25px;
background-color: #f3f3f3;	
border: 1px solid #bfbfbf;
}

.postbg h2 a
{
padding:10px;	
background-color: #f3f3f3;	
}

.postbg img 
{
padding:10px;	
	}

.more-link a
{
font-size:9pt;
float:right;
	}

/* POSTS */

.categories {
margin:0pt;
padding:0pt;
list-style: none;
font-size:9pt;
}

.cat-item {
}

.current-cat {
font-weight:bold;
}

.current-cat-parent {}

p {padding-left:20px;}

div#wrapper {
	width:1000px;	
	margin:0;
	padding:0;
	color:#000;
	font-family: sans-serif;
}

div#header {
	margin:0;	
	float:top;
	width:990px;
	height: 50px;
	padding:5px;
	background-color: #036;
}

div#headerads {
	margin:0;	
	float:top;
	width:1000px;
	height: 15px;	
	border-bottom: 1px solid black;
	background-color: #036;
}

div#header a {
	color:#fff;
	font-size:30pt;
}

div#content{
	width:600px;	
	float:left;
	padding:10px;
}

div#user{
	padding:3px;
	text-align:center;
	border: 1px solid gray;
}

div#thumbs{
	padding:3px;
	text-align:center;
	border: 1px solid gray;
}

.thumbnail{
	width: 100px;
	margin: 10px;
	padding: 5px;
	font-size:10pt;	
}

div#ebay{}

div#right {
	float:right;
	width:350px;
	padding:10px;
	background-color: #036;
}

div#right a {
	color:#fff;
}

div#footer {
	clear:both;
	padding:10px;
	text-align:right;
	font-size:10pt;
	color:gray;
}

div#footer a {
	font-size:10pt;
	color:gray;
}



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */