@font-face {
font-family: Netto;
src: url(../fonts/NettoWeb.eot);
}

@font-face {
font-family: Netto;
src: url(../fonts/NettoWeb.woff);
}


body,html {
font-family:sans-serif;
background:#ddd;
/* it's good practice to zero the margin and padding of the body element to
     account for differing browser defaults */
margin:0;
padding:0;
height:100%;
text-align:center;
/* this centers the container in IE 5* browsers. The text is then set to the
     left aligned default in the #container selector */

background-image:url(../assets/gradient.png);
background-repeat:repeat-x;
color:#000;
text-decoration:none;
font-size:14px;
line-height:16px;
min-width:850px;
}

.input { 
border:1px solid #ccc;
width:136px;
background:#fff;
color:#000;
}

button {
border:1px solid #ccc;
background:#fff;
color:#46a;
}

.button:hover { 
background-color:#46a;
color:#fff;
}

h1 {
font-size:2em;
font-weight:700;
line-height:2em;
}

h2 {
font-size:1.5em;
font-weight:700;
line-height:2em;
}

h3 {
font-size:1.25em;
font-weight:700;
line-height:1.5em;
}


p + h1,p + h2,p + h3,p + h4,p + h5, .section,.subsection {
	margin-top:1em;
}



ul {
margin-left:2em;
list-style:square;
}

p {
 margin-bottom:0.25em;
}

p + p {
	text-indent:1em;
  margin-top:0;
}

a {
text-decoration:none;
}

a:link {
color:#46a;
}

a:visited {
color:#666;
}

a:hover {
text-decoration:underline;
}

.LMStandard #container {
width:100%;
min-height:100%;
margin:0 auto;
/* the auto margins (in conjunction with a width) center the page */
text-align:left;
/* this overrides the text-align: center on the body element. */
background-image:url(../assets/gradient.png);
background-repeat:repeat-x;
max-width:1126px;
background-color:#DDD;
position:relative;
overflow:hidden;

}

.LMStandard #header {
padding-left:10px;
height:128px;
vertical-align:top;
min-width:932px;
}

/* Tips for sidebarL:
1. since we are working in percentages, it's best not to use padding on the
   sidebar. It will be added to the width for standards compliant browsers
   creating an unknown actual width.
2. Space between the side of the div and the elements within it can be created
   by placing a left and right margin on those elements as seen in the
   ".LMStandard #sidebarL p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you
   may occasionally run into unexplained bugs with percentage-based
   columns. If you need more predictable results, you may choose to change to
   pixel sized columns.
*/
.LMStandard #sidebarL {
position:absolute;
top:148px;
left:10px;
width:148px;
margin:0;
padding:0;
}

.block {
left:0;
width:148px;
margin:0;
margin-bottom:10px;
padding:0;
background:#fff;
background-image:url(../assets/gradient-main.png);
background-repeat:repeat-x; 
border-style:solid;
border-width:1px;
border-color:#ccc;


-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;


}


.block ul {
padding:0;
margin:0;
}

.block ul ul {
display:none;
margin-left:148px;
}

.block li {
list-style-type:none;
position:relative;
margin:0;
padding:0;
background-image:url(../assets/separator.png);
background-repeat:no-repeat;
background-position:top center;
}

.block ul li:hover>ul {
display:block;
position:absolute;
top:-1px;
left:100%;
width:8em;
border:1px solid #ccc;
}

.block li.sub:after {
content:" ...";
}

.block>ul {
width:148px;
}

.block ul li {
padding:3px 0 3px 5px;
line-height:1.25em;
}


.block li>a {
/*display:block;*/
background-color:transparent;
}

.block li:hover {
background-color:#46a;
}

.block li:hover>a {
color:#fff;
}

.block li.nohover:hover {
background-color:transparent;
}

.block li.sub:hover>ul {
left:-1px;
background:#ddd;
}

.block li.toc>a {
font-weight:700;
}

.block li.toc:hover>ul {
left:-1px;
background:#ddd;
width:80em;
}


.toc ul {
width:16em;
}

.toc ul li{ 
width:16em;
background:#ddd;
background-image:url(../assets/separator.png);
background-repeat:no-repeat;
background-position:bottom left;
}

.toc ul li:hover>ul {
display:block;
position:absolute;
top:-1px;
background:#ddd;
width:16em;
border:1px solid #ccc;
margin-left:-1px;
}

.block ul ul ul {
margin-left:180px;
}

.block .title {
font-family:sans-serif;
font-weight:bold;
/*text-align:center;*/
/*color:#fff;*/
/*background:#444;*/
padding:3px 0 3px 5px;
/*background-image:url(../assets/bluegrad.png);
height:32px;
vertical-align:middle;*/
}

/* Tips for mainContent:
1. the space between the mainContent and sidebarL is created with the left
   margin on the mainContent div.  No matter how much content the sidebarL div
   contains, the column space will remain. You can remove this left margin if
   you want the #mainContent div's text to fill the #sidebarL space when the
   content in #sidebarL ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements
   within the mainContent div should be 430px or smaller (this includes
   images).
3. in the Internet Explorer Conditional Comment below, the zoom property is
   used to give the mainContent "hasLayout." This avoids several IE-specific
   bugs.
*/

.LMStandard #mainContent {
background:#FFF;
background-image:url(../assets/gradient-main.png);
background-repeat:repeat-x;
border-style:solid;
border-width:1px;
border-color:#ccc;
margin:20px 10px 0px 168px;
min-width:588px;
min-height:12em;
/* the right margin can be given in percentages or pixels. It creates the
   space down the right side of the page. */
padding:2em;

-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;

}


.LMStandard #footer {
position:absolute;
width: 148px;
bottom:0px;
font-size:smaller;
padding:0 1em;
/* this padding matches the left alignment of the elements in the divs that
   appear above it. */
color:#444;
}

.LMStandard #footer p {
margin:0;
/* zeroing the margins of the first element in the footer will avoid the
     possibility of margin collapse - a space between divs */
padding: 0;
text-align:left;
}

/* Miscellaneous classes for reuse */
.fltrt {
/* this class can be used to float an element right in your page. The
     floated element must precede the element it should be next to on the
     page. */
float:right;
margin-left:8px;
}

.fltlft {
/* this class can be used to float an element left in your page */
float:left;
margin-right:8px;
}

.clearfloat {
/* this class should be placed on a div or break element and should be the
     final element before the close of a container that should fully contain a
     float */
clear:both;
height:0;
font-size:1px;
line-height:0;
}

div.logotype {
height:128px;
position:absolute;
top:10px;
left:170px;
padding:0;
}

div.logo {
position:absolute;
top:10px;
width:150px;
height:128px;
padding:0;
text-align:center;
}

.comment, .hist {
display:block;
margin:0;
margin-bottom:10px;
padding:0;
background:#eee;
border-style:solid;
border-width:1px;
border-color:#ccc;
max-width:40em;
}

.commentinfo, .histinfo {
	margin-bottom:5px;
}

.article .doctitle {
display:block;
text-align:center;
font-size:200%;
font-weight:bold;
margin-bottom:1em;
color: #700303;
}

.article .docauth  {
display:block;
font-size:150%;
font-variant: small-caps;
text-align:center;
margin-bottom:1em;
}

.article .docdate  {
display:block;
text-align:center;
margin-bottom:10px;
}

.article h1,.article h2,.article h3,.article h4,.article h5 {
	color: #700303;
	text-align:center;
}


.lmname {
		font-family: Netto, sans-serif;
}

.person {
font-variant:small-caps;
}