/*
Theme Name: Vigilance
Theme URI:  http://thethemefoundry.com/vigilance/
Description:  A lean and clean Wordpress theme featuring standards and search friendly code. A built in Theme Options menu allows for serious customization.
Version:    1.46
Author:   Drew Strojny
Author URI: http://thethemefoundry.com
Tags: fixed-width, two-columns, white, red, right-sidebar, threaded-comments, custom-colors, theme-options, translation-ready
*/

/*
    Copyright Jestro LLC

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

*/

/* Import Stylesheets
-----------------------------------------------------------*/
@import url("stylesheets/master.css");
@import url("functions/stylesheets/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 in a Child Theme.  Any custom 
changes you make here will be overidden when you upgrade the theme.
-----------------------------------------------------------*/

#wrapper { width:920px; border:1px solid darkgrey; padding:10px 3px; }

#header {
	width:100%;
	height:175px;
	border-bottom:1px solid darkgrey;
padding:0; margin:0;
	}

h1#title, div#title {
width:920px; height:175px;
	text-indent:-3000px;
background:url('images/header.png') bottom left no-repeat;
padding:0; margin:0;
	}

div#title a { position:absolute; top:5px; right:5px; width:900px; height:200px; }

#sidebar h2 { height:50px; background:url('images/sidebar.png') top left no-repeat; color:white; padding:14px 0; text-align:center }
#sidebar { padding:5px; width:250px; }
#content {padding:5px; width:650px; }
#content h1 {background:url('images/mainheader.png') top left no-repeat; color:white; padding:14px 0; text-align:center; }
	
#description { float:right; }

.comments {
	display:none;
}
.post-footer {
	display:none;
}
.date {
	display:none;
}
.author {
	display:none;
}


