/*
Theme Name: Infogenix Custom
*/



/* Begin Typography & Colors */
body {
	text-align: center;
	background: #fff url('images/main-bg.gif') repeat-x;
	margin: 0px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002253;
	}
	
* { 
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002253; 
	}
	
a, a:active, a:hover { 
	color: #00398b; 
	font-weight: bold; 
	}
	
a:visited { 
	color: #00265d; 
	font-weight: bold; 
	}
	
.postedin a, .postedin a:active, .postedin a:hover { 
	color: #00398b; 
	font-weight: bold; 
	}
	
.postedin a:visited { 
	color: #00265d; 
	font-weight: bold; 
	}
	
hr { 
	height: 1px; 
	color: #00398a; 
	background-color: #00398a; 
	line-height: 1px; 
	border: none; 
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}
	
a:link, span.MsoHyperlink {
	color: #00398b; 
	font-weight: bold; 
	}
	
span.MsoHyperlinkFollowed {
	color: #00265d;
	text-decoration: underline;
	font-weight: bold; 
}

.entry p a, .entry p a:hover, .entry p a:active {
	color: #00398b; 
	font-weight: bold; 
	}

.entry p a:visited {
	color: #00265d;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Arial, Helvetica, sans-serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em Arial, Arial, Helvetica, sans-serif;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/*
a:hover {
	color: #147;
	text-decoration: underline;
	}
*/
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn h2 a { 
	font-size: 20px; 
	color: #002253; 
	}

.widecolumn h2 { 
	font-size: 20px; 
	color: #002253; 
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	font-family: Arial, Arial, Helvetica, sans-serif;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
/* End Structure */



/*	Begin Headers */
h1 { 
	font-size: 20px; 
	color: #628906; 
	text-transform: uppercase; 
	}
	
h2 { 
	font-size: 14px; 
	color: #002253; 
	}
	
h3 { 
	font-size: 13px; 
	color: #002253; 
	margin-bottom: 5px; 
	}
/* End Headers */



/* Begin Images */
img { 
	border: none; 
	}

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul li li {
	list-style-image: url('images/sidebar-li.gif');
	}

#sidebar ul li li a, #sidebar ul li li a:active, #sidebar ul li li a:hover, #sidebar ul li li a:visited {
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 20px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 150px;
	padding: 2px;
	margin: 3px 0px 0px 0px;
	background: #ededed;
	border: 1px solid #8a8a8a;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.container { width: 970px; }
#topnav { height: 85px; padding: 0px 20px 0px 10px; text-align: right; }
#topnavlinks img { margin: 55px 5px 0px 10px; }
#banner { height: 250px; background: #06101f url('images/banner-main.gif') no-repeat; text-align: left; width: 970px; }
#banner-div { border-bottom: 2px solid #fff; background: #06101f; width: 100%; }
#logo { padding-left: 345px; }
#banner-boards { margin: 40px 0px 0px 242px; }
#banner-flex { margin: 18px 0px 0px 242px; }
#banner-molding { margin: 18px 0px 0px 242px; }
#banner-metal { margin: 18px 0px 0px 242px; }

#content { text-align: left; }
#author { text-align: center; }
#author span { color: #147eaa; font-weight: bold; font-style: normal; }
#greybox { background: #ededed; height: 100%; }
#greybox td { vertical-align: top; }
#gb-left { background: url('images/gb-leftbg.gif') repeat-y; width: 7px; }
#gb-content { padding: 15px 15px 0px; width: 241px; line-height: 18px; }
#gb-right { background: url('images/gb-rightbg.gif') repeat-y; width: 7px; }
#arrows-green { padding: 0px; margin: 0px; }
#arrows-green li { background: url('images/arrows-green.gif') no-repeat; list-style-type: none; padding-left: 15px; line-height: 30px; }
#arrows-blue { padding: 15px 0px 15px 5px; margin: 0px; }
#arrows-blue li { background: url('images/arrows-blue.gif') no-repeat; list-style-type: none; padding-left: 13px; line-height: 20px; }
#quote { padding: 25px 0px 0px; text-align: center; }
#techzone { background: #ededed; margin-left: 7px; }
#tz-left { background: url('images/tz-left.gif') repeat-y; width: 3px; }
#tz-content { width: 247px; }
#tz-right { background: url('images/tz-right.gif') repeat-y; width: 4px; }
#title-techzone { background: #00398b; padding: 10px 0px 10px 15px; }
#tz-more { float: right; margin: -10px 20px 10px 0px; }
#content-table-br { padding-top: 23px; text-align: center; }
#content-table-br img { margin-bottom: 9px; }
#content-right { width: 277px; padding-right: 28px; }
.sidebar { background: #c5c5c5; width: 267px; }
#sidebar-contact { margin: 20px; }
#sidebar-contact table { margin-left: 30px; }
#sidebar-contact td { text-transform: uppercase; font-size: 11px; color: #505050; padding-bottom: 5px; }
#sidebar-contact strong { text-transform: none; font-size: 11px; color: #000; }
#sidebar-contact-addy { font-size: 10px; text-transform: uppercase; margin-top: 10px; color: #000; }
#sidebar { padding: 0px 20px; }
#sidebar h2 { color: #003c91; font-size: 19px; font-weight: normal; margin-bottom: 10px; }
#categories-title { background: url('images/title-categories.gif') no-repeat; height: 24px; width: 102px; }

#box01 { background: #fff; border: 1px solid #00398a; width: 616px; padding: 20px; }
#box01-pad { background: #fff url('images/box01-pad.gif') no-repeat; height: 24px; width: 616px; }
#box02a { background: #fff; width: 295px; border-right: 1px solid #00398a; margin-left: 23px; }
#box02a-div { background: #fff url('images/box02-bg1.gif') bottom repeat-x; padding: 17px 0px 0px 20px; line-height: 20px; font-size: 14px; }
#box02a-div a, #box02a-div a:hover, #box02a-div a:active, #box02a-div a:visited { font-size: 14px; text-decoration: none; color: #002253; font-weight: normal; }
#box02b { background: #fff url('images/box02-bg.gif') bottom repeat-x; width: 294px; border: 1px solid #00398a; border-top: none; }
#box02b-div { margin: 15px; line-height: 18px; }

#footer { margin-top: 9px; background: #051a47; height: 25px; width: 100%; padding-top: 5px; }
#footer-content { text-align: left; width: 970px; }
#greybox-bottom { background: #ededed; margin-left: 37px; width: 285px; }
#footer-bottom { padding: 0px 55px 0px 20px; width: 970px; }
#footer-bottom td { color: #fff; font-size: 12px; vertical-align: middle; } 

#footer-bottom a, #footer-bottom a:visited, #footer-bottom a:hover, #footer-bottom a:active { color: #fff; font-size: 12px; font-weight: normal; text-decoration: none; }

.content-table td { vertical-align: top; }
.content-table-mid { padding: 25px 24px 0px 0px; width: 665px; line-height: 18px; }
.content-table-mid-in { padding: 28px 40px 0px 0px; line-height: 18px; }
.tz-row { color: #00398b; margin: 20px 0px; cursor: pointer; font-size: 12px; text-transform: uppercase; font-weight: bold; }
.tz-row img { float: left; margin: 0px 10px 0px 40px; }
.tz-row div { font-size: 9px; text-transform: none; color: #00398b; }
.br1 { line-height: 8px; }
.br2 { line-height: 19px; }
.ie-nonpad { line-height: 1px; }
.content-left-pad { margin-left: 23px; }
.non-bold { font-weight: normal; }
.div-left { float: left; margin-right: 50px; }
.div-left-contact { float: left; margin-right: 30px; width: 250px; }
.tab-indent { padding-left: 10px; }