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

/*Header ------------------------------------------------------------ */
#header {
	padding: 0 0 0 0;
	border-bottom: 5px solid #333;
	}
h1#title, div#title {
	font-size: 2.2em;
	font-weight: bold;
	line-height: 1.3em;
	}
h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited  { color: #444; }
h1#title a:hover, div#title a:hover { color: #772124; text-decoration: none; }
/*Description ---------------------------------------*/
#description {
	float: left;
	}
#description h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #666;
	}

#ggl {    	text-align: center;
                background: #224827;
                padding: 3px;
	width: 914px;
	}
#ggl-post {
                float: left;
                width: 170px;
                height: 620
                padding: 10px;
                border-right: 0px solid #09727C;
                margin-right: 5px;
}
/* -------------------------- Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

/*Sidebar
------------------------------------------------------------ */
.sidebarlink {
	margin: 0 0 0 10px;;
	font-size: 1.8em;
	}
#sidebar {  
  margin-top: 20px;
  }
#sidebar-image { 
  padding-top: 20px;
  }
.sidebar-ad {
  font-family: Arial;
  font-size: 1.4em; 
  padding: 10px;
}

h2.widgettitle {
	padding: 0 0 0 0;
                color: #000000;
                text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	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.8em;
	}
ul li.widget ul li {
	border-bottom: 1px solid #dddddd;
	padding: 0 0;
	}
ul li.widget ul li a {
	padding: 0 0 0 14px;
	background: url(../images/list-item.gif) no-repeat 0 .35em;
	}
ul li.widget ul li a:hover {
	background: url(../images/list-item-hover.gif) no-repeat 0 .35em;
	}
ul li.widget ul#recentcomments li a {
	padding: 0;
	background: none;
	}
#sidebar {
	background: #dcdfc2;
	}
/*Menu
------------------------------------------------------------ */
#menu {
	padding-bottom: 10px;
	}
#menu img {
	border: 2px solid #dddddd;
	}
.alert-box {
  margin: 0 0 20px 0;
  padding: 0 0px 10px 0;
  background: #E9EBD9;
	border-top: 2px solid #224827;
	border-bottom: 3px solid #224827;
  }
.alert-box h2, .alert-box h3, .alert-box h4 {
  margin-left: 20px;
  }
.alert-box p {
  margin: 10px 0;
  }
/*Post Styling
------------------------------------------------------------ */
/*Post Header
---------------------------------------*/

.post-header {
	border-bottom: 4px double #dddddd;
	padding-bottom: 7px;
	}
.post-header h1, .post-header h2 { 
  font-size: 2.6em; 
  line-height: 1.1em;
  text-align: center;
  }
.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: #772124; }
.comments {
	padding-top: 10px;
	font-size: 1.3em;
  color: #757575;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, 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: #772124;
	background: url(../images/comments-bubble-hover.gif) no-repeat 0 .4em;
	}
.date {
	float: right;
	padding-top: 10px;
	color: #757575;
	font-size: 1.6em;
	font-weight: normal;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, 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;
  font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #666;
	}
.meta a:link, .meta a:visited {
	color: #666;
	font-style: normal;
	}
.meta a:hover { color: #772124; }
.tags { 
	float: 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;
  }
code {
  padding: 3px;
  background: #E9EBD9;
  color: #000;
  font-family: "Courier New", Courier, monospace; 
  }