/*
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 {
	padding: 0 0 10px 0;
	border-bottom: 5px solid #dbc7a8;
	background: transparent url("http://www.briefcaseproject.org/blog/wp-content/themes/vigilance/images/header.gif") no-repeat -10px 0;
	}
#header h1 {
	visibility: hidden;
	}
#header h2 {
	display: none;
	}
#title {
	height: 154px;
	background: transparent url("http://www.briefcaseproject.org/blog/wp-content/themes/vigilance/images/header.gif") no-repeat;
	padding-bottom: 10px;
	}
#title a {
	visibility: hidden;
	}
#nav {
	float: left;
	font-size: 1.5em;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	text-transform: uppercase
	}
#nav ul {
	padding: 10px 0 0 0;
	list-style: none;
	position: relative;
	}
#nav ul li {
	display: inline;
	margin: 0 15px 0 0;
	}
#nav .page_item a:link, #nav .page_item a:visited {
	color: #791900;
	text-decoration: none;
	}
#nav .page_item a:hover {
	color: #000000;
	text-decoration: none;
	padding-top: .1em;
	}
#content .post-header h1 a:link, #content .post-header h1 a:visited, #content .post-header h2 a:link, #content .post-header h2 a:visited  { color: #280c57; }
#content .post-header h1 a:hover, #content .post-header h2 a:hover { color: #7a1a01; }

.thin-sidebar {
	float: left;
	width: 300px;
	}
ul li.widget ul li a {
	display: inline-block;
	padding: 0 0 0 14px;
	background: url(../images/list-item.gif) no-repeat 0 .45em;
	}

#footer p.right { float: right; text-align: right; }

.wp-polls, .wp-polls-form {
	background-color: #dfdfdf;
	color: #000000;
	border: 1px solid #8c281d;
}

.wp-polls ul {
	padding-left: 3px;
	padding-right: 5px;
}

.wp-polls p {
	font-size: 12px;
}