﻿/*
Theme Name: Beretta Tactical
Theme URI: http://www.blizzarddigital.com/
Description: Theme to match the old forum.
Version: 1.0
Author: Blizzard Digital Corp.
Author URI: http://www.blizzarddigital.com/
Tags: Blue, Beretta, tactical, fixed width, two columns, widgets
*/
html
{
	background: #000070;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.8em;
}

body
{
	margin: 10px;
	padding: 0;
}

a, a:visited
{
	color: #000070;
	text-decoration: underline;
}

a:active, a:hover
{
	color: #5154c9;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	padding: 0;
}

/* FORMS */
form
{
	margin: 0;
	padding: 0;
}

.text-input
{
	background: #fff;
	border: 1px solid #000070;
	color: #000;
	padding: 3px;
}

input.button
{
	background: #000070;
	border: 1px solid #444;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

input.button:active, input.button:hover, input.button:focus
{
	background: #5154c9;
}

#searchform
{
	text-align: center;
}

#searchform .text-input
{
	margin: 0 0 0.5em 0;
	width: 60%;
}

/* END FORMS */

#container
{
	background: #fff url("images/sidebarbg.png") repeat-y right top;
	margin: 0 auto;
	position: relative;
	width: 975px;
}

#header
{
	background: transparent url("images/header.jpg") no-repeat left top;
	padding: 40px 0 0 50px;
	width: 100%;
	height: 97px;
}

#header h1
{
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header .description
{
	color: #f00;
	font-style: italic;
	margin: 0 0 0 2em;
	text-transform: uppercase;
}

#content
{
	min-height: 36em;
	margin: 0;
	padding: 15px;
	width: 720px;
}

* html #content
{
	height: 36em;
}

#content h2
{
	font-size: 1.25em;
}

#content h3
{
	font-size: 1.1em;
}

#content .pagetitle
{
	font-size: 1.35em;
	margin: 0 0 1em 0;
}

/* POST NAVIGATION */
#content .navigation
{
	background: #000070;
	color: #fff;
	/* float: left; */
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 6px 0;
	min-height: 1.35em;
	padding: 6px;
	width: 708px;
}

#content .navigation a
{
	color: #fff;
	display: inline-block;
	min-height: 20px;
	padding: 2px 0 0 0;
	text-decoration: none;
}

#content .navigation a:active, #content .navigation a:hover
{
	text-decoration: underline;
}

#content .navigation .prev
{
	float: left;
	text-align: left;
}

#content .navigation .next
{
	float: right;
	text-align: right;
}

#content .navigation .prev a
{
	background: transparent url("images/navarrowleft.png") no-repeat left center;
	display: block;
	padding: 0 0 0 28px;
}

#content .navigation .next a
{
	background: transparent url("images/navarrowright.png") no-repeat right center;
	display: block;
	padding: 0 28px 0 0;
}

/* POSTS */
#content .hentry
{
	border: 1px solid #000070;
	margin: 0 0 1em 0;
	padding: 0;
	position: relative;
}

#content .hentry h2, #content .hentry h3
{
	color: #000070;
	font-size: 1.3em;
	margin: 10px 10px 0 10px;
	padding: 0;
}

#content .hentry h2 a, #content .hentry h3 a
{
	text-decoration: none;
}

#content .hentry h2 a:active, #content .hentry h2 a:hover, #content .hentry h3 a:active, #content .hentry h3 a:hover
{
	text-decoration: underline;
}

#content .hentry .info
{
	font-size: 0.75em;
	margin: 0 10px;
}

#content.search-results .hentry .info
{
	margin-bottom: 1em;
}

#content .hentry .entry
{
	float: left;
	margin: 10px;
	width: 698px;
}

/* * html #content .hentry .entry
{
	overflow: visible;
	width: 688px;
} */

#content .hentry img
{
	border: 1px solid #000070;
}

/* Nasty to call it specifically "left" and "right", but as long as authors want
to use the "align left" and "align right" features, we'll have to deal with it. */
#content .hentry img.alignleft, #content .hentry .wp-caption.alignleft
{
	float: left;
	margin: 0 1.5em 1em 0;
}

#content .hentry img.alignright, #content .hentry .wp-caption.alignright
{
	float: right;
	margin: 0 0 1em 1.5em;
}

#content .hentry .wp-caption
{
	background: #e2e3fe;
	border: 1px solid #cce;
	padding: 10px;
	text-align: center;
}

#content .hentry .wp-caption-text
{
	font-size: 0.8em;
	margin: 1em 0 0 0;
}

#content .hentry .postmetadata, #content .hentry .postmetadata.alt
{
	border-top: 1px solid #000070;
	clear: both;
	font-size: 0.75em;
	margin: 0;
	padding: 10px;
}

/* END POSTS */

/* COMMENTS */
#content ol.commentlist
{
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#content ol.commentlist li
{
	margin: 0 0 0.5em 0;
	padding: 0;
}

.comment-meta
{
	font-size: 0.75em;
	margin: 0.5em 0;
}

#respond
{
	clear: both;
}

/* END COMMENTS */

#respond
{
	width: 782px;
}

#respond label
{
	display: block;
}

#respond input.text-input
{
	width: 50%;
}

#respond textarea
{
	width: 50%;
}

#navigation
{
	margin: 0 auto;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 150px;
	width: 210px;
}

#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	background: #fff;
	border: 1px solid #000070;
	margin: 0 0 10px 0;
	padding: 7px;
}

#navigation ul li p
{
	margin: 0;
}

#navigation ul li ul
{
	list-style: square;
	padding-left: 1.5em;
}

#navigation ul li li
{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

#navigation .widget_text
{
	margin: 0.5em 0;
	text-align: center;
}

#navigation .widget_text .textwidget
{
	margin: 0 auto;
}

#navigation ul .widgettitle, #navigation ul h2
{
	background: #000070;
	color: #fff;
	font-size: 0.9em;
	margin: -7px -7px 0.5em -7px;
	padding: 5px;
}

#footer
{
	clear: both;
	margin: 0 0 0 21px;
	padding: 0 0 4px 0;
}

#container + .blizzard-container
{
	font-size: 0.85em;
	padding-top: 0.5em;
	text-align: center;
}

#container + .blizzard-container a
{
	color: #fff;
}

#container + .blizzard-container .link
{
	margin-bottom: 0.5em;
}
