/* d3ad.co - shared stylesheet */

body {
	background-color: #0b0b0b;
	color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 20px 0;
}

a:link {
	color: #33cccc;
	text-decoration: underline;
}

a:visited {
	color: #9966cc;
	text-decoration: underline;
}

a:hover {
	color: #99eeee;
	text-decoration: underline;
}

a:active {
	color: #ffffff;
}

#wrapper {
	background-color: #111111;
	border: 1px solid #333333;
}

/* banner */

.banner {
	background-color: #161616;
	border-bottom: 2px solid #33cccc;
	padding: 14px 16px;
	text-align: left;
}

.banner h1 {
	font-family: "Segoe UI Light", "Segoe UI", Tahoma, Geneva, sans-serif;
	font-size: 30px;
	color: #33cccc;
	margin: 0;
	letter-spacing: 1px;
}

.tagline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
	margin: 4px 0 0 0;
}

/* nav column */

.navcell {
	background-color: #0e0e0e;
	border-right: 1px solid #333333;
	padding: 12px 0;
}

.navbox {
	padding: 0 10px;
}

a.navlink {
	display: block;
	background-color: #1a1a1a;
	border: 1px solid #444444;
	border-style: outset;
	color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 6px 8px;
	margin-bottom: 6px;
}

a.navlink:visited {
	color: #cccccc;
}

a.navlink:hover {
	background-color: #262626;
	border-style: inset;
	color: #33cccc;
}

a.navlink.current {
	background-color: #0b0b0b;
	border-style: inset;
	color: #33cccc;
	font-weight: bold;
}

/* content column */

.content {
	padding: 14px 18px;
}

.content h2 {
	font-family: "Segoe UI Light", "Segoe UI", Tahoma, Geneva, sans-serif;
	color: #33cccc;
	font-size: 20px;
	border-bottom: 1px solid #333333;
	padding-bottom: 4px;
	margin-top: 0;
}

.content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #eeeeee;
	font-size: 13px;
	margin: 0 0 4px 0;
}

.content p {
	line-height: 1.5;
}

.spotlight {
	background-color: #161616;
	border: 1px solid #333333;
	padding: 10px 12px;
	margin-bottom: 16px;
}

/* showcase entries */

.entrybox {
	background-color: #161616;
	border: 1px solid #3a3a3a;
	border-style: outset;
	margin-bottom: 14px;
}

.entrybox .thumb {
	border: 1px solid #444444;
	background-color: #0b0b0b;
}

.placeholder-tag {
	color: #ff9933;
	font-size: 10px;
	font-weight: bold;
}

.entrylink {
	font-size: 11px;
}

/* footer */

.footer {
	border-top: 1px solid #333333;
	padding: 10px 16px;
	text-align: center;
	color: #666666;
	font-size: 10px;
}

/* vinyl showcase */

.vinylrow {
	margin-bottom: 4px;
}

.vinylcell {
	width: 20%;
	text-align: center;
	vertical-align: top;
	padding: 0 6px 6px 0;
}

.vinylart {
	display: block;
	border: 1px solid #444444;
	background-color: #0b0b0b;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.navicons {
	margin-top: 4px;
	padding-top: 8px;
	border-top: 1px solid #2a2a2a;
	text-align: center;
}

a.navicon {
	display: inline-block;
	width: 14px;
	height: 14px;
	padding: 3px 4px;
	background-color: #1a1a1a;
	border: 1px solid #444444;
	border-style: outset;
	text-decoration: none;
	margin: 0 2px;
	vertical-align: middle;
}

a.navicon img {
	display: block;
	width: 14px;
	height: 14px;
}

a.navicon:hover {
	background-color: #262626;
	border-style: inset;
}
