/*
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;
	}
*/
body {
  font-family: Verdana, Arial, sans-serif;
  color: #333;
	}
a:link, a:visited { color: #333; }
a:hover {
  text-decoration: underline;
  color: #333;
}
#header {
  border-bottom: 5px solid #b3b0a1;
}
h1#title a:hover, div#title a:hover { color: #333; text-decoration: none; }
#nav {
  font-family: Verdana, Arial, sans-serif;
	}
#nav li a:link, #nav li a:visited {
  color: #333;
}
#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 {
  color: #b3b0a1;
  border-top: 4px solid #c7d7e0;
}
.post-header h1 a:hover, .post-header h2 a:hover { color: #333; }
.comments a:hover {
  color: #c7d7e0;
  background-position: 0 4px;
}
.post .date {
  font-family: Verdana, Arial, sans-serif;
	}
.meta a:hover { color: #c7d7e0; }
.entry .float-quote p {
  font-family: Verdana, Arial, sans-serif;
	}
.highlight-box {
  font-family: Verdana, Arial, sans-serif;
  background: #c7d7e0;
	}
.post-footer a:hover { color: #c7d7e0; }
h2.widgettitle {
  font-family: Verdana, Arial, sans-serif;
	}
ul li.widget ul li a:hover { background-position: 0 6px; }
span.asterisk {
  color: #c7d7e0;
}
div.c-date {
  font-family: Verdana, Arial, sans-serif;
	}
.c-permalink a:link, .c-permalink a:visited {
  font-family: Verdana, Arial, sans-serif;
	}
div.reply a:link, div.reply a:visited {
  font-family: Verdana, Arial, sans-serif;
	}
input.text-input, form#commentform textarea {
  font-family: Verdana, Arial, sans-serif;
	}
#footer a:hover { color: #c7d7e0; }