/*
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
-----------------------------------------------------------*/
/* changes by misterdom */
body {
	font-size: 62.5%;
	font-family: "Helvetica-Neue", "Helvetica", Arial, Sans-Serif;
	line-height: 2.2em;
	color: #333;
	}

a:link, a:visited { color: #FF0066; }

.entry a:link, .entry a:visited { font-weight: bold; }
a:hover {
	text-decoration: underline;
	color: #CC0066;
	}

#contentStaticPage {
float:left;
padding: 20px 30px 20px 0;
width: 930px;
}

#subtitle {
font-size: 1.6em;
font-variant: normal;
}


}

*/