/*
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");

/* 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-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, Serif;
	line-height: 2.2em;
	color: #333;
	background: #444444;
	}
/*Post Footer
---------------------------------------*/
.post-footer {
	padding-bottom: 1px;
	margin: 0 0 10px 0;
	font-size: 1.5em;
	font-style: normal;
        font-family: Georgia, "Times New Roman", Times, Serif;
        text-align: left;
        color: #333;
	border-bottom: 1px solid #e8e8e8;
	}
.post-footer a:link, .post-footer a:visited {
	color: #0000FF;
	font-style: normal;
	}
.post-footer a:hover { color: #772124; }

/*Nav
---------------------------------------*/
#nav {
	float: left;
	font-size: 1.6em;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	}
#nav ul {
	padding: 0 0 0 0px;
	list-style: none;
	position: relative;
	}
#nav ul li {
	display: inline;
	margin: 0 0 0 5px;
	}
#nav .page_item a:link, #nav .page_item a:visited {
	color: #0000FF;
	text-decoration: none;
	}
#nav .page_item a:hover {
	color: #772124;
	text-decoration: none;
        padding-top: .1em;
        border-top: none;
        border-bottom:  none;
	}
#nav .current_page_item a:link, #nav .current_page_item a:visited, #nav .current_page_item a:hover, #nav .current_page_parent a:link, #nav .current_page_parent a:visited, #nav .current_page_parent a:hover, #nav .current_page_ancestor a:link, #nav .current_page_ancestor a:visited, #nav .current_page_ancestor a:hover {
	color: #772124;
	text-decoration: none;
        padding-top: .1em;
        border-top: none;
        border-bottom:  none;
	}

/*Menu
------------------------------------------------------------ */
#menu {
	padding-bottom: 10px;
	}
#menu img {
	border: none;
	}
.alert-box {
  margin: 0 0 20px 0;
  padding: 0 20px;
  background: #EAE9E5;
	border-top: 2px solid #E3E1DB;
	border-bottom: 2px solid #E3E1DB;
  }
.alert-box h2, .alert-box h3, .alert-box h4 {
  margin: 0;
  padding: 0;
  }
.alert-box p {
  margin: 10px 0;
  }

/*Footer
------------------------------------------------------------ */
#footer {
	color: #333;
	font-size: 1.5em;
        font-family: Georgia, "Times New Roman", Times, Serif;
	}
#footer p.right { float: left; }
#footer a:link, #footer a:visited { color: #0000FF; text-decoration: underline; }
#footer a:hover { color: #772124; }
