/*
Theme Name: Component (modified)
Theme URI: http://www.freewpthemes.net/
Description: A two-column, fixed-width design suitable for personal and small company website.
Version: 1.0
Author: Free WordPress Themes <small>(modified by Paul Erickson)</small>
Author URI: http://ericksonstudio.com/
Tags: red, fixed width, two columns, widgets
*/


* {
	margin: 0;
	padding: 0;
}

body {
	margin-top:2em;
	background:#000 url(images/img01.gif) repeat left top;
	text-align:justify;
	font:13px helvetica,arial,sans-serif;
	color: #999;
}

h1, h2, h3 {
	color: #FFF;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2;
}

p {
}

blockquote {
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #FFF;
}

a:hover {
	text-decoration: none;
	color: #838383;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 940px;
	height: 91px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 700px;
	height: 82px;
	margin:0 0 3em;
	padding:0;
	background: url(images/img01.jpg) no-repeat left top;
}

#logo h1 {
	margin:0;
	padding:0;
	font:normal 36px/1 Georgia,palatino,"Times New Roman",Times,serif;
}

#logo p {
	margin:0;
	padding:0;
	color:#999;
	font:normal 13px/2.2 Georgia,palatino,"Times New Roman",Times,serif;
}

#logo h2 {
	margin: -2px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #999;
}

#logo a {
	margin:0;
	width:645px;
	height:82px;
	text-decoration: none;
	color: #F0F0F0;
	background:url(images/ici-logo.gif) no-repeat 0 0;
	display:block;
	text-indent:-9999px;
}

/* Menu */

#menu {
	width: 940px;
	height: 60px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-x left top;
	clear:both;
}

#menu ul {
	margin: 0;
	padding: 20px 0 0 0;
	list-style: none;
	line-height: normal;
	margin-left: 30px;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px 8px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

#menu a:hover, #menu .active a {
	background: #FFF;
	color: #110404;
}

#splash {
	width: 940px;
	height: 299px;
	margin: 0 auto;
	background:url(images/ici-header.jpg) no-repeat 0 0;
	text-indent:-9999px;
}

/* Search */

#header-search {
	width: 940px;
	height: 51px;
	margin: 0 auto;
	padding:0;
	background: url(images/img05.gif) repeat-x left top;
}

#header-search form {
	float: right;
	width: 300px;
	margin: 0;
	padding: 12px 0 0 0;
}

#header-search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#header-search-text {
	width: 200px;
	padding: 2px 3px;
	background:#1E1E1E;
	border:1px solid #2a2a2a;
	color: #ccc;
	font-weight:normal;
	text-shadow:#000 1px 0;
}

#header-search-submit {
	background: none;
	border: none;
	font-family: helvetica,arial,sans-serif;
	font-size: 12px;
	color: #E4E4E4;
}

#search {
	height: 51px;
	margin: 0 auto;
	padding: 0 0 60px 0;
}

#search form {
	margin: 0;
	padding: 12px 0 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px helvetica,arial,sans-serif;
}

#search-text {
	width: 160px;
	height: 16px;
	padding: 3px 0 3px 5px;
	border: none;
	color: #000;
}

#search-submit {
	margin-left: 10px;
	padding: 4px 4px;
	border: none;
	background: #000;
	color: #FFF;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#page-bgtop {
	padding: 0 0 0 20px;
}

/* Content */

#content {
	float: left;
	width: 580px;
	padding-top: 30px;
}
.post {
	margin: 0 0 30px 0;
	background: url(images/img06.gif) repeat-x left bottom;
}

.post .title {
	width:65%;
	margin: 0;
	padding: 0 0 5px 0;
	color: #232F01;
}

.post .title a {
	padding: 4px 35px 4px 0;
/*	background: #FF9200;*/
	text-decoration: none;
	font-weight: normal;
	color:#FF9200;
}

.post .entry {
	padding: 20px 0;
}
.post .entry h2 {font-weight:normal; font-size:120%;}

.post img {
	float: left;
	padding: 15px 0;
}

.post .meta {
	text-align: right;
	padding: 0 0 20px 0;
	font-weight: bold;
}

.post .byline {
	float: right;
	margin-top: -30px;
	font-size: 12px;
	color: #999;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	margin: 20px 0;
	padding: 30px 30px 30px 30px;
	background: #212121;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
}

#sidebar li ul {
	margin: 0;
	padding: 0 0 40px 0;
}

#sidebar li li {
	margin: 0;
	padding: 9px 0;
	border: none;
	background: url(images/img06.gif) repeat-x left bottom;
	border-bottom: 1px solid #171717;
}

#sidebar h2 {
	margin: 0;
	padding: 0 0 20px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 160%;
	font-weight: normal;
	color: #FFF;
}

#sidebar h3 {
	font-size: 77%;
	color: #110404;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #4D4D4D;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
	font-size: 85%;
}

/* Footer */

#footer {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
	background: url(images/img02.gif) repeat left top;
	color: #FFF;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #FFF;
}

#footer a:hover {
	text-decoration: none;
}

#comment {
	width: 550px;
	height: 100px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0;
	padding-top: 50px;
}

.navigation {
	padding-top: 20px;
}

.pagetitle {
	padding-bottom: 20px;
	font-size: 24px;
	color: #FFF;
}

hr {
	display: none;
}