/*
Theme Name: Vigilance PRO Child Theme
Theme URI: http://thethemefoundry.com/vigilance/
Description: Custom child theme for PRO Members.
Version: 1.40
Author: Drew Strojny
Author URI: http://thethemefoundry.com
Template: vigilance
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../vigilance/stylesheets/master.css");

/* Required WordPress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

/* Page Templates
-----------------------------------------------------------*/
#content.no-sidebar { width: 920px; }
#content.no-sidebar li.comment { width: 560px; }
body.page-template-left-sidebar-php #sidebar {
	width: 300px;
	float: left;
	padding: 0;
}
body.page-template-left-sidebar-php #content {
	width: 600px;
	float: right;
	padding: 20px 0 20px 20px;
}

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
}
*/


body { font-family: Tahoma, Geneva, sans-serif; 
font-size: 10px;
line-height: normal;}

.post-header h1, .post-header h2 { font-family: Tahoma, "Times New Roman", Times, serif; font-size: 18px;}
h1 { font-family: Tahoma, "Times New Roman", Times, serif; }
blockquote { font-family: Tahoma, "Times New Roman", Times, serif; font-size: 14px;}
ul li.widget ul li a { font-size: 12px;}
#nav ul li { margin: 0 0 0 10px; }

#nav li a:hover {
  border-bottom: 0px solid #540746;
}

#header {
  border-bottom: 0px solid #540746;}