/*
	Name: E-gineering
	Date: 06 December 2007
	Description: Template created for E-gineering, LLC.
	Author: Craig Fitzpatrick
*/

/* standard elements */


* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
}


a {color: #6d879f;}
a:hover {color: #5b758c;}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #edeadc;
border-left: 3px #222a33 solid;
border-right: 3px #222a33 solid;
	font-size: 11px;
	margin: 0 auto;
	padding: 1px 3px 1px 3px;
	width: 750px;
}

/* title */
.header {
	background: url(http://blogs.e-gineering.com/Christian/resource/images/header.png) no-repeat left top;
	font-size: 1.2em;
	height: 18px;
	margin: 0 auto;
	padding: 88px 10px 10px 111px;
}

/* navigation */
.navigation a:hover {background-position: left bottom; color: #234;}

/* sub navigation */
.sidenav {
	float: right;
  margin-right: 3px;
	width: 232px;
padding: 8px;
border-left: 1px #d5ccaa solid;
background: #dcd6ba url(http://blogs.e-gineering.com/Christian/resource/images/sidenavBg.gif) repeat left top;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 15px;
	width: 468px;
}
.content .descr {
	color: #64ac34;
	font-size: 11px;
	margin-bottom: 6px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
.footer a,.footer a:hover {color: #FFF;}


/* comments */

.content form ul{ 
	margin-left:0;
	list-style:none inside none;
}
.content form li{ 
	margin: 5px 0px 5px 0px;
	list-style:none inside none;
	background-image: none;
}

label.desc{
    border: 0;
    display: block;
    font-weight: bold;
}

form textarea{
    width:90%;
    height:140px;
}

div.next-prev {
	text-align: center;
}

div.comments, .comments-form, #searchAgain{
	padding:20px;
}
.hCalendarTable {
	width:100%;
  font-family: arial, verdana;
  font-size: 11px;
  border-bottom: 1px #d9d2b0 solid;
  margin-bottom: 15px;
}
.hCalendarDayNameRow, .hCalendarDay, .hCalendarDayLinked, .hCalendarDayCurrent{
	text-align:right;
	padding:3px;
}

.hCalendarMonthYearRow{
	height:25px;
  font-family: verdana;
  font-size: 13px;
  color: #222a33;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 4px;
}
.navigation form{
	float: right;
	display: block;
	line-height: 41px;
}
.navigation form p{
	padding-right: 10px;
}


/******** END DEFAULT CUSTOM.CSS ********/






/******** BEGIN BASIC-CUSTOM.CSS ********/


/*-------------------------------------------------------------
Base styles
--------------------------------------------------------------*/

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
    background: white;
    font-family:"Lucida Grande", lucida, Geneva, Arial, sans-serif;
}

.img {
    border: 0px;
    margin: 0px; 
}

/* entries ----------------------------------------------- */

.entryBox {
    font-size: 90%;
}
.entryTitle {
    font-weight: bold;
}

.entryInfo {
    font-size: 90%;
    color: #999;
}
div.dayTitle {
    font-size: 120%;
    font-weight:bold;	
    padding: .5em 0 0 0;
}
div.next-previous {
    font-size: 80%;
    text-align: center;
    padding: .5em 0 .5em 0;

}

/* category chooser ----------------------------------------------- */

.category-chooser {
    margin: -50%;
    width:100%;
}
.rCategory li {
    font-size: 80%;
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}
li.selected {
    font-weight: bold;
}

/* other lists ----------------------------------------------- */

ul.rNavigationBar, ul.rMenu, ul.rFolder, ul.rFeeds, ul.rReferersList, ul.rEntriesList {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 80%;
}
ul.rFeeds li {
    line-height: 1.5em;
}
ul.rFeeds li a {
    background-image: url(http://blogs.e-gineering.com/images/feed-icon-12x12.gif);
    background-repeat: no-repeat;
    background-position: 12px center; 
  padding: 8px 0 8px 34px;
  width: 198px;
}
ul.rFeeds li a:hover {
    background-image: url(http://blogs.e-gineering.com/images/feed-icon-12x12.gif);
    background-repeat: no-repeat;
    background-position: 12px center; 
}

/* calendar ----------------------------------------------- */

.hCalendarDay{
    text-align : center;
}
th.hCalendarDayNameRow {
    text-align : center;
    font-weight : bold;
}
td.hCalendarDayCurrent {
    text-align : center;
    font-weight: bold;
}
td.hCalendarDayLinked {
    text-align : center;
    font-weight: bold;
}
td.hCalendarDayLinked a {
    color: #64ac34;
}

td.hCalendarDayLinked a:hover {
    color: #5b758c;
}

.hCalendarMonthYearRow a.hCalendarNavBar:hover {
  text-decoration: none;
}

tr.hCalendarNextPrev td {
  padding-bottom: 14px;
}

/* comments ----------------------------------------------- */

div.comments-form span.status {
    display: block;
    background: white;
    color: green;
    border: 1px solid green;
    margin: 10px 0px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

span.error {
    display: block;
    background: white;
    color: #c00;
    border: 1px solid #c00;
    margin: 10px 0px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

p.comment-details {
    font-size: 80%;
    color: #999;
}
.comments-syntax-indicator {
    font-weight: bold;
}
.comments-syntax-indicator span.enabled {
    background: transparent;
    color: green;
    font-style: italic;
}
.comments-syntax-indicator span.disabled {
    background: transparent;
    color: red;
    font-style: italic;
}

form ul{ position: relative; list-style: none; width: 100%; }
form li{ line-height: 2em; margin: 0; padding: 1px 1px 6px 9px; }
form li.focused{ background-color: #fff7c0 !important; }
form li p{ font-size: 9px; line-height: 13px; color: #444; }
form li{ display: inline-block; }
form[id] li{ display: block; }
form li div{ display: inline-block; }
form[id] li div{ display: inline; }
form .left{ float: left !important; margin: 0; }
form .right{ float: right !important; margin: 0; }
form .clear{ clear: both; } 
form li div p{ margin: 0 0 5px 0; }
form div.left{ margin-right: 2px !important; }
form div.left[class]{ margin-right: 4px !important; }
form div.left img{ margin: 0 0 -2px 0; }
form h2{ font-size: 1.8em; clear: left; } 
form .info{ display: inline-block; margin: 0 0 10px 0; padding: 0 0 4px 0; border-bottom: 1px dotted #ccc !important;}
form .info[class]{ display: block; }
form .info p{ font-size: 1em; line-height: 1.3em; margin: 0 0 8px 0; }
textarea.textarea{margin-bottom: 1px;}
textarea.textarea[class]{font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, sans-serif;}
select.select{ padding: 1px 0 0 0; margin: 1px 0 3px 0; }
select.select[class]{ margin: 0; padding: 1px 0 1px 0; }
form .small{ width: 70px; }
form .medium{ width: 170px; }
form .large, form textarea.textarea{ width: 340px; }
form .tags{ width: 320px; }
form textarea.small{ height: 5.5em; }
form textarea.medium{ height: 10em; }
form textarea.large{ height: 20em; }
.choices input{ width: 200px; margin-right: 3px; }
.choices ol{ margin: 10px 0 0 0; }
.choices[class] ol{ margin: 0 !important; }
.choices img{ margin: 0 0 1px 0; }
fieldset ol li{ display: list-item !important; margin: 0 5px 2px 3px !important; padding: 0 !important; list-style: inside decimal; }
input.button, button { width: 6em; padding: 2px 2px 0 0; /* fix for IE */ }
/* revert to normal for Firefox */
li>input.button, li>button, input.button>input.button, button>button { padding: 2px; }
label.desc{
    margin: 4px 0 3px 0;
    border: 0;
    color: #444;
    font-size: 1em;
    line-height: 1.3em;
    display: block;
    font-weight: bold;
}
input.text, input.number, input.url, input.email, input.password, input.file, 
textarea.textarea, select.select{
    font-size: 1.2em;
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #ddd;
    color: #333;
}
input.text, input.number, input.url, input.email, input.password, input.file{ padding: 2px; }
input.currency{ text-align: right; }
input.checkbox, input.radio{
    display: block;
    line-height: 1.4em;
    margin: 8px 0 0 3px;
    width: 13px;
    height: 13px;
}
input.focus, textarea.focus { background: #ffd; color: #000; }
label.choice{
    display: block;
    line-height: 1.4em;
    margin: -19px 0 0 25px;
    padding: 4px 0 5px 0;
    color: #444;
    width: 80%;
}


/*-------------------------------------------------------------
Basic theme styles
--------------------------------------------------------------*/

h1 {
  font-size:200%;
  color:#222a33;
}
h2, .comments-head {
    color:#222a33;
    font-size:90%;
    font-weight:bold;
    border-bottom:1px dotted #666;
    text-transform:uppercase;
    letter-spacing: .2em;  	
    margin-top: .5em;			
}
h1.weblogName {
    text-align:center;
}
p.weblogDescription {
    text-align: center;
}
div.dayTitle {
    color:#CC9933;
    font-size:90%;
    text-transform:uppercase;
    border-bottom:1px dotted #666;		
}

/* layout ----------------------------------------------- */

.content_wrapper {
    width: 80%;
    float: left;
}
.rightbar_wrapper { 
    width: 20%;
    float: right;
}


/******** END BASIC-CUSTOM.CSS ********/







/******** BEGIN CSS ADDED BY CF DURING CREATION OF E-G THEME ********/

.blogTitle {
  color: #a0b1c0;
  font-family: arial;
  font-size: 12px;
}

.entryTitle {
  color: #222a33;
  text-decoration: none;
  font-weight: normal;
  font-size: 20px;
}


.entryBody {
  color: #374553;
  font-size: 12px;
  padding-bottom: 5px;
}

#searchForm p {
  text-align: center;
  border-bottom: 1px #cec49b solid;
  padding-bottom: 14px;
  margin-bottom: 15px;
}

#searchForm input {
  vertical-align: middle;
}

#searchForm #q {
  width: 180px;
}

#searchForm .button {
  background: url(http://blogs.e-gineering.com/Christian/resource/images/searchBtn.gif) no-repeat left top;;
  border: 0;
  color: #ffffff;
  height: 20px;
  width: 20px;
font-family:  verdana;
  font-size: 0;
line-height: 0%;
  margin-left: 4px;
cursor: pointer;
}

.searchTitle {
  font-family: verdana;
  text-align: center;
  font-size: 12px;
  letter-spacing: 3px;
  padding: 0 0 8px 2px;
}

/******** END CSS ADDED BY CF DURING CREATION OF E-G THEME ********/







/******** BEGIN BACK COMPATIBLE CSS ********/


body {
	background: #4d6173 url(http://blogs.e-gineering.com/Christian/resource/images/bg.jpg) repeat left top;
	color: #374553;
	font: normal 62.5% Tahoma,sans-serif;
}

blockquote {
	background: url(http://blogs.e-gineering.com/Christian/resource/images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}
.top {
	background: url(http://blogs.e-gineering.com/Christian/resource/images/clouds.gif) repeat-x;
	padding: 60px 10px 0;
}

.navigation {	
	background: #D9E1E5 url(http://blogs.e-gineering.com/Christian/resource/images/nav.gif);
	border-top: 1px #728aa1 solid;
	border-bottom: 1px #374553 solid;
	height: 41px;
  margin-top: 1px;
}
.navigation a {
	background: #D9E1E5 url(http://blogs.e-gineering.com/Christian/resource/images/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #fff;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 12px;
	text-decoration: none;
}

.navigation a:hover {
	color: #fff;
}
.main {
  padding-top: 6px;
}
.content li {
	list-style: url(http://blogs.e-gineering.com/Christian/resource/images/li.gif);
	margin-left: 18px;
}
.footer {
	background: #374553;
  border-top: 1px #222a33 solid;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	padding: 0 12px;
	text-align: center;
  margin-top: 6px;
  margin-bottom: 1px;
}


/******** END BACK COMPATIBLE CSS ********/



