/*
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("../vigilance1/css/undo.css");
@import url("../vigilance1/css/master.css");
/*@import url("../vigilance/functions/style-options.php");*/
@import url("../vigilance1/css/custom.css");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.widget_categories ul li a {
    display: inline !important; /* cancels out blocked style links */
    }
.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;
        float:right;
        padding-bottom:20px;
        width:300px;
	}
*/

#header{background:url(images/head.gif);}

/*Post Footer
---------------------------------------*/
.post-footer {
	padding: 3px 10px;
	margin: 5px 0 25px 0;
	font-size: 1.1em;
  font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	font-style: italic;
	background: #f6ccda;
	border-top: 2px solid #F6A8B6;
	border-bottom: 2px solid #F6A8B6;
	}
.post-footer a:link, .post-footer a:visited {
	color: #333;
	font-style: normal;
	}
.post-footer a:hover { color: #772124; }

#sidebar {
        float:right;
        padding-bottom:20px;
        width:300px;
	}
#lead {margin: 10px auto 5px auto; width:728px;}

#content {padding-top: 0px !important;}
#sidebar-image {padding-top:0px !important;}

#search-2 {margin-top:-70px;}

#special {margin:5px auto;
width:728px;}

.more-link { -moz-border-radius:7px 7px 7px 7px;
background-color:#F6CCDA;
display: block;
margin:10px 0 20px;
padding:5px;
width:145px; }

.RAX_twitter_button {display:block; width: 600px; clear:both;}
