@charset "UTF-8";
/**
 * Theme:   grass-green
 * Package: Pure Tabs
 * Author:  Michael Gilkes (Valor Apps)
 * Date:    September 18, 2012
 *
 * IMPORTANT:
 * + The ORDER of the styles in this file matters in terms of precedence.
 * + use !important at the end of value to override inline styles
 * 
 * Note:
 * This should ONLY contain the following information:
 * + color
 * + font-size
 * + font-weight
 * + border-color
 * + border-radius
 * + background
 * 
 */

/** General based styles **/
div.puretabs.grass-green
{
	behavior: url('./media/puretabs/css/PIE.php');
}

div.puretabs.grass-green > ul
{
	border-color: #000;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background: #3a8104; /*fallback for non-CSS3 browsers*/
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#619a35), to(#3a8104)); /*old webkit*/
	background: -webkit-linear-gradient(#27FF06, #3B502C); /*new webkit*/
	background: -moz-linear-gradient(#27FF06, #3B502C); /*gecko*/
	background: -ms-linear-gradient(#27FF06, #3B502C); /*IE10 preview*/
	background: -o-linear-gradient(#27FF06, #3B502C); /*opera 11.10+*/
	background: linear-gradient(#27FF06, #3B502C); /*future CSS3 browsers*/
	-pie-background: linear-gradient(#27FF06, #3B502C); /*PIE*/
	behavior: url('./media/puretabs/css/PIE.php');
}

div.puretabs.grass-green > ul > li
{
	color: #ffffff;
	border-color: #45930b;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background: #4ca20b; /*fallback for non-CSS3 browsers*/
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#89c15e), to(#4ca20b)); /*old webkit*/
	background: -webkit-linear-gradient(#89c15e, #4ca20b); /*new webkit*/
	background: -moz-linear-gradient(#89c15e, #4ca20b); /*gecko*/
	background: -ms-linear-gradient(#89c15e, #4ca20b); /*IE10 preview*/
	background: -o-linear-gradient(#89c15e, #4ca20b); /*opera 11.10+*/
	background: linear-gradient(#89c15e, #4ca20b); /*future CSS3 browsers*/
	-pie-background: linear-gradient(#89c15e, #4ca20b); /*PIE*/
	behavior: url('./media/puretabs/css/PIE.php');
}

div.puretabs.grass-green > ul > li:first-child
{
	/* nothing */
}

div.puretabs.grass-green > ul > li:hover
{
	color: #ffffff;
	border-color: #8bd83b;
	background: #4eb305;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#81c94d), to(#4eb305)); /*old webkit*/
	background: -webkit-linear-gradient(#81c94d, #4eb305); /*new webkit*/
	background: -moz-linear-gradient(#81c94d, #4eb305); /*gecko*/
	background: -ms-linear-gradient(#81c94d, #4eb305); /*IE10 preview*/
	background: -o-linear-gradient(#81c94d, #4eb305); /*opera 11.10+*/
	background: linear-gradient(#81c94d, #4eb305); /*future CSS3 browsers*/
	-pie-background: linear-gradient(#81c94d, #4eb305); /*PIE*/
	behavior: url('./media/puretabs/css/PIE.php');
}

div.puretabs.grass-green > ul > li.active
{
	font-weight: bold;
	color: #ffffff;
	border-color: #72b42d; 
	background: #285c00; /*fallback for non-CSS3 browsers*/
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#4e782d), to(#285c00)); /*old webkit*/
	background: -webkit-linear-gradient(#C1FF8F, #285c00); /*new webkit*/
	background: -moz-linear-gradient(#C1FF8F, #285c00); /*gecko*/
	background: -ms-linear-gradient(#C1FF8F, #285c00); /*IE10 preview*/
	background: -o-linear-gradient(#C1FF8F, #285c00); /*opera 11.10+*/
	background: linear-gradient(#C1FF8F, #285c00); /*future CSS3 browsers*/
	-pie-background: linear-gradient(#C1FF8F, #285c00); /*PIE*/
	behavior: url('./media/puretabs/css/PIE.php');
}

div.puretabs.grass-green > div
{
	border-color: #72b42d; 
	color: #000;
}

div.puretabs.grass-green > div.active
{
	/* nothing */
}


/** No-Header Styles **/
div.puretabs.grass-green.no-header
{
	background: none;
}

/** No-Header Styles AND No-List Background Styles **/
div.puretabs.grass-green.no-listbg > ul, div.puretabs.grass-green.no-header > ul
{
	background: transparent;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	behavior: url('./media/puretabs/css/PIE.php');
}

div.puretabs.grass-green.no-header > div
{
	background: #285c00;
}


/** Bottom Tabs **/
div.puretabs.grass-green.bottom-tabs > ul > li
{
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	behavior: url('./media/puretabs/css/PIE.php');
}

/** Left Tabs **/
div.puretabs.grass-green.left-tabs > ul > li
{
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	behavior: url('./media/puretabs/css/PIE.php');
}

div.puretabs.grass-green.left-tabs > ul > li.active
{
	border-right: transparent;
}

/** Right Tabs **/
div.puretabs.grass-green.right-tabs > ul > li
{
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	behavior: url('./media/puretabs/css/PIE.php');
}

div.puretabs.grass-green.right-tabs > ul > li.active
{
	border-left: transparent;
}
