/*
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
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
	}
*/

body{
background: url(/images/header_iphone.jpg) center 0 no-repeat;
padding: 0;
margin: 0;
}

#header h1 { font-size: 1.4em; font-weight: bold; color: #000000; line-height: 1.8em; }
a:link, a:visited { color: #6d6802; }
a:hover { color: #6d6802; }
h1#title a:hover, div#title a:hover { color: #6d6802; }
#nav .page_item a:hover { color: #6d6802; border-top: 4px solid #6d6802; }
#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: #6d6802; border-top: 4px solid #6d6802; }
.post-header h1 a:hover, .post-header h2 a:hover { color: #6d6802; }
.comments a:hover { color: #6d6802; }

#wrapper{ width: 980px; }
#content{ width: 650px;	}

.headerimg {
background: url(/images/header_iphone.jpg) center 0 no-repeat;
padding: 0;
margin: 0;
height: 275px;
}