/*  
*******************************************************
* WWW.JLSNET.CO.UK v4.5                               *
* jlsnet.css Print Stylesheet                         *
* By: James Lee Saunders                              *
* Date: 21 Aug 2007                                   *
*******************************************************
*/



/*** Main Body Styles ***/
body {
   background: white;
   text-align: left;
   font-size: 10pt;
   font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
}

a img { border:0; }
a:link, a:visited {
   color: blue;
   background: transparent;
   text-decoration: none;
}

/*** Header ***/
#masthead, #bloghead { 
   background: white;
   height: 75px;
   background-image: url(http://www.jlsnet.co.uk/images/mainlayout/jlsnet_head_right.png);
   background-position: right;
   background-repeat: no-repeat;   
   border: 1px solid black;
}
#masthead img, #bloghead img {
   display: none;
}


/*** Main container ***/
#container {
   background: white;
   margin: 0;
   padding: 0;
   text-align: left;
   width: 100%;
   border: solid 0px black;
}




/*** Horizontal Menu ***/
#mainmenu { display:none; }










/*** Content wrap ***/
#wrap {
   width: auto; 
   clear: both;
   color: black;
   float: none !important;
   background: transparent;
   padding: 0;
}








/*** Left and Right Columns ***/
#leftside, #rightside { display:none; }


/*** Middle Column ***/

#layout1,  #layout2, #layout3, #layout4 {
   border: 0px;
}





/*** Content DIV Styles ***/
.content h4 {
   FONT-WEIGHT: bold; 
   TEXT-DECORATION: none;
   height: 23px;
   border-bottom: 1px dotted #e1e1e1;
   border-right: 0 solid #ffffff;
   border-left: 0 solid #ffffff;
   border-top: 0 solid #ffffff;
   -moz-border-bottom-colors: #e1e1e1;
   -moz-border-top-colors: #e1e1e1;
}
.content h3 {
   FONT-WEIGHT: bold; 
   TEXT-DECORATION: none; 
   padding-top: 0;
   height: 23px;
   background-image: url(http://www.jlsnet.co.uk/images/mainlayout/jlsnet_watermark.jpg); 
   background-position: right;
   background-repeat: no-repeat;
   border-bottom: 1px solid #e1e1e1;
   border-right: 0 solid #ffffff;
   border-left: 0 solid #ffffff;
   border-top: 0 solid #ffffff;
   -moz-border-bottom-colors: #e1e1e1;
}
.content pre {	
   padding: 8px; 	
   margin: 20px; 	
   letter-spacing: -0.05em;			
   COLOR: #000000; 		
   font-family: 'Courier New', Courier, sans-serif;	
   TEXT-DECORATION: none;	
   line-height: 1.2em;
}
.content code {
   padding: 8px; 	
   margin: 20px; 	
   display: block;
   letter-spacing: -0.05em;	
   BACKGROUND: #ffff99; 	
   border: 1px dashed #909090;	
   white-space: pre;	
   COLOR: #000000; 		
   font-family: 'Courier New', Courier, sans-serif;	
   TEXT-DECORATION: none;	
   border-collapse: collapse;
   line-height: 1.2em;
}

.content code br {
   line-height: 0;
   display: none;
}

.content img {
   border: 1px dashed #909090;
   padding: 3px;
}
.content a[href^="/"]:after {
   content: " [http://www.jlsnet.co.uk" attr(href) "]";
}
.content a:link:after, .content a:visited:after {
   content: " [" attr(href)"] ";
   font-size: 75%;
}





/*** Post DIV Styles ***/
.post {
   padding-top: 0px;
   padding-bottom: 10px;
}
.post blockquote {
   background-color: #eef2f7;
   padding: 7px;
   border: 1px dashed #909090;
   font-style: italic;
}
.post blockquote:before {
   display: marker;
   padding-left: 0px;
   content: url("/images/mainlayout/openquote.gif");
}
.post blockquote:after {
   display: marker;
   padding-left: 300px;
   content: url("/images/mainlayout/closequote.gif");
}
img.wp-smiley {
   border: 0px solid white;
   margin: 0px 0px 0px 0px;
   padding: 0px;
   display: inline;
}







/*** Bluebox DIV Styles (Social Bookmarking) ***/
.bluebox { display:none; }





/*** Footer ***/
#mastfooter, #blogfooter { 
   border: 1px solid black;
}



/*** Text format ***/
.intro {
   font-size: 1.1em;
   font-weight: bold;
   letter-spacing:-1px;
}
.center {
   text-align: center;
}
.right {
   text-align: right;
}
.small {
   font-size: 0.8em;
}
.large {
   font-size: 1.4em;
}
.category {
   border-bottom: 1px solid #b0b0b0;
}
.date {
   margin-top: -9px;
   padding-top: 0px;
   border-bottom: 1px dotted #eeeeee;
}

.code {
   padding: 8px; 	
   margin: 20px; 	
   letter-spacing: -0.05em;	
   BACKGROUND: #ffff99; 	
   border: 1px dashed #909090;			
   COLOR: #000000; 		
   font-family: 'Courier New', Courier, sans-serif;	
   TEXT-DECORATION: none;	
   border-collapse: collapse;
}
