/*
Theme Name:	Vigilance *Child Theme* Foodie
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;
	}
*/
div.drinking {
  margin: 20px 0 0 0;
  background-color:#CCCCCC;
  }
div.drinking h2 {
  margin: 0 15px 15px 15px;
  padding: 0 0 3px 0;
  font-size: 1.8em;
  border-bottom: 2px solid #58181b;
  }
div.drinking h3 {
  font-size: 1.4em;
  }
div.drinking p {
  font-size: 1.1em;
  line-height: 1.6em;
  margin: 5px 0;
  }
div.drinking p.read-more {
  margin: 7px 0 0 0;
  font-size: 1.3em;
  font-weight: bold;
  }
div.drinking img.drink-img {
  padding: 0 12px 0 0;
  }
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;
  }
 /*Post classes*/
.ingredients{
padding-left: 30px;
color:#333333;
}
.recipehead{
	color: #58181b;
	font-size: 1.8em;
}