/*
Theme Name:	Vigilance PRO *Child Theme*
Theme URI: 	http://themes.jestro.com/vigilance/
Description: 	Custom child theme for Vigilance PRO Members. Make all your custom changes in the <code>themes/myvigilance</code> folder.
Version: 1.21
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;
	}
*/




/* Page Templates
-----------------------------------------------------------*/

#content.no-sidebar { width: 900px; }
#content.no-sidebar li.comment { width: 560px; }

body.page-template-no-sidebar-php #content {
  width: 850px;
  float: left;
  background: #111111;
  }

body.left-sidebar #sidebar { 
  width: 300px;
  float: left; 
  padding: 0;
  }
body.left-sidebar #content { 
  width: 600px;
  float: right; 
  padding: 20px 0 20px 20px;
  }

/*Body & Links 
------------------------------------------------------------ */
body {
	font-size: 70%;
	font-family: Georgia, "Times New Roman", Times, Serif;
	line-height: 2.3em;
	color: #333;
	}


a:link, a:visited { color: #660099; }
.entry a:link, .entry a:visited { font-weight: bold; color: #660099; }
a:hover {
	text-decoration: underline;
	color: #790042;
	}

/*Basic Structure
------------------------------------------------------------ */
#wrapper{
	width: 930px;
	margin: 0 auto;
	text-align: left;
	}

#content {
        float:left;
        padding:20px 70px 20px 40px;
        width:530px;
         }

body.page-template-no-sidebar-php #content {
        width: 850;
        float: left;
        padding: 20px 40px 20px 40px;
        background: #111111;
        text-align: left;
        }

#sidebar {
float:right;
padding:45px 40px 20px 65px;
width:185px;
}
#sidebar .textwidget a:link, .textwidget a:visited {
	color: #333;
	font-style: normal;
	}
#sidebar .textwidget a:hover { color: #790042; }

.thin-sidebar {
	float: left;
	width: 140px;
	}
.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 {
	padding: 20px 0 10px 0;
	border-bottom: 5px solid #333;
	}
h1#title, div#title {
	font-size: 4.6em;
	font-weight: bold;
	line-height: 1.3em;
	}
h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited  { color: #660099; }
h1#title a:hover, div#title a:hover { color: #790042; text-decoration: none; }
/*Description
---------------------------------------*/
#description {
	float: left;
	}
#description h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #666;
	}
/*Nav
---------------------------------------*/
#nav {
	float: right;
	font-size: 1.5em;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, 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: #333;
	text-decoration: none;
	}
#nav .page_item a:hover {
	color: #660099;
	text-decoration: none;
	padding-top: .1em;
	border-top: 4px solid #660099;
	}
#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: #660099;
	text-decoration: none;
	padding-top: .1em;
	border-top: 4px solid #660099;
	}
/*Menu
------------------------------------------------------------ */
#menu {
	padding-bottom: 10px;
	}
#menu img {
	border: 2px solid #dddddd;
	}
.alert-box {
  margin: 0 0 20px 0;
  padding: 0 20px;
  background: #EAE9E5;
	border-top: 2px solid #E3E1DB;
	border-bottom: 2px solid #E3E1DB;
  }
.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: 5px double #790042;
        border-top: 2px double #790042;
	background: #e8e8e2;
        margin-top: 25px;
	padding-bottom: 7px;
	padding-top: 7px;
	}
.post-header h1, .post-header h2 { 
        font-size: 2.0em;
        color: #660099; 
        line-height: 1.1em;
        padding-left: 10px;
        padding-top: 10px;
        }
.post-header h1 a:link, .post-header h1 a:visited,.post-header h2 a:link, .post-header h2 a:visited  { color: #660099; }
.post-header h1 a:hover, .post-header h2 a:hover { color: #790042; }

body.page-template-no-sidebar-php  .post-header {
      border-bottom:  5px double #000000;
      border-top: 2px double #000000;
      background: #111111;
      }

body.page-template-no-sidebar-php  .post-header h1, .post-header h2 {
       font-size: 2.4em;
       color: #e9d1f5;
       }

.comments {
	padding-top: 10px;
        padding-left: 10px;
	font-size: 1.5em;
        color: #757575;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	text-transform: none;
	}
        
.comments a {
	display: block;
	color: #660099;
	padding: 3px 5px 5px 30px;
        margin-left: 10px;
	background: url(http://www.highwayhags.com/wp-content/themes/vigilance/images/comments-bubble.gif) no-repeat 0 10px;
	}
.comments a:hover {
	color: #772124;
	background: url(http://www.highwayhags.com/wp-content/themes/vigilance/images/comments-bubble.gif) no-repeat 0 15px;
	}

.post .date {
	float: right;
	padding-top: 10px;
        padding-right: 10px;
	color: #404040;
	font-size: 1.6em;
	font-weight: normal;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	}
.post .date span {
	color: #808080;
	font-weight: bold;
	}
#single-date {
	float: none;
        margin-left: 10px;
	}

/*Post Meta
---------------------------------------*/
.meta  {
	margin: 0px 0 0px 0;
	font-size: 1.2em;
	color: #666;
	}
.meta a:link, .meta a:visited {
	color: #666;
	font-style: normal;
	}
.meta a:hover { color: #772124; }
.tags { 
	float: right; 
        width: 400px;
        text-align: right;
	font-style: italic;
	}

/*Post Body
---------------------------------------*/
.entry { font-size: 1.5em; }
.entry p {
         margin-top: 0px;
         margin-bottom: 25px;
         }
.entry h2, .entry h3, .entry h4 {
	font-size: 1.5em;
	padding: 15px 0 5px 0;
        }
.entry h3 { 
  padding-top: 10px;
  font-size: 1.6em;
  color: #660099;
  margin: 10px 0;
  }
.entry h4 { 
  padding-top: 10px;
  font-size: 1.2em;
  color: #660099;
  margin: 10px 0;
  }
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: normal;
  font-size: 1.0em;
  color: #141310;
  background: #e7e6e2 url(http://www.highwayhags.com/wp-content/themes/vigilance/images/blockquote.gif) no-repeat top left;
  }

body.page-template-no-sidebar-php .blockquote {
      padding: 20px 20px 10px 20px;
      margin: 20px;
      color: #c0c0c0;
      background: #660099;
      }

.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: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	line-height: 1.3em;
	background: url(http://www.highwayhags.com/wp-content/themes/vigilance/images/float-quote.gif) no-repeat top left;
	}
.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;
	font-style: italic;
        border-top: 8px solid #790042;
	background: #562a70;
	color: #fff;
	}
.highlight-box a:link, .highlight-box a:visited {
	color: #fff;
	text-decoration: underline;
}
.highlight-box a:hover { text-decoration: none; }
.entry .highlight-box p {
  margin: 10px 0;
  line-height: 1.6em;
  font-size: 1.2em;
  }
.entry .highlight-box ul li {
  font-size: 1.1em;
  background: url(http://www.highwayhags.com/wp-content/themes/vigilance/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: none; }
.entry ul, .c-body ul {
	margin: 0 0 10px 10px;
	}
.entry ul li, .c-body ul li {
	display: block;
	margin: 5px 0 0 0;
	padding: 0 0 0 17px;
	background: url(http://www.highwayhags.com/wp-content/themes/vigilance/images/list-star.gif) no-repeat 0 .3em;
	}
.entry ol, .c-body ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 0 0 10px 10px;
	}
.entry ol li ol li, .c-body ol li ol li { 
    font-size: .9em;
    list-style-type: lower-roman; 
    }
.entry ol li, .c-body ol li {
	margin: 5px 0 0 0;
	}
.navigation {
  padding: 10px 0;
  font-size: 1.3em;
  }
.index { padding: 0; }
/*Post Footer
---------------------------------------*/
.post-meta {
           padding-bottom: 5px;
           float: left;
           text-align: left;
           margin: -45px 0px 0px 0px;
           font-size: 1.2em;
           font-style: italic;
           line-height: 1.6em;
           color: #666;
           }
.post-meta-key {
           float: left;
           padding-bottom: 30px
           text-align: left;
           font-style: normal;
           font-weight: normal;
           margin-right: 4px;
           margin-top: 0px;
           
           }

.post-footer {
	padding-bottom: 0px;
	margin: 30px 0 70px 0;
	font-size: 1.1em;
	font-style: italic;
        text-align: right;
        color: #666;
	border-bottom: 1px solid #790042;
	}
.post-footer a:link, .post-footer a:visited {
	color: #333;
	font-style: normal;
	}
.post-footer a:hover { color: #790042; }

.commentsfooter a {
        display: block;
        width: 220px;
        float: right;
	color: #660099;
	padding: 0 0 0 0;
        margin: -48px 0 0 0;
        }

.commentsfooter a:hoover {
        color: #772124;
        }

.pigeon {
        margin-top: -29px;
        float: right;
        text-align: right;
        padding-bottom: 0px;
        }

#single-post-meta {
        padding-bottom: 0px;
        float: left;
        text-align: left;
        margin-top: 28px;
        font-size: 1.0em;
        font-style: italic;
        line-height: 1.6em;
        color: #660099;
        }


/*Pages
---------------------------------------*/
h1.pagetitle, h2.pagetitle {
	margin-bottom: 20px;
	padding-bottom: 7px;
        color: #660099;
	font-size: 2.6em;
	line-height: 1.1em;
	border-bottom: 4px double #dddddd;
	}


body.page-template-no-sidebar-php .h1.pagetitle, .h2.pagetitle {
        font-size: 3em;
        background: #222222;
        color: #e9d1f5;
        border-bottom: none;
        }

/*Archives List
---------------------------------------*/
img.archive-comment {
  float: right;
  margin: 0 .5em .5em 0;
  }
.entries { 
  font-size: 1.3em;
  float: left;
  clear: both; 
  }
.entries ul {
	margin: 0;
        width: 530px;
        font-size: 1.3;
	padding: 0 0 1px 0;
	background: transparent url(http://www.highwayhags.com/wp-content/themes/vigilance/images/archives-dotted-line.gif) repeat-x bottom left;
	}
.entries ul li {
	padding-top: 1px;
	background: transparent url(http://www.highwayhags.com/wp-content/themes/vigilance/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;
        float: left;
	text-align: left;
        width: 50em;
	}
.entries span.archdate, .entries a:hover span.archdate  {
        float: left;
        text-align: right;
	margin-right: 4em;
        padding-left: .5em;
	width: 5em;
	color: #666;
	}
.entries span.comments_number{
        display: block;
	float: right;
        text-align: right;
        margin-left: 2em;
	width: 5em;
        color: #666;
	}	
/*Sidebar
------------------------------------------------------------ */
#sidebar-image { padding-top: 20px; }
#sidebar-image { font-size: 1.3em; } 
#sidebar-image p { 
	margin-bottom: 15px; 
	line-height: 1.6em;
	}
.widget_search {
        padding-bottom: 10px;
        background: #e8e8e2;
        border-top: 2px double #790042;
        border-bottom: 5px double #790042;
        }
.widget_categories {
        padding-bottom: 10px;
        background: #e8e8e2;
        border-top: 2px double #790042;
        border-bottom: 5px double #790042;
        }
.widget_archive {
        padding-bottom: 10px;
        }
.widget_text {
        padding-bottom: 10px;
        background: #e8e8e2;
        border-top: 2px double #790042;
        border-bottom: 5px double #790042;
        }

div.textwidget p {
	font-size: 1.3em;
	margin: 10px 0 0 10px;
        }
h2.widgettitle {
	padding: 20px 0 3px 5px;
	font-size: 1.6em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1.2pt;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
        border-bottom: 1px solid #dddddd;
	}
ul li.widget ul {
	margin: 0;
	font-size: 1.4em;
	}
ul li.widget ul li ul { 
  margin-left: 5px;
  font-size: 1em; 
  }
ul li.widget ul li { 
	padding: 8px 0 6px 0;
	border-bottom: 1px solid #dddddd; 
	}
ul li.widget ul li ul li { border-bottom: none; }
ul li.widget ul li a {
  display: block;
	padding: 0 0 0 14px;
	background: url(http://www.highwayhags.com/wp-content/themes/vigilance/images/list-item.gif) no-repeat 0 .45em;
	}
ul li.widget ul li a:hover { background: url(http://www.highwayhags.com/wp-content/themes/vigilance/images/list-item-hover.gif) no-repeat 0 .45em; }
ul li.widget ul#recentcomments li a {
	padding: 0;
	background: none;
	}

/*RSS Box
---------------------------------------*/
#rss-feed  { padding-top: 10px; }
#rss-feed p {
  font-size: 1.3em;
  line-height: 1.6em;
  }
#rss-feed a.rss, #rss-feed a.email, #rss-feed a.twitter {
  float: left;
  font-size: 1.3em;
  margin: 10px 10px 0 0;
  display: block;
  padding: 0 0 0 19px;
  background: url(http://www.highwayhags.com/wp-content/themes/vigilance/images/feed-icon.png) no-repeat 0 .25em;
  }
#rss-feed a.email {
  padding: 0 0 0 25px;
  background: url(http://www.highwayhags.com/wp-content/themes/vigilance/images/mail-icon.png) no-repeat 0 .4em;
  }
#rss-feed a.twitter {	
	margin-right: 0;
	padding-left: 19px; 
	background: url(http://www.highwayhags.com/wp-content/themes/vigilance/images/twitter-icon.png) no-repeat 0 .15em; 
	}
/*Search Box
---------------------------------------*/
#search_form input { margin: 10px 0 0 0; }
#search_form input { 
  padding: 4px 2px; 
  width: 132px;
  border: 2px solid #acacac;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #f4f4f4;
  color: #888;
  }
#search_form input:focus { background: #fff; }
#search_form input#searchsubmit { padding: 2px 10px; }

/*Comments
------------------------------------------------------------ */
/*Top
---------------------------------------*/
.comment-number {
	display: block;
	font-size: 1.3em;
	padding: 0 0 10px 20px;
	background: url(http://www.highwayhags.com/wp-content/themes/vigilance/images/comments-bubble-big.gif) no-repeat 0 .1em;
	}
.comment-number span {
	font-size: 1.3em;
	color: #777;
	}
.none { border-bottom: 1px solid #ddd; }
a#leavecomment { padding-left: 10px; }

/*Body
---------------------------------------*/
div.c-single, li.comment {
	padding: 20px 20px 10px 20px;
	border-top: 1px solid #ddd;
	background: #efefef;
	}
li.comment { padding: 20px 20px 0 20px; }
li.comment.depth-2 {
  margin-bottom: 10px;
  border: 1px dashed #ccc;
  background: #fff;
  }
ul.children {
	margin: 10px 0 0 20px;
  clear: both;
	}
div.alt, li.thread-odd { background: #fff; }
div.admin, li.comment.bypostauthor, li.comment li.comment.bypostauthor, li.comment.comment-author-admin, li.comment li.comment.comment-author-admin { background: #DCDFC2; }
div.c-grav {
	float: left;
	width: 80px;
	margin: 0;
	text-align: right;
	}
div.c-body {
	float: right;
	width: 464px;
  font-size: 1.6em;
	}
ul.children div.c-body { width: 404px; }
div.c-body p { margin-bottom: 10px; }
div.c-head {
	margin: 0 0 10px 0;
	font-weight: bold;
	}
div.c-date {
  float: right;
  color: #757575;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	}
div.c-date span {
	color: #C1C1C1;
	font-weight: bold;
	}
.c-permalink a:link, .c-permalink a:visited {
  color: #c1c1c1;
  font-size: .7em;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	text-transform: uppercase;
  }
div.reply, div.cancel-comment-reply { float: right; }
div.reply { padding-bottom: 10px; }
div.reply a:link, div.reply a:visited {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	text-transform: uppercase;
  }
/*Form
---------------------------------------*/
form#commentform { margin-bottom: 20px; }
#respond { font-size: 1.5em; }
h4#postcomment {
	margin: 20px 0;
	padding: 0 0 5px 0;
	font-size: 1.2em;
	color: #555;
	border-bottom: 1px solid #ddd;
	}
form#commentform label.comment-field {
	display: block;
	margin: 10px 0 5px 0;
	}
input.text-input, form#commentform textarea {
	padding: 7px 3px;
	background: #F4F4F4;
	font-family: inherit;
  border: 2px solid #acacac;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 591px;
	}
input#author, input#email, input#url { width: 350px; }
form#commentform input:focus, form#commentform textarea:focus { background: #fff; }
form#commentform input#submit {
  padding: 5px;
  width: 150px; 
  }
form#commentform p.guidelines {
  font-size: .8em;
	margin: 10px 0;
  color: #777;
	}
p.subscribe-to-comments, p.comments-rss{ margin: 0 0 10px 0; }
p.comments-rss a {
  padding: 0 0 0 19px;
  background: url(http://www.highwayhags.com/wp-content/themes/vigilance/images/feed-icon.png) no-repeat 0 .15em;
  }
/*Note
---------------------------------------*/
p.note {
	font-style: italic;
	font-size: 1.3em;
	}
/*Pingbacks/Trackbacks
---------------------------------------*/
h3.pinghead {
  font-size: 1.3em;
  color: #444444;
  }
ol.pinglist {
  list-style-type: decimal;
	list-style-position: inside;
	margin: 0 0 10px 10px;
  font-size: 1.3em;
  }

/*Default Alignment and Images
------------------------------------------------------------ */
.entry .alignleft img, .entry .alignright img, .entry .aligncenter img { border: 1px solid #ddd; }
.noborder { border: none; }
.entry .alignright, .entry .alignright .float-quote { margin: 0 0 10px 10px; }
.entry .alignleft, .entry .alignleft .highlight-box { margin: 0 10px 10px 0; }
.wp-caption p {
  font-style: italic;
  color: #888;
  }
/*Footer
------------------------------------------------------------ */
#footer {
	color: #666;
	font-size: 1.1em;
	}
#footer p.right { float: right; }
#footer a:link, #footer a:visited { color: #666; text-decoration: underline; }
#footer a:hover { color: #772124; }


