W3C CSS Validator results for http://zilladesigns.net/style.css (CSS level 3)

Sorry! We found the following errors (1)

URI : http://zilladesigns.net/style.css

225 #ads Property text-algin doesn't exist : center

↑ Top

Valid CSS information

body {
background-color : #333333;
font-family : "Trebuchet MS", sans-serif;
color : #CCCCCC;
}
#container {
border : #666666 solid 1px;
width : 700px;
margin : 0 auto;
}
#header {
width : 100%;
}
#headerbox {
background-image : url(images/zd.jpg);
background-position : top left;
background-repeat : no-repeat;
height : 50px;
margin : 5px 0 0 5px;
}
img a:hover {
border : none;
}
#navigation {
width : 100%;
margin-top : 15px;
text-align : right;
}
#navigation a {
font-size : 16px;
text-decoration : none;
color : #CCCCCC;
margin : 5px;
border-bottom : 3px solid #99CC33;
}
#navigation a:hover {
border-bottom : 3px solid #696969;
color : #9C3;
}
.nav_active {
border-bottom : 3px solid #CCCCCC;
}
h1 {
margin : 0;
font-size : 24px;
color : #99CC33;
}
h2 {
margin : -8px 0 0 0;
color : #CCCCCC;
font-size : 14px;
}
h5 {
margin : -8px 0 0 5px;
color : #cccccc;
font-size : 14px;
}
#sidebar {
width : 200px;
float : right;
margin : 15px 0 15px 0;
}
#sidebar a {
color : #CCCCCC;
text-decoration : none;
border-bottom : 1px dashed #696969;
margin-right : 10px;
}
#sidebar a:hover {
color : #99CC33;
background-color : #696969;
}
h3 {
margin : 5px 0 0 0;
color : #99CC33;
font-size : 20px;
text-align : left;
}
.sidebar_text {
font-size : 12px;
color : #CCCCCC;
text-align : left;
margin-right : 10px;
text-align : justify;
}
#content {
width : 500px;
float : left;
margin-top : 20px;
}
#content ul {
margin : 0 0 0 10px;
padding : 0;
}
#content li {
margin : 0;
padding : 0;
list-style : none;
}
#ads {
width : 500px;
height : 60px;
text-align : center;
margin : 0 auto;
}
h4 {
font-size : 16px;
color : #99CC33;
margin : 10px 0 0 5px;
}
.firsth4 {
margin-top : 0;
}
blockquote {
background-color : #696969;
margin-left : 20px;
font-size : 14px;
padding : 10px 10px 10px 45px;
text-align : justify;
color : #CCC;
background-image : url(images/quote.jpg);
background-position : top left;
background-repeat : no-repeat;
}
p {
margin : 0 20px 0 10px;
text-align : justify;
font-size : 13px;
}
a {
color : #818181;
text-decoration : none;
}
a:hover {
color : #99CC33;
}
.latestarticleheader {
font-size : 10px;
margin-top : -5px;
}
#articlelist {
margin : 0 0 0 10px;
}
#articlelist li {
list-style : none;
}
#articlelist li a:hover {
color : #99CC33;
}
.prices {
margin : 0 0 10px 20px;
text-align : justify;
font-size : 13px;
}
#footer {
width : 100%;
clear : both;
text-align : center;
font-size : 9px;
padding : 3px;
color : #696969;
}
#footer a {
color : #696969;
text-decoration : none;
}
#footer a:hover {
color : #99CC33;
}
#footer img {
margin : 0 3px 0 3px;
}
.contactform {
background-color : #CCCCCC;
}
.note {
color : #99CC33;
font-size : 10px;
}
.note2 {
font-size : 10px;
}
#ads {
width : 100%;
margin-top : 50px;
}
.portfolioimg {
margin-left : 10px;
}
.portfoliotxt {
margin-left : 13px;
font-size : 13px;
}

↑ Top