/*
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;
	}
*/
.bold { font-weight: bold; }
.subtitle {
  margin-left: 2em;
}
p {
  margin-left: 3em;
}
ul li.page_item page-item-52 {
	font-size: x-small;
	}
.entry ul li {
	display: block;
	padding: 0 0 0 17px;
	background: url(../vigilance/images/cross.gif) no-repeat 0 .3em;
	}
ul li.margin {
  margin-left: 3em;
}
.indent {
  margin-left: 35px;
}
.highlight-box {
	float: right;
  margin: 0 0 10px 10px;
	width: 200px;
	padding: 10px;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	border-top: 8px solid #000;
	background: #EA0000;
	color: #fff;
	}
#wpcf label {
	clear: both;
	float: left;
	display: block;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}
.twocolumnlist {
	float: left;
	width: 430px;
	display: block;
	margin-left: 5em;
	margin-right: auto;
}
.leftcolumnlist {
	float: left;
	width: 220px;
}
.rightcolumnlist {
	float: right;
	width: 200px;
}

.widget-ko_calendar-3-widget_events {
  font-size: large;
}
