@import url('reset.css');

/*
Theme Name: POAM Theme
Theme URI: http://poam.net/blog/
Description: The default Police Officers Association of Michigan blog theme as designed by Trademark Productions http://tmprod.com
Author: DDJ-Trademark Productions
Author URI: http://tmprod.com/
*/

/* =General/HTML Elements
-------------------------------------------------------------*/
.clear {
	clear: both
}
	
.left {
	float: left;
	clear: right;
}

.right {
	float: right;
	clear: left;
}

img.right, .alignright {
  	float: right;
  	clear: left;
  	margin: 5px 0 5px 5px;
}

img.left, .alignleft {
  	float: left;
  	clear: right;
  	margin: 5px 5px 5px 0;
}

.hide {
  	margin-left: -9000em;
  	display: none;
}

body { 
	margin: 0 auto;
	background: #fff url(/images/body_bg.jpg) repeat-x top left;
	text-align: center;
	font: 10px/1.2 Arial, Helvetica, sans-serif;
}

/* =Typography
-------------------------------------------------------------*/
p, li {
	text-align: left;
	font-size: 14px;
}

p {
	line-height: 1.4em;
	margin: .5em 0;
}

.wp-caption p {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

p.postmetadata {
	clear: both;
}


small, a.more-link {
	color: #d00;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: bold;
}

#indexcontent p {
	font-size: 11px;
}

#indextop p strong {
	color: #183463;
}

#indexbottom p strong {
	color: #9a0000;
}

/* =Headings
-------------------------------------------------------------*/
h1, h2, h3 {
	margin-bottom: .5em;
	color: #184268;
}

h1 {
	font-size: 28px;
	font-family:"Times New Roman", Times, serif;
	border-bottom: 1px solid #8D0202;
	padding-bottom: 4px;
}


h2 {
	font-size: 18px;
}


h3 {
	font-size: 14px;
}

h2.widgettitle{
	display:none;
}

h2.redback, h2.blueback {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	width: 264px;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 0;
}

h2.redback {
	background: url(/images/homeh2red.jpg) no-repeat left top;
}

h2.blueback {
	background: url(/images/homeh2blue.jpg) no-repeat left top;
}

h2#archivehead {
	padding: 5px 0 5px 20px;
	background: url(/images/archives.jpg) no-repeat left;
	color: #fff;
}

div#sidebar h2 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

h2.searchhead {
	padding: 5px 0 5px 22px;
	background: url(/images/search.jpg) no-repeat left;
}

/* =Links
-------------------------------------------------------------*/
a, a:visited {
	color: #1d476f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2.redback a, h2.redback a:visited, h2.redback a:hover, h2.blueback a, h2.blueback a:visited, h2.blueback a:hover {
	color: #fff;
	text-decoration: none;
	background: url(/images/bannerNav-a-bg.gif) no-repeat right;
	display: block;
}

h2.blueback a:hover {
	background: url(/images/bannerNav-a-hover.gif) no-repeat right;
}

h2.redback a:hover {
	background: url(/images/h2redback-a-hover.gif) no-repeat right;
}

div.breadcrumb a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

div.breadcrumb a:hover {
	color: #d00;
}

div.breadcrumb {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #1d476f;
}

h2.rss a, h2.rss a:visited, h2.rss a:hover {
	display: block;
	padding: 5px 0 5px 22px;
	background: url(/images/rss.jpg) no-repeat left;
	color: #fff;
	text-decoration: none;
}

a.more-link {
	color: #d00;
	font-size: 13px;
	line-height: 1.3em;
	font-weight: bold;
}

/* =Layout
-------------------------------------------------------------*/
div#wrapper {
	width: 906px;
	margin: 0 auto;
	text-align: left;
}

div#container {
	width:906px;
	float: left;
}

div#mast {
	width: 906px;
	height: 126px;
	position: relative;
	float: left;
	background: url(/images/mast-bg.jpg) no-repeat top left;
}

div#banner {
	float: left;
	width: 896px;
	height: 220px;
	padding: 5px;
	background: url(/images/blog-banner-bg.jpg) no-repeat left top;
	position: relative;
}

/*div#bannerRight {
	width: 674px;
	height: 210px;
	float: right;
	background: url(/images/blog-banner.jpg) no-repeat top left;
	position: relative;
}
*/
div#content {
	width: 904px;
	float: left;
	border-right: 1px solid #3a8bd8;
	border-left: 1px solid #3a8bd8;
	background: url(/images/content-bg.gif) repeat-y top left;
}

div#sidebar {
	width: 217px;
	padding: 5px;
	float: left;
}

div#main {
	float: left;
	width: 657px;
	_width: 647px;
	padding: 10px ;
}

div#indexcontent {
	width: 898px;
	float: left;
	border-right: 1px solid #3a8bd8;
	border-left: 1px solid #3a8bd8;
	background-color: #fff;
	padding-left: 6px;
}

div#indextop, div#indexbottom {
	width: 904px;
	float: left;
	margin-top: 10px;
}

div.indexleft, div.indexcenter, div.indexright {
	width: 274px;
	float: left;
}

div.indexleft, div.indexcenter {
	margin-right: 35px;
}

div#footer {
	float: left;
	width: 886px;
	height: 80px;
	padding: 0 10px;
	background: #194165 url(/images/footer-bg.jpg) repeat-x left top;
}


.wp-caption {
	background-color: #eee;
	border: 1px solid #ccc;
	text-align:center;
	padding-top: 5px;
}
	
/* =Branding/Banner/Masthead Styling
-------------------------------------------------------------*/
a#homeLink {
	display: block;
	width: 100px;
	height: 120px;
	position: absolute;
	margin-left: 15px;
	margin-top: 0;
	text-decoration: none;
}

p#siteTitle, p#subTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #fff;
	margin: 20px 0 0 130px;
	line-height: 1em;
}

p#subTitle {
	font-size: 30px;
	font-style: italic;
	margin-top: 0;
	background: url(/images/mast-button-hover.gif) no-repeat -9000em;
}

p#siteTitle a, p#subTitle a {
	color: #fff;
	text-decoration: none;
}

#banner p {
	font-weight: bold;
	color: #fff;
	text-align: center;
}

p#bannerTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	margin-top: 0;
	margin-left: 30px;
	line-height: 1em;	
}

p#bannerMission {
	font-size: 24px;
	text-align: right;
	padding-right: 40px;
	margin-top: 30px;
	color: #fff;
}

p#subscribe {
	width: 171px;
	position: absolute;
	margin-left: 377px;
	margin-top: -5px;
}

a#mastHome {
	position: absolute;
	width: 137px;
	height: 21px;
	padding-top: 7px;
	font-weight: bold;
	font-size: 14px;
	display: block;
	margin-left: 486px;
	margin-top: 14px;
	text-decoration: none;
	text-align: center;
	color: #204a72;
	background: url(/images/mast-button.gif) no-repeat top center;
}

a#mastBlog {
	position: absolute;
	width: 137px;
	height: 21px;
	padding-top: 7px;
	font-weight: bold;
	font-size: 14px;
	display: block;
	margin-left: 623px;
	margin-top: 14px;
	text-decoration: none;
	text-align: center;
	color: #204a72;
	background: url(/images/mast-button.gif) no-repeat top center;
}

a#mastRSS {
	position: absolute;
	width: 137px;
	height: 21px;
	padding-top: 7px;
	font-weight: bold;
	font-size: 14px;
	display: block;
	margin-left: 349px;
	margin-top: 14px;
	text-decoration: none;
	text-align: center;
	color: #204a72;
	background: url(/images/mast-button.gif) no-repeat top center;
}

a#mastContact {
	position: absolute;
	width: 137px;
	height: 21px;
	padding-top: 7px;
	font-weight: bold;
	font-size: 14px;
	display: block;
	margin-left: 760px;
	margin-top: 14px;
	text-decoration: none;
	text-align: center;
	color: #204a72;
	background: url(/images/mast-button.gif) no-repeat top center;
}

a#mastContact:hover, a#mastHome:hover, a#mastBlog:hover, a#mastRSS:hover {
	background: url(/images/mast-button-hover.gif) no-repeat top center;
	text-decoration: underline;
}

div#mastTabs {
	float: right;
	position: absolute;
	top: 85px;
}
/* =Main Content Styles
-------------------------------------------------------------*/


/* =Secondary Content Styles
-------------------------------------------------------------*/
ol.commentlist img {
	float: left;
	margin-right: 5px;
}

h2#comments {
	border-bottom: 1px solid #ccc;
	margin-top: 15px;
}

/* =Sidebar Content Styles
-------------------------------------------------------------*/
ul#blogrss {
	margin-bottom: 20px;
}

ul#blogrss li a, ul#blogrss li a:visited, ul#blogrss li a:hover {
	display: block;
	color: #fff;
	padding: 5px;
	border-bottom: 1px solid #8f4747;
	text-decoration: none;
}

ul#blogrss li a:hover {
	color: #809cc1;
}

ul#archives {
	margin-bottom: 20px;
}

ul#archives li a, ul#archives li a:visited, ul#archives li a:hover {
	display: block;
	color: #fff;
	padding: 5px;
	border-bottom: 1px solid #8f4747;
	text-decoration: none;
}

ul#archives li a:hover {
	color: #809cc1;
}

li.widget {
	padding-bottom: 20px;
}

li#tag_cloud a, li#tag_cloud a:visited, li#tag_cloud a:hover {
	color: #fff;
	font-size: 12px;
}

li#tag_cloud a:hover {
	text-decoration: none;
	color: #809cc1;
}

li#tag_cloud {
	padding: 10px;
	margin-top: 20px;
}


/* =Footer Styles
-------------------------------------------------------------*/
p#footernav {
	padding: 0 10px;
	text-align: center;
	margin: 0;
	line-height: 1.6em;
}

p#footernav a {
	padding: 0 4px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}

p#footernav a.last {
	border-right: none;
}

p#footernav a:hover {
	text-decoration: none;
	color: #3c99c1;
}

div#footer p {
	font-size: 11px;
	color: #fff;
	text-align: center;
}
/* =Main Navigation Styles
-------------------------------------------------------------*/
ul#bannerNav {
	width: 200px;
	margin-left: 5px;
	margin-top: 10px;
	float: left;
}

ul#bannerNav li a, ul#bannerNav li a:visited {
	display: block;
	font-size: 12px;
	*height: 10px;
	width: 190px;
	color: #fff;
	padding: 3px 5px;
	border-bottom: 1px solid #1f6792;
	background: url(/images/bannerNav-a-bg.gif) no-repeat right;
	font-weight: bold;
}

ul#bannerNav li a:hover {
	background: url(/images/bannerNav-a-hover.gif) no-repeat right;
	color: #3c99c1;
	text-decoration: none;
}



/* =Secondary Navigation Styles
-------------------------------------------------------------*/


/* =Form Styles
-------------------------------------------------------------*/
fieldset {
	padding: 10px;
	border: none;
}
	
fieldset legend {
	color: #f03000;
	font-size: 14px;
	font-weight: bold;
}
	
fieldset label {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	margin: 5px;
}
	
fieldset input, fieldset select {
	margin: 5px;
}
	
fieldset select {
	width: 146px;
}
		
fieldset textarea {
	width: 95%;
	height: 60px;
	margin: 10px 0;
}
	
input.submit {
	width: auto;
	float: right;
}

form td {
	vertical-align: middle;
}

/* =Table Styles
-------------------------------------------------------------*/
table { 
  border-spacing: 0;
	border-collapse: collapse;
	}

td {
  text-align: left;
	font-weight: normal;
	}

/* =Miscellaneous Styles
-------------------------------------------------------------*/


/* =Print Styles
-------------------------------------------------------------*/
@media print { 

}