/*
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("http://www.stopsnoringseattle.com/wp-content/themes/vigilance/stylesheets/master.css");
/* 
@import url("http://www.stopsnoringseattle.com/wp-content/themes/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
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
	}
*/

#body {
	font-family:"Trebuchet MS","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
}

#header {
	background:#495da7 url('logo.jpg') no-repeat top right;
	padding:0;
	height:127px;
}

#title {
	padding-left: 10px;
	font-family:"Trebuchet MS","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
}

h1#title a:hover, h1#title a:link, h1#title a:visited, 
div#title a:hover, div#title a:link, div#title a:visited {
	color:#fff;
}

#nav {
	clear:both;
	float:none;
	margin-top:45px;
}

#nav ul {
	padding:0;
}

#nav ul li {
	margin: 0 8px 0 15px;
}

#nav li a:link, #nav li a:visited {
	color:#fff;
}

#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 {
	border-top:4px solid #44347e;
}

#content {
	width:650px;
}

#sidebar {
	width:250px;
}

.entry p {
margin-bottom:18px;
}

