html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ----------------------------------------------
	Template Name : Keep It Simple
	Template Code : S-0027
	Version : 1.0   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/       
	Last Date Modified : September 29, 2008	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 
body {
	font: 11px/165%  'Trebuchet MS', Helvetica, sans-serif;
	color: #666666; 	
	margin: 0; padding: 0 0 50px 0; 
	background: #F1F4F2 url(bg.gif) repeat-x; 
	text-align: center;
}
/* Links */
a, a:visited { 
	text-decoration: none;
	color: #AE855C;	
}
a:hover {
	border-bottom: 1px dotted #AE855C;	
}

/* Headers */
h1, h2, h3, h4 {
	font: bold 1em/1.5em  'Lucida Console', Monaco5, monospace;
	color: #64B9CB;
	padding: 10px 0px 7px 0px;	 
}
h1 { font-size: 3.7em; font-weight: normal; letter-spacing: -2px; }
h2 { font-size: 2.8em; font-weight: normal; color: #64B9CB; }
h3 { font-size: 2em; font-weight: normal; letter-spacing: -0.5px; padding-top: 15px}
h4 { font-size: 1.3em; }

#footer-content h2 { color: #444; font-size: 2em;}
/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }
li {color: #666666;}

dt {
  font-weight: bold;
  color: #7BA857;
}
dd {
  padding-left: 25px; 
}

p, dl { padding: 10px 0px; }

/* Images */
img {
	background: #FAFAFA;
   border: 1px solid #DCDCDC;
	padding: 8px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 3px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	/* white-space: pre; */
  	border: 1px solid #F0F0F0;
	background: #f8f8f8;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 10px;
 	padding: 10px 10px 10px 32px;  
   border: 1px solid #F0F0F0;
	background: #f8f8f8 url(quote.gif) no-repeat 12px 12px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;	
	color: #555;	
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;		
}
tr { background: #fff; }
tr.altrow { background: #F9F9F9;	}
th, td {
	text-align: left;			
	border-width: 1px;
  	border-style: solid;
}
th {
	color: #7BA857;
	background: #EFFAE6;
	padding: .8em 1em;	
  	border-color: #DFF4D5 #D3EFC3 #A7DF8A #D3EFC3;	
}
td {
	border-color: #EFEFEF;	
	padding: .7em 1em;	
}	
/* end - table */

/* form elements */
form {
	margin: 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #F0F0F0;
	background: #f8f8f8;
}
form p {
	border-bottom: 1px solid #E6E6E6;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #7BA857;
}
label {
	font-weight: bold;
	color: #7BA857;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 	
}
input:focus, select:focus, textarea:focus {
	color: #7BA857;
	background: #EFFAE6;
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #9CCF5F;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #B6DE8F #8DB836 #8DB836 #B6DE8F;
}
.form_field .label, .form_text_field_field label, .form_text_area_field label, .form_select_box_field label {
	width: 100px;
}


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#content-outer {
	background: #fff;
	width: 100%;
	padding: 5px 0;		
	border-bottom: 1px solid #E8E8E8;	
	text-align: left;		
}
#content-wrapper {
	margin: 0 auto;	
	background: #fff url(content-bg.gif) repeat-y center top;	
	padding-bottom: 35px;
	padding-top: 5px;		
	overflow: auto;
	width: 960px;
}
#header-wrap {
	width: 100%;
	background: #fff url(bg.gif) repeat-x ;	
	margin: 0; padding: 0; 
}
#header {
	position: relative;
	margin: 0 auto;
	background: url(border.gif) repeat-x left bottom; 	
	height: 275px;	
	width: 960px;
} 
#header h1#site_heading {
	height: 82px;
	position: absolute; 
	margin: 0; padding: 0 5px 0 0;
	font: normal 75px 'Lucida Console', Monaco5, monospace;
	letter-spacing: -6px;
	color: #64B9CB;
	text-decoration: none;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 90px; right: 20px;	
}
#header h1#site_heading a {
	color: #64B9CB;
	text-decoration: none;
}
#header h1#site_heading a:hover { border: none; }
#header h2#site_subheading {
	position: absolute;
	margin: 0; padding: 0;
	font-family: 'Lucida Console', Monaco5, monospace;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	letter-spacing: -.5px;
	color: #64B9CB;
	width: 400px;
	text-align: right;
	
	/* change the values of top and left to adjust the position */
	top: 175px; right: 30px;		
}
#header #header-image {
	position: absolute;
	width: 371px;
	height: 263px;	
    left: 10px; top: 0;
	z-index: 500;
}
#header_logo { 
	padding: 0px;
	margin: 0px; 
	position: absolute;
	top: 50px; 
	left: 0px; 
	border-width: 0px;
}

/* header quick search */
#header form#quick-search {
	position: absolute;
	top: 10px; right: 0;
	padding: 0; margin: 0;
	border: none;
	width: 270px; height: 33px;
	background: #F5F4F3 url(header-search.gif) no-repeat;	
	z-index: 999999;
}
#header form#quick-search p {
	margin: 0; padding: 0;		
}
#header form#quick-search input {
	border: none;
	background: transparent;
	color: #bababa;
	float: left;
	margin: 0; padding: 5px;
}
#header form#quick-search .tbox {
	margin: 6px 0 0 5px; 
	width: 216px;	
	display: inline;		
}
#header #search form#quick-search .btn{
	width: 25px; height: 25px;		
}
#header form#quick-search label {
	display: none;
}

/*  navigation  */
#header #primary_navigation {
	position: absolute;
	margin: 0; padding: 0;		
	width: 880px;	
	left: 0;	top: 5px;	
	z-index: 501;
}
#header #primary_navigation ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 15px;					
}
#header #primary_navigation ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#header #primary_navigation ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #666666;
	font: bold 14px/40px 'Trebuchet MS', Helvetica, sans-serif;
	text-transform: uppercase;	
}
#header #primary_navigation ul li a:hover, 
#header #primary_navigation ul li a:active {
	border: none;
	color: #111;
	background: transparent;
}
#header #primary_navigation ul li.active {
	background: transparent url(left-tab.gif) no-repeat;	
}
#header #primary_navigation ul li.active a {	
	color: #444;
	background: transparent url(right-tab.gif) no-repeat right top;	
}

/* main column */
#location_0 {
	width: 460px; 
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
#location_0 h2 {
	font-family: 'Lucida Console', Monaco5, monospace;
	font-size: 3.7em;
	color: #64B9CB;
	letter-spacing: -2.2px;	
	padding-bottom: 3px;
}

#location_0 h2 a {
	color: #64B9CB;
	border: none;
}
/* left columns */
#location_1, #location_2 {
	width: 220px; 
	float: left;
	margin-left: 10px;
	margin-right: 10px;
    min-height: 1px;
}
#location_2 {
	margin-right: 0;
}
#location_1 h2, #location_1 h3, #location_2 h2, #location_2 h3 {
	color: #64B9CB;
	font-family: 'Lucida Console', Monaco5, monospace;
	font-size: 2em;
	letter-spacing: -0.5px;
	padding: 5px 0px;
	margin: 12px 0 12px 0;
}

/* sidebar menu */
#location_1 ul, #location_2 ul {
	text-align: left;
	margin: 10px 8px 8px 8px; padding: 0;
	border-top: 2px solid #ebebeb; 
}
#location_1 li, #location_2 ul li {
	list-style: none;
	background: url(dots.gif) repeat-x left bottom; 
	padding: 7px 5px;
	margin: 0;		
}

#location_1 li a, #location_2 li a, #location_1 li a:visited, #location_2 li a:visited {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	background-image: none;	
	background-color: transparent;
	border: none;
	color: #7BA857;
	padding-left: 0;	
}

#location_1 li a:hover, #location_2 ul li a:hover { color: #000;	}

#location_1 .component, #location_2 .component { padding: 0px 10px; }
/* footer */
#footer-wrapper {
	clear: both;
	margin: 0 auto;
	text-align: left;
	width: 960px;			
}
#footer-wrapper a {
	color: #333;
	background: transparent;
}

/* footer-content */
#footer-content {
	float: left;	
	width: 100%;	
	padding: 0 0 35px 0;				
	margin: 10px 0 0 5px;			
}

#footer-bottom {
	clear: both;
	border-top: 1px solid #dadada;
	width: 940px;
	margin: 0 auto;	
	clear: both;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

#footer-content #copyright {
	float: left;
	padding-left: 5px;
	width: 400px;		
	margin-top: 5px;
}
#footer-content #powered_by {
	float: right;
	text-align: right;
	padding-right: 0;
	width: 400px;
}



/* footer-list */
#footer-wrapper ul {
	border-top: 1px solid #E6E6E6;
	list-style: none;
	padding: 0;	
	margin-left: 0;	
}
#footer-wrapper ul li {
	border-bottom: 1px solid #E6E6E6;
}
#footer-wrapper ul li a {
	display: block;
	width: 98%;
	line-height: 2em; 
	font-weight: bold;
	padding: 4px 0;
	margin-left: 0;
	padding-left: 0;
	color: #888;
	border: none;
	font-weight: normal;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
#footer-wrapper ul li a:hover {
	color: #333;	
}


/* blog */
.blog_post .title {
	margin-left: 0;
	padding-left: 0;
}
.blog_post .date {
	color: #CCCCCC;
}

.blog_post h3.title { border-bottom: 1px solid #ebebeb;	font-size: 2.8em; font-weight: normal; padding: 3px 0px 0px; }
.blog_post h3.title a { color: #444; }
#comments .odd {
	border: 1px solid #EBEBEB;
	background: #fff;
}

#comments .even {
	border: 1px solid #EBEBEB;
	background: #f8f8f8;
}
#comments .owner { border: 1px solid #666; color: #000; background-color: #ffe;}

#location_0 .metadata {	
	padding: 5px; margin: 20px 0px 15px 0px;	
	border: 1px solid #EBEBEB;
	background: #f8f8f8;	
}
.blog_post a { background: transparent; }
.blog_post a:hover { border: none; }

.category, .tags, .comments { 
  display: inline;
	border-left: 1px dotted #999;
	padding: 0px 10px;
}
.comments { border-left-width: 0px; padding-left: 0px; }

/* thumbnails */
p.thumbs{ padding: 10px 0 0 10px; }
.thumbs img { 
	position: relative;
	padding: 8px;
	margin: 5px;
	background: #fafafa;
   border: 1px solid #ddd;	
}
.thumbs img:hover	{
	border: 1px solid #D2D2D2;
	background: #DDD;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* comments list */
ol.commentlist {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;	
	border-color: #F0F0F0;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #F0F0F0; 
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
.commentlist li.alt {
	background: #f8f8f8 
}

/* alignment classes & additional classes*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.no-border { border: none; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

#location_3, #location_4 { float: left; width: 460px; min-height: 1px; }
#copyright { clear: both;}
.ebay_information { margin-left: 110px; }
.ebay_item { margin: 0px 0px 48px 0px; }
.tweet_date_posted { font-size: 0.8em; font-style: italic;}
#location_2 ul.navigation, #location_1 ul.navigation { border-top-width: 0px;}


