/* 
=============================================
wyse.css: stylesheet for html content
============================================= 
*/

/* hide from ie on mac \*/
html {
height:100%; 	
overflow:auto; 
}
#content {
height:100%;
}
/* end hide */

body { 
height:100%; 
margin:0; 
padding:0; 
font:normal 0.8em/1em helvetica, arial, sans-serif;
/*color: #676767;*/
color: #FFFFFF;
background:#ffffff url("/wyseV10/bgr.png") repeat-y; 
}

a {
/*color: #00c7ea;*/
color: #FFFFFF;
text-decoration: none;
}

a:hover {
/*color: #00c7ea;*/
color: #FFFFFF;
text-decoration: underline;
}

#content h1 {
width:130px;
margin:0; 
padding:0; 
float:left;
position:fixed; 
} 

#content h1 a {
text-indent:-1000px;
display:block;
width:76px; 
height:86px; 
margin:0.9em; 
}

#content h2, #content h3, #content h4 {
line-height:1.1em;
margin:1em 0.6em 0 0.6em;
padding:0; 
text-transform:uppercase; 
}

#content h2 a, #content h3 a, #content h4 a {
/*color:#3B3B3B;*/
color: #FFFFFF;
}

#content p {
margin:0.5em 1em 1em 1em; 
line-height:1.3em;
}

#content #post { 
width:440px; 
max-width:440px;
float:left;
position:absolute;
left:280px;
padding:0 1em; 
}

#content #searchform {
margin:2em 1em 1em 1em; 
padding:1em 0 0 0; 
/*border-top:1px solid #A7A7A7;*/
color: #FFFFFF;
}

ol#menu {
width:130px;
float:left;
list-style:none; 
margin:1.8em 1em 1em 1em; 
padding:0 1em; 
line-height:1.3em;
position:fixed; 
left:130px;
/*color:#A7A7A7; */
color: #FFFFFF;
}

ol#menu a:hover:after, ol#menu a:focus:after {
content: " [" attr(accesskey) "] ";
}