/*
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
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
	}
*/
#bodytext {
	padding: 10px 0 10px 0;
	}

#header {
background-image:url(/graphics/top_bg2.gif);
background-repeat:no-repeat;
border-bottom:5px solid #333333;
padding:20px 0 5px;
}

#subtitle {
	padding: 10px 0 10px 0;
	width: 350px;
	float: left;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, Serif;
	line-height: 2.2em;
	color: #333;	
	}
h2#subtitle, div#subtitle {
font-size: 2.6em;
	font-weight: bold;
	line-height: 1.3em;
	}
h2#subtitle a:link, h2#subtitle a:visited, div#subtitle a:link, div#subtitle a:visited  { color: #444; }
h2#subtitle a:hover, div#subtitle a:hover { color: #772124; text-decoration: none; }

#subtitledesc {
color:#333333;
float:left;
font-family:Georgia,"Times New Roman",Times,Serif;
font-size:12px;
line-height:1.5em;
width:450px;
padding:10px 0 10px;	
	}

div#subtitledesc a:link, div#subtitle a:visited  { color: #444; }
div#subtitledesc a:hover { color: #772124; text-decoration: none; }

#subtitleimg {
float:right;
}
