/*
MEPIS 7.0 USERS' GUIDE STYLE SHEET 1.1
20070911 SilverBear
*some style elements adapted from Sidux Users Manual v.20070611 - thanx2:  bluewater/h2  ADEST
*some style elements adapted from SilverBear's Linux Pages
*earlier revs thanx2: Jerry, Carl, & lykwydchykyn
/*
/*
/* 
/* -- CSS template contents: ........ line 010   -- */
/* -- 01: PAGE LEVEL FORMATS: ....... line 020   -- */
/* -- 02: COLUMN DIV FORMATS: ....... line 030   -- */
/* -- 03: TEXT COLUMN TEXT FORMATS: . line 108   -- */
/* -- 04: NAV COLUMN CONTENT FORMATS: line 307   -- */
/* -- 05: TEXT COLUMN MISC. FORMATS:  line 544   -- */
/* -- 06: TEXT COLUMN NAVI. FOOTER:   line 649   -- */
/* -- GPL notice for this .css: ..... line 666   -- */
/* 
/* 
/* ------- ******************* 01: PAGE LEVEL FORMATS ******************* --------- */  
/* ----------------  determines characteristics of entire page ------------------ */  
body {
  font-family:  sans-serif;
  font-size: 100%; /* make font sizing in ems and change here */
  text-align :center;
  color : #000;
  background-color: #fff;
}
/* ------- ################### END PAGE LEVEL FORMATS ################### --------- */  
/* ------- ******************* 02: COLUMN DIV FORMATS ******************* --------- */  
/* -------determines characteristics of the columns on the page --------- */  
/* ------------ for nav column formatting-------------- */  
div.navcol {
  position : fixed;
  display : block;
  height : 100%;
  top: 1em;
  left : 0.50em;
  padding : 0 0 0 0 ;
  width : 16em;
  font-family: "Verdana", "Bitstream Vera Sans", "Arial","Helvetica", sans-serif;
  font-size: 100%; 
  background : #eef;
  color : black;
 }
div.navcol0 {
  list-style-type : none; 
  display : block;
  position : relative;
  width : 16em;
  text-align : center;
  text-decoration : none;
  font-family : "Verdana", "Bitstream Vera Sans", "Arial","Helvetica", sans-serif;
  color : #069;
  background-color : transparent;
  border: none;
  padding : 0em 0em 0em 0em;
  font-size: 100%; 
}
div.navcol1 {
  list-style-type : none; 
  display : block;
  position : relative;
  width : 16em;
  text-align : left;
  text-decoration : none;
  font-family : "Verdana", "Bitstream Vera Sans", "Arial","Helvetica", sans-serif;
  color : #069;
  background-color : transparent;
  border: none;
  margin : 0.6em 0em 0em 0.6em;
  padding : 0em 0em 0em 0em;
  font-size: 100%; 
}
div.navcol2 {
  list-style-type : none; 
  display : block;
  position :relative;
  width : 16em;
  text-align : left;
  text-decoration : none;
  font-family : "Verdana", "Bitstream Vera Sans", "Arial","Helvetica", sans-serif;
  line-height : 1.0em;
  color : #069;
  background-color : transparent;
  border: none;
  margin : 0em 0em 0em 1.7em;
  padding : 0em 0em 0em 0em;
  font-size: 100%; 
}
/* ------------ end nav column formatting-------------- */  
/* ------------ for text column formatting-------------- */  
div.textcol {
  position: absolute;
  display: block;
  top : 1em;
  margin: 0em 0em 0em 0em;
  padding :0.00em 1.00em 6.00em 17.25em;
  float: left;
  max-width: 55em;
  font-family: "Verdana", "Bitstream Vera Sans", "Arial","Helvetica", sans-serif;
  font-size: 100%; 
  color : black;
}
/* ------------ end text column formatting-------------- */   
/* ------- ################### END COLUMN DIV FORMATS ################### --------- */
/* ------- **************** 03: TEXT COLUMN TEXT FORMATS ***************** --------- */ 
/* -------determines style of elements in the text column --------- */
/* ------------ for headline formatting-------------- */ 
h1,h2,h3,h4,h5,h6 {
	font-weight : bold;
	font-family : "Verdana", "Bitstream Vera Sans", "Arial","Helvetica", sans-serif; 
	margin-top: 0px ; /* this must be 0 to fix a firefox css issue with this layout */
	color:#036;
	margin: 0em 0em 0.4em 0em;
	padding: 0em;
}
h1 {
	border-top : 2px solid #036;
	border-right : 2px solid #036;
	background-color : #eef;
	margin-bottom : 1em;
	margin-left : -1.15em; /* this must be -1.15em to fix a firefox css issue with this layout */	
	font-size : 1.4em;
	line-height:  1.6em;
}
h1.toc {
	border-top : 2px solid #036;
	border-right : 2px solid #036;
	background-color : #eef;
	margin-bottom : 1em;
	margin-left : -1.15em; /* this must be -1.2em to fix a firefox css issue with this layout */	
	font-size : 1.4em;
	line-height:  1.6em;
	text-align : left;
padding: 0em 1em 0em 3em;
}
h2 {
    border-top : 2px solid #036;
	background-color : #eef;
	margin-bottom : 1em;
	font-size : 1.3em;
	text-align : left;
}
h3 {
	font-size : 1.3em;
	text-align : left;
}
h4 {
	font-size : 1.1em;
	text-align : left;
}
h4.table {
	font-size : 1.1em;
	text-align : left;
    color : #039;
}
h5 {
	font-size : 1.0em;
	text-align : left;
}
h6 {
	font-size : 1.0em;
	text-align : center;
}
/* ------------ end headline formatting-------------- */ 
/* ------------ for paragraph formatting-------------- */ 
p {
font : normal normal 0.9em "Verdana","Bitstream Vera Sans",  "Arial","Helvetica", sans-serif; 
text-align : justify; 
text-indent : 0; 
margin : 1em 1em 1em 0; 
line-height : 1.2em; 
}   
p.fl {
font : normal normal 0.9em "Verdana","Bitstream Vera Sans", "Arial", "Helvetica", sans-serif;
 text-align : left; 
text-indent : 0; 
margin : 0 1em 0 0; 
line-height : 1.2em; 
} 
p.flind {
font : normal normal 0.9em "Verdana","Bitstream Vera Sans", "Arial", "Helvetica", sans-serif; 
text-align : left; 
text-indent : 0; 
margin : 0 1em 0 3em; 
line-height : 1.2em; 
} 
p.r {
display: block;
float: right;
clear: both;
font : normal normal 0.9em "Verdana", "Bitstream Vera Sans", "Arial", "Helvetica", sans-serif; 
text-indent : 0; 
margin : 0em 8em 0em 0em; 
line-height : 1.2em; 
} 
/* ------------ for preformatted text: CLI etc.-------------- */ 
pre {
font-family : monospace; 
font-size : 0.90em;
text-align: left;
background-color: #eeeeff;
border:1px solid #888;
line-height : 1.2em; 	
margin-left : 1em; 
margin-right : 2em; 
margin-top : 0.5em; 
margin-bottom : 1em;
padding :1.00em 1.00em 1.00em 2.00em 
}
/* ------------ *** for text formatting special FX -------------- */ 
span.bred {
	color : #aa0000;
	font-weight: bold;
}
/* ------------ green for special terms -------------- */ 
a.spterm {
	color : #009900;
	font-weight: bold;
}
/* ------------ *** end text formatting special FX -------------- */ 
/* ------------ for text column ordered lists -------------- */ 
.textcol > ol li {
font : normal normal 0.9em "Verdana", "Bitstream Vera Sans", "Arial","Helvetica", serif;
text-align : left; 
text-indent : 0; 
margin : 0 1em 0 1em; 
line-height : 1.2em; 
}
/* ------------ end text column ordered lists -------------- */ 
/* ------------ for text column unordered lists -------------- */ 
.textcol > ul li {
font : normal normal 0.9em "Verdana", "Bitstream Vera Sans", "Arial","Helvetica", serif;
text-align : left; 
text-indent : 0; 
margin : 0 1em 0 1em; 
line-height : 1.2em; 
}
/* ------------ end text column unordered lists -------------- */ 
/* ------------ for text column nested lists -------------- */ 
.textcol > ul li >  ul li {
font-size : inherit;
}
.textcol > ul li >  ol li {
font-size :  inherit;
}
.textcol > ol li >  ol li {
font-size :  inherit;
}
.textcol > ol li >  ul li {
font-size :   inherit;
}
.textcol > ol li > ol li {
list-style-type: lower-roman;
}
/* ------------ end text column nested lists -------------- */ 
/* ------------ for table formatting-------------- */ 
table {
font : normal normal 0.9em "Verdana", "Bitstream Vera Sans", "Arial","Helvetica", serif;
text-align : left; 
text-indent : 0; 
margin : 0 0 0 0;
padding : 0 0 0 0;
line-height : 1.2em;  
}
table  th {
font-weight : bold;
font-size: 1.20em ;
font-family :"Verdana", "Bitstream Vera Sans", "Arial", "Helvetica", sans-serif; 
margin-top: 0 ; /* this must be 0 to fix a firefox css issue with this layout */
color:#036;
margin-bottom: 0.4em;
padding: 0;
}
table  td {
width : auto;
margin : 0em 0em 0em 0em;
padding : 0em 1.0em 0em 1.0em;
text-align : left;
border: thin solid #036;
}
/* ------------ end table formatting-------------- */ 
/* ------------ general text link formatting-------------- */ 
a {
text-decoration : none; 
font : normal normal bold 1.0em "Verdana", "Bitstream Vera Sans", "Arial","Helvetica", sans-serif; 
display : inline;
line-height : 1.2em; 
color : #39b;
background-color: inherit; 
} 
a:link {
text-decoration: none;
border: none;
}
a:link, a:visited {
text-decoration: none;
border: none;
}
a:hover, a:active {
text-decoration: none;
color :#039
}
/* ------- ################# END TEXT COLUMN TEXT FORMATS ################# --------- */ 
/* ------- ***************** 04: NAV COLUMN CONTENT FORMATS ***************** --------- */ 
/* -------determines style of elements in the navigation column --------- */ 
/* ------------ for nav headline formatting-------------- */ 
div.navcol h1 h2 h3 {
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}
div.navcol h1 {
	margin : 0 0 0 0;
	padding : 0.3em 1em 0 0;
	border-top : 2px solid #036;
	border-right : 0;
	border-left : 2px solid #699;	
	background-color : transparent;
}
/* ------------ end nav headline formatting-------------- */ 
/* ------------ for navigation menu list with hover mechanism -------------- */ 
ul.topmenu {
  list-style-type : none; 
  display : block;
  position : relative;
  width : 14em; /* also controls Ye Trigger Point for Fly-out */
  text-align : left;
  text-decoration : none;
  font-family: "Verdana", "Bitstream Vera Sans", "Arial","Helvetica", sans-serif;
  font-size: 100%; 
  color : Black;
  background-color : transparent;
  border: none;
  margin: 0.00em 0.00em 0.00em 0.00em;
  padding : 0em 0em 0em 0em;
 }
ul.topmenu li a {
  list-style : none;
  text-decoration : none;
  display : block; 
  position : relative;
  width : 16em;
  margin-left: 0.5em;
  margin-bottom : 0px;
  background-color : #069;
  color : white;
  text-align : left;
  font:  normal normal bold 0.8em  "Verdana", "Bitstream Vera Sans", "Arial","Helvetica", sans-serif; 
  padding : 0.3em 0 0.2em 1em;
}
ul.topmenu li.c a {
  list-style : none;
  text-decoration : none;
  display : block; 
  position : relative;
  width : 16em;
  margin-left: 0.5em;
  margin-bottom : 0em;
  background-color : #069;
  color:white;
  text-align : center;
  font:  normal normal bold 0.8em  "Verdana", "Bitstream Vera Sans", "Arial","Helvetica", sans-serif; 
  padding : 0.3em 0 0.2em 1em;
}
/* ------------ hover topmenu li ------------ */
ul.topmenu li a:hover {
  list-style-type : none;
  text-decoration : none; 
  display : block; 
  position : relative;
  width : 16em;
  text-align : left;
  font:  normal normal bold 0.8em  "Verdana", "Bitstream Vera Sans", "Arial", "Helvetica", sans-serif; 
  background-color : #db6;
  color : #36d;
  padding : 0.3em 0 0.2em 1em;
} 
ul.topmenu li.c a:hover {
  list-style-type : none;
  text-decoration : none; 
  display : block; 
  position : relative;
  width : 16em;
  text-align : center;
  font:  normal normal bold 0.8em  "Verdana", "Bitstream Vera Sans", "Arial", "Helvetica", sans-serif; 
  background-color : #db6;
  color : #36d;
  padding : 0.3em 0 0.2em 1em;
} 
ul.topmenu ul {
display : none; 
width : 17em;
}
ul.topmenu li:hover > ul.fly {
  list-style-type : none; 
  display : block;
  position : absolute;
  top : 3.5em; /* controls vertical placement of top flyout list item */
  left : 14em; /* controls horizontal placement of flyout list items */
  width : 20em;
  text-align : left;
  text-decoration : none;
  font-size : 1.0em; 
  line-height : 2.0em;
  margin-top : 0.5em; 
  color : Black;
  background-color : transparent;
  border: none;
  padding : 0 0 0 0;
}
ul.topmenu li:hover > ul.fly2 {
  list-style-type : none; 
  display : block;
  position : absolute;
  top : 7.5em; /* controls vertical placement of top flyout list item */
  left : 14em; /* controls horizontal placement of flyout list items */
  width : 22em;
  text-align : left;
  text-decoration : none;
  font-size : 1.0em; 
  line-height : 2.0em;
  margin-top : 0.5em; 
  color : Black;
  background-color : transparent;
  border: none;
  padding : 0 0 0 0;
}
/* ---------- class:fly menu list -----------  */
ul.fly {
  list-style-type : none; 
  display : block;
  position : absolute;
  left: 0;
  width : 22em;
  text-align : left;
  text-decoration : none;
  font-size : 1.0em; 
  line-height : 1.8em;
  margin-top : 0.3em; 
  margin-bottom : 0;
  margin-left: 0;
  color : White;
  border: none;
  padding : 0 0 0 0;
 }
 ul.fly2 {
  list-style-type : none; 
  display : block;
  position : absolute;
  left: 0;
  width : 22em;
  text-align : left;
  text-decoration : none;
  font-size : 1.0em; 
  line-height : 1.8em;
  margin-top : 0.3em; 
  margin-bottom : 0;
  margin-left: 0;
  color : White;
  border: none;
  padding : 0 0 0 0;
 }
ul.fly li a {
  list-style-type : none;
  text-decoration : none;
  display : block; 
  position : relative;
  left: 0;
  width : 22em;
  border-top : 2px solid #dee; 
  border-right : 6px solid #9bb; 
  border-bottom : 6px solid #9bb; 
  border-left : 2px solid #bdf;  
  background-color : #069;
  color : White; 
  text-align : left;
  font:  normal normal bold 0.8em  "Verdana", "Bitstream Vera Sans", "Arial","Helvetica", sans-serif; 
  padding : 0.3em 0 0.2em 1em;
}
ul.fly li.fr a {
  list-style-type : none;
  text-decoration : none;
  display : block; 
  position : relative;
  left: 0;
  width : 22em;
  border-top : 2px solid #dee; 
  border-right : 6px solid #9bb; 
  border-bottom : 6px solid #9bb; 
  border-left : 2px solid #bdf;  
  background-color : #069;
  color : White; 
  text-align : right;
  font:  normal normal bold 0.8em  "Verdana", "Bitstream Vera Sans", "Arial","Helvetica", sans-serif; 
  padding : 0.3em 2em 0.2em 1em;
}
ul.fly2 li a {
  list-style-type : none;
  text-decoration : none;
  display : block; 
  position : relative;
  left: 0;
  width : 22em;
  border-top : 2px solid #dee; 
  border-right : 6px solid #9bb; 
  border-bottom : 6px solid #9bb; 
  border-left : 2px solid #bdf;  
  background-color : #069;
  color : White; 
  text-align : left;
  font:  normal normal bold 0.8em  "Verdana", "Bitstream Vera Sans", "Arial","Helvetica", sans-serif; 
  padding : 0.3em 0 0.2em 1em;
}
ul.fly li a:hover {
  list-style-type : none;
  text-decoration : none; 
  display : block; 
  position : relative;
  width : 22em;
  text-align : left;
  font:  normal normal bold 0.8em  "Verdana", "Bitstream Vera Sans", "Arial","Helvetica", sans-serif;
  background-color : #db6;
  color : #06c;
  padding : 0.3em 0 0.2em 1em;
} 
ul.fly2 li a:hover {
  list-style-type : none;
  text-decoration : none; 
  display : block; 
  position : relative;
  width : 22em;
  text-align : left;
  font:  normal normal bold 0.8em  "Verdana", "Bitstream Vera Sans", "Arial","Helvetica", sans-serif;
  background-color : #db6;
  color : #06c;
  padding : 0.3em 0 0.2em 1em;
} 

li.fly > p {
margin-top : 0.2em; 
} 
/* ---------- end  page menu list -----------  */
/* ------------ for navcol text after the menu -------------- */ 
p.navcol {
  list-style-type : none; 
  width : 16em;
  text-align : left;
  text-decoration : none;
  font:  normal normal bold 0.80em  "Verdana", "Bitstream Vera Sans", "Arial","Helvetica", sans-serif;
  line-height : 1.1em;
  color : #069;
  background-color : transparent;
  border: none;
  margin : 0em 0em 0em 0em;
  padding : 0em 0em 0em 0em; 
}
/* ------------ end navcol text after the menu -------------- */ 
/* ------- ################# END NAV COLUMN TEXT FORMATS #################* --------- */ 
/* ------- **************** 05: TEXT COLUMN MISC. FORMATS ***************** --------- */
/* ------- these styles will override previous elements in Section #03 --------- */  
/* ------------ general image formatting-------------- */ 
img {
	border:none;
	margin :0px 0px 0px 0px;
	padding : 0 1em 0 1em;
}
/* ------------ general link formatting-------------- */ 
p a {
  text-decoration : none; 
  font: normal normal bold 1.00em "Verdana", "Bitstream Vera Sans", "Arial", "Helvetica", sans-serif;
  color : #69a;
  background-color: inherit; 
} 
p a:link {
  text-decoration: none;
  border: none;
}
p a:link, a:visited {
  text-decoration: none;
  border: none;
}
p a:hover, a:active {
  text-decoration: none;
  color :#0066cc
}
span.right {
  text-align : right;
}
/* ------------ unordered list Tor table of Contents page formatting-------------- */ 
ul.toc {
  list-style-type : none; 
  display : inline;
  position : relative;
  width : 100%;
  text-align : left;
  text-decoration : none;
  font-size : 1.0em; 
  line-height:  2.00em;
  color : Black;
  background-color : transparent;
  border: none;
  padding : 0em 0em 0em 0em;
  margin : 0em 0em 0em 0em;
 }
ul.toc li  a {
  list-style-type : none;
  text-decoration : none;
  width : 100%;
  margin : 0em 0em 0em 2em;
  padding : 0em 0em 0em 0em;
  color : #069;
  text-align : left;
  font:  normal normal bold 1.0em  "Verdana", "Bitstream Vera Sans", "Arial","Helvetica", sans-serif; 
}
 ul.toc li.toc2 a {
  list-style-type : none;
  text-decoration : none;
  width : 100%;
  margin : 0em 0em 0em 6em;
  padding : 0em 0em 0em 0em;
  color : #069;
  text-align : left;
  font:  normal normal bold 1.0em  "Verdana", "Bitstream Vera Sans", "Arial","Helvetica", sans-serif; 
}
 ul.toc li.toc3 a {
  list-style-type : none;
  text-decoration : none;
  width : 100%;
  margin : 0em 0em 0em 9em;
  padding : 0em 0em 0em 0em;
  color : #069;
  text-align : left;
  font:  normal normal bold 1.0em  "Verdana", "Bitstream Vera Sans", "Arial","Helvetica", sans-serif; 
}
 ul.toc li.toc4 a {
  list-style-type : none;
  text-decoration : none;
  width : 100%;
  margin : 0em 0em 0em 12em;
  padding : 0em 0em 0em 0em;
  color : #069;
  text-align : left;
  font:  normal normal bold 1.0em  "Verdana", "Bitstream Vera Sans", "Arial","Helvetica", sans-serif; 
}
 ul.toc li.toc li.toc2  li.toc3 li.toc4 a:visited {
  list-style-type : none;
  text-decoration : none;
  width : 100%;
  margin : 0em 0em 0em 6em;
  padding : 0em 0em 0em 0em;
  color : #069;
  text-align : left;
  font:  normal normal bold 1.0em  "Verdana", "Bitstream Vera Sans", "Arial","Helvetica", sans-serif; 
}
/* ------------ hover toc li ------------ */
ul.toc li a:hover {
  list-style-type : none;
  text-decoration : none; 
  text-align : left;
  font:  normal normal bold 1.0em  "Verdana", "Bitstream Vera Sans", "Arial", "Helvetica", sans-serif; 
  color :  #db6;
} 
/* ------- ################# END TEXT COLUMN MISC. FORMATS ################# --------- */ 
/* ------- **************** 06: TEXT COLUMN NAVIGATION FOOTER ***************** --------- */
div.navLeft {
display: inline;
position: absolute; 
left: 19em;
}
div.navRight {
display: inline;
position: absolute; 
right: 4em;
}
div.navCenter {
width : 100%;
text-align: center;
display: inline;
}
/* ------- ################# END TEXT COLUMN NAVIGATION FOOTER ################# --------- */ 
/* GNU GENERAL PUBLIC LICENSE information:
    m7-11.css
    Copyright (C) 2007 John G. Boice [aka "SilverBear"]

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

 Contact: silverbear7 at silverbear-linux dot info.
 */
 

