/*
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
-----------------------------------------------------------*/
body {
	font-size: 68%;
	font-family: Helvetica, Arial, sans;
	color: #2F2C25;
	}
	
.alert-box {
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-top: 0;
  margin: 0 0 20px 0;
  background: #C3BCA2;
  color: #2F2C25;
  border-top: 2px solid #989079;
  border-bottom: 2px solid #989079;
  }
  
  #description h2 {
	font-size: 2em;
	font-weight: normal;
	color: #EA0083;
	}
	
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />


