/*
Theme Name: IDI Personal
Theme URI: http://wordpress.org/
Description: A WordPress theme perfect for personal pages. Author, artist, speaker. Multiple stylesheets.
Version: 1.0
Author: Steve Walker
Author URI: http://www.innov8ivdesign.com
Tags: multiple style sheets, multi-color, custom header, fixed width, two columns, static and dynamic 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 */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image: url(images/bg_page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}
a:link {
	color: #d10000;
	text-decoration: none;
}
a:visited {
	color: #d10000;
	text-decoration: none;
}
a:hover {
	color: #d10000;
	text-decoration: underline;
}
a:active {
	color: #d10000;
	text-decoration:line-through;
}
a img {
	border: none;
}
.clearfloat {
	clear:both;
    height:0;
}
#page {
	width: 960px;
	margin:0 auto;
}
#header {
	background-image: url(images/header_r.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height: 304px;
}
#navigation {
	background-image: url(images/bg_nav_r.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height: 45px;
	text-align:right;
	padding: 0.2em 2.0em 0 0;
	margin: 0;
}
/*#navigation p {
	font-size: 1.8em;
	line-height: 2.2em;
	color: #d10000;
	margin: 0;
	font-family: "American Typewriter", Courier New, Courier, monospace;
	word-spacing: 1.2em;
}*/
#navigation li {
	font-size: 1.8em;
	line-height: 1em;
	color: #d10000;
	margin: 0;
	font-family: "American Typewriter", Courier New, Courier, monospace;
	/*word-spacing: 1.2em;*/
	display: inline;
	list-style-type: none;
	padding: 0 1.0em 0 0;
	text-transform: lowercase;
}
#navigation a:link {
	color: #fff;
	text-decoration: none;
}
#navigation a:visited {
	color: #fff;
	text-decoration: none;
}
#navigation a:hover {
	color: #d10000;
	text-decoration: none;
}
#navigation a:active {
	color: #d10000;
	text-decoration:line-through;
}
#navigation ul .current_page_item a, .current_page_item a:hover {
	color: #d10000;
	text-decoration: none;
}
#container {
	background-image: url(images/bg_content.gif);
	background-repeat:repeat-y;
}
/*#content {
	float: left;
	width: 525px;
	padding: 10px 15px 0 90px;
	text-align:left;
}*/
#content {
	margin: 0 320px 0 0;
	text-align:left;
	padding: 20px 15px 0 90px;
}
#content h1 + h3 {margin-top: 1.0em; }
#content h1 {
	font-size: 2em;
	color: #d10000;
	margin: 0 0 -0.5em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content h2 {
	font-size: 1.8em;
	line-height: 1.4em;
	color: #d10000;
	margin: 0 0 -1.0em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	background-color: transparent;
	/*border-top: 2px solid #fff;
	padding-top: 0.5em;*/
}
#content h3 {
	font-size: 1.6em;
	line-height: 1.4em;
	color: #333333;
	margin: 0 0 -1.0em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	background-color: transparent;
}
#content h4 {
	font-size: 1.8em;
	line-height: 1.4em;
	color: #d10000;
	margin: 0 0 -1.0em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	background-color: transparent;
	font-style: italic;
}
#content p {
	font-size: 1.5em;
	line-height: 1.6em;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content ul {
	font-size: 1.5em;
	line-height: 1.6em;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: -0.8em;
}
/*#sidebar {
	margin: 0 0 0 640px;
	text-align:left;
}*/
#sidebar {
	float: right;
	width: 320px;
	text-align:left;
}
#sidebar p {
	font-size: 1.4em;
	line-height: 1.6em;
	padding: 0 1.5em 0 2.2em;
	color: #333;
	margin-top: 0;
}
#sidebar h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0.8em 1.5em 0.3em 2.0em;
	color: #d10000;
}
#footer {
	clear: both;
	background-image: url(images/footer.gif);
	background-repeat:no-repeat;
	background-position:center top;
	min-height: 10px;
}
.pageList {
	padding: 0;
	margin: 0;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

.pageList li {
	list-style: none;
	margin: 0px;
	text-align: left;
	color: #646464;
	text-indent: 2.0em;
	/*font-size: 1.2em;*/
	line-height: 26px;
}
.pageList li a {
	display: block;
	text-decoration: none;
	color: #646464;
	height:26px;
}
.pageList li a:link {
	background-image:url(images/btn_default.jpg);
	background-repeat:no-repeat;
}
.pageList li a:visited {
	text-decoration:none;
	background-image:url(images/btn_default.jpg);
	background-repeat:no-repeat;
	color: #646464;
}
.pageList li a:hover {
	text-decoration:none;
	background-image:url(images/btn_hover.jpg);
	background-repeat:no-repeat;
	color: #646464;
}
.pageList li a:active {
	text-decoration:line-through;
	background-image:url(images/btn_default.jpg);
	background-repeat:no-repeat;
	color: #d10000;
}
#sidebar ul.pageList .current_page_item a, #sidebar ul.pageList .current_page_item a:hover {
	background-image:url(images/btn_r.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	color: #ffffff;
}
.sidebarListpost, .sidebarListcat, .sidebarListlink {
	padding: 0 2em 0 2.5em;
	margin: 0;
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
}

.sidebarListpost li {
	list-style: none;
	margin: 0px;
	text-align: left;
	color: #444444;
	padding-left: 1.5em;
	background-image:url(images/bullet_post.jpg);
	background-repeat:no-repeat;
}
.sidebarListcat li {
	list-style: none;
	margin: 0px;
	text-align: left;
	color: #444444;
	padding-left: 1.5em;
	background-image:url(images/bullet_cat.jpg);
	background-repeat:no-repeat;
}
.sidebarListlink li {
	list-style: none;
	margin: 0px;
	text-align: left;
	color: #444444;
	padding-left: 1.5em;
	background-image:url(images/bullet_link.jpg);
	background-repeat:no-repeat;
}
.sidebarListpost li a, .sidebarListcat li a, .sidebarListlink li a {
	display: block;
	text-decoration: none;
	color: #444444;
}
.sidebarListpost li a:link, .sidebarListpost li a:visited, .sidebarListcat li a:link, .sidebarListcat li a:visited, .sidebarListlink li a:link, .sidebarListlink li a:visited {
	text-decoration:none;
	color: #444444;
}
.sidebarListpost li a:hover, .sidebarListcat li a:hover, .sidebarListlink li a:hover {
	text-decoration:none;
	color: #d10000;
}
.sidebarListpost li a:active, .sidebarListcat li a:active, .sidebarListlink li a:active {
	text-decoration:line-through;
	color: #d10000;
}
#searchform {
margin: 0 0 0 0;
padding: 0;
width: 320px;
height: 52px;
background: url(images/search_bg.jpg);
background-repeat:no-repeat;
}
#searchform #s {
	float: left;
	padding: 0;
	margin: 15px 0 0 40px;
	border: 0;
	width: 175px;
	height: 20px;
	background: none;
}
#searchform #searchsubmit {
float: right;
margin: 5px 10px 0 0;
}
#footersidebar {
	margin: 0;
	float: right;
	width: 320px;
	text-align:left;
}
#footersidebar p {
	font-size: 1.4em;
	line-height: 1.6em;
	padding: 0 1.5em 0 2.2em;
	color: #ccc;
	font-family: "American Typewriter", Courier New, Courier, monospace;
}
#footercontent {
	margin: 0 320px 20px 0;
	text-align:left;
	padding: 13px 15px 0 90px;
}
#footercontent p {
	font-size: 1.4em;
	line-height: 1.6em;
	color: #ccc;
	font-family: "American Typewriter", Courier New, Courier, monospace;
	margin: 0;
}
.imageright {
	float: right;
	margin: 0 0 3px 5px;
}
.imageleft {
	float: left;
	margin: 0 5px 3px 0;
}