/*
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
-----------------------------------------------------------*/
/* h1 RGB color:  172, 139, 10 */
#header {
height: 170px;
background-image: url('http://www.dceh.org/wp-content/themes/vigilance/images/DCEH_logo_name_color_850x170.png');
background-repeat: no-repeat;
background-position: left top;
	}
h1#title, div#title {
       font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 0.0em;
	font-weight: bold;
	line-height: 1.0em;
	}
h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited  { color: #FFFFFF; }
h1#title a:hover, div#title a:hover { color: #FFFFFF; text-decoration: none; }
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
	}
*/

