/*  
Theme Name: Alchemy
Theme URI: http://sww.co.nz/
Description: Custom theme by Stellar Web Works
Version: 1.0
Author: Aidan Curran
Author URI: http://sww.co.nz/
*/
html,body {
	margin:0;
	padding:0;
   text-align: center;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-family : "Times New Roman", Times, serif;
	font-family: arial, helvetica, sans-serif;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
   font-size: 13px;
   color: #fff;
}
body {
   background: #000 url(images/bg-grad2.png) left top repeat-x;
}
h1, h2, h3, h4 {
   color: #ffc45c;
}
h1 {
   font-size: 20px;
   font-weight: normal;
}
h2 {
   font-size: 18px;
   font-weight: normal;
}
h3 {
   font-size: 16px;
   font-weight: normal;
}
h4 {
   font-size: 14px;
}
a {
   color: #fff;
}
a:hover {
   color: #ffff66;
}
h4 a {
   color: #ffc45c;
   text-decoration: none;
}
h4 a:hover {
   text-decoration: underline;
}
img {
   border: 0;
}
div {
   text-align: left;
}
div.divider {
   margin: 50px;
   border: 0;
   height: 8px;
   background: url(images/squiggel.gif) center center no-repeat;
}
#header {
   background: url(images/header.jpg);
   text-align: center;
   padding-top: 20px;
   padding-bottom: 36px;
}
#header h3 {
   color: #fff;
   font-size: 18px;
   line-height: 20px;
   font-weight: normal;
   letter-spacing: 2px;
   margin: 15px 0 0 0;
}
#page {
   width: 1000px;
   margin: 0px auto 10px auto;
}
#nav {
   text-align: center;
   line-height: 25px; /* tweak this to fit more menu items in */
   background: url(images/block-bg2.png) center top no-repeat;
   float: left;
   width: 202px;
   height: 496px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
   font-size: 18px;
}
#nav a:first-child {
   background: none;
   padding-top: 40px;  /* tweak this to fit more menu items in */
}
#nav a {
   margin-bottom: 7px;
   padding-top: 15px;
   display: block;
   color: #fff;
   text-decoration:none;
   font-weight: bold;
   background: url(images/squiggel.gif) center top no-repeat;
}
#nav a:hover {
   color: #ffc45c;
}
#nav a.current {
   color: #ffc45c;
}
#centerpiece {
   float: left;
   width: 538px;
   padding: 1px 29px;
}
#rightbox {
	font-family: "trebuchet ms", trebuchet, arial, helvetica, sans-serif;
   background: url(images/block-bg2.png) center top no-repeat;
   float: left;
   width: 172px;
   padding: 15px;
   height: 466px;
   text-align: center;
}
p.quote {
   text-align: center;
   font-style : italic;
}
p.author {
   text-align: right;
   color: #fdd899;
}
#rightbox p.author {
   text-align: center;
}
#home-text-top {
   background: url(images/home-text-bg-top2.jpg) center top no-repeat;
   height: 28px;
   margin-top: 20px;
}
#home-text-bottom {
   background: url(images/home-text-bg-bottom2.jpg) center top no-repeat;
   height: 30px;
}
#home-text {
   padding: 1px 235px;
   background: url(images/home-text-bg2.png) center top repeat-y;
   text-align: center;
   font-size: 14px;
}
#leftcol {
   width: 202px;
   float: left;
   background: url(images/graphic.jpg) center top no-repeat;
   padding-top: 136px;
}
#rightcol {
   width: 798px;
   float: left;
}
#rightcol #header {
   padding-bottom: 10px;
}
#maincontent-top {
   background: url(images/main-bg-top2.jpg) center top no-repeat;
   height: 53px;
}
#maincontent-bottom {
   background: url(images/main-bg-bottom2.jpg) center top no-repeat;
   height: 30px;
}
#maincontent {
   padding: 1px 100px;
   background: url(images/main-bg2.png) center top repeat-y;
}
#maincontent h1 {
   margin-top: 0px;
}
.clear {
   clear:both;
}
#footer {
   text-align: center;
   font-size: 11px;
   color: #666;
   margin-bottom: 20px;
}
#footer a {
   text-decoration: none;
   color: #666;
}
#footer a:hover {
   text-decoration: underline;
   color: #666;
}
img.leftalign {
   display: block;
   float: left;
   text-align: left;
   margin: 0 25px 5px 0;
}
img.rightalign {
   display: block;
   float: right;
   text-align: right;
   margin: 0 0 5px 15px;
}
img.centeralign {
   display: block;
   margin: 10px auto;
   text-align: center;
}


#shopnav {
   background: #000;
   margin: 10px 0 20px 0;
   padding: 3px 1px;
}
#shopnav a {
   text-decoration:none;
   color: #fff;
   font-weight:bold;
   padding: 2px 10px;
   margin-right: 30px;
}
#shopnav a.current, #shopnav a:hover {
   background: #1b3759;
}

dt {
   float:left;
   width: 75px;
}
dd {
   margin-left: 75px;
   margin-bottom: 5px;
}

p.cite {
   text-align:center;
   font-style : italic;   
}

a.rightlink {
   display: block;
   text-align:right;
   font-weight: bold;
}
div.producttext ol li span, div.totaltime span {
   display: block;
   float: right;
   text-align: right;
   width: 50px;
}
div.totaltime {
   text-align: right;
}

#shName {
   text-align: center;
   font-size: 16px;
   font-weight: bold;
}
#shCount {
   text-align: center;
   display:none;
}
.important {
   color:red;
   font-size:14px;
}

/* WP Common Styles */
.editLink {
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #e0e0e0;
   color: #777777;
   font-size: 10px; 
   border: 1px solid #999999;
   text-decoration: none;
   padding: 3px 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #eeeeee;
   border: 1px solid #333333;
   color: #000000;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}
img.aligncenter, div.aligncenter {
   display: block;
   margin: 20px auto;
}
img.alignright, div.alignright {
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
img.alignleft, div.alignleft {
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}
img.aligncenter {
   text-align: center;
}
img.alignright {
   text-align: right;
}
img.alignleft {
   text-align: left;
}
.wp-caption-text,.wp-caption-dd {
   margin: 4px 0;
   font-weight: bold;
   text-align: center;
}
.more-link {
   display:block;
   text-align:right;
}
.linklove {
   display:none;
}

