/*
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;
	}
*/


h1#title, div#title {

	font-size: 4.6em;
	font-weight: bold;
	line-height: 1.3em;
	text-transform:lowercase;
}

#description {
	
	float:right;
	clear:right;	
}
#description h2 {
	font-family: cursive;
	font-size:1.9em;
	color: #f23a87;
}

#header {
	padding: 0px 0 10px 0;
	border-bottom: 0px;	
	overflow: hidden;
	width: 100%;	
}

#header.left {
	padding: 20px 0 0px 0;
	width:30%;
	float:left;
}

#description.search {

	width:25%;
	float:right;
	
}



#description.donate {
	
	margin-top:6px;
}

#description.tagline {

	width:28%;
	float:right;
	padding: 52px 0 0px 0;
	
}

#search_form input { margin: 10px 0 0 0; }
#search_form input { 
  padding: 4px 2px; 
  width: 188px;
  height:11px;
  border: 1px solid #acacac;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #F4F4F4;
  color: #888;
  }

#search_form img {

	float: right;	
	margin-top:10px;

	
}

#sidebar-image { 
  padding-top: 0px; 
  background: #f0d1dc;
  border-left: 6px solid #f23a87;
  height:416px;
  width:338px;
  float:right;
}

#sidebar-text {
	
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	color:522b06;
	font-size: 1.6em;	
	margin-right:50px;
	margin-left:50px;		
	margin-top:20px;
	padding-top:40px;
}

#menu img {
	border: 0px solid #dddddd;
	float:left;
	padding-top:10px;

}

#bottom-menu {
	
	width:100%;
	height:200%;	
}

#bottom-menu ul {
	list-style: none;
	position: relative;
	top:6px;
}

#bottom-menu a img {
	
	border :none;
	overflow:hidden;
}

#bottom-menu ul li {
	display: inline;
	margin: 0 2.5px 0 0px;
}

#bottom-menu a:hover {

	border:3px solid #d3ccc7;
}

#bottom-menu a:hover img {

	margin:-3px;	
}

#sidebar {
	width: 300px;
}

#content{ 
	float: left; 
	width: 600px;
	padding: 20px 20px 20px 0;
}


#nav {
	
	float:left;
	border-bottom: 2px solid #d3ccc7;
	border-top: 2px solid #d3ccc7;	
	width: 100%;	
	padding: 4px 0px 4px 0px;
	color:#522b06;
}

#nav ul {
	padding: 0 0 0 0px;
	
}

#nav ul li {
	display: inline;
	margin: 0 0 0 10px;
	font-family:"Arial";
		
}

#nav .page_item a:hover {

	background: #f0d1dc;
	border-top: 0px solid #772;
	
}

#nav .current_page_item {

	background: #f0d1dc;
	border-top: 0px solid #772;
			
}

#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:#333;	
	border-top: 0px solid #772;
	
}

	