/*  
Theme Name: Anything Left-Handed
Theme URI: http://alh.randomriver.net/
Description: Theme for Anything Left-Handed blog and info pages
Version: 1.0
Author: Chris Dicken
Author URI: http://www.randomriver.net/
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p {
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	margin: 0;
	background: #f0f0f0;
	font: 13px/1.3 "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	padding-top: 0.5em;
	padding-bottom: 0.25em;	
        color: #5976a9;
        line-height: 1.2;
}

h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

p {
	padding: 0;
	margin: 0;
	padding-bottom: 0.5em;
}

a:link {
	color: #5976a9;
	text-decoration: none;
}

a:visited{
	color: #93a3bf;
	text-decoration: none;
}

a:hover {
	color: #5976a9;
	text-decoration: underline;
}

a:active {
	color: #5976a9;
	text-decoration: none;
}

form {
	padding: 0;
	margin: 0;
}

#left-margin  {
	width: 1000px;
	margin: 0 auto;
	background: url('images/shadow-left.jpg') repeat-y;
}

#right-margin  {
	width: 980px;
	margin-left: 20px;
	background: url('images/shadow-right.jpg') repeat-y right;
}

#container {
	background: white;
	width: 960px;
	margin-right: 20px;
}

#header-area {
	width: 960px;
	height: 118px;
	background: url('images/heading-bg-collage-us.jpg') no-repeat;
}

#logo {
	width: 103px;
	height: 118px;
	background: url('images/logo.gif') no-repeat;
	float: left;
	margin: 0 0 0 10px;
	display: inline;
}

#logo a {
	width: 103px;
	height: 118px;
	display: block;
}

#top-nav {
	float: right;
	width: 800px;
	height: 29px;
	/* background: url('images/top-nav-left-end.gif') no-repeat #999;*/
}

#top-nav ul {
	list-style: none;
	padding: 0;
	margin: 5px 0 0 10px;
	border: 0;
	width: 790px;
}

#top-nav ul li {
	display: inline;
	float: right;
        font-size: 12px;
	color: #fff;
}

#top-nav ul li.cart {
	float: left;
	background: url('images/basket.gif') no-repeat;
	padding-left: 25px;
}

#top-nav ul li a {
	color: #fff;
	text-decoration: none;
	margin: 0 10px;
}

#top-nav ul li a:hover {
	text-decoration: underline;
}

#mcafee {
	float: right;
	width: 100px;
	height: 65px;
	margin: 12px 10px 0 0;
}

/* #cart {
	float: right;
	width: 296px;
	height: 58px;
	background: url('images/cart-bg.png') no-repeat;
	margin: 15px 40px 0 0;
}

#cart-contents {
	float: left;
	display: inline;
	margin: 13px 10px 0 10px;
	width: 193px;
}

#cart-buttons {
	float: left;
	margin: 12px 0 0 0;
	width: 75px;
	height: 37px;
}

#message {
	float: right;
	width: 320px;
	height: 60px;
	margin: 15px 35px 0 0;
}

#message h1 {
	padding: 0;
	margin: 0;
	color: #4bb7b6;
	font-size: 18px;
	line-height: 24px;
}*/

#nav-bar {
	width: 960px;
	height: 24px;
	background: #999;
	text-align: left;
}

#nav-bar ul {
	padding: 0;
	margin: 0 ;
	list-style: none;
}

#nav-bar ul li {
	display: inline;
}

#nav-bar ul li a {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	padding: 0px 25px;
	text-decoration: none;
	border: 0;
	border-right: solid 1px white;
}

#nav-bar ul li a:hover {
	color: #ccc;
}

.top-nav-label {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;	
}

#nav-bar ul form {
	display: inline;
	width: 400px;
	margin: 0;
	padding: 0;
	border: 0;
}

input.quicksearch-box{
	font-size: 12px;
	border: solid 1px black;
	padding: 1px;
	margin: 0;
	margin-left: 5px;
	width: 120px;
}

input.quicksearch-button{
	margin: 0;
	padding: 0;
}


#main-area {
	width: 960px;
}

#sidebar-left {
	float: left;
	width: 160px;
	margin: 10px 8px;
	display: inline;
}

#bulk {
	float: right;
	width: 782px;
	display: inline;
}

#content {
	float: left;
	width: 580px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline;
}

#content ul {
        margin-left:25px;
        margin-right:20px;
        padding:2px;
}

#content ul li {
        padding:3px;
        margin-bottom:5px;
}

#sidebar-right {
	float: right;
	width: 160px;
	margin: 10px 8px;
	display: inline;
}

#footer {
	width: 960px;
	border-top: solid 4px #5976a9;
}

.sidebar-box {
	width: 160px;
	background: url('images/sidebar-bg.png') center bottom;
	margin-bottom: 10px;
}

.sidebar-box-right {
	width: 160px;
	background: url('images/sidebar-bg.png') center bottom;
	margin-bottom: 10px;
}

.sidebar-header {
	width: 161px;
	height: 38px;
}

.sidebar-content {
	padding: 5px;
        font-size: 12px;
}

.sidebar-latest-posts {
	padding: 5px;
        font-size: 12px;
        border-bottom: 1px solid #f0f0f0;
}


#welcome {
	background: url('images/side-heading-welcome.jpg') no-repeat;
}

#us-partners {
	background: url('images/side-heading-us-partners.jpg') no-repeat;
}

#lhc {
	background: url('images/side-heading-lhc.jpg') no-repeat;
}

#videos {
	background: url('images/side-heading-videos.jpg') no-repeat;
}

#top-sellers {
	background: url('images/side-heading-top-sellers.jpg') no-repeat;
}

#special-offers {
	background: url('images/side-heading-special-offers.jpg') no-repeat;
}

#related-videos {
	background: url('images/side-heading-related-videos.jpg') no-repeat;
}

#further-info {
	background: url('images/side-heading-further-info.jpg') no-repeat;
}

#related-content {
	background: url('images/side-heading-related-conten.jpg') no-repeat;
}

#subscribe {
	background: url('images/side-heading-subscribe.jpg') no-repeat;
}

#about-alh {
	background: url('images/side-heading-about.jpg') no-repeat;
}

#alh-categories {
	background: url('images/side-heading-categories.png') no-repeat;
}

#being-lh{
	background: url('images/side-heading-being-lh.jpg') no-repeat;
}

#latest-posts {
	background: url('images/side-heading-latest-posts.png') no-repeat;
}

#blog-archive {
	background: url('images/side-heading-archive.png') no-repeat;
}

#alh-shop {
	background: url('images/side-heading-alh-shop.jpg') no-repeat;
}
.subscribe {

        padding-bottom: 5px;
	padding-left: 7px;
	margin-right: 10px;
	font-size: 12px;
}

.feedlink {
	background: url(images/rss.gif) no-repeat top left;
        padding-bottom: 20px;
	padding-left: 23px;
	font-weight: bold;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.lhc-button {
	color: white;
	background: #5976a9;
	font-weight: bold;
	padding: 1px;
	border: solid 2px #264376;
	border-color: #9eb2d6 #264376 #264376 #9eb2d6;
}

.bulletarea {
	float: left;
	margin: 10px;
}

#footer-right {
	float: right;
	margin: 10px;
}

.alh-box {
/*	width: 290x;   */
	background: url('images/box-br.gif') bottom right no-repeat;
	float: left;
}

.alh-box-bl {
	background: url('images/box-bl.gif') bottom left no-repeat;
	padding: 0 0 5px 0;
}

.alh-box-tr {
	background: url('images/box-tr.gif') top right no-repeat;
	padding: 0 5px 0 0;
}

.alh-box-tl {
	background: url('images/box-tl.gif') top left no-repeat;
	padding: 5px 0 0 5px;
}

.alh-boxk {
	width: 580px;   
	background: url('images/box-br.gif') bottom right no-repeat;
	float: left;
}

.alh-boxk-bl {
	background: url('images/box-bl.gif') bottom left no-repeat;
	padding: 0 0 5px 0;
}

.alh-boxk-tr {
	background: url('images/box-tr.gif') top right no-repeat;
	padding: 0 5px 0 0;
}

.alh-boxk-tl {
	background: url('images/box-tl.gif') top left no-repeat;
	padding: 5px 0 0 5px;
}
.alh-boxk table{
	background: #fff;
}
.alh-boxk tbody th{
	background: #999;
	font-size: 14px;
	color: #fff;
}
.alh-boxk tbody td {
	border-bottom: 1px solid #f0f0f0;
}

.alh-boxk tbody tr:hover {
	background: #f0f0f0;
}

/* main rounded box & table */

.alh-rounded-box-top {
	height: 5px;
	background: url('images/rounded-box-top-main.gif') no-repeat;
}

.alh-rounded-box-top-corner {
	float: right;
	height: 5px;
	width: 5px;
	background: url('images/rounded-box-top-corner.gif');
}

.alh-rounded-box-bottom {
	height: 5px;
	background: url('images/rounded-box-bottom-main.gif') no-repeat;
}

.alh-rounded-box-bottom-corner {
	float: right;
	height: 5px;
	width: 5px;
	background: url('images/rounded-box-bottom-corner.gif');
}

.alh-rounded-box-middle {
	background: url('images/rounded-box-bg.gif') repeat-y;
	padding-left: 5px;
}

.alh-rounded-box-content {
	background: url('images/rounded-box-bg-edge.png') right repeat-y;
	padding-right: 5px;
}

.alh-rounded-box-content table{
	background: #fff;
}
.alh-rounded-box-content tbody th{
	background: #999;
	font-size: 14px;
	color: #fff;
}
.alh-rounded-box-content tbody td {
	border-bottom: 1px solid #f0f0f0;
}

.alh-rounded-box-content tbody tr:hover {
	background: #f0f0f0;
}

.newsletter table {
        background: #F1F5F5;
}
.newsletter tbody td {
	border-bottom: 1px solid #666;
}
.newsletter tbody tr:hover {
	background: #fff;
}
.newsletter-nested tbody td {
	border-bottom: 0px;
}


/* main rounded box & table - end */

.summary-top-text {
	float: left;
	width: 115px;	
}

.summary-top-text h3 {
	font-size: 12px;
	font-weight: bold;
}

.summary-top-image {
	float: left;
	width: 150px;
	margin-right: 10px;
}

.summary-bottom {
	clear: both;
}

.section-header {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
	height: 163px;
	background-color: #8eb7b5;
}

.section-header h2, .section-header p {
	color: white;
	padding: 20px;
	padding-bottom: 0;
}

.section-header-img {
	width: 150px;
	overflow: hidden;
	float: left;
	background: url('images/section-info-fade.png') right repeat-y;
	height: 163px;
}

.section-header-text {
	background-color: #8eb7b5;
	float: left;
	height: 163px;
	width: 400px;
}

/* product detaila */

.product-details-image {
	float: left;
	margin-right: 20px;
	text-align: center;
}

.product-name-etc {
	float: left;
	width: 300px;
}

.product-name-etc h1 {
	padding: .2em 0;
}

.product-details-price {
	font-size: 16px;
}

.details-cart-area {
	width: 296px;
	height: 58px;
	background: url('images/cart-bg.png') no-repeat;
}

.details-cart-stock {
	margin: 20px 0 0 15px;
	float: left;
	width: 130px;
	display: inline;
}

.details-cart-button {
	float: right;
	width: 130px;
	text-align: right;
	margin: 13px 10px 0 0;
	display: inline;
}

h2.product-details-sub-heading {
	font-size: 13px;
	color: #666;
	background: url('images/product-details-sub-header.gif') no-repeat;
	padding: 3px;
	clear: both;
}

.product-details-area {
	padding: 5px;
}

ul.further-information {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.further-information li {
	float: left;
	width: 250px;
}


/* wp - content */

.post {
	padding: 10px 0 10px 0;
}

.post h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.post h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.post h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.entry {
	line-height: 18px;
}

p.postmetadata {
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

/* comments */

/* Begin Comments*/

#commentform input, #commentform textarea {
	font: 0.9em 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin: 0;
}

.commentlist p {
	padding: 10px 5px 0 0;
}
.children {
padding: 0;
margin: 10px;
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	float: right;
	}

.comment-author {
	float: left;
}

li.odd {
	background: #e6e6e6;
}

li.even {
	background: #ddd;
}

li.comment p {
clear: both;
}

li.comment-author-admin {
background: #f1f5f5;
border: solid 1px #5976a9;
}

li.comment-author-lauren {
background: #fceff7;
border: solid 1px #999;
}

/* End Comments */

.breadcrumb {
        border-bottom: 1px solid #ccc;
        font-size: 11px;
        }

.highlight-block {
	font:13px/1.3 "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background:#FFFF99;
	border:1px solid;
	border-color:#999999 #666666 #666666 #999999; 
	padding:0px 2px 0px 4px
}

/* Settings for dfr box in right sidebar */
/* Different css block so as not to apply to other menu items */

.sidebar-box-right-dfr {
	width: 160px;
	background: url('images/sidebar-bg.png') center bottom;
        border-bottom: 1px solid #f0f0f0;
	margin-bottom: 8px;
}

#online-shop {
	background: url('images/online-shop.jpg') no-repeat;
}

.sidebar-box-right-dfr h2 {
        font-size: 16px;
}

/* First level - search and store categories headings */
/* no other content at the moment - check formats if added later */

.sidebar-box-right-dfr ul {
	list-style: none;
	padding: 0;
	margin-left: 7px;
	margin-top: 0px;
        font-size: 12px;
	color: #999;
}

.sidebar-box-right-dfr ul li{
        font-size: 13px;
        font-weight: bold;
	color: #000;
}

/* First level of categories */

.sidebar-box-right-dfr ul li ul {
	list-style: none;
	padding: 0;
	margin-left: 0;
	padding-top: 3;
        font-size: 12px;
	color: #666;
}

.sidebar-box-right-dfr ul li ul li a {
        font-size: 12px;
        font-weight: bold;
	color: #666;
}

.sidebar-box-right-dfr ul li ul li a:hover {
        color: #C00;
	text-decoration: underline;
}

/* Second level of categories */
.sidebar-box-right-dfr ul li ul li ul li a {
	list-style: disc;
	margin-left: 10px;
        font-size: 11px;
        font-weight: normal;
	color: #5976a9;
}