
.skills #header h2 {
	background-image: url(../../images/layout/title-skills.png);
}

.skills {
	background: #2d2020;
} 

.skills #content-body {
    background: #423737;
}

.show-slide-menu,
.hide-slide-menu {
    display: none;
}

#skills {
    width: 930px;
    margin: 40px auto;
    overflow: hidden;
    color: #eee;
}

#quote {
    float: left;
    width: 430px;
    height: 380px;
    background: url(../../images/layout/skills-quote.png) transparent no-repeat center bottom;
    text-indent: -9999px;
}


#skills-content {
    float: right;
    width: 480px;
    font-size: 1.2em;
    overflow: hidden;
}


#skills-content h3 {
    display: inline;
    color: #b0c23b;   
    margin-bottom: 0.8em;
    padding-bottom: 0.5em;
    border-bottom: 1px dotted #837364;
    text-transform: uppercase;
}

#interactive-communications {
    float: left;
    width: 225px;
}

#brand-and-print {
    float: right;
    width: 225px;
}

#skills-content ul {
    margin: 1.3em 0;   
}

#skills-content ul li {
    margin-bottom: 0.5em;    
} 

#w3c {
    display: block;
    width: 150px;
    margin: 0 auto;
    clear: both;
    
}

#w3c ul {
    display: block;
    padding-top: 1.5em;
    overflow: hidden;
}

#w3c ul li {
     display: block;
     width: 60px;
     height: 21px;   
}

#w3c ul li a {
     display: block;
     width: 100%;
     height: 100%; 
     text-indent: -9999px;  
}

#valid-css {
    float: left;
    background: url(../../images/layout/w3c-css.png) no-repeat;
}
#valid-xhtml {
    float: right;
    background: url(../../images/layout/w3c-xhtml.png) no-repeat;

}
