/*
Theme Name: IDI Newsletter
Theme URI: http://wordpress.org/
Description: A WordPress theme perfect for newletter or periodical. Presents pages of articles by category.
Version: 1.0
Author: Steve Walker
Author URI: http://www.innov8ivdesign.com
Tags: blue, custom header, fixed width, two columns, static navigation, custom buttons

	IDI Newsletter v1.0
	 http://www.innov8ivdesign.com

	This theme was designed and built by Innov8iv Design

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
h1 {
	font-size:2.6em;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size:2.0em;
	font-family: Arial, Helvetica, sans-serif;
	color: #234570;
	margin-bottom:0;
}
h3 {
	font-size:1.6em;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size:1.2em;
	font-family: Arial, Helvetica, sans-serif;
	margin: -0.2em 0;
}
h5 {
	font-size:1.6em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #A4A4A4;
	margin: 1.2em 0 1.0em 0;
}
p {
	font-size:1.6em;
	line-height:1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333333;
}
#content li {
	font-size:1.6em;
	line-height:1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333333;
}
#content ul ul li {
	font-size: 1.0em;
	line-height:1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333333;
}
#content h2 {
	font-size:2.0em;
	font-family: Arial, Helvetica, sans-serif;
	color: #234570;
	margin:0 0 -0.4em 0;
}
#content h3 {
	font-size:1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #234570;
	margin:0 0 -0.7em 0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color:#234570;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}
a img {
	border: none;
}
.clearfloat {
	clear:both;
    height:0;
}
#container {
    margin:0 auto;
    width:960px;
	/*background-image:url(images/bg_page.jpg);
	background-repeat:repeat-y;*/
    }
#background {
	clear:both;
	margin: 0;
	padding: 0;
	background-image:url(images/bg_page.jpg);
	background-repeat:repeat-y;
}	
#banner {
	height:184px;
	background-image:url(images/banner.jpg);
}
#navigation {
	height:69px;
	background-image:url(images/bg_nav.jpg);
	background-repeat:repeat-x;
}
#sidebar {
	float:left;
	width:367px;
	padding:0px;
	/*background-image:url(images/bg_sidebar.jpg);
	background-repeat:repeat-y;*/
}
.sidebarList {
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.sidebarList li {
	list-style: none;
	margin: 0px;
	text-align: left;
	color: #000000;
	text-indent: 1.5em;
	font-size: 1.2em;
	line-height: 40px;
}

.sidebarList li a {
	display: block;
	text-decoration: none;
	color: #000000;
	height:40px;
}

.sidebarList li a:link {
	background-image:url(images/btn_bg.jpg);
	background-repeat:no-repeat;
}
.sidebarList li a:visited {
	text-decoration:none;
	background-image:url(images/btn_bg.jpg);
	background-repeat:no-repeat;
	color: #000;
}
.sidebarList li a:hover {
	text-decoration:none;
	background-image:url(images/btn_bg_o.jpg);
	background-repeat:no-repeat;
	color: #000;
}
.sidebarList li a:active {
	text-decoration:none;
	background-image:url(images/btn_bg_click.jpg);
	background-repeat:no-repeat;
	color: #000;
}
#sidebar ul.sidebarList .current_page_item a, #sidebar ul.sidebarList .current_page_item a:hover {
	background-image:url(images/btn_bg_on.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	color: #ffffff;
	font-weight: bold;
}
#content {
	margin: 0 0 0 367px;
	padding: 0 4.5em 2em 2.5em;
	min-height:400px;
	text-align:left;
}

#searchform {
margin: -8px 0 0 0;
padding: 0;
width: 367px;
height: 40px;
background: url(images/btn_search.jpg);
background-repeat:no-repeat;
}
#searchform #s {
	float: left;
	padding: 0;
	margin: 15px 0 0 25px;
	border: 0;
	width: 250px;
	background: none;
}
#searchform #searchsubmit {
float: right;
margin: 0 45px 0 0;
}

#recent {
	margin: 0 0 0 367px;
	background-color:#FF9999;
}
#footer {
	clear:both;
	text-align: left;
	color: #DED72C;
	font-size: 1em;
	background-color: #234570;
	background-image:none;
	padding-left: 34em;
}
#footer p {
	font-size:1.2em;
	line-height:1.6em;
	font-family: Arial, Helvetica, sans-serif;
	color:#91a6c1;
}
#footer a:link {
	color: #91a6c1;
	text-decoration: none;
}
#footer a:visited {
	color: #91a6c1;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color: #fff;
}
#footer a:active {
	text-decoration: underline;
}
a:link {
	color: #234570;
	text-decoration: none;
}
a:visited {
	color: #91a6c1;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #91a6c1;
}
a:active {
	text-decoration: underline;
}
h1 a:link {
	color: #000;
	text-decoration: none;
}
h1 a:visited {
	color: #000;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: none;
	color: #234570;
}
h1 a:active {
	color: #234570;
	text-decoration: underline;
}
h2 a:link {
	color: #234570;
	text-decoration: none;
}
h2 a:visited {
	color: #234570;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: none;
	color: #91a6c1;
}
h2 a:active {
	color: #234570;
	text-decoration: none;
}
hr {
	color: #91a6c1;
	margin: -0.8em 0 0.8em 0;
}
#content .browse{
  display: block;
  clear: both;
  margin: 10px 0 20px 20px;
  padding: 3px 10px;
  text-align: center;
}
.imgright {
	float: right;
	padding-left: 5px;
}