/*
Theme Name: GroundStone Custom v0.1
Theme URI: http://www.rogueeasytheme.com
Description: A Super Simple, clean and easy to use wp 3.0 compatable theme.
Author: Tobias Carrier
Author URI: http://www.rogueeasytheme.com
Version: 0.1
*/


html { 
	background: url(images/background_new.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body{
	/*  background:#131313 url('images/background01d.jpg') repeat-x center top;   */
    font-family: Arial, Helvetica, Georgia, Sans-serif;
    font-size: 17px;
	line-height: 1.4em;
    color: #404040;
	margin: 0px 0px 0px 0px;
}
 
p {
	font-size: 16px;
	color: #404040;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
}

hr {
	width: 640px;
	color: #dfdfdf;
	background-color: #dfdfdf;
	height: 1px;
	border: none;
	float: left;
	margin-bottom: 40px;
} 

 
a:link, a:visited{
    text-decoration: underline;
    color: #5f7a98;
}
 
a:hover{
    color: #5091db;
}
 
h1 {
    font-size: 54px;
	margin-left: 8px;
	text-shadow: 0 2px 0px #ececec;
	text-decoration: none;	
}

h1 a:link, a:visited{
	text-decoration: none;
}
 
h2 {
    font-size: 24px;
	text-decoration: none;	
}

h2 a:link, a:visited{
	text-decoration: none;
} 
 
h3 {
    font-size: 26px;
	text-decoration: none;
	margin-bottom: 5px;
	
}

h5 {
	font-size: 120%;
	color: #d11c28;
}

h6 {
	font-size:120%;
	color: #D11C28;
	margin:0px;
}

h3 a:link, a:visited{
	text-decoration: none;
}

#happyheaderholder{
	background: url('images/new_top_strip.png') repeat-x center top; 
	position: fixed;
    width: 100%;
    height: 120px;
	z-index:100;
}

#header{
	margin: 0 auto;
    width: 970px;
    height: 120px;
	padding-bottom:20px;
	z-index:101;
}

#logo {
	float:left;
	width:238px;
	margin-top:15px;
}

#homepage_sidebar_holder {

    margin: 0 auto;
    width: 950px;
	height: 290px;
    text-align: left;
    background: none;
	padding-top: 170px;
	padding-bottom: 42px;
	clear: both;
}

#spacer {
height:170px;
}
 
#wrapper {
top: 250px;
    margin: 0 auto;
    width: 950px;
    text-align: left;
    background: #fff;
    padding: 15px;
	/* opacity:0.8;
	filter:alpha(opacity=80); REMOVED  For IE8 and earlier */
	

	-webkit-border-radius: 16px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 16px; /* FF1-3.6 */
    border-radius: 16px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	/* useful if you don't want a bg color from leaking outside the border: */
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

	-webkit-box-shadow: 0px 0px 4px #222; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 4px #222; /* FF3.5 - 3.6 */
    box-shadow: 0px 0px 4px #222; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */

}
 
.fullbox {
-webkit-border-radius: 12px; /* Safari 3-4, iOS 1-3.2, Android =1.6 */
border-radius: 12px; /* Opera 10.5, IE9, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

-webkit-box-shadow: 0px 0px 4px 0px #d6d6d6; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
box-shadow: 0px 0px 4px 0px #d6d6d6; /* Opera 10.5, IE9, Firefox 4+, Chrome 6+, iOS 5 */

width:900px;
height:auto;
padding:15px 15px 5px 15px;
margin:20px 0px 10px 0px;
border:1px solid #b4b4b4;
overflow:auto
}

.halfbox {
-webkit-border-radius: 12px; /* Safari 3-4, iOS 1-3.2, Android =1.6 */
border-radius: 12px; /* Opera 10.5, IE9, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

-webkit-box-shadow: 0px 0px 4px 0px #d6d6d6; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
box-shadow: 0px 0px 4px 0px #d6d6d6; /* Opera 10.5, IE9, Firefox 4+, Chrome 6+, iOS 5 */

float:left;
width:420px;
padding:15px 15px 5px 15px;
margin:20px 0px 10px 0px;
border:1px solid #b4b4b4;
overflow:auto
}


.halfboxright {
-webkit-border-radius: 12px; /* Safari 3-4, iOS 1-3.2, Android =1.6 */
border-radius: 12px; /* Opera 10.5, IE9, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

-webkit-box-shadow: 0px 0px 4px 0px #d6d6d6; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
box-shadow: 0px 0px 4px 0px #d6d6d6; /* Opera 10.5, IE9, Firefox 4+, Chrome 6+, iOS 5 */

float:right;
width:420px;
padding:15px 15px 5px 15px;
margin:20px 0px 10px 0px;
border:1px solid #b4b4b4;
overflow:auto
}

.clear {
clear: both;
line-height: 0;
font-size: 0;
}

/* New CSS3 NAV  */

a {
	color: #353535;
	
}
#nav {
	float:right;
	margin: 0;
	padding: 43px 0px 0px 0px;
	line-height: 100%;
	font-size: 18px;   /* main menu font size */
	

}
#nav li{
	margin: 0 3px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
	z-index: 999;
}
/* main level link */
#nav a {
	font-weight: bold;
	color: #353535;
	text-decoration: none;
	display: block;
	padding:  8px 13px;
	margin: 0;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	
	
	background: #ffffff; /* for non-css3 browsers */
	/*     IE 9 NOT SUPPORTED        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#dfdfdf');            */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #fff); /* for firefox 3.6+ */
	
	box-shadow: 0px 0px 11px #BD6C3B; /* FF3.5 - 3.6 */
	-webkit-box-shadow: 0px 0px 11px #BD6C3B; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 11px #BD6C3B; /* FF3.5 - 3.6 */
    box-shadow: 0px 0px 11px #BD6C3B; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #d1d1d1; /* for non-css3 browsers */
	/*     IE 9 NOT SUPPORTED       filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1');               */
	background: -webkit-gradient(linear, left top, left bottom, from(#313131), to(#000000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #313131,  #000000); /* for firefox 3.6+ */

	color: #ffffff;

	box-shadow: 0px 0px 5px #BD6C3B; /* FF3.5 - 3.6 */
	-webkit-box-shadow: 0px 0px 5px #BD6C3B; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 5px #BD6C3B; /* FF3.5 - 3.6 */
    box-shadow: 0px 0px 5px #BD6C3B; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
	
	text-shadow: 0 0px 0 rgba(255, 255, 255, .8);
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #444444 !important; /* for non-css3 browsers */
	/*     IE 9 NOT SUPPORTED        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#3b3b3b');               */
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#3b3b3b)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #444444,  #3b3b3b) !important; /* for firefox 3.6+ */

	color: #fff !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#nav ul {
	background: #ddd; /* for non-css3 browsers */
	/*     IE 9 NOT SUPPORTED         filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf');              IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 40px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	border-top-left-radius: 9px;
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	border-top-right-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	border-bottom-left-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	border-bottom-right-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}

/*END CSS3 NAV  */



/* Button Links  */

a.button_link {
	width:94px;
	float:right;
	font-weight: bold;
	color: #5f7a98;
	text-decoration: none;
	display: block;
	padding:  4px 8px;
	margin: 0px 20px 0px 0px;
	border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border: solid 1px #b4b4b4;
	
	background: #d1d1d1; /* for non-css3 browsers */
	/*     IE 9 NOT SUPPORTED        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#dfdfdf');            */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dfdfdf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #dfdfdf); /* for firefox 3.6+ */
	
	-webkit-box-shadow: 0px 0px 2px #c8c8c8; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 2px #c8c8c8; /* FF3.5 - 3.6 */
    box-shadow: 0px 0px 2px #c8c8c8; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

a.button_link:hover  {
	background: #d1d1d1; /* for non-css3 browsers */
	/*     IE 9 NOT SUPPORTED       filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1');               */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */

	color: #555555;

	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}



 
#blog{
    float: left;
    width: 640px;
    padding: 0 30px 10px 10px;
}

.post{
	padding: 0px 0px 20px 0px;
}

.navigation {
	float:right;
}

#fullwidth {
    float: left;
    width: 930px;
    padding: 0 10px 10px 10px;
}
 
.sidebar{
    float: left;
    width: 230px;
    margin: 0 0 0 10px;
	padding: 10px 10px 10px 10px;
    font-size: 14px;
    list-style: none;
	border-left: 1px solid #e4e4e4;
	
}

.bottom_widgets {
	padding-left:2%;
	width: 31%;
	float:left;
}

.one_third  {
	text-align: justify;
	width:293px;
	float:left;
	display:inline;
	position:relative;
	margin-right:17px;
}


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.clear {
    clear: both;
}
#prefooter{
	clear: both;
	height:30px;
	width:100%;
 
}
#footer1{
    clear: both;
    background: #f8f8f8;
    padding: 10px 10px 10px 10px;
	border-radius: 9px; /* FF1-3.6 */
	-webkit-border-radius: 9px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 9px; /* FF1-3.6 */
    border-radius: 9px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	/* useful if you don't want a bg color from leaking outside the border: */
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	-webkit-box-shadow: inset 0px 0px 4px #8d8d8d; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: inset 0px 0px 4px #8d8d8d; /* FF3.5 - 3.6 */
    box-shadow: inset 0px 0px 4px #8d8d8d; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}


#footer2{
	margin: 0 auto;
    margin-top:30px;
	margin-bottom:15px;
	width:500px;
    clear: both;
    text-align: center;
    background: #2b2b2b;
    padding: 4px;
	overflow: auto;
	-webkit-border-radius: 16px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 16px; /* FF1-3.6 */
    border-radius: 16px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	/* useful if you don't want a bg color from leaking outside the border: */
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

	-webkit-box-shadow: 0px 0px 4px #000000; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 4px #000000; /* FF3.5 - 3.6 */
    box-shadow: 0px 0px 4px #000000; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

#footer2 p {
	color: #ffffff;
	font-size:14px;
	padding-top:0px;
	line-height: 1.4em;
}

#footer2 a {
	color: #ffffff;
	text-decoration: underline;
}

#footer2 a:hover {
	color: #ffffff;
	text-decoration: none;
}

.sd2-slide-background {

}

.slidedeck dd .sd2-slide-background  {

}

/* CART66 ADDITIONS */

#viewcart{
	margin: 0 0 0 779px;
	width: 250px;
	padding-top: 5px;
}



.cartbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
	background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
	background-color:#b8e356;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff !important;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:3px 11px;
	text-decoration:none;
	text-shadow:1px 1px 0px #86ae47;
}
.cartbutton:link {
	color:#fff !important;
}
.cartbutton:visited {
	color:#fff !important;
}
.cartbutton:hover {
	color:#ffffff !important;
	text-decoration: none !important;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
	background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
	background-color:#a5cc52;
}
.cartbutton:active {
	color:#ffffff;
	position:relative;
	top:1px;
	text-decoration: none;
}




.product_container {
	float: left;
	width: 180px;
	padding: 0px 12px 8px 12px;
	margin: 20px 20px 4px 0px;
	background: #fff;
	border:solid 1px #5a9bc8;
	font-size: 12px;
	overflow: visible;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;

    -moz-box-shadow: 1px 1px 4px #c7c7c7;
    -webkit-box-shadow: 1px 1px 4px #c7c7c7;
    box-shadow: 1px 1px 4px #c7c7c7;

}

.product_container p {
	margin: 0px;
	padding: 0px;
}

.product_container img {
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

.product_container  h3 {
	margin: 0px;
	font-size: 18px;
	margin: 7px 0px 7px 0px;
}


.Cart66ButtonPrimary, .Cart66ButtonSecondary, #content .Cart66ButtonPrimary, #content .Cart66ButtonSecondary, .Cart66CartButton .purAddToCart {
/*  width: 78px !important;  */
}

.onehalf1 {
	width: 600px;
	padding-right:15px;
	float:left;
}

.onehalf2{
	width: 300px;
	float:left;
}