/*
Theme Name:	Rudy Giron
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;
	}
*/
/*Header
------------------------------------------------------------ */
#header {
	padding: 20px 0 10px 0;
	border-bottom: 5px solid #333;
	}
h1#title, div#title {
	font: bold 4.6em/1.3em Georgia, "Times New Roman", Times, serif;
}
h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited  { color: #444; }
h1#title a:hover, div#title a:hover { color: #FF8000; text-decoration: none; }
/*Description
---------------------------------------*/
#description {
	float: left;
	}
#description h2 {
	color: #666;
	font: small-caps 1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

pre {
  margin: 10px 0;
  padding: 1em 10px;
  overflow: auto;
  background-color: #EAF0F5;
  color: #000;
  }
code { 
  padding: 2px 3px;
  font: 1.1em Consolas, Courier New, sans-serif;
  background-color: #EAF0F5;
  color: #000;
  }
  
.entries ul li a:hover {
	background-color: #EAF0F5;
  text-decoration: none;
	}
	
div.alt, li.thread-odd { background: #fff; }
div.admin, li.comment.bypostauthor, li.comment li.comment.bypostauthor, li.comment.comment-author-admin, li.comment li.comment.comment-author-admin { background: #EAF0F5; }

/*Post Header
---------------------------------------*/
.post-header {
	border-bottom: 2px solid #dddddd;
	padding-bottom: 7px;
	}

.post-header h1, .post-header h2 { 
  font-size: 2.2em; 
  line-height: 1.1em;
  }
  
/*Pages
---------------------------------------*/
h1.pagetitle, h2.pagetitle {
	margin-bottom: 20px;
	padding-bottom: 7px;
	font-size: 2.6em;
	line-height: 1.1em;
	border-bottom: 2px solid #dddddd;
	}

/*lists sidebar
---------------------------------------*/
ul li.widget ul li a {
  display: inline;
	padding: 0 0 0 0px;
	background: url(../images/list-item.gif) no-repeat 0 .45em;
	font: Georgia, "Times New Roman", Times, serif;
	list-style-type: square;
}
ul li.widget ul li a:hover { background: url(../images/list-item-hover.gif) no-repeat 0 .45em; }
