/*
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
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
	}
*/

/*PageNav
---------------------------------------*/
#pagenav {
  float: right;
  font-size: 1.5em;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
}
#pagenav ul {
  padding: 0 0 0 0;
  position: relative;
}
#pagenav ul li {
  float: left;
  margin: 0 0 15px 15px;
}
#pagenav li a:link, #pagenav li a:visited {
  color: #333;
  text-decoration: none;
}
#pagenav li.current_page_item a, #pagenav li.current_page_parent a, #pagenav li.current_page_ancestor a, #pagenav li.current-cat a, #pagenav li a:hover {
  color: #772124;
  text-decoration: none;
  padding-top: .1em;
  border-top: none;
  border-bottom: 3px solid #772124;
}

/*RNav
---------------------------------------*/
#rnav {
	font-size: 1.3em;
	color: #333;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	}
#rnav ul {
	padding: 0 0 0 5px;
	list-style: none;
	position: relative;
	}
#rnav ul li {
	margin: 0 0 0 5px;
	}
#rnav .page_item a:link, #rnav .page_item a:visited {
	color: #333;
	text-decoration: none;
	}
#rnav .page_item a:hover {
	color: #772124;
	text-decoration: none;
	}
#rnav .current_page_item a:link, #rnav .current_page_item a:visited, #rnav .current_page_item a:hover, #rnav .current_page_parent a:link, #rnav .current_page_parent a:visited, #rnav .current_page_parent a:hover, #rnav .current_page_ancestor a:link, #rnav .current_page_ancestor a:visited, #rnav .current_page_ancestor a:hover {
	color: #772124;
	text-decoration: none;
	padding-top: .1em;
	}

/*CalNav
---------------------------------------*/
#calnav {
	color: #333;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	}
#calnav ul {
	padding: 0 0 0 10px;
	list-style: none;
	position: relative;
	}
#calnav ul {
	font-size: 1.0em;
	border-bottom: none;
	}
#calnav ul li {
	border-bottom: none;
	}

/*Change the "STAR" in lists
---------------------------------------*/
.entry ul li, #comments ul li {
	display: block;
	margin: 5px 0 0 0;
	padding: 0 0 0 17px;
	background: url(../images/arrow.gif) no-repeat 0 .3em;
	}

/*Get rid of the smiley in footer
---------------------------------------*/
img#wpstats{display:none;}