/*
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
-----------------------------------------------------------*/
a:link, a:visited { color: #FF9933; }
a:hover {
	text-decoration: underline;
	color: #663300;
}

#header {
	background-image:url('http://www.lanternreview.com/blog/wp-content/themes/vigilance/lrlogoblog.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding: 20px 0 10px 90px;
	border-bottom: 5px solid #663300;
	}
h1#title, div#title {
	
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 55px;	
	line-height: 55px;
	vertical-align: top;
}
div#title-logo { padding-bottom: 10px; }
h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited	{ color: #663300; }
h1#title a:hover, div#title a:hover { color: #666666; text-decoration: none; }

#description h2 {
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

#nav li a {
	padding-top: .1em;
	color: #333;
	text-decoration: none;
}
#nav li.current_page_item a, #nav li.current_page_parent a, #nav li.current_page_ancestor a, #nav li.current-cat a, #nav li a:hover {
	color: #663300;
	text-decoration: none;
	border-top: 4px solid #663300;
}

.post-header h1, .post-header h2 {
	font-size: 2em;
	line-height: 1.1em;
	font-weight: normal;
}

.post-header h1 a:link, .post-header h1 a:visited,.post-header h2 a:link, .post-header h2 a:visited	 { color: #444; }
.post-header h1 a:hover, .post-header h2 a:hover { color: #666666; }

.comments a:hover {
	color: #663300;
	background-position: 0 -24px;}

.meta a:hover { color: #663300; }

.highlight-box {
	float: right;
	margin: 0 0 10px 10px;
	width: 200px;
	padding: 10px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	border-top: 8px solid #000;
	background: #663300;
	color: #fff;
}

.post-footer a:hover { color: #663300; }

h1.pagetitle, h2.pagetitle {
	font-weight: normal;
	margin-bottom: 20px;
	padding-bottom: 7px;
	font-size: 2em;
	line-height: 1.1em;
	border-bottom: 4px double #eee;
}

h2.widgettitle {
	color: #663300;
	padding: 25px 0 3px 0;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1.05pt;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	border-bottom: 1px solid #eee;

#footer a:hover { color: #663300; }
}
