/*
Theme Name:	Vigilance *Child Theme*
Theme URI: 	http://themes.jestro.com/vigilance/
Description: 	Your custom child theme for Vigilance. Make all your custom changes in the <code>themes/myvigilance</code> folder.
Author:		Drew Strojny
Author URI:	http://www.jestro.com
Template: vigilance
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../vigilance/css/undo.css");
@import url("../vigilance/css/master.css");
@import url("../vigilance/functions/style-options.php");

ul li.widget div ul li { 
	padding: 8px 0 6px 0;
	border-bottom: 1px solid #dddddd; 
	}
	
ul li.widget div ul li a {
//  display: block;
  padding: 0 0 0 14px;
  background: url(../images/list-item.gif) no-repeat 0 .45em;
}

ul li.widget div ul#recentcomments li a {
	padding: 0;
	background: none;
	}

ul li.widget ul li {
	display:block;
	margin:0 !important;	
	
  background: url(http://simbatango.com/blog/wp-content/themes/vigilance/images/list-item.gif) no-repeat 0 .45em;	
	background-position: 0px 16px;	
	}


ul li.widget ul li a {
	margin:0;
	display:inline;	
	padding: 0 0 0 14px;
	background:inherit;
}

li.feedreading_bookmark {
	margin:0;
	padding:0;
}


li.feedreading_bookmark div {
	display:inline;
	margin:0 !important;
}

div.lastPublicationDate {
	display:inline !important;
	margin-bottom:0 !important;
}

div.lastPublicationDate abbr:before {
	content: " ";
}

a img {
	vertical-align:bottom;
}

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
	}
*/
