/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

body  {
font-family: Rockwell, Arial, Helvetica, Sans-serif;
/*font-size: 12px;
line-height: 1.5;*/
  /*unitless for proper inheritance*/
}

#logo  { float:none; margin:0 0 0; }

#main_content #top {
border-bottom: none;
}

#page h2.title {
display: none;
}

#top p.continue_reading a  {
background: url(styles/minimal/continue_reading.jpg) no-repeat right center;
padding: 0 15px 0 0;
}

#two-col .left h3 {
display: none;
}

#two-col .right h3 {
display: none;
}

.widget  {
border-bottom: none;
}

.widget h3 {
border-bottom: none;
}

.widget_recent_comments ul li {
color: #4f5357;
padding: 7px 0 7px 15px;
background: url(styles/minimal/widgetlisticon.gif) no-repeat 5px center;
}


.amzshcs .amzshcs-item img  {
float: left;
padding: 0 5px 0 0;
}

#header img {
float: left;
margin: 30px 0 0;
}

#header #subscribe {
display: none;
}

.entry img  {
border: none;
}

.floatl  {float: left;}
.floatr  {float: right;}

.alignl  {text-align: left;}
.alignr  {text-align: right;}
.alignc  {text-align: center;}

table {
	width: 400px;
}
th {
	text-align: left;
	padding: 5px;
}

td {
	padding: 5px;
}

.wp-table-reloaded {
	background-color:#CDCDCD;
	margin:10px 0px 15px 0px;
	font-size:8pt;
	width:100%;
	text-align:left;
}
.wp-table-reloaded th {
	background-color:#E6EEEE;
	border:1px solid #FFFFFF;
	padding:4px;
}
.wp-table-reloaded td {
	color:#3D3D3D;
	padding:4px;
	background-color:#FFFFFF;
	vertical-align:top;
}
.wp-table-reloaded .even td {
	background-color:#FFFFFF;
}
.wp-table-reloaded .odd td{
	background-color:#F0F0F6;
}
.wp-table-reloaded .header {
	background-image:url(http://www.hlworkshop.com/wp-content/plugins/wp-table-reloaded/img/bg.gif);
	background-repeat:no-repeat;
	background-position:center right;
	cursor:pointer;
}
.wp-table-reloaded .headerSortUp {
	background-color:#8DBDD8;
	background-image:url(http://www.hlworkshop.com/wp-content/plugins/wp-table-reloaded/img/asc.gif);
}

.wp-table-reloaded .headerSortDown {
	background-color:#8DBDD8;
	background-image:url(http://www.hlworkshop.com/wp-content/plugins/wp-table-reloaded/img/desc.gif);
}