/*
Theme Name: Gary's Theme
Theme URI: http://garysboards.com/
Description: The custom made theme for <a href="http://garysboards.com/">Gary's Boards</a>.
Version: 0.1
Author: Joshua Ma
Author URI: http://abitrefreshed.com/
Tags: dark, ecommerce

	Gary's Theme

	This theme was designed and built by Joshua Ma,
	owner and lead designer at A Bit Refreshed: http://abitrefreshed.com/

*/

/* RESET.CSS */
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;}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}
/* END RESET.CSS */

body {
	background: url('images/bodybg.jpg') no-repeat center top #000000;
	color: white;
	font-family: Arial, sans-serif;
}
a {
	text-decoration: none;
	color: #8cb9de;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 12px;
   padding: 0 4px 5px;
   margin: 0;
   color: black;
}

#wrapper {
	width: 860px;
	border-right: 1px solid black;
	border-left: 1px solid black;
	background: #111111;
	margin: 0 auto;
	position: relative;
}
#topcart {
	position: absolute;
	right: 30px;
	top: 10px;
	font-size: 16px;
	letter-spacing: -1px;
}
#topcart a {
	color: #2298f9;
}
h1#title {
	font-family: Arial, sans-serif;
	font-size: 80px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -2px;
	padding: 28px 0 0 10px;
}
h1#title a {
	text-decoration: none;
	color: #e6e1e1;
}
h1#title span {
	color: #9e9e9e;
}
ul#hnav li:first-child {
	margin-left: 20px;
}
ul#hnav li {
	float: left;
	display: block;
	margin-left:40px;
}
ul#hnav a {
	color: white;
	text-decoration: none;
	font-family: Lucida Sans, Arial, sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	letter-spacing: -2px;
}
ul#hnav li.current a {
	color: #1767a9;
}
ul#hnav li:hover a {
	color: #8cb9de;
}
#content {
	clear: left;
	float: left;
	width: 560px;
	padding: 30px 20px;
	min-height: 640px;
}
#sidebar {
	width: 220px;
	float: right;
	padding: 30px 20px 0 0;
}
#sidebar ul {
	list-style: none;
}
#sidebar h4.wpsc_category_title, #sidebar #shopping-cart h2 {
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
	color: #cccccc;
	border-bottom: 5px solid #1767a9;
	padding-bottom: 5px;
	font-size: 25px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 10px;
}
#sidebar #shopping-cart h2 {
	border-bottom: 5px solid #b4b4b4;
}
#sidebar #shopping-cart {
	text-transform: uppercase;
	font-family: Trebuchet MS, sans-serif;
	letter-spacing: 1px;
}
#sidebar a.wpsc_category_link {
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-family: Trebuchet MS, sans-serif;
	letter-spacing: 1px;
	display: block;
	width: 190px;
	margin-bottom: 2px;
	border-right: 30px solid #282828;
}
#sidebar a.wpsc_category_link:hover {
	color: #DDD;
	border-right: 30px solid #444;
}
#sidebar .wpsc_categorisation_group li ul li a {
	margin-left: 20px;
	width: 170px !important;
	font-size: 14px;
	border-right: 30px solid #181818;
}
#sidebar p.visitshop {
	margin-top: 10px;
}
#sidebar p.visitshop a {
	text-decoration: none;
	color: #1767a9;
}
#sidebar span.msg {
	text-transform: none;
	font-family: Arial, sans-serif;
	display: block;
	font-size: 12px;
	text-align: center;
	background: #DDD;
	color: black;
	padding: 5px 0;
}
#sidebar table.shoppingcart {
	width: 100%;
}
#sidebar table.shoppingcart tbody {
	font-size: 13px;
}
#sidebar table.shoppingcart th {
	font-size: 12px;
	color: #888;
	padding-bottom: 2px;
	text-align: left;
}
#sidebar table.shoppingcart tr.firstrow {
	border-bottom: 2px solid #222;
}
#sidebar table.shoppingcart tr td {
	padding-top: 4px;
	padding-bottom: 2px;
}
#sidebar td.price {
	font-family: Georgia, serif;
}
#sidebar .pluspostagetax {
	float: right;
	clear: both;
	font-size: 11px;
}
#sidebar .variation {
	color: #2195f4;
}
#sidebar .total {
	background-color: #434343;
	border: 1px solid #333;
	padding: 5px 10px 10px 10px;
	margin-top: 10px;
}
#sidebar .totalhead {
	text-transform: lowercase;
	font-family: Arial, sans-serif;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 30px;
}
#sidebar .checkout-total, #sidebar .checkout-shipping, #sidebar .checkout-tax {
	font-family: Georgia, sans-serif;
	font-size: 30px;
	letter-spacing: -1px;
	float: right;
}
#sidebar .wpsc_empty_the_cart {
	display: block;
	text-align: center;
	padding-top: 5px;
}
#sidebar .gocheckout {
	display: block;
	padding: 10px;
	font-size: 22px;
	background-color: white;
	color: black;
	text-align: center;
	border: 2px solid #AAA;
	margin-top: 5px;
}
#sidebar .gocheckout a {
	color: black;
}
#footer {
	height: 137px;
	width: 100%;
	background: black url('images/footer.jpg') no-repeat center;
	padding-top: 70px;
	font-family: Arial, sans-serif;
	letter-spacing: -1px;
	clear: both;
}
#footer table {
	margin: 0 auto;
	width: 500px;
}
#footer #about td {
	padding: 10px 0;
}
#footer td {
	text-align: center;
}
#footer td a {
	text-decoration: none;
	color: white;
}
#footer ul {
	list-style: none;
}
#footer #links {
	text-transform: uppercase;
}
#footer #links a:hover {
	color: #999;
}
#footer div#name {
	text-transform: uppercase;
}
#footer div.small {
	font-size: 12px;
	letter-spacing: 0;
	color: #AAA;
}
#footer td ul a {
	text-decoration: none;
	color: #868686;
}
#footer tr#by td {
	color: #868686;
}
#footer tr#by td a {
	color: #2193f1;
}
#wpsc_categorisation-3 h2 {
	display: none;
}
#content .wpsc_categories, #content .wpsc_categories ul {
	list-style: none;
	padding: 0;
}
#content .wpsc_categories {
	padding-top: 20px !important;
}
#content .wpsc_categories > li {
	width: 160px;
	float: left;
	border: solid #444;
	border-width: 0 1px;
	background-color: #333;
	text-align: center;
}
#content .wpsc_categories > li+li {
	margin: 0 37px;
}
#content .wpsc_categories > li+li+li {
	margin: 0;
}
#content .wpsc_categories li .c {
	display: block;
	position: relative;
	top: -1px;
	left: 0;
	border: solid #444;
	border-width: 1px 0 0;
}
#content .wpsc_categories li .c .c {
	border: solid #444;
	border-width: 0 0 1px;
	top: 2px;
	padding: 10px 3px;
}
#content .wpsc_categories .c > span > a {
	font-size: 30px;
	color: white;
	border-bottom: 1px solid #555;
}
#content .wpsc_categories ul {
	margin-top: 10px;
}
#content .wpsc_categories ul li a {
	color: #999;
}
#content .wpsc_categories a:hover {
	color: #1767a9;
}

/*PRODUCTS*/
#content .wpsc_category_details {
	font-style: italic;
	font-size: 18px;
	padding: 6px 6px 6px 20px;
	background-color: #333;
	margin-bottom: 20px;
	text-transform: capitalize;
}
#content .product_grid_item {
	width: 150px;
	float: left;
	height: auto !important;
	min-height: 260px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin: 0 18px;
}
#content .product_image {
	border: 5px solid #AAA;
}
#content .product_text strong a {
	color: #8cb9de;
	font-family: Arial, sans-serif;
	text-decoration: underline;
}
#content .pricedisplay {
	float: none;
	font-family: Arial, sans-serif;
	margin-top: 5px;
	display: block;
	font-weight: 600;
	color: white;
}
#content .pricedisplay .label {
	text-transform: uppercase;
}
#content .oldpricedisplay {
	font-weight: 400 !important;
	color: #BBB !important;
}
#content .oldpricedisplay .price {
	text-decoration: line-through;
}
.product_grid_display .wpsc_variation_forms label {
	font-size: 12px;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}
#content .product_form input[type="submit"] {
	display: block;
	padding: 2px;
	font-size: 14px;
	background-color: white;
	color: black;
	text-align: center;
	border: 2px solid #AAA;
	text-transform: uppercase;
	width: 100%;
}
div.wpsc_animation {
	height: 16px;
	padding-top: 4px;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}
div.wpsc_loading_animation {
	clear: left;
	background: url("images/ajax-loader.gif") no-repeat center bottom;
	width: 100%;
	height: 16px;
	margin: 0;
}
div.wpsc_empty_animation {
	clear: left;
	background: url("images/ajax-loader-cart.gif") no-repeat center bottom;
	width: 100%;
	height: 20px;
	margin: 0;
	display: none;
}

.single_product_display h2.prodtitles {
	font-size: 35px;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: 400;
	letter-spacing: -1px;
	text-indent: -30px;
	margin-left: 30px;
}
.single_product_display .wpsc_description {
	background-color: #333;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 18px;
	font-family: Lucida Grande, Arial, sans-serif;
}
.single_product_display .single_additional_description {
	padding: 10px;
	color: #333;
	background-color: #CCC;
	border: 1px solid white;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 18px;
	font-family: Lucida Grande, Arial, sans-serif;
}
.single_product_display .producttext {
	text-align: left !important;
	width: 250px;
}
.single_product_display .textcol {
	padding-left: 10px;
	position: relative;
}
.wpsc_edit_product {
	font-size: 16px;
	vertical-align: top;
}
.single_product_display .oldprice {
	color: #BBB;
}
.single_product_display .oldprice .label {
	text-transform: uppercase;
}
.single_product_display .wpsc_product_price {
	margin-bottom: 20px;
}
.single_product_display .wpsc_variation_forms label {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.single_product_display .wpsc_variation_forms option, .single_product_display .wpsc_variation_forms select {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
h2.revieworder, #wpsc_shopping_cart_container h2 {
	font-size: 25px !important;
	font-style: italic;
	letter-spacing: -1px;
	font-weight: bold !important;
	margin-left: 0 !important;
}

.checkout_content {
	width: 800px !important;
}
table.productcart .firstrow {
	background-color: #222;
	color: #1767A9;
	font-size: 14px;
	padding-top: 10px;
	text-transform: uppercase;
	font-weight: 600;
}
table.productcart .firstrow td {
	background-color: #222;
	color: #1767A9;
}
.shipping_header {
	color: #1767A9;
	font-size: 14px;
	padding: 5px;
	text-transform: uppercase;
	font-weight: 600;
	background-color: #222;
	text-align: center;
}
table.productcart tr.product_row td, table.productcart tr.firstrow td {
	padding: 5px;
	text-align: center;
}
table.productcart tr.product_row td.firstcol img {
	border: 2px solid #AAA;
}
table.shippingtable {
	width: auto !important;
	margin: 10px auto !important;
}
tr.ship_method td {
	padding: 5px 5px 5px 10px;
	font-size: 13px;
}
p.notice {
	font-size: 13px;
	background-color: #333;
	border: solid #666;
	border-width: 0 1px;
	padding: 0;
	margin-top: 10px;
	margin-left: 0 !important;
}
p.notice b {
	display: block;
	position: relative;
	top: -1px;
	left: 0;
	border: solid #666;
	border-width: 1px 0 0;
	font-weight: normal;
}
p.notice b b {
	border-width: 0 0 1px;
	top: 2px;
	padding: 3px 3px 3px 7px;
}
.tax_shipping {
	border: none;
	border-collapse: collapse;
	font-size: 16px;
	text-align: left;
	margin: 0 auto;
}
.tax_shipping tr td:first-child {
	text-align: right;
	padding-right: 10px;
}
#checkout_total {
	font-size: 25px;
}
.wpsc_checkout_forms {
	margin-top: 30px;
	clear: both;
}
.wpsc_checkout_table h4 {
	padding-bottom: 3px;
	border-bottom: 2px solid #1767A9;
	margin: 20px 0 10px 0;
}
.label_td {
	text-align: right;
	padding-right: 10px;
	vertical-align: middle;
	padding-bottom: 5px;
}
.label_td label {
	font-size: 13px;
	font-weight: 600;
	float: none !important;
}
.label_td label:after {
	content: ':';
}
.field_td {
	padding-bottom: 5px;
}
.field_td input[type="text"], .field_td textarea {
	padding: 5px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	border: 1px solid #222;
	margin-left: 0;
}
.field_td input[readonly] {
	color: #666;
}
.wpsc_checkout_table .make_purchase {
	background-color: white;
	border: 2px solid #AAAAAA;
	color: black;
	display: block;
	font-size: 22px;
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}
.wpsc_checkout_table .custom_gateway label {
	padding-bottom: 5px;
	float: left;
}
.cc_img, .paypal_img {
	margin-right: 7px;
	vertical-align: middle;
}
.custom_gateway table {
	clear: left;
}

#content h1 {
	font-size: 30px;
	text-transform: uppercase;
	color: white;
	background-color: #1767A9;
	padding: 5px;
	margin-bottom: 10px;
}
table.paypal_express_form .firstcol {
	text-align: right;
}
table.paypal_express_form td {
	padding: 5px;
}
table.paypal_express_form input[type="submit"] {
	background-color: white;
	border: 2px solid #AAAAAA;
	color: black;
	display: block;
	font-size: 22px;
	margin-top: 5px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}
#content #product_list {
	list-style: circle;
	margin-left: 30px;
	margin-bottom: 20px;
}
#content #product_list .quantity {
	color: #2195f4;
	font-weight: bold;
}
#content #product_list .quantity:before {
	content: '(';
}
#content #product_list .quantity:after {
	content: ')';
}
#content #product_list .price, #content .total_shipping td+td, #content .success_total {
	font-family: Georgia, serif;
	font-weight: bold;
}
#content .success_total {
	font-size: larger;
	background-color: #1767A9;
	color: white;
	padding: 4px;
	display: inline-block;
}
#content .purchase_id {
	background: none repeat scroll 0 0 white;
	border: 2px dotted #AAAAAA;
	color: black;
	font-family: Courier,sans-serif;
	font-size: 12px;
	padding: 2px 3px;
	vertical-align: top;
}

.entry {
	margin: 20px 0;
	border: solid #444;
	border-width: 0 1px;
	background-color: #222;
}
.entry .b {
	display: block;
	position: relative;
	top: -1px;
	left: 0;
	border: solid #444;
	border-width: 1px 0 0;
}
.entry .b .b {
	border: solid #444;
	border-width: 0 0 1px;
	top: 2px;
	padding: 10px;
}
.entry h1, .archive .pagetitle {
	font-family: Georgia, serif;
	font-weight: 400;
	font-size: 35px !important;
	text-transform: none !important;
	background: none !important;
	margin-top: 15px;
}
.entry h2 {
	font-family: Georgia, serif;
	font-weight: 400;
	font-size: 25px;
	margin-top: 15px;
	margin-left: 20px;
}
.entry h3, #comments h3 {
	color: #8CB9DE;
	margin: 15px 0 -10px 20px
}
.entry p {
	margin: 10px 0 5px 10px;
	color: #DDD;
	font-size: 15px;
	line-height: 20px;
}
.entry blockquote {
	background: url("images/blockquote.png") no-repeat top left transparent;
	min-height: 65px;
	margin-left: 10px;
}
.entry blockquote p {
	margin-left: 53px;
	padding-top: 5px;
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
}
.entry ol, .entry ul {
	padding: 10px 20px;
	font-size: 14px; 
}


.post {
	margin: 20px 0 50px 0;
	clear: left;
}
.post h1.post-title {
	background-color: #222 !important;
	font-size: 24px !important;
}
.post h1.post-title a {
	color: #1767A9;
}
.post small {
	display: block;
	font-size: 13px;
	letter-spacing: 1px;
	margin-top: -8px;
	text-align: right;
	text-transform: uppercase;
	color: #BBB;
}
.post p.postmetadata {
	margin-top: 5px;
	text-align: right;
	margin-right: 40px;
	font-size: 14px;
	color: #BBB;
}
.post p.postmetadata a, .single small a {
	color: #DDD;
}
.post p.postmetadata a:hover, .single small a:hover {
	color: white;
	text-decoration: underline;
}

a.post-edit-link {
	text-transform: uppercase;
	font-size: 14px;
}

.single small {
	margin-right: 0 !important;
}
#comments {
	margin-top: 50px;
	clear: left;
}
#comments ol.commentlist {
	margin-left: 20px;
	list-style: none;
}
#comments ol.commentlist li {
	padding: 10px 10px 3px 10px;
	border: 1px solid #333;
	margin: 10px 0;
	background-color: #222;
}
#comments p {
	color: #DDD;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 4px;
}
#comments cite {
	font-weight: 600;
	font-style: normal;
}
#comments img.avatar {
	float: right;
	border: 3px solid white;
}
#comments .comment-meta {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#respond {
	margin-top: 20px;
}
#respond form {
	margin-top: 20px;
}
#respond form #comment {
	border: 2px solid #666;
	padding: 5px;
	font-family: Lucida Sans, sans-serif;
	font-size: 14px;
}
#respond form input {
	border: 2px solid #666;
	padding: 2px;
	font-family: Lucida Sans, sans-serif;
	font-size: 14px;
}

.postnavigation {
	font-size: 13px;
	text-transform: uppercase;
}
.postnavigation div {
	width: 270px;
	height: 17px;
	overflow: hidden;
}
.postnavigation .alignleft {
	float: left;
}
.postnavigation .alignright {
	float: right;
	text-align: right;
}

.home #content {
	padding: 30px 0 !important;
}
.page-id-3 .post, .page-id-3 .entry {
	margin: 0;
}
#homeposts {
	clear: both;
}
#homeposts #mainpost {
	margin: 50px 0 20px 0;
	padding: 0 100px;
	text-align: center;
}
#homeposts #mainpost h1 {
	background: none;
	border-top: 5px solid #1767a9;
	font-family: Georgia, serif;
	text-transform: none;
	font-size: 40px;
	font-weight: 400;
	clear: both;
	display: inline;
}
#homeposts #mainpost .postcontent a {
	color: #ACACAC;
}
#homeposts .readmore {
	text-align: right;
	color: #1767a9;
}
#homeposts .dateposted {
	color: #7b7b7b;
	font-family: Georgia, serif;
	font-size: 23px;
	letter-spacing: -1px;
}
#homeposts .dateposted span, #homeposts .dateposted span a {
	text-transform: lowercase;
	color: #1767a9;
}
#homeposts .postcontent {
	margin-top: 20px;
	color: #acacac;
	text-align: left;
}
#homeposts #poststable {
	margin: 0 auto;
	border-spacing: 20px !important;
	border-collapse: separate !important;
}
#homeposts #poststable td {
	width: 371px;
	padding-bottom: 20px;
	background: url("images/td_bottom.png") no-repeat bottom center #1c1c1c;
	color: #c7c7c7;
	vertical-align: top;
}
#homeposts #poststable td:hover {
	background-color: #323232;
}
#homeposts #poststable .tdinner {
	padding: 10px 10px 0 10px;
	background: url("images/td_top.png") no-repeat top center;
}
#homeposts #poststable h1 {
	color: #7fb6ff;
	background: none;
	font-family: Georgia, serif;
	text-transform: none;
	font-weight: 400;
	font-size: 20px;
}
#homeposts .tdinner div a {
	color: #C7C7C7 !important;
}

#featured_item a {
	display: block;
	width: 560px;
	height: 300px;
}

div.roundedcorners {
	border: solid #444;
	border-width: 0 1px;
	background-color: #333;
}
div.roundedcorners .b {
	display: block;
	position: relative;
	top: -1px;
	left: 0;
	border: solid #444;
	border-width: 1px 0 0;
}
div.roundedcorners .b .b {
	border: solid #444;
	border-width: 0 0 1px;
	top: 2px;
	padding: 5px;
}

.image.attachment {
	text-align: center;
}
