/* - - - - - - - - - - - - - - - - - - - - -

Title : Style
Author : fiksie
URL : www.fiksie.com

Description : css file

Created :
Modified : -

- - - - - - - - - - - - - - - - - - - - - */

/* global reset */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,
q,samp,small,strike,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;}
:focus{outline:0;}
ol,ul{list-style:none;}
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:"" "";}
li.rss {padding-bottom:0px;padding-top:0px; border-bottom:1px dotted;}
.rss a { width:280px; height: 25px; display:block; line-height:25px; text-decoration:none; color:#993300;}
.rss a:hover { background-color:#f4dabe; color:#993300;}

/* end of global reset */


/* ----- CSS ----- */

body { font-family: Helvetica, Tahoma, Arial, sans-serif; background:url(../images/search-body-bg.jpg) repeat-x; font-size:13px;}

/* ----- IDS ----- */

#wrapper { width:; margin: 0 auto;}

#header {display:block; height:110px; padding: 10px 15px 0 15px; float:left; margin-bottom:20px;}
#header a img { float:left;}
#header form { height:25px; display:block; margin-top:10px;}

#search-box { padding: 10px 0 0 180px; width:660px;}
*html #search-box { padding: 20px 0 0 35px;}
*+html #search-box { padding: 20px 0 0 35px;}

#search { width: 365px; float:left; height:22px; border: 1px solid #be6a11; background:url(../images/search-input-bg.gif); vertical-align:center; padding: 6px; font-size:18px;}

#links { padding:8px 30px; float:right; position:absolute; top:10px; right:20px; }
#links ul li { display:inline; font-size:13px; }
#links ul li a { color:#783522; text-decoration:none;}
#links ul li a:hover { text-decoration:underline;}

#content {width: 900px; float:left;}
#content h1 {font-size:34px; color:#996600; padding:20px;}
#content h2 {font-size:19px; color:#996600; padding:20px; text-transform:uppercase;}
#content h3 {font-size:18px; color:#996600; padding:0px;}
#content h4 {font-size:22px; color:#996600; padding:20px;}
#content h5 {font-size:18px; color:#996600; padding:20px;}
#content h6 {font-size:14px; color:#996600; padding:20px;}
#content p {color:#000; padding:5px; width:600px;}
.results { width: 640px; height:100px; display:block; float:left; background: url(../images/results-bg.jpg) no-repeat; margin: 15px 10px 0 25px; padding:15px 10px; position:relative;}
*html .results { margin-left:12px;}
.results a img { border:1px solid #b19863; float:left; margin-right: 10px;}
.results h3 { font-size:18px; font-weight:bold; color:#722d19;}
.results h3 a {color:#722d19; text-decoration:none;}
.results h3 a:hover {text-decoration:underline;}
.results p { color:#722d19;}
.results #buy { width:130px; height:30px; display:block; font-size:22px; color:#fff; text-align:center; line-height:30px; background:url(../images/buy-button.gif) no-repeat; position:absolute; bottom:7px; right:7px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold;}

#sidebar { width:240px; display:block; border: 3px solid #f6d2ad; float: right; padding:10px; margin-top:15px; }

#footer { display: block; text-align:center; margin-top:20px; }

#footer-links { padding:8px 30px;}
#footer-links ul li { display:inline; font-size:13px; }
#footer-links ul li a { color:#783522; text-decoration:none;}
#footer-links ul li a:hover { text-decoration:underline;}


/* ----- CLASSES ----- */

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}

.hide{
}
.show{
}
