/*
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.
-----------------------------------------------------------*/
#sidebar { 
  float: left; 
  width: 300px;
  padding-bottom: 20px;
}
/*Header
------------------------------------------------------------ */
#header {
  background-color: #DFE1EE;
}
h1#title, div#title {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.3em;
  float: right;
  margin-right: 20px;
}
h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited  { color: #444; }
h1#title a:hover, div#title a:hover { color: #317624; text-decoration: none; }
/*Description
---------------------------------------*/
#description { float: right; }
#description h2 {
  font-size: 1.2em;
  font-weight: normal;
  color: #666;
}

}
/*Nav
---------------------------------------*/
#nav {
  float: left;
  text-align: left;
  font-size: 1.3em;
  font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
}
#nav ul {
  padding: 0 0 0 0 10px;
}
#nav ul li {
  float: left;
  margin: 0 0 0 5px;
}
#nav li a:link, #nav li a:visited {
  color: #333;
  text-decoration: none;
}
#nav li.current_page_item a, #nav li.current_page_parent a, #nav li.current_page_ancestor a, #nav li.current-cat a, #nav li a:hover {
  color: #4b5660;
  text-decoration: none;
  padding-top: .1em;

}

#header {
  padding: 20px 0 10px 0;
  text-align: left;

}
body {
color:#333333;
font-family:Helvetica,"Times New Roman",Times,Serif;
font-size:62.5%;
line-height:2.4em;
}
h1.pagetitle, h2.pagetitle {
  padding-bottom: 7px;
  font-size: 2.6em;
  line-height: 1.1em;
 }
 /* border-bottom: 4px double #eee;*/

.entry h2 {
font-size:1.5em;
}
.entry h3 {
font-size:1.6em;
}
blockquote {
color:#141310;
font-size:1.1em;
font-style:italic;
}

.socialicons
{
float: left;
width: 70px;
margin: 0 0px 0px 0;
.clearboth { clear: both; }
}
.i
