You are missing this whole css file.
Code:
/** Add CSS rules here */
/* CSS Document */
/* Small reset */
article,details,figcaption,figure,
footer,section {
display:block;
}
ul
{
list-style: none;
margin: 0;
padding: 0;
}
a
{
color: #6F3736;
}
/* Clear floats */
.clearfix:after
{
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix
{
*zoom: 1;
}
/* Layout styles */
/* --------------------------------------------------- */
footer
{
text-align: right;
width: 100%;
margin: 0 auto;
padding: 10px 0;
}
/* --------------------------------------------------- */
#main
{
margin: 1px auto 0 auto;
width: 965px;
}
#content
{
float: center;
width: 965px;
}
article
{
position: relative;
padding: 5px;
margin: 0 0 50px 0;
text-align: center;
background: #fff;
-moz-box-shadow: 0 1px 1px #999;
-webkit-box-shadow: 0 1px 1px #999;
box-shadow: 0 1px 1px #999;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
article:before, article:after
{
z-index: -1;
position: absolute;
content: "";
bottom: 15px;
left: 10px;
width: 50%;
top: 80%;
max-width:300px;
background: rgba(0, 0, 0, 0.7);
-webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);
-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}
article:after
{
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
right: 10px;
left: auto;
}
article footer
{
text-align: center;
width: auto;
}
article footer span
{
padding: 0 10px 0 12px;
margin: 0 0 0 12px;
background: #bbb;
color: #fff;
font: bold 12px/24px tahoma, arial, helvetica;
display: inline-block;
position: relative;
text-shadow: 0 1px 0 #999;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
-moz-box-shadow: 0 1px 0 #fff, 0 1px 0 #999 inset;
-webkit-box-shadow: 0 1px 0 #fff, 0 1px 0 #999 inset;
box-shadow: 0 1px 0 #fff, 0 1px 0 #999 inset;
}
article footer span:before
{
content: "";
position: absolute;
top: 0;
left: -12px;
width: 0;
height: 0;
border-color: transparent #bbb transparent transparent;
border-style: solid;
border-width: 12px 12px 12px 0;
}
article footer span:after
{
content: "";
position: absolute;
top: 10px;
left: 0;
width: 4px;
height: 4px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #fff;
-moz-box-shadow: -1px -1px 2px #777;
-webkit-box-shadow: -1px -1px 2px #777;
box-shadow: -1px -1px 2px #777;
}
figure
{
margin: 1em 0;
}
figcaption
{
margin: 0.5em 0;
font-style: italic;
font-size: 0.9em;
color: #777;
}
ul.gallery {
height:184px;
width:960px;
list-style-type: none;
padding-left:1px;
}
ul.gallery li {
border:1px solid #BBBBBB;
float:left;
height:184px;
margin-right:1px;
margin-top:0px;
width:156px;
}
ul.adverts {
height:18px;
width:960px;
list-style-type: none;
padding-left:1px;
}
ul.adverts li {
border:1px solid #BBBBBB;
float:left;
height:18px;
margin-right:1px;
margin-top:0px;
width:156px;
}
Bookmarks