/*
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/stylesheets/master.css");
@import url("../vigilance/functions/stylesheets/style-options.php");

/* 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
-----------------------------------------------------------*/
div#header h1#title, div#header div#title {
background-image:url(./images/SecularTTULogo.jpg);
background-repeat:no-repeat;
height:80px;
max-height:80px;
max-width:650px;
min-height:80px;
min-width:660px;
text-indent:-9999px;
width:660px;
}

#nav ul.children {
display: none;
}

ul li.widget ul li a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(./images/list-item.jpg) no-repeat scroll 0 6px;
}

ul li.widget ul li a:hover {
background-position:0 -86px;
}