/*
Theme Name: Black Shield
Theme URI: http://blackshieldps.com/
Description: A minimal web-standards theme for BlackShieldPS.com
Version: 1.0.0
Author: Jonathan Gallivan
Author URI: http://jonathangallivan.com/
Tags: minimal, widgets
*/

/* General -------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #221e1f;
	color: #221e1f;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: .8em;
}

/* Layout -------------------------------------------------- */

#page {
	width: 900px;
	background-color: #ffffff;
	margin: 0 auto;
}

#wrapper {
	float: left;
	width: 900px;
}

#content {
	width: 835px;
	float: left;
	margin-top: 22px;
	padding-left: 32px;
}

/* Header -------------------------------------------------- */

#header {
	width: 900px;
	height: 184px;
	background-image: url("images/bg-header.jpg");
	background-repeat: no-repeat;
}

#logocontainer {
	position: absolute;
	margin-left: 34px;
}

#logo, #logo ul, #logo li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#logo li {
  float: left;
}

#logo a * {
  display: none;
}

#logo a,
#logo a .hover {
  height: 184px;
	position: relative;
	display: block;
	background: url("/wp-content/themes/blackshield/images/bg-logo.jpg") 0 0 no-repeat;
}

/* individual logo items */
#logo a.home {
  background-position: 0 0;
  width: 225px;
	outline: none;
}

#logo .highlight a.home:hover,
#logo a.home .hover {
  background-position: 0 -184px;
}

#logo a .hover {
  cursor: pointer;
}

#navigation {
	position: absolute;
	top: 112px;
	margin-left: 267px;
}

#tabs, #tabs ul, #tabs li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#tabs li {
  float: left;
  margin-right: 15px;
}

#tabs a * {
  display: none;
}

#tabs a,
#tabs a .hover {
  height: 39px;
	position: relative;
	display: block;
	background: url("images/bg-navigation.jpg") 0 0 no-repeat;
}

/* individual navigation items */
#tabs a.about {
  background-position: 0 0;
  width: 141px;
	outline: none;
}

#tabs .highlight a.about:hover,
#tabs a.about .hover {
  background-position: 0 -39px;
}

#tabs a.services {
  background-position: -156px 0;
  width: 141px;
	outline: none;
}

#tabs .highlight a.services:hover,
#tabs a.services .hover {
  background-position: -156px -39px;
}

#tabs a.values {
  background-position: -312px 0;
  width: 141px;
	outline: none;
}

#tabs .highlight a.values:hover,
#tabs a.values .hover {
  background-position: -312px -39px;
}

#tabs a.contact {
  background-position: -468px 0;
  width: 141px;
	outline: none;
}

#tabs .highlight a.contact:hover,
#tabs a.contact .hover {
  background-position: -468px -39px;
}

#tabs a .hover {
  cursor: pointer;
}

/* Content -------------------------------------------------- */

.content ul {
	list-style-image: url("/wp-content/themes/blackshield/images/bullet_shield.gif");
}

.detailstext {
	font-size: 0.9em;
}

.spacer {
	clear: left;
	margin-top: 10px;
}

.entry {
	margin-bottom: 3em;
}

.alert,
.error {
	background: #ffffcc;
	border: 1px solid #ffff00;
	border-width: 1px 0;
	margin: 1em 0;
	padding: 1em;
}

.small {
	font-weight: normal;
	font-size: 0.6em;
	line-height: 1.25;
}

code, kbd, tt, pre {
	font-family: Consolas, "Lucida Console", Monaco, monospace;
	background: transparent url("images/bg-sidebar-five-percent.png") top right;
}

pre {
	background: transparent url("images/bg-sidebar-five-percent.png") top right;
	padding: .5em;
}

a, a:link, a:visited {
	color: #222222;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	color: #666666;
}

sup { /* to prevent gaps in paragraph layouts, we'll switch back to regular v-align and shunt it up with pos:rel */
	vertical-align: baseline;
	position: relative;
	bottom: .33em;
}

acronym, abbr, .info {
	border-bottom: 1px dotted #333;
	cursor: help;
}

h1, h2 ,h3, h4 {
	line-height: .9;
	margin: 0 0 .1em;
}

h1, h2 {
	font-size: 1.2em;
	margin-bottom: 15px;
	margin-top: 10px;
}

h1 a, h1 a:link, h1 a:visited, h2 a, h2 a:link, h2 a:visited {
	color: #222222;
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	color: #666666;
}

h1.archive {
	margin-bottom: .5em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1.1em;
}

h5, h6 {
	font-size: 1.2em;
}

#flashTitle {
	width: 835px;
	height: 25px;
	background-color: transparent;
}

#sideimage {
	float: right;
	margin-top: -40px;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 2px #887f7f solid;
}

.title h1 a,
.title h2 a {
}

p, ul, ol, table, .navigation {
	margin: .25em 0 1em;
}

.byline {
	font-size: 0.9em;
	color: #444444;
}

ul, ol {
	margin-left: 0;
	padding-left: 0;
}

ul ul,
ol ol {
	margin: 0;
}

li {
	margin: .25em 0 .25em 1.25em;
	padding-left: 0;
}

ul li {
	list-style-type: disc;
}

ol li {
	margin-left: 1.5em;
}

ul.rss li {
	list-style: none;
	margin-left: 0;
	padding-left: 17px;
	background: transparent url("images/feed.gif") no-repeat left .25em;
}

.wp-caption {
	margin: .25em auto 1em;
}

.entry img,
.entry object {
	display: block;
	background: #ffffff;
	max-width: 585px;
}

.wp-caption img {
	margin: 0 auto;
}

.wp-caption p.wp-caption-text {
	font-size: .9em;
	margin: .25em 0 0;
	text-align: center;
	color: #666;
}

.entry .floatright img,
.entry .floatleft img {
	margin: .25em 0 1em;
}

.entry img.floatright,
.entry img.alignright,
.entry img[align="right"],
.wp-caption.alignright {
	margin: .25em 0 1em 1em;
}

.entry img.floatleft,
.entry img.alignleft,
.entry img[align="left"],
.wp-caption.alignleft {
	margin: .25em 1em 1em 0;
}

.entry p,
.entry li,
#columncap p {
	text-align: justify;
}

#site-archives-monthly-archive {
	width: 60%;
	float: left;
}

#site-archives-monthly-archive.wide {
	width: auto;
	float: none;
}

#site-archives-monthly-archive li,
#site-links li {
	text-align: left;
}

#site-archives-category-archive {
	width: 37%;
	float: right;
}

#site-links img {
	margin-left: 0;
	margin-right: 0;
}

blockquote {
	margin: .25em 0 1em;
	padding: .75em 1em .25em;
	border-left: 2px solid #ccc;
	background: transparent url("images/bg-sidebar-five-percent.png") top right;
	font-style: italic;
}

blockquote i,
blockquote em,
blockquote cite {
	font-style: normal;
}

blockquote p {
	margin: 0 0 .5em;
}

.navigation {
	padding-top: .25em;
	width: 100%;
	float: left;
	font-size: 0.9em;
}

.navigation .prev {
	float: left;
	width: 50%;
}

.navigation .next {
	float: right;
	width: 50%;
	text-align: right;
}

/* Comments -------------------------------------------------- */

.comments,
.commentlist,
.nocomments,
.related {
	margin-bottom: 2em;
}

a.commentlink, a:link.commentlink, a:visited.commentlink, a:active.commentlink  {
	color: #0055aa;
}

a:hover.commentlink  {
	color: #666666;
}

.commentlist cite {
	font-style: normal;
}

.commentlist li {
	clear: both;
	padding: .75em 1em .25em;
	list-style: none;
	margin-left: 0;
}

.commentlist .alt {
	background: transparent url("images/bg-sidebar-five-percent.png") top right;
}

.commentlist .authorcomment {
	background: transparent url("images/bg-sidebar-ten-percent.png") top right;
}

.commentlist .avatar {
	display: none;
	float: right;
	margin: 0 0 .5em .5em;
	background: #ffffff;
	padding: 4px;
	border: 1px solid #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

/* Sidebar -------------------------------------------------- */

#sidebar .widget {
	clear: both;
	margin-bottom: 1em;
	padding-top: 20px;
}

#sidebar h4 {
	margin-top: 0;
}

#sidebar blockquote {
	margin: 0;
}

/* subscribe */
#subscribe-dojo p {
	margin: .25em 0;
}

/* Footer -------------------------------------------------- */

#footer {
	display: block;
	clear: both;
	width: 900px;
	height: 44px;
	background-image: url("images/bg-footer.jpg");
	background-repeat: no-repeat;
}

p.copyright {
	font-size: 0.9em;
	float: right;
	margin-right: 40px;
	margin-top: 18px;
	margin-bottom: 0;
}

/* Miscellaneous -------------------------------------------------- */

.instructions { display: none !important; }
.ahem, hr { display: none !important; }
img { border: none; }
form { margin: 0; }
.floatleft, .alignleft { float: left; margin: 0 1em 1em 0; }
.floatright, .alignright { float: right; margin: 0 0 1em 1em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.clearboth { clear: both; }

