/*
Theme Name:	Vigilance PRO *Child Theme*
Theme URI: 	http://themes.jestro.com/vigilance/
Description: 	Custom child theme for Vigilance PRO Members. Make all your custom changes in the <code>themes/myvigilance</code> folder.
Version: 1.11
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;
	}
*/

div.dstable {
font-family:Verdana, Arial, Helvetica, sans-serif;
}

div.recipes ul {
  margin: 0 0 0 7px;
  font-weight: normal;
  }
div.recipes ul li {
  margin: 0 0 2px 0;
  }
div.recipes.entry a:link, div.recipes.entry a:visited {
  font-weight: normal;
  }
  
#rss-feed  { padding: 5px 5px 5px 5px; background-color: #c6e3f3;}

.post-footer {
	padding-bottom: 2px;
	margin: 0 0 30px 0;
	font-size: 1.1em;
  font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
  font-style:normal;
  text-align: right;
  color: #666;
	border-bottom: 1px solid #e8e8e8;
	}
	
.date {
	font-size:1.2em;
	padding-top: 0;
}	
