/**
 *	This file contains the layout information for the default index.php file.
 *	This layout will generally be modified to suit ones requirements.
 *	
 */


/*  
Theme Name: Sidetrack
Theme URI: http://blog.firthcycles.com/
Description: Custom Theme for Firth Cycles Blog
Version: 1.0
Author: Random Sequence
Author URI: http://www.randomseqeuence.com/
*/

/* YUI RESET */
body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/* YUI FONTS */
body {font:13px/1.22 'helvetica neue',arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}
/* Setup Default Styles */
/* Base font size: 12px Line Height: 18px */
body {
font-size: 12px;
}
p, ul li, ol li, dl dt, th, td {
font-size: 1em; 
line-height: 1.5em;
}
p, ul, ol, dl, fieldset, table {
margin: 0.5em 0 1em 0;
}
ul li {
list-style: disc outside;
}
ol li {
list-style: decimal outside;
}
h1 {
font-size: 2.18em; 
line-height: 0.688em;
margin: .688em 0 .688em 0;
}
h2 {
font-size: 1.64em; 
line-height: 1.83em;
margin: .4575em 0;
}
h1,h2,legend {
	font-family: "Din","Trebuchet","Trebuchet MS",sans-serif;	
	text-transform: uppercase;
}
h3, legend {
font-size: 1.45em; 
line-height: 1.034em;
margin: 0.517em 0;
clear: both;
}
h4 {
font-size: 1.18em; 
line-height: 1.271em;
margin: 0.6355em 0;
}
pre, code, xmp {
font-size: 0.85em; 
line-height: 1.765em;
}
pre, xmp {
margin-bottom: 1.765em;
}
small,.sidebar {
font-size: 0.909em; 
line-height: 1.65em;
}
#footer {
margin: 0.5em 0 1em 0;
}
strong, th {font-weight:bold;}
em {font-style:italic;}
th,td {padding-right: 0.6em;}
abbr,acronym {border-bottom:1px dotted #000; cursor:help;}
a {	text-decoration: none;}
a:hover {text-decoration: underline;}

/* Colour */
body {
	color: #606060;
}

h1, h2, h3, h4, a:link, h1 a:link, h2 a:link, h3 a:link, h4 a:link, legend {
	color: #9dab99;
}

a:visited, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
	color: #849080;
}

/* Layout Styles */
body {
	background: #eee;
}

hr {
	display: none;
}

#page {
	background: #fff;	
	width: 950px;
	margin: 0 auto;
	padding: 18px;
	margin-bottom: 18px;
}

/*** Header Element ***/

#header {
	height: 72px;
	background: #9DAB99;
	position: relative;
}

#header #headerimg {
}

#header #logo {
	position: absolute;
	right: 9px;
	top: 9px;
}

#header #headerimg .pagetitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 344px;
	height: 72px;
	padding: 0;
	margin: 0;	
	overflow: hidden;
	background: url(/images/firthcycles.gif) top left no-repeat;
}

#header #headerimg .pagetitle a {
	text-indent: 360px;	
	display: block;
	height: 72px;
	display: none;
}

#header ul {
	display: inline;
} 

#header ul li {
	font-size: 12px;
	margin-left: 0;
	padding: 3px 2px;
	list-style: none;
	display: inline;
}

/* Toolbar */

#toolbar {
  display: block;
  clear: both;
  position: relative;
}

#toolbar #breadcrumbs {
  position: absolute;
  left: 200px;
  margin-left: 1em;
}

#toolbar #search {
  float: right;
}

#toolbar #search label {
  display: none;
}

#toolbar #search #searchtext {
  margin-right: 0.5em;
}

/* Navigation */

#navigation {
}

#navigation li {
  list-style: none;
  float: left;
  margin-right: 1em;
}

#navigation li em {
	font-style: normal;
}

/* Sidear */

#sidebar {
	margin: 1.5em 0 0 0;
	width: 200px;
  clear: left;
	float: left;
	display: inline;
}

#sidebar ul li {
	list-style: none;
}

#sidebar h3 {
	line-height: 1.034em;	
  padding-bottom: .2585em;
	border-bottom: 1px solid #9DAB99;
  text-transform: uppercase;
}

/* Content */

#content {
	margin: 1.5em 0 0 0;
	width: 732px;
	float: right;
	display: inline; /* IE double margin fix */	
}

#content h2 {
  line-height: .915em;  
  padding-bottom: .22875em;
  margin: .4575em 0 .22875em 0; 
  border-bottom: 1px solid #9DAB99;
}

#rs_featured_products, #rs_latest_products {
	font-family: "Din","Trebuchet","Trebuchet MS",sans-serif;	
	text-transform: uppercase;    

    font-size: 1.45em; 
    line-height: 1.034em;
    padding-top: 0.517em;
    margin: 0.517em 0 0.517em 0;
    border-bottom: 1px solid #9DAB99;
}

#rs_featured_products {
    display: none;
}

/* Product Lists */

#content ul.xls_product_list {
  margin-top: 1em;
  width: 780px;
  display: block;
}

#content ul.xls_product_list li {
  list-style: none;
  width: 244px;
  height: 108px;
  margin-right: 1em;
  float: left;
}

#content ul.xls_product_list li .lightbox {
  display: none;
}

#content ul.xls_product_list li .product_image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: 1px solid #9DAB99;;
  margin: -1px 9px -1px -1px;
  float: left;
}

#content ul.xls_product_list li .product_descrption {
  width: 126px;
  float: left;
}

#content ul.xls_product_list li .product_descrption h3 {
  text-transform: none;
  clear: none;
  font-size: 1em; 
  line-height: 1.5em;  
}

/* Product Detail */

#content #xls_product_detail {
}

#content #xls_product_detail #product_image {
  width: 256px;
  float: left;
  margin-right: 18px;
}

#content #xls_product_detail #product_info {
  float: left;
  width: 458px;
}

/*** Footer Element ***/

#footer {
	color: #808080;	
	padding: 0;
	clear: both;
	height: 1em;
	position: relative;
}

#footer #contact_details {
  margin-left: 209px;
  padding: 1em;
}

#footer #trustlogo
{
  position: absolute;
  bottom: -41px;
  right: -18px;
}

#footer table {
	border-top:1px #333 solid;
	font-size:11px;
	padding-top: 8px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	color: #000066;
	text-decoration: underline;
}

/***product_list.tpl, search_list.tpl***/
.zoom{	
	height: 13px;
	width: 13px;
	float: right;
	margin: 0 25px 0 0;
	background: url(images/btn_zoom.jpg) no-repeat;
	
}

#shipping_rates li {
  list-style-type: none;
  line-height: 1em;
  padding: 0.25em;
}
