/*
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/style.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
-----------------------------------------------------------*/
.qtrans_language_chooser li { text-align:center; list-style-type:none; font-size:120%; line-height:1.6em; }

/*
#wrapper {
  text-align:justify;
}
*/

#search_form input {  
  width:100%;
}

.entry h1 {
font-size:1.5em;
margin-left:1em;
margin-bottom:1em;
margin-top:2em;
}

.entry ul li { 
display:list-item;
/*list-style: circle;*/
margin-left: 0.2em;
padding-left: 18px;
}

/*
.entry ul li, .c-body ul li {
background-position-x: -10px;
}
*/

ul li.widget ul li a.twitter-link {
background-image:none;
padding:0;
}
