/*
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
DELETE LINE 50 FROM HEADER.PHP TO GET RID OF 2ND 'HOME' PAGE TAB OCCURANCE
*/

/* 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 {
	padding: 185px 0px 150px 0px;
	border-bottom: 0px solid #333;
	background: url(http://rebeccaflowers.com/wp-content/themes/vigilance/images/top-banner/banner_lg.jpg) no-repeat;
	background-position: left bottom;
	}
	
/*Pages
---------------------------------------*/
h1.pagetitle, h2.pagetitle {
	margin-bottom: 20px;
	padding-bottom: 7px;
	font-size: 0em;
	line-height: 0em;
	border-bottom: 4px double #dddddd;
	}
/*NavBar
#nav .current_page_item a:link, #nav .current_page_item a:visited, #nav .current_page_item a:hover, #nav .current_page_parent a:link, #nav .current_page_parent a:visited, #nav .current_page_parent a:hover, #nav .current_page_ancestor a:link, #nav .current_page_ancestor a:visited, #nav .current_page_ancestor a:hover; {
	color: #1C86EE;
	text-decoration: none;
	padding-top: .1em;
	border-top: 4px solid #1C86EE;
	}
}
