/*
 * Joya Wren Site CSS
 * 2008 - Needmore Designs LLC
 * Includes basic CSS Reset
 */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,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-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* General Structure */

html {
  background: #F7F6F4 url('/images/images/background.jpg') top center repeat;
}  
body {
  font-family: "Lucida Grande", Arial, sans-serif;
  color: black;
}
p {
  font-size: 13px;
  line-height: 1.5em;
  padding-bottom: 5px;
}
h1 {
  text-transform: lowercase;
   color: #035c86;
   font-size: 50px;
   font-family: georgia, serif;
   font-weight: normal;
   padding-bottom: 10px;
}
h2 {
  text-transform: lowercase;
  color: #035c86;
  font-size: 48px;
  font-family: georgia, serif;
  font-weight: normal;
}
a:link, a:visited {
  color: #035c86;
  text-decoration: none;
}
a:hover {
  color: #035c86;
  text-decoration: underline;
}
#wrapper {
  width: 980px;
  margin: 0 auto;
}
#header {
  padding: 10px 0 10px 0;
  height: 139px;
}
#logo {
  float: left;
  padding-left: 10px;
}
#header ul {
  margin: 120px 5px 0 0;
  display: block;
  float: right; 
}
#header li, #header li a {
  display: inline;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-family: georgia, serif;
  margin: 0 0 0 4px;
  letter-spacing: 5px;
}
#main {
  background: white;
  margin: 0 10px;
  padding: 0;
  border: 10px solid #8E8E8E;
}
#mainimage {
  float: left;
  width: 640px;
  height: 512px;
  background-color: #8E8E8E;
}
#maincontent {
  background-color: white;
  float: left;
  width: 270px;
  height: 500px;
  overflow: hidden;
  padding: 10px 10px 0 10px;
}
.clear {
  clear: both;
}

/* Home Page */

#introduction {
  margin: 10px 0;
}
#onlinesale {
  border-top: 10px solid #8E8E8E;
}
#onlinesale h2 {
  float: left;
  padding: 5px 20px 5px 5px;
}
#onlinesale p {
 float: left;
 font-size: 14px;
 padding: 30px 10px 0 10px;
}

/* Contact and Policy Pages */

/* Sale/Portfolio Pages */

#portfolio {
  padding: 20px 0 20px 15px;
}
#portfolio h1 {
    padding: 0;
}
.bagthumb {
  float: left;
  padding: 15px 14px 0 0;
}
.bagthumb img {
  border: 1px solid #8E8E8E;
}
.bagthumb p {
  text-align: center;
  color: #8E8E8E;
  font-weight: bold;
}
#salenotice {
  text-align: center;
  padding-top: 40px;
  size: 11px;
}

/* Individual Product Page */

#productimages {
  margin: 10px;
  float: left;
}
#pimgholder {
  border: 1px solid #8E8E8E;
  margin: 0 0 10px 0;
  width: 455px;
  height: 455px;
  overflow: none;
  position: relative;
  top: 0;
  left: 0;
}
#pimgholder .altpimg {
  position: absolute;
  width: 455px;
  height: 455px;
  top: 0;
  left: 0;
}

.altpimg,
.productthumb {
  background-color: #eee;
}

.productthumb {
  border: 1px solid #8E8E8E;
  margin: 0 11px 0 0;
}
#productdescription {
  float: left;
  width: 440px;
  padding: 10px 0 0 0;
}
p.price {
  padding-top: 10px;
  color: #035c86;
  font-size: 20px;
  font-weight: bold;
  float: left;
  display: inline;
}
#buybutton {
  padding-top: 10px;
  width: 120px;
  float: right;
}

a.button {
  background: #fff url(/images/images/bird.gif) center left no-repeat;
  color: #035c86;
  padding-left: 50px;
  font-size: 20px;
  font-weight: bold;
  display: inline;
  float: left;
  height: 25px;
}

.birdy {
  width: 40px;
  display: inline;
  float: left;
}

/* Footer */

#footer {
  padding-top: 15px;
  text-align: center;
  /* color: #8E8E8E; */
  color: #6F6F6F;
}
#footer a:link, 
#footer a:visited {
  color: #6F6F6F;
}
#footer a:hover {
  color: #035c86;
  text-decoration: underline;
}
#subscribe input {
  background-color: #F7F6F4;
  border: 1px solid #6F6F6F;
  padding: 2px;
}
#subscribe input:focus {
  background-color: white;
}
input {
  color: #6F6F6F;
}
input:hover {
  color:  #035c86;
}