﻿/*  
Theme Name: Refreshing
Theme URI: http://osamac.com/
Description: 2 Column WP Theme.
Version: 1
Author: osamac.com
Author URI: http://osamac.com/
*/

* {
	margin: 0;
	padding: 0;
}

body {
background: #e1f2d0;
font-family: verdana;
font-size: 11px;

color: #888;
background-image: url('images/back.jpg');
background-repeat: repeat-x;
}

a {
text-decoration: none;
color: #4C8D39;
}
a:hover {
text-decoration: underline;
}

h2 { font-size: 17px; }

h3 { 
	font-size: 13px;
	margin: 10px 0 0px 0px;
	padding: 0px;
}

.checkout_form{
	padding: 0px;
	margin: 0px;
}

.checkout_form input, textarea{
	border: 1px solid #666;
	background: #ffffff;
}

.search_form input{
	border: 1px solid #666;
	background: #ffffff;
	margin: 1px;
}

#wrap {
margin: 0px auto;
width: 1000px;
}

#header {
background: url(images/header.jpg) no-repeat;
height: 90px;
}
#header h1 { 
font-size: 15px;
font-weight: normal;
letter-spacing: -1px;
padding: 68px 0 0 220px;
color: #0C77A3;
}
#header h1 a { 
color: #86A7EF;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #999;
}
#header h2 {
font-size: 19px;
color: #999;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
height: 30px;
line-height: 30px;
background: url(images/menu.gif) no-repeat;
}
#menu ul {
padding-left: 30px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #fff;
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;
}
#menu ul li a:hover {
color: #000;
text-decoration: none;
}

#content {
background: url('images/content.gif') repeat-y;
padding: 0 20px;
}

.right {
width: 720px;
float: right;
padding-top: 20px;
}
.right h2 {
height: 30px;
line-height: 30px;
background: #A8C35C url(images/contenth2.jpg) repeat-x;
color: #fff;
padding: 0 0 0 10px;
font-weight: 600;
font-size: 15px;
}
.right h2 a {
color: #fff;
}
.right h2 a:hover {
text-decoration: none;
color: #000;
}

.right ul{
	margin: 10px 0 10px 20px;
}

.right h1{
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

.right h1.prod_h1{
	font-size: 15px;
	margin: 10px 0 5px 0;
}

div.product_start{
	background: url('images/topback.jpg') no-repeat top center;
	padding: 2px 10px 0px 10px;
}

div.product_start_solid{
	background: url('images/topback_solid.jpg') no-repeat top center;
	padding: 2px 10px 0px 10px;
}

div.l18{
	font-size: 18px;
}
div.l18 a.categorylink{
	padding: 0 5px 0 5px;
}
 
div.product_end{
	height: 10px;
	margin-bottom: 10px;
	font-size: 1px;
	background: url('images/bottomback.jpg') no-repeat bottom center;
}

div.index_image_placeholder{
	margin: 10px 0 10px 0;
	height: 112px;
	width: 160px;
	overflow: hidden;
}

div.itemback{
	background: url('images/item_back.jpg') no-repeat bottom center;
}

h1.bigheader{
	margin-top: 20px;
	font-size: 18px;
	color: #428BD3;
	line-height: 32px;
	padding: 0px;
	background: url('images/bigheader_back.jpg') no-repeat top center;
}
 
input.wpsc_buy_button{
	width: 155px;
	height: 27px;
	border: none;
	cursor: pointer;
	background: url('images/addtocart.jpg');
	padding: 0px;
	margin: 0px;
}

.wpsc_product_price{
	font-size: 12px;
	font-weight: bold;
	display: inline;
	
}
.wpsc_product_price .pricedisplay{
	color: #D84903;
}

.wpsc_product_price .oldprice .pricedisplay{
	color: #999999;
}

.price_table{
	padding: 0px;
	margin: 5px 0;
	background: #efefef;
	
}
.price_table td{
	padding: 0 0 0 5px;
	line-height: 27px;
}

.price_table p{
	padding: 0px; margin: 0px;
}


div.wpsc_page_numbers{
  margin-bottom: 5px;
  text-align: right;
  padding: 3px;
}

.box {
background : #e2eed5;
padding: 10px;
}

.left {
float: left;
width: 220px;
margin-top: 20px;
background: #fef8cc;
}

.left h2 {
height: 20px;
line-height: 20px;
background: #A8C35C url(images/menuh2.jpg) repeat-x top;
color: #fff;
padding: 0 0 0 10px;
font-weight: 600;
font-size: 13px ;
}
.left ul {
	list-style-type: none;
	padding: 5px 0 5px 15px;
	margin: 1px;

}
.left ul li ul{
	list-style-image: url(images/li_arrow.jpg);
	padding: 5px 0 5px 20px;
}
.left ul li {
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}
.left ul li ul li{
	text-transform: none;
}
.left ul li a {
	display: block;
	color: #0000CF;
	padding: 1px 0;
	font-size: 11px;
}
.left ul li a:hover {
color: #333;
text-decoration: none;
}

#bottom {
background: #e1f2d0 url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
font-size: 12px;
text-align: center;
padding-bottom: 10px;
}

small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.9em;
line-height: 1.5em;
}

.commentlist li, #commentform input, #commentform textarea {
font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
font-weight: bold;
}

.commentlist cite, .commentlist cite a {
font-weight: 100;
font-style: normal;
font-size: 14px;
}

.commentlist p {
font-weight: normal;
line-height: 1.5em;
text-transform: none;
}

#commentform p {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
font-weight: normal;
}
code {
font: 1.1em 'Courier New', Courier, Fixed;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
.alt {
	margin: 10px 0;
	padding: 10px;
	background-color: #E2EED5;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	color: #aaa;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
	
.post h3 {
font-size: 17px;
font-weight: 100;
padding: 15px 0 7px 0;
}
h3 {
padding: 15px 0 10px 0;
font-size: 17px;
letter-spacing: -1px;
font-weight: 100;
}
.entry p { padding: 10px 0; }

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}


h1.index_h1{
	font-size: 11px;
}
