/*  
Theme Name: Industria
Theme URI: http://therisbergfamily.com
Description: High-tech industrial theme, with graphics based on chip layouts.  Two sidebars, with widget support.
Version: 1.00
Author: Jeff Risberg
Author URI: mailto:jrisberg@aol.com
*/

/* 
Control colors:    #C91504 red, #B0A790 gray, #000 black, #F8DD12 yellow
Background colors: #EEEEE light gray, with yellow stripe
*/

/*-------------Primary Tag Rules--------------*/
body {
	background: #fff;
	color: #000;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
}

a {
	color: #333;
	text-decoration: none;
}

a:visited:hover {
	color: #888;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a img {
	border: none;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.25em;
}

h3 { 
	font-size: 1.1em;
}

h4 {
	font-size: 0.95em;
}

acronym, abbr {
}

cite {
}

blockquote {
	border-left: 5px solid #000;
	margin-left: 1.5em;
	padding-left: 5px;
}

input, textarea {
	border: 1px solid #cecece;
	font-size: 12px
}

.navigation {
	margin: 0px;
	padding: 0px;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	float: right;
	padding: 4px;
	margin: 0px 0px 2px 7px;
	display: inline;
}

img.alignleft {
	float: left;
	padding: 4px;
	margin: 0px 7px 2px 0px;
	display: inline;
}

/*-------------Page Structure Rules-------------*/
#page {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#header {
	width: 100%;
	height: 169px;
	text-align: left;
}

#TcT_header {
	width: 100%;
	height: 113px;
	text-align: left;
}

#container {
	width: 1000px;
	background: url(images/page.gif) repeat-y right top;		
}

#content {
	float: left;
	width: 615px;
	margin: 0px;
	padding: 0px 15px 0px 30px;
	overflow: hidden;
}

#sidebar {
	float: right;
	width: 340px;
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
	overflow: hidden;
}

#footer {
	clear: both;
	height: 89px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background: url(images/footer.gif) no-repeat center top;
}

#footer p {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 38px 185px 0px 0px;
}

#footer p a {
	border-bottom: 1px dotted black;
}

/*-----------------Header Rules------------------*/
#headerTop {
	width: 100%;
	height: 96px;
	background: url(images/headerTop.gif) no-repeat bottom;
	text-align: left;
}

#TcT_headerTop {
	width: 100%;
	height: 40px;
	background: url(images/headerTop.gif) no-repeat bottom;
	text-align: left;
}

#header_image {
	position: relative;
	top: 12px;
	left: 100px;
}

#headerTitle {
	color: #000;
	font-size: 24px;	
	padding-top: 12px;
	padding-left: 90px;
}

#headerTitle a {	
	color: #000;
}

#headerBottom {
	width: 100%;
	height: 73px;
	background: url(images/headerBottom.gif) no-repeat top;
}

#headerBottom .description {
	color: #000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-left: 90px;
}

#search_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	float: right;
	padding-top: 10px;
	padding-right: 16px;
}

#search_box input.s {
	width: 171px;
	font-size: 13px;
	color: #000;
	border: 0px;
	background: #eee;
}

#TcT_search_box input.s {
	width: 171px;
	font-size: 13px;
	color: #fff;
	border: 0px;
	background: none;
}

#search_box input {
	border: 0px;
}

/*---------------Post Rules-----------------*/
.post {
}

.post>h2 {
	margin: 0px 0px 2px 0px;
	font-size: 1.6em;
	font-style: italic;
	border-bottom: 3px solid #C91504;
	padding: 2px 0px 1px 0px;
}

.post>h2 a {
	display: inline;
	padding: 0px 35px 1px 0px;
	margin: 0px;
}

.post>h2 a:link {
	color: #000;	
}

.post>h2 a:hover, .post>h2 a:active {
	color: #333;
}

.post>h3 {
	font-size: 1.3em;
	font-style: italic;
	margin: 0px;
	border-bottom: 1px solid #C91504;
	padding: 0px;
}

.post>h3 a {
	padding: 0px;
	margin: 0px;
}

.post>h3 a:hover, .post>h3 a:active {
	color: #333;
}

.postheader {
	font-family: Helvetica, "Arial", sans-serif;
	font-size: 0.9em;
}

.postheader a {
	border-bottom: 1px dotted black;
}

.postcontent {
	font-family: Helvetica, "Arial", sans-serif;
}

.postfooter {
	margin: 0px 0px 16px 0px;
	font-size: 0.9em;
	font-family: Helvetica, "Arial", sans-serif;
	background: #B0A790;
       color: #000;
	padding: 5px 5px 5px 5px;
}

.postfooter a {
}

/*--------------Comments Rules--------------*/
#comments {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 1.05em;
}

.commentlist {
	margin: 12px 0px;
	padding: 0px 10px;
}

.commentlist li {
	list-style-type: none;
	padding: 2px 20px;	
	border-top: 1px solid #333;
	margin-bottom: 5px;
}

li.comment1 {
	background: #ddd;
}

li.comment2 {
	background: #bbb;
}
 
.commenttitle {
	margin-bottom: 0;
	font-size: 1.1em;
}

.commentmetadata {
	margin-top: 0;
	font-size: 0.9em;
	color: #999;
}

#commentform input {
	background: #fff;
}

#commentform textarea {
	background: #fff;
	width: 80%;
}

#respond {
	font-size: 1.05em;
}

/*----------Page Titling Rules-----------*/
.pagetitle {
	background: #C91504;
	padding: 0px 0px 0px 5px;
	margin-bottom: 5px;
}

.pagetitle h2 {
	padding: 3px 5px 3px 5px;
	margin: 0px;
	color: #fff;
}

/*--------------Sidebar Rules------------*/
#sidebar {
	padding: 0px;
}

#sidebar_left {
	width: 51%;
	float: left;
}

#sidebar_left>ul>li>h2 {
	margin: 5px 0px 0px 0px;
	color: #C91504;
}

#sidebar_left>ul>li {
	margin-bottom: 10px;
}

#sidebar_right {
	width: 49%;
	float: left;
}

#sidebar_right>ul>li>h2 {
	margin: 5px 0px 0px 0px;
	color: #C91504;
}

#sidebar_right>ul>li {
	margin-bottom: 10px;
}

#sidebar ul {
	list-style-type: none; 
	padding-left: 10px;
	margin: 0px 0px 4px 0px;
	font-size: 14px;
}

#sidebar ul li {
	margin-top: 2px;
	margin-left: -2px;	
}

#sidebar ul ul li {
	padding-left: 10px;
	background:  url(images/arrowRed.gif) no-repeat top left;
}

/*-------------Calendar Rules-------------*/
#wp-calendar {
	margin: 5px 0px 10px 0px;
	background: #FAFAF0;
	line-height: 1.0em;
	text-align: center;
	width: 100%;
} 

#wp-calendar caption {
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	color: #fff;
	background: #000;
	font-weight: bold;
}

#wp-calendar td {
	border: 1px solid #fff;
	background: #fff;
}

#wp-calendar td a {
	width: 100%;
}

#wp-calendar tbody a {
	background: #ddd;
}

#wp-calendar tbody td#today {
	border: 1px solid #000;
}

#wp-calendar #next a, #wp-calendar #prev a {
	display: inline;
}

#wp-calendar #next {
	padding: 2px 2px 2px 2px;
	text-align: right;
}

#wp-calendar #prev {
	padding: 2px 2px 2px 2px;
	text-align: left;
}

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}


