@charset "UTF-8";

/*-----------------------------------------------------------------------------
RTW LANDSCAPE SUPPLY 

start:     04/14/14
author:    Mark Rutt
website:   rtwlandscapesupply.com


	BRAND COLOR PALETTE 
	DK Green 		#545540; /* DK GREEN *
	DK Brown		#371F1D; /* DK BROWN *
	TAN				#E2DDDB; /* Tan *
	BG Green		#AAAF9A; /* BG Green *
	
	
	FONTS
	Exo
	Open Sans 400, 400ital, 700, 700ital
	Ostrich Sans
	
	
	
/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/
* {	margin: 0;
	padding: 0; 
	border: 0; 
	/* Border Box makes all padding and borders within the specified width, not additive */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */  
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	}

img { /* Responsive images - scalable */
	max-width:100%; 
	height: auto;}


/* Styles for layout
-----------------------------------------------------------------------------*/


.clear	{	clear:both;	}
.right	{	float:right;	}
.left	{	float:left;	}
.center	{	text-align: center;margin: 0 auto;	}
.holder {	}
.bold 	{	font-weight: bold;	}
.italic { 	font-style: italic;	}
.underline { text-decoration: underline; }
.inline {display:inline;}
.uppercase { text-transform:uppercase;}


/* Padding */
.pad5		{	padding:5px;}
.pad10		{	padding:10px;}
.pad25		{	padding:25px;}
.pad50		{	padding:50px;}

.padleft5	{	padding-left:5px;}
.padleft10	{	padding-left:10px;}
.padleft25	{	padding-left:25px;}
.padleft50	{	padding-left:50px;}

.padright5	{	padding-right:5px;}
.padright10	{	padding-right:10px;}
.padright25	{	padding-right:25px;}
.padright50	{	padding-right:50px;}

.padbot5	{	padding-bottom:5px;}
.padbot10	{	padding-bottom:10px;}
.padbot25	{	padding-bottom:25px;}
.padbot50	{	padding-bottom:50px;}

.padtop5	{	padding-top:5px;}
.padtop15	{	padding-top:15px;}
.padtop10	{	padding-top:10px;}
.padtop25	{	padding-top:25px;}
.padtop50	{	padding-top:50px;}

/* Margin */
.mar5		{	margin:5px;}
.mar10		{	margin:10px;}
.mar25		{	margin:25px;}
.mar50		{	margin:50px;}

.marleft5	{	margin-left:5px;}
.marleft10	{	margin-left:10px;}
.marleft25	{	margin-left:25px;}
.marleft50	{	margin-left:50px;}

.marright5	{	margin-right:5px;}
.marright10	{	margin-right:10px;}
.marright25	{	margin-right:25px;}
.marright50	{	margin-right:50px;}

.martop5	{	margin-top:5px;}
.martop10	{	margin-top:10px;}
.martop25	{	margin-top:25px;}
.martop50	{	margin-top:50px;}

.marbot5	{	margin-bottom:5px;}
.marbot10	{	margin-bottom:10px;}
.marbot25	{	margin-bottom:25px;}
.marbot50	{	margin-bottom:50px;}




/* Set up the document
-----------------------------------------------------------------------------*/
html {
	
}

body	{
	background-image: url(../_images/bg_tile.jpg);
	background-repeat:repeat;
	font: 0 20px;
}


#wrapper	{ 
	width: 100%; /* Set page width here - you can also use percentage */
	text-align:left;  
	margin: 0 auto;
}

.container	{
	margin: 0 auto;
	clear:both;
	}

.fullwidthbg {
	max-width: 100%; /* Set page width here - you can also use percentage */
	}




/* Typography
-----------------------------------------------------------------------------*/

h1 {
	font-size: 40px;  
	font-family: 'Exo', sans-serif;
	color: #545540; /* DK GREEN */
	font-weight: 700;
	line-height: 36px;
	letter-spacing: .01em;
}
	
h2 {
	font-size: 26px; /* Equivalent to 20pt */	
	font-family: 'Exo', sans-serif;
	font-weight:300;
	color: #231F20; /* Dk Grey */
	letter-spacing: .03em;
}
	
h3 {
	font-size: 20px; /* Equivalent to 18pt */
	line-height: 26px;
	font-family: 'Exo', sans-serif;
	font-weight:400;
	color: #231F20; /* Dk Grey */
}
	
h4 {
	font-size: 20px; /* Equivalent to 18pt */
	font-family: 'Open Sans', sans-serif;
	color: #231F20; /* Dk Grey */
}
	
h5 {
	font-size: 18px; /* Equivalent to 14pt */
	font-family: 'Open Sans', sans-serif;
	color: #231F20; /* Dk Grey */
}
	
p {
	font-size: 16px; /* Equivalent to 12pt */
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	color: #231F20; /* Dk Grey */
}

ul {
	list-style: none;
	font-family: 'Exo', sans-serif;
}

li {
	font-family: 'Exo', sans-serif;
}


/* SHOW / HIDE */

.showontablet	{ display: none; }
.showondesktop 	{ display: none; }
.showonmobile	{ display: none; }


/* LINKS
-----------------------------------------------------------------------------*/

a:link {color:inherit; text-decoration: none; border: none;}      /* unvisited link */
a:visited {color:inherit; text-decoration: none; border: none;}  /* visited link */
a:hover {color:inherit; text-decoration: none; border: none;}  /* mouse over link */
a:active {color:inherit; text-decoration: none; border: none;}  /* selected link */

nav a:hover { text-decoration:none;}

a.button {
    padding: 8px 24px;
    color: #545540; /* DK GREEN */
    background-color: #AAAF9A; /* BG Green */
    font-size: 20px; /* Equivalent to 18pt */
	line-height: 26px;
	font-family: 'Exo', sans-serif;
	font-weight: bold;
    display: inline-block;
}

a.button:hover {
    background-color: #371F1D; /* DK BROWN */
}


/* HEADER
-----------------------------------------------------------------------------*/

#topbanner {
		}

#topbanner h3 {
	font-size: 12px;
	font-weight: bold;
	color: #E2DDDB; /* Tan */
	text-transform:uppercase;
	text-align: center;
	display: inline;
	padding: 4px;
	letter-spacing: 1px;
}

.contactbar {
	z-index: 999;
	background-image:url(../_images/contactbar_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	position: relative;
	bottom: 60px;
	padding: 3px;
	}
	
.bullet {
	color: 	#AAAF9A; /* BG Green */
	padding: 0 4px;
}

.tornedge { 
	background-repeat: repeat-x;
	background-image:url(../_images/green_tornedge.png);
	height: 25px;
	margin: -50px auto 0;
	z-index: 99;
	position: relative;
	bottom: 0;
}

.topbanner {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;	
	z-index: 2;
}
	
.topbanner_container {
	overflow: hidden;
}

#randomimg {
	max-height: 150px;	
	min-height: 58px;
	overflow: hidden;
}

/* LAYOUT
-----------------------------------------------------------------------------*/
.one-third {
	width: 33%;	
	float: left;
	padding: 2%;
	/* Border Box makes all padding and borders within the specified width, not additive */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */  
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	}

.two-third {
	width: 66%;	
	float: left;
	padding: 2%;
	/* Border Box makes all padding and borders within the specified width, not additive */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */  
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	}
	
.one-half {
	width: 50%;
	float: left;	
	padding: 2%;
	/* Border Box makes all padding and borders within the specified width, not additive */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */  
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
	
.one-fourth {
	width: 25%;
	float: left;	
	padding: 2%;
	/* Border Box makes all padding and borders within the specified width, not additive */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */  
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}

.full {
	width: 100%;	
	padding: 2%;
}

.introtext {
	text-align: center;
    width: 96%;
    max-width: 850px;
    margin: 0 auto;
    padding-top: 25px;
}

/* REUSABLE DESIGN ELEMENTS
-----------------------------------------------------------------------------*/

.dkgreen 	{	color:	#545540; /* DK GREEN */ }
.dkgreenbg 	{	background-color:	#545540; /* DK GREEN */ }
.dkbrown	{	color:	#371F1D; /* DK BROWN */	}
.dkgrey 	{	color: #231F20; /* Dk Grey */	}
.tan		{	color: #E2DDDB; /* Tan */ }
.white 		{	color: #FFF;	}
.green		{ 	color: #AAAF9A; /* BG Green */ }


.framed 	{
	border: #E2DDDB 6px solid; /* tan */
  	-moz-box-shadow:    3px 3px 5px #333;
  	-webkit-box-shadow: 3px 3px 5px #333;
  	box-shadow:         3px 3px 5px #333;
}	

.roundcorners {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.horzbar {
	background-repeat: repeat-x;
	background-image:url(../_images/dk_dirt_bg.jpg);
	height: auto;
	overflow: hidden;
	margin: 25px 0;
	width: 100%;
	padding: 8px;
	text-align: center;
	}


/* ABOUT
-----------------------------------------------------------------------------*/

.about {
	text-align: left;	
}

.about li {
	font-size: 14px; /* Equivalent to 12pt */
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #AAAF9A; /* BG Green */ 
	align: left;
	list-style:square;
	margin-left: 18%;
	}

.aboutintro h2{
	font-size: 30px; /* Equivalent to 18pt */
	line-height: 38px;
	font-family: 'Exo', sans-serif;
	font-weight:400;
	color:	#371F1D; /* DK BROWN */	
}

.aboutintro h3{
	font-size: 23px; /* Equivalent to 18pt */
	line-height: 32px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:	#545540; /* DK GREEN */
	}
	
/* PRODUCT DETAILS */

.prod_detail_wrap{
	width: 50%;
	float: left;
	margin: 0 auto;
	padding: 0 5% 5%;
	text-align: center;
}

.prod_detail {
	width: 250px;
	height: auto;
	margin: 25px 0;
}

.prod_detail2 {
	width: 250px;
	height: auto;
}

.prod_detail img {
	display: inline-block;
	}



/* FOOTER
-----------------------------------------------------------------------------*/

.footer_bg {
	background-repeat: repeat;
	background-image:url(../_images/dk_dirt_bg.jpg);
	height: auto;
	overflow: hidden;
	margin-top: 25px;
	width: 100%;
	padding: 25px 0px;
}

#footer {
	color: #E2DDDB; /* Tan */
	text-align: center;
}

#footer li {
	padding: 2%;
	text-transform: uppercase;
	color: #E2DDDB; /* Tan */
	font-size: 18px; /* Equivalent to 18pt */
	font-family: 'Exo', sans-serif;
	font-weight:400;
	display: inline-block;
	list-style: none;
}


#footer li a:hover {
	color: #545540; /* DK GREEN */	
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	border-top: 3px solid #545540; /* DK GREEN */
	border-bottom: 3px solid #545540; /* DK GREEN */
	color:	#545540; /* DK GREEN */
}

.horz_rule {
	margin: 15px 0;
	border-bottom: 1px solid #371F1D; /* DK BROWN */
}

.credits {
	text-transform: uppercase;
	color: #E2DDDB; /* Tan */
	font-size: 10px; /* Equivalent to 18pt */
	font-family: 'Exo', sans-serif;
	font-weight:400;
	text-align: center;
	}
	
.ftlogo {
	margin-top: -20px;
}



/* FOUNDATION TWEAKS */
.products-landing li, .products-single li {
    margin: 0 0 50px;
    padding: 0 25px;
}

