- From: Ron J Roy <royrj@telus.net>
 - Date: Sat, 27 Jan 2007 03:08:14 -0700
 - To: <www-validator-css@w3.org>
 - Message-ID: <000001c741fb$0f13c8a0$eb317ec7@YOUR43B6CE41AC>
 
body { 
min-width : 630px;
margin : 0;
padding : 0;
background : #050505 url('wind3.png') no-repeat scroll 0% 0%;
} 
html > body { 
overflow : hidden;
} 
div # masthead { 
position : relative;
width : 375px;
height : auto;
top : 20px;
right : 0;
bottom : auto;
left : 0;
font-family : myriad web pro;
padding : 0;
background : transparent;
float : left;
text-align : right;
} 
class . id1  { 
font-family : microsoft sans serif;
font-size : 18px;
font-weight : bold;
font-style : italic;
letter-spacing : 3px;
color : #fce2b1;
} 
class . id2 { 
font-family : myriad web pro;
font-size : 16px;
font-weight : normal;
letter-spacing : 2px;
color : #ededed;
} 
class . id3 { 
font-family : lucida sans unicode;
font-size : 12px;
font-weight : bold;
color : #4e5659;
} 
div # pegasus ul { 
position : relative;
width : 100%;
height : auto;
top : 10px;
right : 0;
bottom : auto;
left : 0;
padding-top : 0;
margin-left : 0;
background-color : transparent;
border-bottom : 1px solid #4e5659;
color : #ededed;
float : right;
font-family : microsoft sans serif;
font-size : 9px;
} 
div # pegasus ul li { 
display : inline;
} 
div # pegasus ul li a { 
padding : 3px 15px;
background-color : transparent;
color : #f5f5f5;
text-decoration : none;
float : right;
width : 180px;
border-left : 1px solid #f5f5f5;
} 
div # pegasus ul li a:hover { 
background : transparent;
color : #dc143c;
} 
html > body div # pegasus li a { 
width : auto;
} 
div # leftcolumn { 
position : relative;
width : 300px;
height : auto;
top : 35px;
right : 0;
bottom : auto;
left : 15px;
border-bottom : 1px solid #4e5659;
padding : 10px 20px;
float : left;
} 
class . column { 
width : 100%;
height : 100%;
padding : 10px 10px;
margin : 0;
} 
p . style { 
font-family : microsoft sans serif;
font-size : 12px;
color : #f5f5f5;
} 
div # rightcolumn { 
position : relative;
width : 300px;
height : auto;
top : 45px;
right : 0;
bottom : auto;
left : 25px;
border-left : 1px solid #6987bc;
padding : 10px 20px;
float : left;
clear : right;
} 
class . column1 { 
width : 100%;
height : 100%;
padding : 10px 10px;
margin : 0;
} 
div # rsnavbar { 
position : relative;
width : 150px;
height : auto;
top : 35px;
right : 0;
bottom : auto;
left : 25px;
border-left : 1px solid #6987bc;
float : left;
} 
div # rsnavbar { 
background : transparent;
margin : 0;
padding : 3px 3px 3px 4px;
font-family : microsoft sans serif;
text-align : left;
} 
ul div # rsnavbar1 { 
list-style : none;
padding-top : 3px;
margin : 3px;
width : auto;
font-size : 9px;
} 
ul div # rsnavbar1 li { 
display : block;
float : right;
width : 130px;
margin : 2px;
padding : 2px;
} 
ul div # rsnavbar1 li a { 
display : block;
width : 130px;
padding : 2px;
border-width : 0;
border-style : none;
color : #ededed;
text-decoration : none;
background : #000;
} 
div # rsnavbar > ul div # rsnavbar1 li a { 
width : 130px;
} 
ul div # rsnavbar1 li a:hover, ul div # rsnavbar1 li div # rsnavbar1 a:hover
{ 
color : #dc143c;
background-color : transparent;
} 
li class . rsnavbartitle { 
font-family : microsoft sans serif;
font-size : 12px;
color : #ededed;
text-align : center;
padding-top : 0;
padding-bottom : 0;
} 
div # footer { 
position : relative;
clear : both;
width : 100%;
height : auto;
top : 75px;
right : 0;
bottom : 0;
left : 0;
text-align : center;
}
 
I don't know what the problem identified means. My xhtml validated but this
error will not validate my css no matter what I try. Can someone  offer up a
suggestion?
Received on Saturday, 27 January 2007 10:08:29 UTC