/*TechStyle.css
  Mike Black
  16 August 2007

	Changed the layout to a green colour centred in the middle rather than full screen.  
*/

/*General layout definitions*/
* { padding: 0; margin: 0; }   /*To clear any browser specific stuff (see Eric Meyer)*/

body {
	font-size: 76%;	/*set to 76% because it produces the most consistent sizes between IE and Firefox*/
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
	color: #000000; 
	line-height: 16px; 
	color: #333;
	background-image: url("2/enclosure/bg.gif");
	background-repeat: repeat;
}

a:link {
	font-weight: bold; 
	color: #666699;  
	text-decoration: none;
}
a:visited {
	font-weight: bold; 
	color: #666699;  
	text-decoration: none;
}
a:hover {
	font-weight: bold; 
	color: #666699;  
	text-decoration: none;
}


/* Layout defintion */
#mainbox {    
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFF;       
}

#content {
    width: 73%;
    float: left;		    
}

#navigation {
		width: 25%;	    
    float: left;		  
    margin: 20px 0px 10px 10px;
    border: #000 1px solid;
    background-color: #EAF2E4   
}

#footer {	  
}	

#footer p {
    text-align: center;
    border-left: #000 1px solid;    
    border-right: #000 1px solid;    
    padding: 5px;
    font-size: .8em;    
}    

/* Logo is important for pattern purposes when there is no image defined */

#logo {
    /*background-color: #78A;*/
}

/* FIR Image replacement technique http://www.stopdesign.com/articles/replace_text/ */

#logo h1 { 
   background: transparent url("2/enclosure/tech_logo2.jpg") no-repeat center; 
   width: 434px; 
   height: 121px; 	
   font-weight: bold;
   font-size: 2.5em;
   margin-left: 0;
   margin-right: auto;
   font-family:Georgia, "Times New Roman", Times, serif;
}
	
#logo h1 span {
	display:none
	}
		
#logo h2 { 
}
	
#logo h2 span {
	display:none;
}
	
	
/* For displaying a single post */
.line {     
    padding-bottom: 10px;
}

.prev {
    float: left;
}

.next {
    float: right;
    font-size: 0.8em;
}

.next a {
  color: #5D0025;
} 


#singlenavigation {
    border: #333 2px dotted; 
    background-color: #F4F4F4;
    padding:10px;
    margin:10px;
}

#singlenavigation .prev {	
	padding-left: 10px;
	float: left;
    font-size: 1em;
}

#singlenavigation .next {	
	padding-right: 10px;
	float: right;	
    font-size: 1em;
}


/*The Alsett Clearing Method (see book) */

.clearfix:after {        
   content: ".";        
   display: block;      
   height: 0;        
   clear: both;      
   visibility: hidden;
}

/*.clearfix {display: inline-block;}  */  /*Commented out because not valid CSS*/ 

* html .clearfix {height: 1%;}    

.clearfix {display: block;}       

/* Main menu navigation. Taken from Book.*/

#mainmenu {
	margin-top:-2px;
	/*background-color: #997;*/
}

div#mainmenu {
   width:100%;        
   /*float:left;        */
   position: absolute; 
   top: 10px; right: 200px; left: auto; width: 100px;
   border: 1px dotted #000;
   padding: 10px 0px 10px 20px;
   background-color: #E4E2F5;

	}
   
div#mainmenu ul {
   margin:0 0 0 0px;
   line-height:50px;
}      
   
   
div#mainmenu li {
   line-height: 16px; 
   list-style-type:none;           
   font-size: 12px;   
   font-family: Geneva, Arial, Helvetica, sans-serif;      
   font-weight: bold;
   color: #000000; 
}
   
div#mainmenu li:first-child {
   /*border-left:1px solid #000;  */
   }
   
div#mainmenu li:hover {   
   }

div#mainmenu li.active {   
   color: #000000;   
   }
   
div#mainmenu a {
   padding: 6px;        
   text-decoration:none; 
   color: #484848;
   }
   
div#mainmenu a:hover {   
   color: #A74040;   
}        

   
/*IE specific tag*/   
* html div#mainmenu ul {        
	   float:left;        
	   border-left:1px solid #000;
	   margin-left:0px;        
   }        
	
/* Left hand navigation */
.navmenu ul li {
	text-decoration: none;
	list-style: none;	
  font-weight: normal; 
	font-size: 1em; 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	padding-left: 20px;
}

.navmenu {
   /* width: 180px; MIKE 20070820 */
   font-size: 1em;
   padding: 10px;
}

.navmenu a {	
	text-decoration: none;
	display: block;
	color: #000;	
	width: 160px; 
	padding: 1px 15px 1px 5px;
	color: #9B1313; 
	font-weight: bold; 
}
	
.navmenu a:hover {	
	font-weight: bold; 	
	color: #9B1313; 
}

.navmenu a:visited {	
	font-weight: bold; 	
	color: #9B1313; 
	text-decoration: none;
}

.navmenu li.nobullet {
    list-style-image: none;    
}

.nobullet a:hover {
	text-decoration: none;
	border-bottom: 0px;
}

.navmenu p {
	padding-left: 10px;
  font-size: 0.9em;
}

.navmenu h3 {
	color: #000;
	line-height:28px;
	font-size: 115%; /*had to define in % cause of browsers*/
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 4px;	
}

/* Defintion of the semi-rounded right hand navigation shape*/

/* Blog post content*/

.blogpost {
	 padding: 10px 10px 0 10px;
	 margin: 10px;	 	 
	 border:#000000 solid 1px;
	 margin: 20px;
	 padding: 10px;		 
	 background-color: #EAF2E4;
	 line-height: 16px;
}

.blogpostdate {
	font-size: .8em; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
	text-align: right;
	margin-bottom: 10px;
}

.blogposttext {
	font-size: 1.1em; 
	font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif; 	
	text-decoration: none;
	margin: 0 20px 10px 20px;	
	text-align: left;
}

.code {
	padding: 10px;	
	font-size: 0.8em;
	font-family: "Courier New", "Arial Narrow", Arial, sans-serif;
}

/* Reply post formatting */
.replypost {
	 padding: 10px;
	 margin: 20px;
 	 border: #A3A3A3 1px solid;	 	  	 
 	 border: 1px solid #ccc;
 	 background-color: #eee;
}
	 
.replyheader {
	font-size: 1.1em; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
	text-align: right;
	margin-bottom: 10px;
}

.replytext {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
	margin: 0 0 10px 20px;
}

/*blogpost text formatting defintions*/

.blogpost p {
   margin: 1em 0;
   text-align: left;
}

.blogpost ul {
  margin: 1em 0;
}

.blogpost li {
  margin-left: 30px;   
}


.blogpost dd {
  margin-left: 30px;   
}

.blogpost h2 {
   font-weight: bold; 
   padding: 20px 20px 10px 0px;   
	 border-bottom: 1px solid #997;	 
	 border-color:#C1C1BC;

   font-size: 115%; /*had to define in % cause of browsers*/
	 font-weight: bold;
	 font-family: Geneva, Arial, Helvetica, sans-serif;      
}

.h2link:link, .h2link:visited, .h2link:hover {			
    color:#9B1313;	    
    font-style: normal;
    line-height: 16px; 
    text-decoration: none;
    font-weight:bold;
}
			
.bodyLink:link {
	font-weight: bold; 
	color: #9B1313; 
	border-bottom: #9B1313 1px dotted; 
	text-decoration: none;
}

.bodyLink:visited {
	font-weight: bold; 
	color: #9B1313;  
	border-bottom: #9B1313 1px solid; 
	text-decoration: none;

}

.bodyLink:hover {
	font-weight: bold; 
	color: #9B1313;  
	border-bottom: #9B1313 1px solid; 
	text-decoration: none;
}

.commentsection {	 
}

.commentsection p {
     padding: 3px 3px 5px 3px;
     margin: 0px;
}

.commentlink:link, .commentlink:visited, .commentlink:hover {
	font-weight: bold; 
	color: #9B1313;  
	border-bottom: #9B1313 1px solid; 
	text-decoration: none;
	font-size: 0.8em;
}

.leftinline {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px; 
}

.leftinlineborder {
	border-color:#000000;
	border-style:solid;

	border-width:1px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px; 
}

.rightinline {
	float: right; 
	margin-left: 10px;
	margin-bottom: 10px;
}

.rightinlineborder {
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	float: right; 
	margin-left: 10px;
	margin-bottom: 10px;
}

.bodylink:link {
	font-weight: bold; 
	color: #666699; 
	border-bottom: #666699 1px dotted; 
	text-decoration: none;
}

.bodylink:visited {
	font-weight: bold; 
	color: #666699;  
	border-bottom: #666699 1px solid; 
	text-decoration: none;
}

.bodylink:hover {
	font-weight: bold; 
	color: #666699;  
	border-bottom: #666699 1px solid; 
	text-decoration: none;
}

.h3class {
	padding: 0px;
	margin: 0px;
	font-size: 1.2px;
	font-variant:small-caps;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style: normal;
	line-height: 16px; 
}

.boxedtext {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal;
}

.listheader {
	font-weight: bold;
	font-style: italic;
	color: #666666;
}

.nobullets {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.indent {
    margin-left: 20px;
}     

/* Styles for conversant forms */
#msg {
   padding-left: 10px;
   padding-top: 20px;
}

#msg h3 {
	font-variant:small-caps;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;	
        font-size: 1.2em;
	color:#A74040;	
	font-style: normal;
	line-height: 16px; 
       text-decoration: none;
}

#logonbox {
    padding: 10px;
    margin: 20px;
    border: 1px #000 solid;
    line-height: 16px;
}

#signupbox {
 	padding: 10px;
	margin: 20px;
  border: 1px #000 solid;
}

#signupform {
    padding-left: 50px;
    line-height: 20px;
}

#loginform {
    padding-left: 50px;
    line-height: 20px;
}

.msgLabelText {
   font-weight: bold;
}


.search {
   padding-left: 20px;
}
  
.searchform {
   margin: 20px;
   border: 1px #000 solid;
}

.boundmessage {
   margin: 20px;
}