/*
Theme Name: WP-Avatar
Theme URI: http://wordpressavatar.com
Description: WP Avatar is a flexible and a powerful wordpress theme. This SEO friendly theme is layed out based on 960 grid system and it empowers you to choose from unlimited options to design and publish your website. Featuring unlimited widget locations and the flexibility to customize each page to your liking, this theme allows you to configure unlimited color combinations for the background and foreground elements of your website. As the name itself suggests, WP Avatar gives you the power to give just any style or look to your web presence.
Author: Brand Spinach
Author URI: http://wordpressavatar.com
Version: 1.0.0
License: Located in licensing folder
License URI: Located in licensing folder
Tags: best wordpress theme, 3d, business, clean, corporate, design, google fonts, multiple slideshows, photography, portfolio, seo, translation, unlimited colors, unlimited sidebars, unlimited widgets, editor-style, custom-menu
*/

/*
    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;
}