/*
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;
	}
*/

#header {
	border-bottom: 0px solid #333;
	}

p a img,a img,img,img.alignnone,img.aligncenter,img.alignleft,img.alignright {
border:1px solid #aaa;
padding:6px;
}

#description {
visibility:hidden;
}

/*Nav
---------------------------------------*/
#nav {
	float: right;
	font-size: 1.5em;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	}
#nav ul {
	padding: 0 0 0 20px;
	list-style: none;
	position: relative;
	}
#nav ul li {
	display: inline;
	margin: 0 0 0 15px;
	}
#nav .page_item a:link, #nav .page_item a:visited {
	color: #A8B69B;
	text-decoration: none;
	}
#nav .page_item a:hover {
	color: #A8B69B;
	text-decoration: none;
	padding-top: .1em;
	}
#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: #A8B69B;
	text-decoration: none;
	padding-top: .1em;
	}

p a img {
border:1px solid #aaa;
padding:6px;
}

body {
background-color:#fff;
background-image:none;
color:#697C83;
font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
font-size:small;
font-weight:400;
text-align:left;
margin:0;
padding:0;
}

#wrapper {
overflow:hidden;
padding-left:10px;
padding-right:10px;
position:relative;
width:900px;
margin:0 auto;
text-align:center;
}

.post-header h2 a {
text-decoration:none;
color:#531862;
font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
font-size:20px;
font-weight:700;
text-align:center;
}

#logo {
height:100px;
width:900px;
margin:0 auto;
}

#content {
color:#656565;
display:inline;
float:left;
font-size:100%;
line-height:1.6em;
text-align:center;
width:870px;
margin:15px 0 0 20px;
padding:5px 0 15px;
}

#sidebar {
display:inline;
float:right;
line-height:1.5em;
padding-top:5px;
width:0;
list-style:none;
visibility:hidden;
margin:5px 20px 20px 0;
}

#footer {
background-image:url('images/top.gif');
background-position:bottom;
background-repeat:repeat-x;
clear:both;
height:60px;
padding-bottom:10px;
padding-top:25px;
text-align:center;
width:900px;
margin:0 auto;
}

.entrybody {
background-color:#fff;
background-position:top left;
background-image:none;
background-repeat:repeat-y;
text-align:center;
margin:0;
padding:5px 5px 10px 10px;
}

.description {
color:#ff8bb7;
font-size:1.2em;
font-style:italic;
font-weight:400;
height:24px;
padding-right:20px;
text-align:right;
margin-top:16px;
}

h3.entrytitle,h3 {
color:#fe0162;
display:block;
font-size:170%;
font-weight:400;
line-height:100%;
margin:0;
}

h3.entrytitle a,h3.entrytitle a:visited,h3 a {
color:#fe0162;
font-weight:400;
text-decoration:none;
}

h3.entrytitle a:hover,h3 a:hover {
text-decoration:underline;
}

#blogname {
height:30px;
padding-left:22px;
padding-top:28px;
text-align:left;
}

h1#blogname a {
color:#FFF;
font-size:36px;
font-weight:400;
}
