/*
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
-----------------------------------------------------------*/

/*Body & Links 
------------------------------------------------------------ */
body {
  font-size: 8pt;
  font-family: "Times New Roman", Times, Serif;
  line-height: 2.2em;
  color: #ddd;
  background-color: #666;
}

a:link, a:visited { color: #bbb; }
a:hover {
  text-decoration: underline;
  color: #8cf;
}

.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: #8cf; }
.comments a:hover {
  color: #8cf;
  background-position: 0 -24px;
}

#nav li a:link, #nav li a:visited {
  color: #bbb;
  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: #bbb;
  text-decoration: none;
  padding-top: .1em;
  border-top: 4px solid #bbb;
}

#wrapper {
  width: 930px;
  margin: 0 auto;
  text-align: left;
  background-color:#333333;
  padding: 0 20px 0 20px;
}

h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited  { color: #ccc; }
h1#title a:hover, div#title a:hover { color: #eee; text-decoration: none; }

.post-header h1 a:link, .post-header h1 a:visited, .post-header h2 a:link, .post-header h2 a:visited  { color: #ccc; }
.post-header h1 a:hover, .post-header h2 a:hover { color: #bbb; }

ul li.widget ul li a {
  display: 0;
  padding: 0 0 0 0;
  background: 0;
}

ul li.widget ul li a:hover { background-position: 0; }

.comments a {
  display: block;
  color: #757575;
  padding: 0 0 0 0;
  background: 0;
}

.post-footer a:link, .post-footer a:visited {
  color: #000;
  font-style: normal;
}

/*comment bg*/
div.c-body {
  float: right;
  width: 474px;
  font-size: 1.3em;
  background: #444;
  padding: 20px 20px 0 20px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}


h1#title, div#title {
  font-size: 4.6em;
  font-weight: bold;
  line-height: 1.3em;
  padding-bottom: 10px;
}

