<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
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.50
Author: The Theme Foundry
Author URI: http://thethemefoundry.com/
Tags: fixed-width, two-columns, white, red, right-sidebar, threaded-comments, custom-colors, theme-options, translation-ready
*/

/*
  Copyright (C) 2008 - 2010 The Theme Foundry

  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 &lt;http://www.gnu.org/licenses/&gt;.

*/

/* 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.
-----------------------------------------------------------*/

#content {
width: 700px;
padding: 20px 30px 20px 0;
float: none;
margin: 20px 0;
font-size: 160%;
line-height: 1.8em;
}
#content.flatfile {
  width: 830px;
  padding: 20px 0 0 0;
}
#content .pagetitle {
  display: none;
}
#content input[type="text"],#content input[type="password"],#content textarea {
  border: thin inset;
}
#content .entry p {
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 150%;
}
#content #ffprofile.entry {
  margin-bottom: 2.3em;
}
#content #ffprofile.entry p {
  margin-bottom: 10px;
}
#content .entry h2 {
  font-size: 1.4em;
  line-height: 150%;
}
#content .entry h1 {
  font-size: 1.5em;
  line-height: 150%;
}

.gallery dl.gallery-item {
  text-align: left;
  font-size: 95%;
  margin-bottom: 2em;
}

.gallery dl.gallery-item dt,.gallery dl.gallery-item dd {
  display: inline-block;
}
.gallery dl.gallery-item dt {
  margin-right: 1.5em;
  width: 235px;
  text-align: center;
}
.gallery dl.gallery-item dd {
  vertical-align: top;
  font-size: 1.2em;
  white-space: pre-wrap;
  width: 425px;
}
.gallery dl.gallery-item dd b {
  line-height: 2em;
}
#content .gallery dl.gallery-item dd p {
  margin: 0;
  line-height: 100%;
  font-size: 1em;
}
#content h1.fftitle {
  font-size: 2.2em;
}
#content h2.fftitle {
  font-size: 170%;
  margin-bottom: 0.7em;
  position: relative;
  bottom: 2px;
}
#content div.ffyear {
  display: none;
}
#content div.ffyear div.ffmenu {
  font-size: 90%;
  background: transparent url(images/archives-dotted-line.gif) repeat-x bottom left;
  margin-bottom: 0.4em;
}
.entries .ffyear {
  text-align: right;
}
.entries ul.ff li {
  background: none;
  line-height: 1.35em;
}
.entries ul.ff li:last-child {
  padding-bottom: 0.5em;
}
.entries ul.ff li a {
  display: inline;
}
.entries ul.ff li a:hover {
  background-color: initial;
}
span.ffmarker {
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  left: 0.4em;
  top: 0.1em;
  font-size: 115%;
}

/* ===== Icon nav items ===== */
.icon-page-item {
  background-image: url("nav-icons-sprite.png");
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  margin-left: 15px !important;
  background-color: transparent !important;
}
#flatfile-page-item { background-position: -45px -45px; }
#flatfile-page-item:hover { background-position: -45px -0px; }

#usp-pro .usp-remember,#usp-pro .usp-label-remember { display: none; }
#usp-pro .usp-fieldset :last-child { margin-top: 0; font-size: 115%; }
</pre></body></html>