/*
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;
	}
*/
body {
	color: #444;
	background: #f0f2f2 repeat 0 0;
	}
p.highlight {
	margin: 0 0 15px 0;
	padding: 10px;
	background-color: #fef4a2;
	border: 2px solid #F0E799;
	color: #222;
	}
ul.twitter {
	margin: 0px;
	padding: 5px;
	}
li.twitter-item {
	margin: 0px;
	padding: 10px;
	color: #265971;
/*	background: #ddeeff url(./images/twitter-arrow.png) 0 0 no-repeat; */
	background: #4099FF url(./images/twitter-arrow.png) 0 0 no-repeat;
	}
li.twitter-1 {
	margin: 0px;
	padding: 0px;
	}
