/*
Theme Name: North American Investigations
Theme URI: http://www.pvteyes.com
Description:
Version: 1.0
Author: Ivan Kovac
Author URI: ivan@kovac.cc
Tags: 

*/

html {
	height: 100%; /* This forces the browser to display a vertical scroll bar at all times, thereby eliminating horizontal shift when navigating between long and shortpages */
	margin-bottom: .1px;
}

* {
	padding: 0;
	margin: 0;
}

form, input {
	margin: 0;
	padding: 0;
}

body {
	font: 14px/16px Arial, Helvetica, sans-serif;
	color: #C9ECF5;
	background: #1a3141;
}

/* COMMON STYLE
--------------------------------------------------------- */
a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #ccc;
}

p, pre, blockquote {
	padding: 2px 0 10px;
}

p { margin: 0 0 5px; }

img { border: 0 none; }

h1 {
	font-size: 24px;
	margin: 8px 0 20px;
}

h1 a {
}

h1 a:hover {
}

h2 {
	font-size: 17px;
}

h2 a {
}

h2 a:hover {
}

h3 {
	margin: 8px 0;
	font-size: 12px;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: underline;
}

h4 {
	display: block;
	margin: 2px 0;
	font-size: 12px;
	color: #000;
}

ul {
}

ul li {
	padding-left: 20px;
}

li {
	margin-left: 20px;
	line-height: 22px;
}

ol li {
	margin-left: 35px;
}

.clr {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* LAYOUT STYLES
-------------------------------------------- */
#wrapper {
	margin: 0 auto;
	width: 941px;
}

#header {
	height: 40px;
	padding-top: 114px;
	background: url(images/header.jpg) no-repeat;
}

#header a {
	margin: 0 15px;
	font-size: 12px;
	font-weight: bold;
}

#logo {
	height: 1px;
	width: 330px;
	float: left;
}

#mm_left {
	float: left;
	width: 300px;
	text-align: center;
}

#mm_right {
	float: left;
	width: 300px;
	text-align: center;
}

#shadow {
	background: url(images/shadow.gif) repeat-y;
}

#content {
	margin: 0 12px 0 16px;
	padding: 10px 20px 30px;
	background: url(images/content_bg.jpg) repeat-x top #5980a2;
}

#content_left {
	float: left;
	margin-right: 30px;
	width: 680px;
}

#content_right {
	float: left;
	width: 160px;
}

#content_right li {
	padding: 3px 0;
	line-height: 15px;
	font-size: 11px;
}

#footer {
	padding: 12px 20px;
	font-size: 11px;
	text-align: right;
	background: url(images/footer.jpg) no-repeat;
}

.title {
	margin: 10px 0;
}

.date {
	font-size: 11px;
}


.categories {
	list-style: none;
}

li.categories {
	margin-left: 0;
}

li.categories ul li {
	padding-left: 0;
}

#commentform {
}

#commentform input {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 1px 0 1px 2px;
	border: solid 1px #666;
	background: #fff;
}

#commentform #submit {
	padding: 3px;
}

#commentform textarea {
	font: 12px Arial, Helvetica, sans-serif;
	border: solid 1px #666;
	width: 500px;
}

#searchform {
	border-bottom: solid 1px #258EC7;
	padding-bottom: 10px;
	margin: 10px 0;
}

.screen-reader-text {
	font-weight: bold;
}

#s {
	width: 160px;
}

#searchsubmit {
}

#searchform input {
	margin: 2px 0;
	font-size: 14px;
	border: solid 1px #666;
}