/*
Theme Name: Shop
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

* { 
	margin: 0; 
	padding: 0; 
	outline: 0;
}

html {
	overflow-y: scroll;
} 

body {
	color: #777;
	font-weight: lighter;
	text-decoration: lowercase; 
	font-size: 12px;
	font-style: italic;
	 font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif, Verdana;
}

a {
	color: #738A48;
}

a:hover {
	color: #3D859C;
	text-decoration: none;
}

a:visited {
	color: #A72C4B;
	text-decoration: none;
	border-bottom: 1px solid #A72C4B;
}

strong {
	padding-bottom: 10px;
}

#wrapper {
	margin: 0px auto;
	width: 780px;
	overflow: hidden;
	margin-top:  20px;
}

/***** Logo and Search Products *****/

#top-holder, #main-holder {
	overflow: hidden;
	margin-bottom: 20px;
	color: #777;
	width: 780px;
}

#logo {
	float: left;
	width: 500px;
}

#logo h1 {
padding: 20px; font-family: Gill Sans, "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 68px; text-transform: uppercase; font-weight: lighter; letter-spacing: 5px; font-style: normal;
}

h1 a, h1 a:visited {
	text-decoration: none;
	color: #777;
	border-bottom: 0px;
}

h2 {font: 48px georgia; font-weight: normal; }
#search {
	width: 280;
	float: left;
	margin-top: 40px;
}

#search input {
	border: 1px solid #ccc;
	width: 180px;
	padding: 10px;
	text-decoration: lowercase; 
	font-size: 12px;
	font-style: italic;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif, Verdana;
}

#pages {
	margin-top: 20px;
}

#pages li {
	margin-left: 10px;
	display: inline;
	list-style: none;
}

#pages li a {
	border-bottom: 1px solid #A72C4B;
}

/***** Gallery and About *****/

#main {
width: 450px;
float: left;
padding: 20px;
}

#page {
	width: 440px;
	float: left;
	padding: 20px;
}

/***** Contact *****/

#side {
	width: 250px;
	float: right;
	padding:  20px;
}

#side p {
	margin-bottom: 20px;
}

dl {
width: 250px;
padding-top: 18px;
}

dt {
width: 50px;
padding: 5px;
float: left;
margin: 0;
color: #444;
}

/* commented backslash hack for mac-ie5 \*/

dt { 
clear: both; 
}

/* end hack */

dd {
float: left;
width: 180px;
padding: 5px;
margin: 0 0 0 0;
}

/***** Slideshow *****/

#slideshow {
    position:relative;
    height: 350px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    width: 450px;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}

/***** Comments *****/

input, textarea {
	border: 1px solid #ccc;
	width: 428px;
	padding: 5px;
	text-decoration: lowercase; 
	font-size: 12px;
	font-style: italic;
	 font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif, Verdana;
	 margin-bottom: 10px;
}

input#submit {
	width: 440px;
}

#comments li {
	padding: 20px 0 0 20px;
	list-style: none;
}

/***** Location *****/

#map {
	padding-top: 40px;
}
/***** Categories *****/

#products {
	padding-top: 20px;	
}

.item {
	float: left;
	margin: 5px;
	padding-bottom: 20px;
}

.return {
	padding-top: 20px;
}



