/*
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/css/undo.css");
@import url("../vigilance/css/master.css");
@import url("../vigilance/functions/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;
	}
*/

/* custom classes */
a.help {
  color: #772124;
  border-bottom: 1px dotted #772124;
  cursor: help;
  text-decoration: none;
}

#nav li.whtt a {
  background: url(images/whtt.gif) left center no-repeat;
  padding-left: 18px;
}

#nav li.rss a {
  background: url(images/rssicon.png) left center no-repeat;
  padding-left: 18px;
}

/* Fix CSS for twitter widget */
ul li#twitter-1 ul li { padding-left: 14px; }

ul li#twitter-1 ul li a {
  display: inline;
  background: none;
  padding: 0;
}

