/* @override http://near.local/~dressedinvalue/Dressed%20In%20Value/website/homemade/css/dressedinvalue.css */

@import url("reset.css");
@import url("text.css");
@import url("960_24_col.css");

/* .container_24 {background:url(24_col.gif) repeat-y; height:20000px} */

body {background:#f0f0f0; color:#000; font:11px/1.5 Verdana,"Bitstream Vera Sans","DejaVu Sans","Liberation Sans",Geneva,sans-serif; margin-top:2em}

h1,h2,h3,h4,h5,h6 {font-weight:normal; line-height:1.2}

a:link, a:visited {color:#000; text-decoration:underline; padding:3px; margin:-3px}
a:hover, a:active, li.current-cat a {background:#000; color:#fff !important; text-decoration:none}
em, q {font-style:italic}
hr {border:0; background:url(../images/fancyrule.gif) 0 0 no-repeat; height:80px}
.amp {}
abbr, .smallcaps {text-transform:uppercase; font-size:90%}
abbr {cursor:help}

code {font-family:Consolas,"Panic Sans","Courier New",Courier,FreeMono,"Nimbus Mono L","Liberation Mono",monospace; font-size:.85em}
cite {font-style:normal}
.more-link {font-style:italic}
.more-link:before {content:"( "}
.more-link:after {content:" )"}

.project {padding-bottom:2em}
.project p {margin:1em 0}
.project img {
	margin-bottom:10px;
	border:1px solid #d6d6d6;
	box-shadow:0 2px 5px #ccc;
	-webkit-box-shadow:0 2px 5px #ccc;
	-moz-box-shadow:0 2px 5px #ccc;
	}
.project img.clean {
	border:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	}