/*
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/stylesheets/master.css");
@import url("../vigilance/functions/stylesheets/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 */
/*Body & Links 
------------------------------------------------------------ */
body {
  font-size: 62.5%;
  font-family: Arial, Verdana, Tahoma, Genevak, Sans Serif;
  line-height: 2.2em;
  color: #333;
}
/* a:link, a:visited { color: #772124; }
a:hover {
  text-decoration: none;
  color: #58181b;
} */
/*Sidebar
------------------------------------------------------------ */
#sidebar-image { padding-top: 20px; }
#sidebar-image { font-size: 1.3em; } 
#sidebar-image p { 
  margin-bottom: 10px; 
  line-height: 1.6em;
}
h2.widgettitle {
  padding: 15px 0 3px 0;
  font-size: 1.4em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1.2pt;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
  border-bottom: 1px solid #9f9f9f;
}
h2.widgetcontent {
  padding: 1px 0 3px 0;
  font-size: 1.2em;
  font-weight: normal;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
}
ul li.widget ul {
  margin: 0;
  font-size: 1.4em;
}
ul li.widget ul li ul { 
  margin-left: 5px;
  font-size: 1em; 
}
ul li.widget ul li { 
  padding: 8px 0;
  border-bottom: 1px solid #eee; 
}
ul li.widget ul li ul li { border-bottom: none; }
ul li.widget ul li a {
  display: block;
  padding: 0 0 0 15px;
  background: url(../images/list-item.gif) no-repeat 0 6px;
}
ul li.widget ul li a:hover { background-position: 0 -136px; }
ul li.widget ul#recentcomments li a {
  padding: 0;
  background: none;
}
div.textwidget p {
  font-size: 1.3em;
  margin: 5px 0 0 0;
}
li.widget select { margin-top: 10px; }
