/*
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;
	}
*/

/* General Style Tweaks
-------------------------*/

h1#title, div#title {
  font-size: 3.65em;
}

hr {
  border: 0;
  color: #DDDDDD;
  background-color: #DDDDDD;
  height: 2px;
  width: 100%;
  text-align: left;
}

/* Widgets
------------*/

.widget li {
	clear:both;
	font-size: 0.9em;
	line-height: 1.6em;
}

body {
	font-size: 67.5%;
}

.comments {
  font-size: 1.1em;
}

/* Twitter Widget
-------------------*/

.widget_twitter li img {
	float:left;
	margin-right:.5em;
}
.widget_twitter li .clear {
	clear:both;
}
ul li.widget_twitter ul li a {
	display: inline;
	background: none;
	padding: 0;
}

.widget_twitter span.entry-meta {
	display: block;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: right;
}

.widget_twitter span.in-reply-to-meta {
	display: block;
}

.wpTwitterWidgetError {
	color: silver;
}

/* RSS Widget
-------------------*/

.widget_rss span.rss-date {
	display: block;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: right;
}


