/*
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/stylesheets/master.css");
@import url("../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;
	}
*/
pre, code, p {
       font-size:1.1em;
}

body {
       line-height:2.4em;
       font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

h1#title, div#title{
       line-height:1em;
}
#header {
       border-bottom:3px solid #666666;
       padding:0 0 5px;
}
.post-footer {
       border: 0px;
}
.wp-caption {
       display:inline;
}

ul li.widget_twitter ul li a {
       display:inline;
       background: none;
       padding:0px;
}

ul li.widget_twitter ul li span.entry-meta {
       font-size: 0.7em;
       color:#999;
}

#sidebar .time-meta a, #sidebar .from-meta a, #sidebar .time-meta a:hover, #sidebar .from-meta a:hover {
      color:#999;
}

.subtitle1 {display:block; width:150px; font-size:16px; border-bottom: #444 1px solid; margin:20px 0 -10px; padding-bottom:5px;}

#search_form input{width:260px;}