/*
Theme Name: Integral
Theme URI: http://www.integral.co.nz
Description: Custom Wordpress theme by MRD.
Author: MRD
Author URI: http://www.michaelreaney.com
Version: 1.1.0
License: Located in licensing folder
License URI: Located in licensing folder
Tags: custom wordpress theme
*/

/*
    Please do not play with the commented text above as it may render your website useless.

    The styling information for the theme can be found inside the "style" subdirectory

    If you want to edit any custom css in this file, then you will need to enable its usage in the theme's "General Options" section.
*/


/* = custom widget css
-------------------------------------------------------------- */

.widgetgreybg {
	background: url(images/usualgreybg.png);
	margin-top:-10px !important;
	
	/*
	background: linear-gradient(top, #f3f3f3 0%,#fbfbfb 100%);
	background: -moz-linear-gradient(center top , #f3f3f3, #fbfbfb);
	background: -moz-linear-gradient(top, #f3f3f3 0%, #fbfbfb 100%);
	background: -ms-linear-gradient(top, #f3f3f3 0%,#fbfbfb 100%);
	background: -o-linear-gradient(top, #f3f3f3 0%,#fbfbfb 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#f3f3f3), to(#fbfbfb));
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#fbfbfb));
	background: -webkit-linear-gradient(top, #f3f3f3 0%,#fbfbfb 100%);
	background-color: #fbfbfb;
	border: 1px solid #f3f3f3;
	margin-top:-11px !important;
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#fbfbfb',GradientType=0 );
	*/
	padding:10px 10px 1.5em;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.widgetgreybg.specificstyle li:nth-child(odd):last-child {
	padding-bottom:0;	
}
.widgetgreybg ul li:last-child {
	background-image:none;
}