/*
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 & Links 
------------------------------------------------------------ */
body {
  font-size: 65%;
font-family: ‘Arial Black’, Gadget, sans-serif;
  line-height: 2.2em;
}

/*Basic Structure
------------------------------------------------------------ */
#wrapper {
  width: 930px;
  margin: 0 auto;
  text-align: left;
}
#content { 
  float: left; 
  width: 650px;
  padding: 20px 30px 20px 0;
}
#sidebar { 
  float: right; 
  width: 250px;
  padding-bottom: 20px;
}
.thin-sidebar {
  float: left;
  width: 120px;
}

/*Nav
---------------------------------------*/
#nav {
  float: right;
  font-size: 1.55em;
  font-family: ‘Arial Black’, Arial, Helvetica, sans-serif;
}

/*Pages
---------------------------------------*/
h1.pagetitle, h2.pagetitle {
  margin-bottom: 20px;
  padding-bottom: 7px;
  font-size: 2.8em;
  line-height: 1.1em;
  border-bottom: 4px double #eee;
}

/*Sidebar
------------------------------------------------------------ */
h2.widgettitle {
  font-weight: bold;
  font-family: ‘Arial Black’, Gadget, sans-serif;
}
