/*
Theme Name:	Vigilance
Theme URI: 	http://themes.jestro.com/vigilance/
Description: 	A lean and clean Wordpress theme featuring standards and search friendly code. Theme Options Menu allows for serious customization. Designed and coded by <a href="http://www.jestro.com">Jestro</a>.
Version: 		1.31
Author:		Drew Strojny
Author URI:	http://www.jestro.com
Tags: fixed-width, two-columns, white, red, right-sidebar, threaded-comments, custom-colors, theme-options
*/

/*
    Copyright 2008 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("css/undo.css");
@import url("css/master.css");
@import url("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 in a Child Theme. See this tutorial for instructions:
     ----> http://themes.jestro.com/vigilance/easy-upgrading-wordpress-child-themes/ <----
 Any custom changes you make here will be overidden when you upgrade the theme.
-----------------------------------------------------------*/

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
	}
*/

/*Basic Structure
------------------------------------------------------------ */
#wrapper{
	width: 940px;
	margin: 0 auto;
	text-align: left;
        background-color: #ffffff;
	}

#content{ 
        background-color: #ffffff;
	float: left; 
	width: 600px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	}


#sidebar{
	background-color: #e6eff8;
	float: right;
	width: 300px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	}	

h2.widgettitle {
	padding: 25px 0 3px 0;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1.2pt;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #818181;
	}

ul li.widget ul li {
	padding: 6px 0;
  border-bottom: 1px solid #818181;
	}


.thin-sidebar {
	float: left;
	width: 140px;
	}

.spad   {
	padding-right: 20px; 
	}


/*Body & Links.
change line-height from 2.2em to 1.8em
change color from #333 to #0D0D0D
change font size from 62.5% to 57%
change back font size from 57% to 70%
------------------------------------------------------------ */
body {
	font-size: 62.5%;
	font-family: Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif;
	line-height: 1.5em;
	color: #0D0D0D;
	}
a:link, a:visited {
	color: #000099;
}
.entry a:link, .entry a:visited { font-weight: bold; }
a:hover {
	text-decoration: underline;
	color: #0000FF;
	}

/*Post Header
change link from #444 to #971d1d
change hover from #772124 to #c40000

---------------------------------------*/

/*Post Header
---------------------------------------*/
.post-header h1, 
.post-header h2 
	{
	font-size: 2.4em;
	line-height: 1.1em;
	color: #971d1d;
        font-family: Arial, Helvetica, sans-serif;
	}

.post-header h1 a:link, .post-header h1 a:visited,.post-header h2 a:link, .post-header h2 a:visited  {
	color: #971d1d;
}

.post-header h1 a:hover, .post-header h2 a:hover {
	color: #c40000;
}

/*Post Body
change font-size from 1.3em to 1.1em
change line-height from 1.6em to 1.5em
---------------------------------------*/
.entry {
	font-size: 1.3em;
	line-height: 1.5em;
        font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	text-align: justify;
}

.entry h2, .entry h3, .entry h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #971d1d;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	}


/*Menu
------------------------------------------------------------ */
#menu {
	padding-bottom: 10px;
	}
/* this is your header picture border color */
#menu img {
	border: 2px solid #dddddd;
	}
.alert-box {
  margin: 0 0 20px 0;
  padding: 0 20px;
  background: #E9EBD9;
	border-top: 2px solid #509abf;
	border-bottom: 2px solid #509abf;
  }
.alert-box h2, .alert-box h3, .alert-box h4 {
  margin: 0;
  padding: 0;
  }
.alert-box p {
  margin: 10px 0;
  }


