/*
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;
	}

*/

#ad {position: absolute;
	top: 5px;
	right: 115px;}
#ad2 {padding-bottom: 10px}

h1#title, div#title {
font-size:4.0em;
font-weight:bold;
line-height:1.3em;
}

h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited  { color: #990000; }
h1#title a:hover, div#title a:hover { color: #444444; text-decoration: underline; }

#header {
	padding: 25px 0 5px 0;
	border-bottom: 5px solid #333;
	}

#nav ul {padding:0 50px 0 20px;}

#content {
float:left;
padding:12px 12px 12px 0;
width:590px;
}

.post-header h2 {
color:#990000;
font-size:2.4em;
line-height:1.1em;
}
h2 {
	font-size: 13px;
	line-height: 1.2em;
	text-decoration: none;
}
h2 a, h2 a:visited {
	color: #444444;
	text-decoration: underline;
}
.style1 {
	font-size: 11px;
	color: #000000;
	line-height: 1.1em;
}

A.style1 { 
	color: #990000;
	font-size: 11px;
	text-decoration: underline;
}

A.style1:hover {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

A.style1:visited {
	color: #444444;
	font-size: 11px;
	text-decoration: underline;
}
.style2 {
	font-size: 11px;
	color: #000000;
}




