/* ------------------------------- Web design page styling ------------------------------ */

#web #wrapper {
background-image:url("../images/web/web.jpg");
}

#content div {
padding:5px 5px 0 10px;
}

h1 {
color:#000;
margin:0 0 5px 0;
border-bottom:1px dotted;
padding:0;
font-size:1em;
}

h2 {
color:#000;
border-bottom:1px dotted;
}

h2.entry {
position:absolute;
top:220px;
width:100%;
text-align:center;
border-bottom:none;
color:#000;
font-weight:normal;
}

p {
color:#000;
text-align:justify;
line-height:1.4;
}

p.back {
border-color:#000;
}

p.back a {
color:#000;
}

p.back a:hover {
color:#ae881d;
}

p.pagenav {
right:20px;
}

p.pagenav a {
color:#513d0d;
}

p.pagenav a:hover {
color:#fff;
}

p.pagenav a.current {
color:#000;
}

#content a {
color:#000;
text-decoration:underline;
}

#content a:hover {
color:#fff;
}

#content ul {
list-style-type:disc;
list-style-position:inside;
color:#000;
}


/* ------------------ Content formatting --------------- */

.webtext p {
font-size:0.9em;
}

div.webprojects {
float:right;
margin:0 0 5px 5px;
}

div.webprojects img {
border-top:1px solid #111;
border-left:1px solid #111;
border-right:1px solid #111;
background:#111;
}

/* Bulleted list on project details */
.webtext li {
font-size:0.9em;
}

/* Project list on portfolio page */
ul.webprojects li {
padding:0 0 5px 5px;
margin:0;
display:inline;
float:left;
}

div.webtext {
width:400px; 
padding:10px 0 0 5px;
}

div.webtext ul li {
margin:0 0 5px 0;
}

a.blocklink {
display:block;
color:#fff !important;
border:1px solid #111;
text-align:center;
background:#111;
padding:2px 0;
}

a.blocklink:hover {
background:#4f4f4f;
}

/* ------------------------------- Web project background ----------------------- */

#web1 #wrapper {
background-image:url("../images/web/web1.jpg");
}
