/*
Theme Name: Watchdog
Theme URI:
Description: Based on ItalicSmile (http://italicsmile.com/) theme by Tim Bowen & Jake Snyder http://creativeslice.com/
Author: Scott Marlow
Author URI: http://www.marketingbymarlow.com
Version: 1.0
Tags: two-columns, fixed-width, grey, red
Template: italicsmile
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
blue: #065fb9
lt blue: #004c99
Red: 	#b42024
lt Red: #BC393C
*/
ul, ol {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
a img, :link img, :visited img {
	border: none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
body {
	font: 12px "helvetica neue", helvetica, verdana, sans-serif;
	border-top: 2px solid #fff;
	min-width: 960px; /* hack for firefox */;
	text-align: left;
	color: #222;
	background-color: #333;
}
.entry h2 a {
	color: #222;
}
a:link, .entry h2 a:hover {
	/*color: #065fb9;*/
	color: #b42024;
	text-decoration: none;
}
a:visited {
	/*	color: #407cb9;*/
	color: #BC393C;
	text-decoration: none;
}
a:hover {
	/*color: #004c99;*/
	color: #BC393C;
	text-decoration: underline;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
	margin: 2px 10px 2px 0;
}
.alignright {
	float: right;
	margin: 2px 0 2px 10px;
}
hr {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	border-right: none;
	border-left: none;
	text-align: center;
	margin: 2em 0;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
}
strong {
	font-weight: bold;
}
#main {
	margin: 15px 0 10px 0;
}
h1 {
	font-size: 3.6em;
	font-weight: normal;
	font-family: georgia, times, serif;
}
h2 {
	font-size: 2em;
	font-family: georgia, times, serif;
}
h3 {
	font-size: 1.6em;
	line-height: 1.8em;
	font-family: georgia, times, serif;
}
h4 {
	font-size: 1.3em;
	font-family: georgia, times, serif;
}
h5 {
	font-size: 1.3em;
	font-family: georgia, times, serif;
	color: #666;
}
h6 {
	font-size: 1.3em;
	font-family: georgia, times, serif;
	color: #999;
}
/* -------------------- Header -------------------- */
#header {
	background: #fff;
	height: 144px; /* 88px */
	position: relative;
}
#toptext {
	bottom: 10px;
	left: 140px;
	font-family: georgia, times, serif;
	font-size: 1.4em;
	letter-spacing: .08em;
	position: absolute;
}
#topsearch {
	background: #fff;
	padding: 4px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
}
#searchform .textfield {
	color: #666;
	padding: 1px 2px;
	border: 1px solid #ccc;
	background: #eee;
	float: right;
}
#searchform #mag {
	float: right;
	padding: 3px 0 0 6px;
}
/* ---------------------- Sidebar ---------------------- */
#sidebar {
	float: left;
	width: 215px;
	padding: 0 0 0 20px;
	text-align: left;
	voice-family: inherit;
}
#sidebar h2 {
	color: #AD9A6E;
	font-weight: normal;
	font-variant: small-caps;
	font-size: 1.2em;
	letter-spacing: .05em;
	width: 95%;
}
#sidebar li {
	list-style: disc outside none;
}
/* ------------------ Sidebar MENU ------------------- */
#sidebar a {
	color: #e6e6e6;
}
.sidebarnav a {
	display:block;
	font-size:1.1em;
	font-style:normal;
	height:1%;
	padding:6px 2px 1px;
	text-align:left;
	text-decoration:none;
}
.sidebarnav li a:hover, .sidebarpages li a:hover, .sidebarnav li.current_page_item a:hover {
	background: #BC393C;
	/*background: #004c99;*/
	color: #fff;
}
.sidebarnav li.current_page_item a, .sidebarpages li.current_page_item a {
	color: #fff;
	background: #BC393C;
	/*background: #065fb9;*/
}
.sidebarnav .home li.current_page_item a {
	color: #b42024;
	background: #efefef;
}
.sidebarnav li, .sidebarpages .widget_recent_entries li {
	color: #999;
	list-style: disc outside none;
	margin: 0 0 0 1.5em;
}
.sidebarpages h2, .sidebarnav h2 {
	margin: 2em 0 .2em 0;
	border-bottom: 1px solid #AD9A6E;
}
.sidebarnav h2.topmost {
	margin: 0;
}
.widget_pages a {
	font-weight: bold;
	display: block;
	font-size: 1.1em;
	text-align: left;
	height: 1%;
	padding: 2px;
	text-decoration: none;
}
.widget_pages li {
	font-weight: bold;
	font-size: .9em;
}
.widget_pages li li {
	padding-left: 1em;
}
li.widget select {
	width: 95%;
}
/* ------------------------------ Content ---------------------------- */
#content {
	text-align: left;
	float: left;
	width: 720px;
}
#content .entry {
	padding: 20px;
}
.blogpost, .post {
	background: #fff;
	margin-bottom: 10px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
}
#content p {
	font-size: 1.2em;
	margin: 0 0 1.1em 0;
	line-height: 1.4em;
}
#content h2 {
	color: black;
	font-size:1.5em;
	padding:0 0 1em;
}
#content h2.pagetitle {
	color: #999;
	padding-bottom: .5em;
	font-size: 1.4em;
}
#content h3 {
	color: #999;
	font-weight: normal;
	padding-bottom: .3em;
}
#content ul {
	list-style: disc;
	padding-bottom: .6em;
}
#content ol {
	list-style-type: decimal;
}
#content li {
	margin-left: 30px;
	padding-bottom: .3em;
	line-height: 1.3em;
}
#content ul ul {
	padding-top: .5em;
	padding-bottom: 0;
}
#content ol {
	margin-left: 5px;
}
#content blockquote {
	padding-left: 1em;
	border-left: 2px solid #ccc;
	font-size: .9em;
	color: #666;
}
#content img {
	max-width: 660px;
}
.postmetadata {
	font-size: .9em;
	color: #666;
	font-style: italic;
	margin: .5em 0 2em 0;
}
#content .wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #fff;
	padding: 4px 0 0 0;
}
#content .wp-caption p.wp-caption-text {
	padding: 4px;
	margin: 0;
	color: #666;
	font-size: .9em;
}
.gallery-caption {
	color: #666;
	font-size: .9em;
}
h1.four {
	font-size: 20em;
	font-style: italic;
	color: #ccc;
	margin-left: .3em;
}
/* -------- Edit Post/Page Button for admins ------------- */
#content .edit a, #content .edit a:visited {
	background: #999;
	color: #fff;
	text-decoration: none;
	font-size: .7em;
	font-weight: bold;
	padding: 1px 4px;
	border: 1px solid #ccc;
}
#content .edit a:hover {
	background: #e16f00;
	border: 1px solid #e16f00;
	color: #fff;
}
/* ----------- Comments ----------- */
#content #commentarea {
	color: #999;
	padding: 15px 20px;
	border: 10px solid #ddd;
	margin-top: -10px;
	font-size: 1.2em;
}
.commentlist {
	font-size: .8em;
	padding: 2em 0;
	color: #666;
	font-style: italic;
}
.commentlist p {
	color: #222;
	font-style: normal;
}
.commentlist li {
	padding: 5px;
	margin-bottom: 5px;
}
.commentlist cite {
	font-weight: bold;
}
.commentlist .alt {
	background: #fff;
}
img.avatar {
	float: left;
	margin-right: 10px;
}
/* --------------------------- Footer ---------------------------- */
#footer {
	clear: both;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
	font-size: 1em;
	color: #666;
}
#footertext {
	clear: both;
	text-align: right;
	padding: 2em 1em;
}
