style.css/*
Theme Name: Fortiguard
Theme URI: http://www.jeffhoren.com/
Description: Fortiguard theme by <a href="http://www.pinionmedia.com/">Pinion Media</a>.
Version: 1
Author: Tim Durham
Author URI: http://www.pinionmedia.com/
*/

/* Reset ----------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
a img {border:none;}

/* Layout ----------------------------------------- */
html,body {
	margin: 10px 0 10px 0;
	padding: 0;
	}
body {
	background: #455560;
	color: #6a737b;
	font: 83% arial,sans-serif;
	text-align: center;
	}
#container {
	background: #fff;
	margin: 0 auto;
	text-align: left;
	width: 990px;
	}
#header {
	position:relative;
	}
	
/* Top Navigation */
#topnav {
	position: absolute; 
	right: 58px; 
	top: 12px; 
	list-style-type: none; 
	float: left;
	}
#topnav li {
	margin: 0; 
	padding: 0 0 0 10px; 
	float: left; 
	background: url(images/top_nav_seperator.gif) 0 50% no-repeat; 
	}
#topnav a {
	float: left; 
	padding-right: 15px; 
	color: #6A737B; 
	font-size: 12px; 
	text-decoration: none;
	}
#topnav li.last a { 
	color: #ee2a24; 
	}
#topnav li.last a:hover { 
	color: #333; 
	}
#topnav li.first {
	background: none; 
	color: #ee2a24; 
	}
#topnav a:hover {
	color: #ef4035; 
	text-decoration: underline;
	}
	
/* Contact Navigation */
#contact {
	position: absolute; 
	right: 86px; 
	top: 35px; 
	list-style-type: none; 
	float: left;
	}
#contact li {
	color: #6b747c; 
	font-size: 10px;
	margin: 0; 
	padding: 0 0 0 7px; 
	float: left; 
	background: url(images/arrow_contact.gif) 0 60% no-repeat; 
	}
#contact li.first {
	background: none;
	padding-right: 6px;
	}	
#contact a {
	float: left; 
	padding-right: 7px; 
	color: #6b747c; 
	font-size: 10px; 
	text-decoration: none;
	}
#contact a:hover {
	color: #ef4035; 
	text-decoration: underline;
	}
/* End Contact Navigation */

.logo {
	padding: 37px 0 0 37px;
	}
.tag {
	color: #6A737B;
	margin-left: 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	}
table#content_container {
	border-collapse: collapse; 
	margin: 0; 
	padding: 0;
	width: 100%;
	}
table#content_container td#content {
	background: #eef3f5;
	padding: 20px 35px 10px 35px;
	vertical-align: top;
	width: 658px;
	}
table#content_container td#sidebar {
	background: #cfd4d8 url(images/sidebar_bg.jpg) no-repeat;
	padding: 14px;
	vertical-align: top;
	width: 262px;
	}
#extra {
	background: #eef3f5;
	padding: 0;
	vertical-align: top;
	width: 658px;
	}
#author {
	background: url(images/bg_author.jpg) no-repeat;
	color: #949ca1;
	font-size: 11px;
	padding: 18px 15px;
	}
.author_email {
	background: url(images/email_icon.gif) 0 50% no-repeat;
	padding: 9px 0 9px 23px;
	position: relative;
	}
#info {
	padding: 0 0 65px 15px;
	}
#tags {
	float: left;
	font-size: 11px;
	margin-bottom: 3px;
	}
#comment_index {
	background: url(images/bg_comments.gif) 0 0 no-repeat;
	font-size: 11px;
	float: right;
	padding: 0 0 24px 35px;
	}
#cat {
	clear: left;
	font-size: 11px;
	}
.post {
	padding: 0;
	}
.right {
	float: right;
	}
.left {
	float: left;
	}

/* Typography ----------------------------------------- */
p {
	margin: 0 0 1.1em 0;
	}
a:link, a:visited { 
	/* font: 83% arial,sans-serif; */ /* font: 11px Arial, Helvetica, Verdana, sans-serif; */
	color: #ee2a24; /* #333333; */
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	color: #6a737b; /* #333333; */
	}
h1, h1 a, h1 a:link, h1 a:visited, h1.title {
	color: #ee2a24;
	font-size: 20px;
	margin-bottom: 7px;
	}
h1 a:hover, h1.title a:hover {
	color: #333;
	text-decoration: none;
	}
h2 {
	color: #455560;
	font-size: 18px;
	margin-bottom: 3px;
	}
.posttitle .small {
	font-size: 10px;
	line-height: 1.5em;
	}
.posttitle small {
	font-size: 0.9em;
	line-height: 1.5em;
	}
a.more-link {
	background: url(images/arrow_more.gif) 0 50% no-repeat;
	color: #949ca1;
	float: right;
	padding-left: 15px;
	text-decoration: none;
	}
a:hover.more-link {
	text-decoration: underline;
	color: #ef4035
	}
#author p {
	margin: 0 0 7px 0;
	}
#author a {
	color: #6a737b;
	}
#author a:hover {
	color: #ef4035;
	text-decoration: underline;
	}
.author_name {
	color: #6a737b;
	}
#tags a {
	color: #ee2a24;
	text-decoration: none;
	}
#tags a:hover {
	color: #333;
	text-decoration: underline;
	}
#comment_index a {
	color: #ee2a24;
	text-decoration: none;
	}
#comment_index a:hover {
	color: #333;
	text-decoration: underline;
	}
#cat a {
	color: #ee2a24;
	text-decoration: none;
	}
#cat a:hover {
	color: #333;
	text-decoration: underline;
	}
.entry {
	clear: both;
	padding-top: 15px;
	}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	text-align: justify;
	margin:5px 0px 5px 0px; padding:5px; background-color:#fafafa; border: 1px solid #ccc;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
.commentsfeed 
{background: url("images/rss.png") no-repeat left center;
padding:5px 5px 5px 20px;
}
.trackback 
{background: url("images/link.png") no-repeat left center;
padding:5px 5px 5px 20px;
height:30px;
}
.commentsicon 
{background: url("images/comment.png") no-repeat left center;
padding:5px 5px 5px 20px;
}
.tagsicon 
{background: url("images/tag_green.png") no-repeat left center;
padding:5px 5px 5px 20px;
}
.postsicon 
{background: url("images/post.png") no-repeat left center;
padding:5px 5px 5px 20px;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}S
/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}
	
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/* sidebar box */

#sidebar .boxalt {
	margin: 10px 0 10px 0;
	width: 234px;
	}
#sidebar .boxalt  h2.widgettitle {
	background: transparent url("images/bg_boxtop.gif") no-repeat;
	color: #fff;
	font-size: 14px;
	height: 37px;
	line-height: 37px;
	padding-left: 10px;
	margin: 0;
	}
#sidebar .boxalt  .boxcontent {
	background: #c6cbcf;
	border: 0;
	margin: 0;
	padding: 0;
	}
#sidebar .boxalt  .boxcontent p{
	padding: 0 10px 0 10px;
	margin: 0;
	}

#sidebar .boxalt  .boxbottom {
	background: url("images/bg_boxbottom.gif") no-repeat;
	display:block;
	height: 12px;
	line-height: 12px;
	padding:0;
	}
#sidebar .boxalt ul {
	padding: 0;
	margin: 0;
	}
#sidebar .boxalt ul li {
	padding: 0 10px;
	margin: 0;
	}
#sidebar .boxalt ul li ul li {
	padding: 0 10px;
	margin: 0;
	}
#sidebar li#archives select, #sidebar .boxcontent select#cat {
	background: #FFFFFF; 
	border: solid 1px #999999;
	width: 204px; /* 234px width area */
	padding: 2px 0 2px 2px;
	margin: 0 10px 0 10px;
	vertical-align: middle;
	}
.widget_rss img{
	vertical-align: middle;
	padding: 2px 5px 2px 0;
}
.widget_rss, .widget_rss a {
	font-size: 12px;
	color: #ef4035;
	text-decoration: none;
	
}
.widget_rss a:hover {
	color: #6a737b;
	text-decoration: none;
}
#follow_links img{
	vertical-align: middle;
}
#follow_links tr td a {
	padding: 0 15px 15px 15px;
	color: #6a737b;
	font-size: 12px;
	text-decoration: none;
	}
#follow_links td.btm_spacing {
	padding-bottom: 10px;
	}
#follow_links tr td a:hover{
	color: #ef4035;
	}
#polls p {
	padding-bottom: 5px;
	text-align: left;
	color: #ef4035;
	}
#polls {
	font-size: 11px;
	}
#polls ul { 
	padding: 0 0 0 7px;
	}
#polls ul.wp-polls-ul {
	padding: 0;
	margin: 0;
	}
#polls ul.wp-polls-ul li{
	margin: 0 0 0 20px;
	}
#polls ul.wp-polls-ul li input{
	margin: 0 0 0 -20px;
	vertical-align: middle;
	}
	/*
#polls ul.wp-polls-ul {
	list-style: none;
	}
#polls ul li ul{
	margin: 0; 
	padding: 0 0 0 7px;
	border: solid 1px #fff;
	}
#polls ul li ul li {
	margin: 0 0 0 20px;
	border: solid 1px #fff;
	}
#polls ul li ul li input{
	margin: 0 0 0 -20px;
	}
	*/
.widget_links ul li {
	margin: 0; 
	padding: 0 0 0 7px; 
	background: url(images/arrow_sidebar.gif) 12px 60% no-repeat; 
	text-indent: 12px;
	}
.widget_links ul li a:link, .widget_links ul li a:visited { 
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	color: #333333;
	text-decoration: none;
	}
.widget_links ul li a:hover {
	color: #ee2a24;
	text-decoration: underline;
	}

pre {
 border-style: dashed;
 border-width: 1px;
 border-color: red;
 margin: 6px 2px 6px 2px;
 padding: 4px 4px 4px 4px;
 background-color: black;
 display: block;
 color: white;
 font-family: Courier New;
}

