/*
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 {
	margin: 0px auto;
display:block;
  }
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/




.entry img {
	border: 1px solid #D0D0D0;
	padding: 3px;
	margin-right: 7px;
	margin-top: 7px;
	margin-bottom: 7px;
}

blockquote {
font-size: 1.1em;
background-color: #f5f5f5;
}

.textwidget {
font-size: 9px;
}

body {
font-family: candara, "liberation sans", "trebuchet ms", "lucida grande", helvetica, sans-serif;
}

ul li.twitter-link ul li a {
	padding: 0 0 0 15px;
}