/*
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
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
	}
*/
.author {
display: none;
}
h1#title a:link,
h1#title a:visited,
div#title a:link,
div#title a:visited,
h2.widgettitle {
text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}
#nav li.current_page_parent a, #nav li.current_page_ancestor a, #nav li.current-cat a, .page_item {
-webkit-box-shadow: 0 1px 10px rgba(100,100,0,.1);
-moz-box-shadow: 0 1px 10px rgba(100,100,0,.1);
box-shadow: 0 1px 10px rgba(100,100,0,.1);
border: 1px solid #efefef;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
padding: 5px;
}
#nav li.current_page_item a {
}
#nav li.current_page_item a, #nav li.current_page_parent a, #nav li.current_page_ancestor a, #nav li.current-cat a, #nav li a:hover {
border-top:0;
}