/*
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;
	}
*/

/*Body & Links 
------------------------------------------------------------ */
body {
	font-size: 62.5%;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	line-height: 2.2em;
	color: #222;
	background: white;
	}
a:link, a:visited { color: #000066; }
.entry a:link, .entry a:visited { font-weight: bold; }
a:hover {
	text-decoration: underline;
	color: #000066;
	}
/*Basic Structure
------------------------------------------------------------ */

#wrapper{
	width: 920px;
	margin: 0 auto;
	text-align: left;
	}
#content{ 
	float: left; 
	width: 600px;
	padding: 20px 20px 20px 0;
	}
#sidebar { 
	float: top; 
	width: 260px;
  padding-bottom: 20px;
	}
.thin-sidebar {
	float: left;
	width: 240px;
	}
.spad { padding-right: 20px; }
#footer { 
	clear: both;
	padding-top: 5px; 
	border-top: 1px solid #ddd;
	}
.clear:after, li.comment:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/*Header
------------------------------------------------------------ */

#header {
	border-bottom: 4px solid #000066;
	padding: 10px 0;
}
h1#title, div#title {
	font-size: 4em;
	font-weight: bold;
	line-height: 1.3em;
	}
h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited  { color: #000066; }
h1#title a:hover, div#title a:hover { color: #000066; text-decoration: none; }
/*Description
---------------------------------------*/
#description {
	float: left;
	}
#description h2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #757575;
	}

/*Logo
---------------------------------------*/
#logo {
	float: left;
	width: 920px;
	height: 60px;
	margin-top: 20px;
}

/*Nav
---------------------------------------*/
#nav {
	float: right;
	font-size: 1.3em;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	}
#nav ul {
	padding: 0 0 0 20px;
	list-style: none;
	position: relative;
}
#nav ul li {
	display: inline;
	margin: 0 0 0 15px;
	}
#nav .page_item a:link, #nav .page_item a:visited {
	color: #000066;
	text-decoration: none;
	}
#nav .page_item a:hover {
	color: #000066;
	text-decoration: none;
	padding-top: .1em;
	border-top: 4px solid #000066;
	}
#nav .current_page_item a:link, #nav .current_page_item a:visited, #nav .current_page_item a:hover, #nav .current_page_parent a:link, #nav .current_page_parent a:visited, #nav .current_page_parent a:hover, #nav .current_page_ancestor a:link, #nav .current_page_ancestor a:visited, #nav .current_page_ancestor a:hover {
	color: #000066;
	text-decoration: none;
	padding-top: .1em;
	border-top: 4px solid #000066;
	}
/*Menu
------------------------------------------------------------ */
#menu {
	padding-bottom: 10px;
	}
#menu img {
	border: 2px solid #555	}
/*Sidebar
------------------------------------------------------------ */
#sidebar-image { 
  padding-top: 20px; 
  }

.alert-box {
  margin: 0 0 20px 0;
  padding: 0 20px;
  background: #E9EBD9;
	border-top: 2px solid #DCDFC3;
	border-bottom: 2px solid #DCDFC3;
  }
.alert-box h2, .alert-box h3, .alert-box h4 {
  margin: 0;
  padding: 0;
  }
.alert-box p {
  margin: 10px 0;
  }

/*Post Styling
------------------------------------------------------------ */
/*Post Header
---------------------------------------*/
.post-header {
	border-bottom: 2px solid #dddddd;
	padding-bottom: 7px;
	}
.post-header h1, .post-header h2 { 
  font-size: 2.2em; 
  line-height: 1.1em;
  }
.post-header h1 a:link, .post-header h1 a:visited,.post-header h2 a:link, .post-header h2 a:visited  { color: #555; }
.post-header h1 a:hover, .post-header h2 a:hover { color: #000066; }
.comments {
	padding-top: 10px;
	font-size: 1.2em;
  color: #757575;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	}
.comments a {
	display: block;
	color: #757575;
	padding: 0 0 0 26px;
	background: url(../images/comments-bubble.gif) no-repeat 0 .4em;
	}
.comments a:hover {
	color: darkblue;
	background: url(../images/comments-bubble-hover.gif) no-repeat 0 .4em;
	}
.date {
	float: right;
	padding-top: 10px;
	color: #757575;
	font-size: 1.2em;
	font-weight: normal;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	}
.date span {
	color: #ddd;
	font-weight: bold;
	}
#single-date {
	float: none;
	}
/*Post Meta
---------------------------------------*/
.meta  {
	margin: 20px 0 5px 0;
	font-size: 1.2em;
	color: #555;
	}
.meta a:link, .meta a:visited {
	color: #555;
	font-style: normal;
	}
.meta a:hover { color: #000066; }
.tags { 
	float: right; 
  width: 400px;
  text-align: right;
	font-style: italic;
	}
/*Post Body
---------------------------------------*/
.entry { font-size: 1.3em; }
.entry p { margin-bottom: 10px; }
.entry h2, .entry h3, .entry h4 {
	font-size: 1.3em;
	padding: 15px 0 5px 0;
	}
.entry h3 { 
  padding-top: 10px;
  font-size: 1em;
  }
.entry h4 { 
  padding-top: 10px;
  font-size: .9em;
  }
pre {
  margin: 10px 0;
  padding: 1em 10px;
  overflow: auto;
  background-color: #E9EBD9;
  color: #000;
  }
code { 
  padding: 2px 3px;
  font: 1.1em Consolas, Courier New, sans-serif;
  background-color: #E9EBD9;
  color: #000;
  }
pre code { font-size: 1.3em; }
blockquote {
  display: block;
  padding: 20px 20px 10px 45px;
  margin: 20px 0;
  font-style: italic;
  font-size: 1.2em;
  color: #141310;
  background: #e7e6e2 url(../images/blockquote.gif) no-repeat top left;
  }
.float-quote {
	float: left;
	width: 300px;
	padding: 15px;
	margin: 10px 10px 0 0;
	background: #eaeaea;
	border-top: 4px solid #333;
	border-bottom: 4px solid #333;
	}
.entry .float-quote p {
	margin: 0;
	padding: 0 0 0 40px;
	font-size: 1.2em;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	line-height: 1.3em;
	background: url(../images/float-quote.gif) no-repeat top left;
	}
.highlight-box {
	float: right;
  margin: 0 0 10px 10px;
	width: 200px;
	padding: 10px;
  font-family: Helvetica, Arial, Geneva, sans-serif;
	border-top: 8px solid #000;
	background: #000066;
	color: #fff;
	}
.entry .highlight-box p {
  margin: 10px 0;
  line-height: 1.4em;
  font-size: 1.1em;
  }
.entry .highlight-box ul li {
  font-size: 1.1em;
  background: url(../images/list-square.gif) no-repeat 0 .4em; 
   }
.entry .highlight-box h2, .entry .highlight-box h3, .entry .highlight-box h4 { 
 margin: 0; 
 padding: 0;
 color: #fff; 
 }
.highlight-box h2 { text-transform: uppercase; }
.entry ul, #comments ul {
	margin: 0 0 10px 10px;
	}
.entry ul li, #comments ul li {
	display: block;
	margin: 5px 0 0 0;
	padding: 0 0 0 17px;
	background: url(../images/list-star.gif) no-repeat 0 .3em;
	}
.entry ol, #comments ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 0 0 10px 10px;
	}
.entry ol li ol li, #comments ol li ol li { 
    font-size: .9em;
    list-style-type: lower-roman; 
    }
.entry ol li, #comments ol li {
	margin: 5px 0 0 0;
	}
.navigation {
  padding: 10px 0;
  font-size: 1.3em;
  }
.index { padding: 0; }
/*Post Footer
---------------------------------------*/
.post-footer {
	padding-bottom: 2px;
	margin: 0 0 30px 0;
	font-size: 1.1em;
	font-style: italic;
  text-align: right;
  color: #555;
	border-bottom: 2px solid #e8e8e8;
	}
.post-footer a:link, .post-footer a:visited {
	color: #555;
	font-style: normal;
	}
.post-footer a:hover { color: #000066; }
/*Pages
---------------------------------------*/
h1.pagetitle, h2.pagetitle {
	margin-bottom: 20px;
	padding-bottom: 6px;
	font-size: 2.2em;
	line-height: 1.1em;
	border-bottom: 2px solid #dddddd;
	color: #555;
}
/*Archives List
---------------------------------------*/
img.archive-comment {
  float: right;
  margin: 0 .5em .5em 0;
  }
.entries { 
  font-size: 1.3em;
  clear: both; 
  }
.entries ul {
	margin: 0;
	padding: 0 0 1px 0;
	background: transparent url(../images/archives-dotted-line.gif) repeat-x bottom left;
	}
.entries ul li {
	padding-top: 1px;
	background: transparent url(../images/archives-dotted-line.gif) repeat-x top left;
	}
.entries ul li a {
	display: block;
	margin: 0;
	padding: 7px 0;
	}
.entries ul li a:hover {
	background-color: #EDEEDF;
  text-decoration: none;
	}
.entries span {
	display: block;
	text-align: right;
	}
.entries span.archdate, .entries a:hover span.archdate  {
  float: left;
	margin-right: 3em;
  padding-left: .5em;
	width: 3em;
	color: #555;
	}
.entries span.comments_number{
	float: right;
  margin-right: .5em;
	width: 3em;
  color: #555;
	}	
/*Sidebar
------------------------------------------------------------ */
#sidebar-image { 
  padding-top: 20px; 
  }

h2.widgettitle {
	padding: 25px 0 3px 0;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1pt;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	border-bottom: 1px solid #dddddd;
}
ul li.widget ul {
	margin: 0;
	font-size: 1.2em;
	background-color: rgb(236, 238, 245);
}
ul li.widget ul li ul { 
  margin-left: 0;
  font-size: 1em; 
  }
ul li.widget ul li {
	padding: 3px 0;
  border-bottom: 1px solid #ddd;
	}
ul li.widget ul li ul li { 
  padding: 6px 0 0 0;
  border-bottom: none;
  }
ul li.widget ul li a {
  display: block;
	padding: 0 0 0 14px;
	background: url(../images/list-item.gif) no-repeat 0 .5em;
}
ul li.widget ul li a:hover {
	background: url(../images/list-item-hover.gif) no-repeat 0 .5em;
	}
ul li.widget ul#recentcomments li a {
	padding: 0;
	background: none;
	}