/*
Theme Name:	Vigilance
Theme URI: 	http://themes.jestro.com/vigilance/
Description: 	A lean and clean Wordpress theme featuring standards and search friendly code.
Version: 		1.01
Author:		Drew Strojny
Author URI:	http://www.jestro.com
Tags: fixed width, two columns, widget ready, valid css, valid XHTML, right sidebar, white
*/

/*
    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");

/* 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
-----------------------------------------------------------*/

/*Body & Links 
------------------------------------------------------------ */
body {
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, Serif;
	line-height: 2.2em;
	color: #333;
	background: #fff;
	}
a:link, a:visited { color: #3B5998; }
.entry a:link, .entry a:visited { font-weight: bold; }
a:hover {
	text-decoration: none;
	color: #666;
	}
/*Header
------------------------------------------------------------ */
#header {
	padding: 20px 0 10px 0;
	border-bottom: 5px solid #333;
	}
h1#title, div#title {
        font-family: verdana, arial, helvetica,"sans-serif";
	font-size: 4.6em;
	font-weight: bold;
	line-height: 1.3em;
	}
h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited  { color: #3B5998; }
h1#title a:hover, div#title a:hover { color: #666; text-decoration: none; }
/*Description
---------------------------------------*/
#description {
	float: left;
	}
#description h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	}

/*Nav
---------------------------------------*/
#nav {
	float: right;
	font-size: 1.5em;
	/*font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;*/
        font-family: font-family: verdana, arial, helvetica,"sans-serif";
        font-weight: bold;
	}
#nav ul {
	padding: 0 0 0 20px;
	list-style: none;
	position: relative;
	}
#nav ul li {
	display: inline;
	margin: 0 0 0 15px;
	}
#nav .page_item a:link, #nav .page_item a:visited {
	color: #666;
	text-decoration: none;
	}
#nav .page_item a:hover {
	color: #3B5998;
	text-decoration: none;
	padding-top: .1em;
        border-top: none;
	}
#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: #3B5998;
	text-decoration: none;
	padding-top: .1em;
        border-top: none;
	}
/*Post Styling
------------------------------------------------------------ */
/*Post Header
---------------------------------------*/
.post-header {
	border-bottom: 4px double #dddddd;
	padding-bottom: 7px;
	}
.post-header h1, .post-header h2 { font-size: 2.6em; }
.post-header h1 a:link, .post-header h1 a:visited,.post-header h2 a:link, .post-header h2 a:visited  { color: #444; }
.post-header h1 a:hover, .post-header h2 a:hover { color: #3B5998; }
.post-header h1.single { float: left; }
.comments {
	padding-top: 10px;
	font-size: 1.3em;
	/*font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;*/
        font-family: font-family: verdana, arial, helvetica,"sans-serif";
	text-transform: uppercase;
	}
.comments a {
	display: block;
	color: #757575;
	padding: 0 0 0 26px;
	background: url(../images/comments-bubble.gif) no-repeat 0 .4em;
	}
.comments a:hover {
	color: #3B5998;
	background: url(../images/comments-bubble-hover.gif) no-repeat 0 .4em;
	}
.date {
	float: right;
	padding-top: 10px;
	color: #757575;
	font-size: 1.6em;
	font-weight: normal;
	/*font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;*/
        font-family: font-family: verdana, arial, helvetica,"sans-serif";
	text-transform: uppercase;
	}
.date span {
	color: #666;
	font-weight: bold;
	}
/*Post Meta
---------------------------------------*/
.meta  {
	margin: 20px 0 5px 0;
	font-size: 1.2em;
  /*font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;*/
        font-family: font-family: verdana, arial, helvetica,"sans-serif";
	color: #666;
	}
.meta a:link, .meta a:visited {
	color: #666;
	font-style: normal;
	}
.meta a:hover { color: #3B5998; }
.tags { 
	float: right; 
	font-style: italic;
	}
/*Post Footer
---------------------------------------*/
.post-footer {
	padding: 3px 10px;
	margin: 5px 0 25px 0;
	font-size: 1.1em;
  /*font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;*/
        font-family: font-family: verdana, arial, helvetica,"sans-serif";
	font-style: italic;
	background: #DBE1E4;
	border-top: 2px solid #BCC7CD;
	border-bottom: 2px solid #BCC7CD;
	}
.post-footer a:link, .post-footer a:visited {
	color: #333;
	font-style: normal;
	}
.post-footer a:hover { color: #3B5998; }

.post-footer li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}


/*Sidebar
------------------------------------------------------------ */
#sidebar-image { 
  padding-top: 20px; 
  }
h2.widgettitle {
	padding: 25px 0 3px 0;
	font-size: 1.2em;
	font-weight: bold;
        color: #666;
	text-transform: uppercase;
	letter-spacing: 1.2pt;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
        /*font-family: font-family: verdana, arial, helvetica,"sans-serif";*/
	border-bottom: 1px solid #dddddd;

/*RSS Box
---------------------------------------*/
#rss-feed  { padding-top: 10px; }
#rss-feed p {
  font-size: 1.em;
  line-height: 1.2em;
  }
#rss-feed a.rss, #rss-feed a.email {
  float: left;
  font-size: 1.em;
  margin-top: 10px;
  display: block;
  padding: 0 0 0 19px;
  background: url(../images/feed-icon.png) no-repeat 0 .3em;
  }
#rss-feed a.email {
  float: right;
  padding: 0 0 0 25px;
  background: url(../images/mail-icon.png) no-repeat 0 .45em;

#rss-feed a.rss, #rss-feed a.Twit {
  float: left;
  font-size: 1.em;
  margin-top: 10px;
  display: block;
  padding: 0 0 0 19px;
  background: url(../images/Twit.png) no-repeat 0 .3em;


/*Footer
------------------------------------------------------------ */
#footer {
	color: #666;
	font-size: 1.1em;
	}
#footer p.right { float: right; }
#footer a:link, #footer a:visited { color: #3B5998; text-decoration: none; }
#footer a:hover { color: #3B5998; }