/*
	Theme Name: Discount Scales
	Theme URL: http://pixopoint.com/
	Description: Custom theme in development
	Author: PixoPoint
	Author URI: http://pixopoint.com
	Version: 0.1
	Tags: XXX
*/

/* CSS reset */
body,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,img,dl,dt,dd,ol,ul,li,fieldset,form,legend,table,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style: none;
}


/* Generic tag styling */
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
h1, h2, h3, h4, h5, h6 {
	color: #283f71;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 15px;
}
h1 {
	font-size: 58px;
	
}
h2 {
	font-size: 34px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 25px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
#maincontent p {
	font-family: sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	margin: 10px 0;
}


.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}
.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}
.aligncenter {
	display: block;
	margin: 10px auto;
}

/* Wrappers */
body {
	background: #fff url(images/background.png) repeat-x;
}
#wrapper {
	margin: 0 auto;
	width: 960px;
	/*overflow: auto;*/
}

/* Header */
#header {
	position: relative;
	float: left;
	width: 100%;
}
#header h1 {
	position: absolute;
	left: 0;
	top: 10px;
	float: left;
}
#header h1 a {
}
#header h1 a span.word-1 {
	color: #283f71;
}
#header p#description {
	position: absolute;
	left: 0;
	top: 75px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #666666;
	text-indent: 60px;
}
/* Search Form */
#header #search-form {
	position: absolute;
	right: 20px;
	top: 35px;
}
#header #search-form #s {
	-moz-box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	-khtml-box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	box-shadow: 0 4px 15px rgba(0,0,0,0.3);
	-moz-border-radius: 16px;
	-khtml-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	text-indent: 20px;
	font-size: 16px;

	border: 1px solid #eee;
	width:255px;
	height:30px;
	color:#aaa;
	outline:none;
}
#header #search-form  #search-submit {
	background: #283f71;
	border: none;
	color: #fff;
	font-size: 18px;
	padding: 5px 15px;
	margin: 0 0 0 5px;

	-moz-box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	-khtml-box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	box-shadow: 0 4px 15px rgba(0,0,0,0.3);
	-moz-border-radius: 16px;
	-khtml-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}
#header #search-form  #search-submit:hover {
	background: #3e527d;
	cursor: pointer;
}

#header #menus {
	float: left;
	margin: 120px 10px 20px 10px;
	-moz-box-shadow: 0 4px 15px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0 4px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 4px 15px rgba(0,0,0,0.3);
	box-shadow: 0 4px 15px rgba(0,0,0,0.3);
	-moz-border-radius: 16px;
	-khtml-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	background: #666666;
}
#header ul {
	clear: right;
	float: left;
	padding: 0 16px;
}
#header li {
	position: relative;
	float: left;
	font-family: sans-serif;
	font-size: 14px;
}
#header li a {
	display: block;
	color: #fff;
	padding: 10px 20px;
}
#header li a:hover {
	text-decoration: none;
}
#header ul#sub-menu li ul {
	background: #666666;
}
#header li ul {
	background: #283f71;
	position: absolute;
	left: -999em;
	width: 150px;
	padding: 0 0 10px 0;
	margin: 0;

	border-top: none;
	border: 1px solid rgba(255,255,255,0.2);

	-moz-border-radius-bottomleft: 10px;
	-khtml-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;

	-moz-border-radius-bottomright: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;

	-moz-box-shadow: 0 4px 15px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0 4px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 4px 15px rgba(0,0,0,0.3);
	box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
#header li:hover ul,
#header li.sfhover ul {
	left: 0;
}
#header li li {
	border: none !important;
	padding: 0;
	margin: 0;
	width: 150px;
	font-size: 13px;
}

#header li:hover li ul,
#header li.sfhover li ul {
	left: -999em;
}
#header li:hover li:hover ul,
#header li.sfhover li.sfhover ul {
	top: -11px;
	left: 150px;
	padding: 10px 0;
	-moz-border-radius-topleft: 10px;
	-khtml-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;

	-moz-border-radius-topright: 10px;
	-khtml-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
#header ul#main-menu {
	width: 910px;
	background: #283f71;
	-moz-border-radius-topleft: 16px;
	-khtml-border-top-left-radius: 16px;
	-webkit-border-top-left-radius: 16px;
	border-top-left-radius: 16px;
	-moz-border-radius-topright: 16px;
	-khtml-border-top-right-radius: 16px;
	-webkit-border-top-right-radius: 16px;
	border-top-right-radius: 16px;
}
#header ul#main-menu li {
	z-index: 10;
	border-right: 1px solid #192337;
}
#header ul#main-menu li {
	border-left: 1px solid #4f6085;
}
#header ul#main-menu li:first-child {
	border-left: none;
}
#header ul#main-menu li:last-child {
	border-right: none;
}
#header ul#main-menu li:hover {
	background: #3e527d;
}

#header ul#sub-menu {
	width: 910px;
	background: #666666;
	-moz-border-radius-bottomleft: 16px;
	-khtml-border-bottom-left-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	border-bottom-left-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	-khtml-border-bottom-right-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
	border-bottom-right-radius: 16px;
}
#header ul#sub-menu li {
	border-right: 1px solid #666666;
}
#header ul#sub-menu li {
	border-left: 1px solid #666666;
}
#header ul#sub-menu li:first-child {
	border-left: none;
}
#header ul#sub-menu li:last-child {
	border-right: none;
}
#header ul#sub-menu li a {
	padding: 7px 20px;
}
#header ul#sub-menu li:hover {
	background: #8192a5;
}

/* Featured */
#featured {
	float: left;
	width: 958px;
	margin: 0;
	padding: 15px 0 0 0;
	background: #f5f6f8 url(images/featured-text.png) repeat-x;
	border-top: 1px solid #f4eded;
	border-right: 1px solid #d9dfe4;
	border-bottom: 1px solid #d9dfe4;
	border-left: 1px solid #d9dfe4;

	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	-moz-box-shadow: 2px 4px 5px rgba(0,0,0,0.1);
	-khtml-box-shadow: 2px 4px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 4px 5px rgba(0,0,0,0.1);
	box-shadow: 2px 4px 5px rgba(0,0,0,0.1);
}
#featured-text {
	float: left;
	width: 260px;
	padding: 15px 20px 0 20px;
}
#featured-text h2 {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 26px;
	color: #666666;
}
#featured-text p {
	margin: 15px 0 0 0;
	font-family: sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #666666;
}
#featured-text a {
	display: block;
	background: #fcfcfb;
	color: #666666;
	border-left: 1px solid #e1dad4;
	border-top: 1px solid #e9e5e0;
	border-right: 1px solid #e1dad4;
	border-bottom: 1px solid #c8baad;
	font-family: sans-serif;
	font-size: 15px;
	margin: 20px auto;
	width: 100px;
	padding: 7px 10px;
	text-align: center;
	text-decoration: none;
}
#featured-text a:hover {
	background: #fff;
	text-decoration: none;
}
#featured img {
	float: right;
	margin: 0 18px 15px 0;
	background: #fff;
	border: 1px solid #eee;
	-moz-box-shadow: 1px 4px 5px rgba(0,0,0,0.1);
	-khtml-box-shadow: 1px 4px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 4px 5px rgba(0,0,0,0.1);
	box-shadow: 1px 4px 5px rgba(0,0,0,0.1);

	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* Content */
#content {
	float: left;
	width: 100%;
	/*overflow: auto;*/
	background: url(images/content.png) -960px 0;
}
#content-start {
	float: left;
	width: 100%;
	height: 20px;
	background: url(images/content.png) 0 0;
}
#content-end {
	float: left;
	width: 100%;
	height: 20px;
	background: url(images/content.png) 0 100%;
}

/* Main Content */
#maincontent {
	float: right;
	width: 755px;
}

/* ------- 3. List Styles ------- */

#maincontent ul,#maincontent li{list-style:none outside;margin-left:20px;list-style-type:disc;}
#maincontent ol, #maincontent ol li{list-style:decimal outside;}
#maincontent ol, #maincontent dd{margin-left:24px;}
#maincontent ul ul, #maincontent ol ul, #maincontent ul ol, #maincontent ol ol{margin-bottom:0;margin-top:0;}
/*---------------------End list styles -----------*/

.product {
	float: left;
	width: 200px;
	height: 175px;
	margin: 0 0 20px 29px;
	padding: 10px;
	border: 1px solid #dbdee4;
	background: #f5f6f8;
	font-family: sans-serif;
	font-size: 14px;
	text-align: center;
	color: #666666;

	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.product a {
	color: #666666;
}
.product img {
	width: 200px;
	height: 150px;
	margin: 0 0 10px 0;
}
.product img:hover {
	opacity: 0.9;
}

/* Post content */
.hentry {
	float: right;
	width: 700px;
	font-family: sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}

/* Sidebar */
#sidebar {
	float: left;
	width: 160px;
	padding: 20px;
	border: 1px solid #dbdee4;
	background: #f5f6f8;
	font-family: sans-serif;
	font-family: 14px;
	color: #666666;

	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#sidebar ul {
	list-style: none;
	margin-left: 0;
}

#sidebar ul ul {
	padding-bottom: 5px;
}
#sidebar ul ul li {
	list-style: square;
	margin-left: 1.3em;
	border: none;
}
#sidebar a {
	color: #666666;
}
#sidebar ul li {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}
#sidebar table {
	margin: 10px 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
}
#sidebar table th,
#sidebar table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	text-align: center;
	padding: 4px 4px;
}
#sidebar table th {
	font-weight: bold;
}
#sidebar p.shopping-cart {
	margin: 0;
	font-size: 12px;
}

/* Footer */
#footer {
	float: left;
	width: 100%;
	margin: 20px 0;
}
#footer ul {
	list-style: none;
	float: left;
	margin: 0 0 10px 0;
}
#footer li {
	list-style: none;
	float: left;
	margin: 0 10px;
	font-family: sans-serif;
	font-size: 12px;
}
#footer li li {
	display: none;
}
#footer p {
	font-family: sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
}
#footer p a {
	color: #666666;
}

/* WP e-Commerce CSS fixes */
div.wpsc_loading_animation {
  visibility: hidden;
}
body.wpsc .title {
	display: none;
}
.product_form p {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.product_form p strong {
	color: #283f71;
}

table.productcart {
	background: #f5f6f8;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.productcart tr.firstrow td {
	color: #283f71;
	font-weight: bold;
}
table.productcart td {
	font-size: 12px;
	font-family: sans-serif;
	padding: 4px 4px;
	color: #666666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.wpsc_checkout_table label {
	font-size: 12px;
	font-family: sans-serif;
	padding: 4px 4px;
	color: #666666;
}
table.wpsc_checkout_table select,
table.wpsc_checkout_table input,
table.wpsc_checkout_table textarea {
	font-family: monospace;
	border: 1px solid #ccc;

	-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	-khtml-box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);

	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;

}

table.wpsc_checkout_table input[type=submit] {
	margin: 25px 0 0 0;
	color: #283f71;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 20px;
	padding: 6px 10px;

	border: 1px solid #aaa;

	-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	-khtml-box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);

	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;

}
table.wpsc_checkout_table input[type=submit]:hover {
	background: #fff;
	cursor: pointer;
}
p.validation-error {
	color: red;
	font-size: 10px;
}

/* -------  Columns ------- */

#primary .one_third{width:176px;}
#primary .two_third{width:400px;}
#primary .one_half{width:288px;}
#primary .one_fourth, #footer .one_fourth{width:120px;}
#primary .three_fourth{width:456px;}
.one_half{width:340px;}
.one_third{width:213px;}
.two_third{width:456px;}
.one_fourth{width:155px;}
.three_fourth{width:505px;}
.one_half,.one_third,.two_third,.three_fourth,.one_fourth{position:relative;margin-right:10px; margin-top: 20px; margin-bottom:20px;float:left;}
.last{margin-right:0 !important;clear:right;}

#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
.clearboth{clear:both;display:block;font-size:0px;height:0px;line-height:0;width:100%;}

#maincontent table {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	
}
#maincontent table th, #maincontent table td {
	text-align: center;
	padding: 1px 4px ;
}
#maincontent table th {
	border-right: 1px solid #000;
}

#maincontent table tr{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#maincontent table td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

hr{ margin:20px 0; color:#ccc;}
