/*
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
-----------------------------------------------------------*/
/* Global */
body {background-image: url(blue-damask.png); font-size: .9em;}

/* Header */
#header #title {font-size: 3.2em;}
#header #description {font-size: 1.1em; font-style: italic;}
#header #nav {font-size: 1.2em;}

/* Posts */
.post-header h2 {font-size: 2em;}
.post-header .comments {font-size:.8em;}

/* Pages */
h1.pagetitle {font-size: 2em;}

/* Sidebar */
#sidebar p {font-size:1em;}
#sidebar h2 {font-size: 1.2em;}