/*
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;
	}
*/

/* SETS BASIC HTML DEFINITIONS */

body {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 60%;
	margin: 5px 0;
	}

hr {
	background-color: #aa1f22; 
	color: #aa1f22; 
	height: 1px; 
	width: 100%;
}

/* SETS HEADING PROPERTIES */

h1 {
	font-family: Georgia, Times, serif; 
	color: #aa1f22; 
	text-align: left; 
	font-size: 16px; 
	font-weight: bold; 
}

h2 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #8b171a; 
	text-align: left; 
	font-size: 14px; 
	font-weight: normal; 
}

h3 {
	font-family: Arial, Verdana, sans-serif; 
	color: #8b171a; 
	text-align: left; 
	font-size: 14px; 
	font-weight: normal; 
}

h4, h5, h6 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #aa1f22; 
}

/* SETS THE VARIOUS HYPERLINK PROPERTIES */

a:link  {
	color: #d53135; 
	text-decoration: none; 
}

a:visited {
	color: #d53135; 
	text-decoration: none; 
}

a:hover {
	color: #858585; 
	text-decoration: underline; 
}

a:active {
	color: #d53135; 
	text-decoration: none; 
}

.headerleft a:link  {
	color: #d0d0d0; 
	text-decoration: none; 
	font-weight: normal;
}

.headerleft a:visited {
	color: #d0d0d0; 
	text-decoration: none; 
	font-weight: normal;
}

.headerleft a:hover {
	color: #fff; 
	text-decoration: underline; 
	font-weight: normal;
}

.headerleft a:active {
	color: #d0d0d0; 
	text-decoration: none; 
	font-weight: normal;
}

.footerright a:link  {
	color: #d0d0d0; 
	text-decoration: none; 
	font-weight: normal;
}

.footerright a:visited {
	color: #d0d0d0; 
	text-decoration: none; 
	font-weight: normal;
}

.footerright a:hover {
	color: #fff; 
	text-decoration: underline; 
	font-weight: normal;
}

.footerright a:active {
	color: #d0d0d0; 
	text-decoration: none; 
	font-weight: normal;
}

/* SETS THE CLASS PROPERTIES */

.wrapper {
	width: 750px; 
	background: #fff;
	color: #000; 
	text-align: left;
	margin: 0 auto;
font-size: 80%;
}

.headerleft {
	background-color: #000000;
	color: #d0d0d0;
	text-align: center;
	font-size: 80%;
}

.page #sidebar {
display: none;
}

.page #content {
width: 750px;
}
