/*
Theme Name:Lorenz Technologies
Theme URI: http://www.lorenztech.com
Description: Lorenz Technologies Main Website Design.
Author: Andrew S. Lorenz
Author URI: http://www.lorenztech.com/
Version: 1.0
*/



/* basics */

*{margin:0; padding:0;}

body {
	margin: 20px;
	text-align: center;
	background-color: #e1e1e1;
	background-image: url(/images/bodygrad4.gif);
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10pt;
	}


body, input, textarea {
	color: #111;

}

/* Headings */
h1, h2, h3 {
	color: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-weight: bold;
	text-rendering: optimizelegibility;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.7em;
}

/* Text elements */
p {
	margin-bottom: 12px;
}


ul, ol {
	margin: 0 0 1.7em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.7em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.7em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	margin: 0 30px 1.7em;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch",Courier,monospace;
	line-height: 1.7;
	margin-bottom: 1.7em;
	padding: 0.85em 1.7em;
}
code {
	font: 12px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}

/* Links */
a{color:#0066cc; text-decoration:none;}

a:hover{text-decoration: none; color:#000;}



/* container */


#container {
	width:940px;
	margin: 0 auto;
	padding:0px;
	overflow:hidden;
	background:#fff;
        color: #006eaf;
        border: 1px solid #006eaf;
	}
	
#content-box{}

	
/* header */

#header {
	height: 75px;
	border:0px solid #e5e5e5;
	padding-bottom:2px;
	margin:0px;
	text-align: right;
	background-image: url(/images/logostripgrad.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color:#006eaf;
	}

#header h1{
	color: #111;
	font-size: 30px;
	}
	
#header h1 a{}
#header h1 a:hover{}


#header h2{
	font:normal 13px "arial", georgia, times;
	margin-bottom:20px;
	}

#logo{
	float:left;
}

#headersearch{
	float:right;
}

/* menu */


#access {
	display: block;
	float: left;
	margin: 0 auto;
	padding:0;
	width: 100%;
}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding:0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	margin:0;
	padding:0 10px 0 0;
}
#access ul li a {
	display:block;
	text-decoration: none;
}

#access ul ul {
	display: none;
	position: absolute;
	top: 15px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
	padding:0 !important;
	margin:0 !important;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}

#access ul ul ul li{
	top: 0;
	padding:0 !important;
	margin:0 !important;
}
#access ul ul.sub-menu li a {
	background: #fff;
	padding:4px;
}

#access ul ul.sub-menu li a:hover {
}

#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #000;
}


/* content */

#content-container {
	/*width:660px;*/
	width: 730px;
	float:left;
	text-align: left;
	padding-left: 5px;
}


.sticky{
}

.post {
	margin-bottom:20px;
	padding:0;
	}
	
.pagetitle{
	font:normal 18px "arial", verdana, times;
	}
	
#content h2, .entry-meta, .entry-utility{
	font:normal 12px "arial", times;
	}

.entry-content p{}

.postmetadata{
	clear: both;
	padding:6px 0;
	margin: 20px 0;
	}
	
.navigation {
	overflow: hidden;
}

.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
}
#nav-above,
.single #nav-below {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 11px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 11px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}





/* Widgets */
#main-sidebars{
	vertical-align: top;
	text-align: center;
	font-size: 9pt;
	color: #e1e1e1;
	background-color: #006eaf;
	float: right;
	}
#main-sidebars a:link, #main-sidebars a:active, #main-sidebars a:visited {
	color: #e1e1e1;
	text-decoration: none;
	}
#main-sidebars a:hover {
	color: #fff;
	text-decoration: none;
	font-style: italic;
	}
	
#sidebar{
	/*width:270px;*/
	width:200px;
	float:right;
}

.navtablebottom {
	vertical-align: top;
	height: 130px;
	text-align: center;
	font-size: 9pt;
	color: #fff;
	background-color: #006eaf;
	background-image: url(/images/navgrad.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	}
.widget-area {
	overflow: hidden;
}
.widget-area,
.widget-area input {
	line-height: 18px;
}
.widget-area ul ul a {
	text-decoration: none;
}
.widget-area ul ul a:hover {
	text-decoration: none;
}
.widget-area ul {
	list-style: none;
	margin: 0 !important;
}
.widget-area ul ul {
	list-style: none;
}
.widget-area ul ul ul {
	margin: 0;
}
.widget-area ul ul li {
	padding: 2px 0;
}
.widget-title {
	color: #fff;
}
.widget-title a{
	color: #fff !important;
}
.widget-container {
	margin: 0 0 1.5em 0;
}


	




/* Calendar Widget */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font: 13px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-weight: bold;
	text-align: left;
	padding: 0 2px 6px;
}
#wp-calendar th {
	color: #888;
	font-size: 11px;
	text-align: center;
}
#wp-calendar tbody td {
	text-align: center;
}
#wp-calendar tfoot td {
	padding-top: .2em;
}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar tbody a {
	text-decoration: underline;
}
#wp-calendar a:visited {
	color: #0060ff;
}
#wp-calendar a:visited:hover {
	color: #df0000;
}

/* Flickr Widget (WP.com) */
#flickr_badge_wrapper {
	background-color: transparent !important;
	border: none !important;
}

/* Cloud Widgets */
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
	line-height: 1.7em;
	padding: 0.2em 0;
}


/* Comments */


#comments {
	word-wrap: break-word;
}
#comments h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.025em;
	margin: 0 0 8px 0;
	padding: 2px;
}
#comments ol {
	list-style: none;
	margin-left: 0;
}
#comments ul {
	list-style: none;
	margin-left: 0.425em;
}
#comments li {
	position: relative;
}
#comments li.pingback {
	background: #eee;
	margin: 0 0 1.7em;
	padding: 0.85em;
}
#comments li.pingback + li.pingback {
	margin-top: -1.65em;
}
#comments li.pingback p {
	font: 12px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	margin: 0;
}
#comments ul li {
	border-bottom: none;
	margin: 14px 0 0 0.85em;
}
#comments .comment-author {
	margin: 0 0 0.85em 66px;
}
#comments .comment-author cite {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
#comments .comment-meta,
#comments .comment-meta a {
	color: #888;
	font: 12px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#comments .comment-meta a:hover {
	color: #df0000;
}
#comments .gravreply {
	padding:0;
	position: absolute;
	top: 14px;
	left: 0;
	width:50px;
	height:175px;
}
.comment-reply-link{
	position:absolute;
	top:45px;
	width:42px;
	height:20px;
	text-align:center;
	font-size:11px;
	color:#6D6D6D;
	line-height:22px;
	}
#comments .avatar {
	position: absolute;
	top: 0;
	left: 0;
}
#comments .comment-body {
	margin-left: 66px;
}
#respond input[type=text] {
	float: left;
	margin: 0 10px 0 0;
}
#respond .comment-form-comment {
	margin: 0;
}
#respond .comment-form-comment label {
	display: none;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}

.comment{
	border-bottom:1px solid #e3e3e3;
	padding:14px 0;
	}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}


/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

.wp-post-image{padding:2px; margin:8px 0; border:1px solid #dedede;}


#content .aside {
	border-left: 1px solid #ccc;
	font-size: 13px;
	margin: 0;
	padding: 0 0 0 0.85em;
}


/* search */
	
#headersearch #searchform {
	text-align: right;
	padding:5px 0 0 0;
	right: 7.6%;
}
#headersearch #searchform div {
	margin: 0;
}
#headersearch #searchform input#s {
	float: right;
	font-size: 12px;
	height: 22px;
	padding: 4px;
	width: 26%; 
	-webkit-transition-duration: 400ms; 
	-webkit-transition-property: width, background; 
	-webkit-transition-timing-function: ease; 
	-moz-transition-duration: 400ms; 
	-moz-transition-property: width, background; 
	-moz-transition-timing-function: ease; 
	color:#666;
}
#headersearch #searchform input#s:focus {
	background-color: #f9f9f9;
	width: 114%; 
}
#headersearch #searchsubmit {
	display: none;
}	
	

/* footer */

#footer {
	clear: both;
	width: 940px;
	margin:0 auto;
	font-size: 7pt;
	}

#footer #site-info{
	float:left;
}

#footer #site-generator, #footer #footer-right-side{
	float:right;
}

/* Stuff I've added */
.mainrowheader {
	vertical-align: center;
	height: 30px;
	background: #008080 url(/images/maintitle1.gif);
	text-align: center;
	color: #fff;
	font-size: 11pt;
	}
.subrowheader {
	border-bottom: 1px solid #e5e5e5;
	vertical-align: center;
	height: 30px;
	background: #e5e5e5 url(/images/titlemedium.jpg);
	text-align: center;
	color: #000;
	font-size: 11pt;
	}
.linkdata {
	text-align: left;
	font-size: 9pt;
	padding: 2px 0px 2px 3px;
	}
.rowfooter {
	margin: 0px 0px 5px 0px;
	vertical-align: center;
	height: 30px;
	background: #e5e5e5 url(/images/darkrow.jpg);
	text-align: center;
	color: #000;
	font-size: 11pt;
	}
.navtablebottom {
	vertical-align: top;
	height: 130px;
	text-align: center;
	font-size: 9pt;
	color: #fff;
	background-color: #006eaf;
	background-image: url(/images/navgrad.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	}
.linkdiv {
	padding: 1px;
	}
.navheader {
	color: #e1e1e1;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	font-style: italic;
	font-size: 11pt;
	text-decoration: none;
	font-variant: small-caps; 
	}
.contenttable1 {
	text-align: left;
	padding: 10px;
	vertical-align: top;
	font-size: 10pt;
	color: #006eaf;
	background-color: #fff;
	}
.contenttable2 {
	text-align: center;
	padding: 10px;
	vertical-align: top;
	font-size: 10pt;
	color: #006eaf;
	background-color: #fff;
	}
.contenttable3 {
	text-align: right;
	padding: 10px;
	vertical-align: top;
	font-size: 10pt;
	color: #006eaf;
	background-color: #fff;
	}
.smalltext {
	font-size: 7pt;
	}
.projname {
	text-align: right;
	font-size: 7pt;
	padding-bottom: 1px;
	padding-right: 5px;
	}
.projlink {
	text-align: right;
	font-size: 7pt;
	padding-bottom: 2px;
	padding-right: 5px;
	1font-variant: small-caps;
	}
.projprecent {
	text-align: left;
	padding-left: 5px;
	padding-bottom: 5px;
	}
.formheader {
	text-align: right;
	font-size: 11pt;
	color: #e1e1e1;
	font-weight: bold;
	font-style: italic;
	padding: 5px 5px 5px 0px;
	background-color: #006eaf;
	background-image: url(/images/ltgrad.gif);	
	background-position: left;
	background-repeat: repeat-y;
	}
.formtable1 {
	text-align: left;
	padding: 1px 0px 1px 0px;
	vertical-align: top;
	font-size: 10pt;
	color: #006eaf;
	background-color: #fff;
	}
.formtable2 {
	text-align: center;
	padding: 1px 0px 1px 0px;
	vertical-align: top;
	font-size: 10pt;
	color: #006eaf;
	background-color: #fff;
	}
.formtable3 {
	text-align: right;
	padding: 1px 0px 1px 0px;
	vertical-align: top;
	font-size: 10pt;
	color: #006eaf;
	background-color: #fff;
	}
.titletext {
	text-align: right;
	font-size: 11pt;
	color: #e1e1e1;
	font-weight: bold;
	font-style: italic;
	padding: 5px 10px 5px 0px;
	background-color: #006eaf;
	background-image: url(/images/ltgrad.gif);
	background-position: left;
	background-repeat: repeat-y;
	border-left: 1px solid #006eaf;
	}
.titlesubtext {
	text-align: right;
	font-size: 9pt;
	color: #e1e1e1;
	font-weight: bold;
	font-style: italic;
	padding: 2px 10px 2px 0px;
	background-color: #006eaf;
	background-image: url(/images/ltgrad.gif);
	background-position: left;
	background-repeat: repeat-y;
	border-left: 1px solid #006eaf;
	}
.newsfont {
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	}
.newsheader {
	text-align: right;
	font-size: 11pt;
	color: #e1e1e1;
	font-weight: bold;
	font-style: italic;
	padding: 5px 10px 5px 0px;
	background-color: #006eaf;
	background-image: url(/images/ltgrad.gif);
	background-position: left;
	background-repeat: repeat-y;
	border-left: 1px solid #006eaf;
	}
.newstable1 {
	text-align: left;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	font-size: 10pt;
	color: #006eaf;
	background-color: #fff;
	border-left: 3px solid #006eaf;
	border-bottom: 1px dashed #006eaf;
	}
.newstable1:first-letter {
	padding-left: 10pt;
	} 
.newstable2 {
	text-align: center;
	padding: 1px 3px 1px 10px;
	vertical-align: top;
	font-size: 10pt;
	color: #006eaf;
	background-color: #fff;
	}
.newstable3 {
	text-align: right;
	padding: 1px 3px 1px 10px;
	vertical-align: top;
	font-size: 10pt;
	color: #006eaf;
	background-color: #fff;
	}
.tosheader, .portfolioheader {
	padding-left: 10px;
	color: #1c396a;
	font-weight: bold;
	font-variant: small-caps;
	}
.portfoliocontent {
	padding: 0px 0px 5px 25px;
	font-size: 8pt;
	}