/* ==========================================================================
   IndyRap.com  —  "playmaker" theme reconstruction
   Values taken from the original archived stylesheet:
   web.archive.org/web/20101227031300/indyrap.com/wp-content/themes/playmaker/style.css
   ========================================================================== */

* { margin: 0; padding: 0; }

body {
	background: #000000;
	color: #333333;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
}

#wrapper {
	background: #111111;
	margin: 10px auto 10px;
	padding: 12px;
	position: relative;
	width: 960px;
	text-align: left;
}

a, a:visited {
	color: #cccccc;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a:hover { color: #ffffff; text-decoration: underline; }

img { border: 0; }

/* ---------- header ---------- */

#header {
	background: #ffffff;
	background: linear-gradient(#3a3a3a, #0d0d0d);
	color: #ffffff;
	font-size: 11px;
	height: 102px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 960px;
	position: relative;
}

#logo {
	float: left;
	padding: 16px 0 0 18px;
}
#logo .wordmark {
	font-family: Arial Black, Arial, sans-serif;
	font-size: 44px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #ffffff;
	text-shadow: 2px 2px 0 #000, -1px -1px 0 #555;
	line-height: 1;
	display: block;
}
#logo .tagline {
	color: #999999;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	padding-top: 4px;
}

#headerright {
	float: right;
	padding: 22px 18px 0 0;
	text-align: right;
	color: #777777;
	font-size: 10px;
	line-height: 1.7;
}
#headerright a { font-size: 10px; color: #999999; }
#searchbox input.field {
	background: #cccccc;
	border: 1px solid #453045;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
	padding: 2px;
	width: 130px;
}
#searchbox input.btn {
	background: #ffffff;
	border: 1px solid #453045;
	font-size: 10px;
	font-weight: bold;
	color: #006400;
	padding: 2px 6px;
	cursor: pointer;
}

/* ---------- navigation ---------- */

#nav {
	background: #cc0000;
	margin: 0;
	padding: 0;
	width: 960px;
	overflow: hidden;
}
#nav ul { float: left; list-style: none; margin: 0; padding: 0; }
#nav li { list-style: none; margin: 0; padding: 0; float: left; }
#nav li a, #nav li a:link, #nav li a:visited {
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 9px 15px 6px 15px;
}
#nav li a:hover, #nav li a:active {
	background: #222222;
	color: #ffffff;
	text-decoration: none;
}
#nav .rss { float: right; padding: 7px 12px 0 0; }
#nav .rss a { color: #ffeeee; font-size: 10px; }

/* ---------- ad slots ---------- */

.adslot {
	background: #1a1a1a;
	border: 1px dashed #333333;
	color: #444444;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	margin: 10px 0;
	overflow: hidden;
}
.ad728 { width: 728px; height: 90px; line-height: 90px; margin: 10px auto; }
.ad300 { width: 300px; height: 250px; line-height: 250px; }
.ad120 { width: 120px; height: 600px; line-height: 600px; margin: 10px auto; }

/* ---------- ticker ---------- */

#ticker {
	background: #000000;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	color: #999999;
	font-size: 11px;
	padding: 6px 10px;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
}
#ticker strong { color: #cc0000; text-transform: uppercase; letter-spacing: 1px; }
#ticker span { color: #cccccc; }

/* ---------- layout ---------- */

#container { overflow: hidden; padding-top: 10px; }
#content { float: left; width: 640px; }
#sidebar { float: right; width: 300px; margin: 0; }

/* ---------- featured slider ---------- */

#featured {
	background: #000000;
	border: 1px solid #333333;
	height: 250px;
	width: 638px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
#featured .slide {
	background: linear-gradient(135deg, #2a0000, #000000 70%);
	height: 250px;
	position: relative;
}
#featured .slidecaption {
	position: absolute;
	bottom: 0; left: 0; right: 0;
	background: #000000;
	opacity: 0.82;
	color: #ffffff;
	padding: 10px 14px;
}
#featured .slidecaption h2 { font-size: 18px; color: #ffffff; margin-bottom: 3px; }
#featured .slidecaption p { color: #aaaaaa; font-size: 11px; font-weight: normal; }
#featured .slidenums {
	position: absolute; top: 8px; right: 10px;
}
#featured .slidenums b {
	background: #cc0000; color: #fff; display: inline-block;
	width: 16px; height: 16px; line-height: 16px; text-align: center;
	font-size: 10px; margin-left: 3px;
}
#featured .slidenums i {
	background: #333333; color: #999; display: inline-block; font-style: normal;
	width: 16px; height: 16px; line-height: 16px; text-align: center;
	font-size: 10px; margin-left: 3px;
}
#featured .bignum {
	color: #cc0000;
	font-family: Arial Black, Arial, sans-serif;
	font-size: 90px;
	letter-spacing: -4px;
	padding: 30px 0 0 20px;
	opacity: 0.55;
}

/* ---------- section headings ---------- */

h2.sect {
	background: #cc0000;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 12px 0 0 0;
	padding: 6px 10px;
	text-transform: uppercase;
}
h3.sidebarhead {
	background: #222222;
	border-left: 4px solid #cc0000;
	color: #ffffff;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 12px 0 0 0;
	padding: 6px 10px;
	text-transform: uppercase;
}

/* ---------- posts ---------- */

.post {
	background: #1a1a1a;
	border: 1px solid #2a2a2a;
	border-top: none;
	padding: 12px 14px;
	overflow: hidden;
}
.post h1 { font-size: 15px; margin-bottom: 4px; }
.post h1 a { font-size: 15px; color: #ffffff; }
.post h1 a:hover { color: #cc0000; text-decoration: none; }
.dateline {
	color: #666666;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 8px;
}
.dateline a { font-size: 10px; color: #cc0000; }
.post p { color: #999999; font-size: 12px; line-height: 1.65; padding-bottom: 8px; }
.post .thumb {
	float: left;
	width: 120px;
	height: 90px;
	background: #000000;
	border: 1px solid #333333;
	margin: 0 12px 8px 0;
	color: #444444;
	font-size: 9px;
	text-align: center;
	line-height: 90px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.readmore { color: #cc0000; font-size: 11px; font-weight: bold; text-transform: uppercase; }

/* ---------- star ratings (wp-postratings) ---------- */

.ratings { color: #666666; font-size: 10px; padding-top: 6px; clear: both; }
.stars { color: #ffcc00; letter-spacing: 1px; font-size: 12px; }
.stars .off { color: #444444; }

/* ---------- sidebar widgets ---------- */

.widget {
	background: #1a1a1a;
	border: 1px solid #2a2a2a;
	border-top: none;
	padding: 10px 12px;
}
.widget p { color: #888888; font-size: 11px; line-height: 1.6; }
.widget ul { list-style: none; }
.widget li {
	border-bottom: 1px solid #262626;
	padding: 6px 0;
	color: #777777;
	font-size: 11px;
}
.widget li:last-child { border-bottom: none; }
.widget li a { font-size: 12px; color: #cccccc; display: block; }
.widget li a:hover { color: #cc0000; text-decoration: none; }
.widget li span { color: #666666; font-size: 10px; text-transform: uppercase; }

/* the placeholder the original site never edited */
.promobox { background: #1a1a1a; }
.promobox p { color: #777777; font-style: italic; }

/* ---------- broken flash player ---------- */

.player {
	background: #e5e5e5;
	border: 1px solid #cccccc;
	height: 24px;
	margin: 8px 0;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.player .bar { background: #cccccc; height: 24px; width: 100%; }
.player .btn {
	background: #b4b4b4; color: #333333; float: right;
	font-size: 10px; height: 24px; line-height: 24px; padding: 0 8px;
}
.player .lbl {
	color: #333333; font-size: 10px; line-height: 24px;
	padding-left: 8px; position: absolute; top: 0; left: 0;
}
.flashmissing {
	background: #f4f4f4; border: 1px solid #cccccc; color: #666666;
	font-size: 10px; padding: 6px 8px; margin: 8px 0; text-align: center;
}

/* ---------- footer ---------- */

#footer {
	margin-top: 10px;
	border-top: 3px solid #cc0000;
	padding-top: 10px;
}
#footer .cols { overflow: hidden; padding-bottom: 12px; }
#footer .col { float: left; width: 220px; padding-right: 20px; }
#footer .col h4 {
	color: #ffffff; font-size: 11px; letter-spacing: 1px;
	padding-bottom: 6px; text-transform: uppercase;
}
#footer .col p, #footer .col li { color: #777777; font-size: 11px; line-height: 1.7; list-style: none; }
#footer .col a { font-size: 11px; color: #999999; }

#footer2 {
	border-top: 1px solid #2a2a2a;
	color: #555555;
	font-size: 10px;
	line-height: 1.8;
	padding-top: 10px;
	text-align: center;
}
#footer2 a { font-size: 10px; color: #777777; }
#footer2 .socialise { color: #888888; padding-bottom: 6px; }
#footer2 .socialise a { font-size: 11px; }

.counter {
	background: #000000;
	border: 1px solid #333333;
	color: #00ff00;
	display: inline-block;
	font-family: Courier New, monospace;
	font-size: 11px;
	letter-spacing: 2px;
	padding: 2px 6px;
	margin: 6px 0;
}

.disclaimer {
	border-top: 1px solid #2a2a2a;
	color: #4a4a4a;
	font-size: 10px;
	line-height: 1.7;
	margin-top: 10px;
	padding: 10px 40px 0;
	text-align: center;
}
.disclaimer a { font-size: 10px; color: #666666; text-decoration: underline; }

/* ==========================================================================
   INTERIOR PAGES
   ========================================================================== */

#crumbs {
	color: #555555;
	font-size: 10px;
	padding: 8px 2px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#crumbs a { color: #888888; font-size: 10px; }

.pagetitle {
	background: #cc0000;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0;
	padding: 9px 12px;
	text-transform: uppercase;
}
.pageintro {
	background: #1a1a1a;
	border: 1px solid #2a2a2a;
	border-top: none;
	color: #888888;
	font-size: 12px;
	line-height: 1.7;
	padding: 12px 14px;
}
.panel {
	background: #1a1a1a;
	border: 1px solid #2a2a2a;
	border-top: none;
	padding: 12px 14px;
	overflow: hidden;
}
.panel p { color: #999999; font-size: 12px; line-height: 1.7; padding-bottom: 8px; }

/* ---------- A-Z jumpbar (2005 directory style) ---------- */
.azbar {
	background: #000000;
	border: 1px solid #2a2a2a;
	color: #444444;
	font-size: 11px;
	letter-spacing: 2px;
	padding: 6px 8px;
	text-align: center;
}
.azbar a { font-size: 11px; color: #999999; }
.azbar a:hover { color: #cc0000; text-decoration: none; }

/* ---------- artist directory ---------- */
.artistcard {
	background: #1a1a1a;
	border: 1px solid #2a2a2a;
	border-top: none;
	overflow: hidden;
	padding: 12px 14px;
}
.artistcard .pic {
	background: #000000;
	border: 1px solid #333333;
	color: #444444;
	float: left;
	font-size: 9px;
	height: 100px;
	letter-spacing: 1px;
	line-height: 100px;
	margin: 0 14px 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
}
.artistcard h3 { font-size: 15px; margin-bottom: 2px; }
.artistcard h3 a { font-size: 15px; color: #ffffff; }
.artistcard h3 a:hover { color: #cc0000; text-decoration: none; }
.artistcard .meta {
	color: #666666;
	font-size: 10px;
	letter-spacing: 1px;
	padding-bottom: 7px;
	text-transform: uppercase;
}
.artistcard .meta b { color: #cc0000; font-weight: bold; }
.artistcard p { color: #999999; font-size: 12px; line-height: 1.65; padding-bottom: 6px; }
.artistcard .links a { font-size: 11px; color: #888888; }

/* ---------- mixtape grid ---------- */
.tapegrid { overflow: hidden; padding: 12px 8px 4px 12px; background: #1a1a1a; border: 1px solid #2a2a2a; border-top: none; }
.tapecard { float: left; width: 138px; margin: 0 12px 16px 0; }
.tapecard .cover {
	background: linear-gradient(135deg, #2a0000, #000000 70%);
	border: 1px solid #333333;
	color: #cc0000;
	font-family: Arial Black, Arial, sans-serif;
	font-size: 26px;
	height: 136px;
	line-height: 136px;
	text-align: center;
	width: 136px;
	overflow: hidden;
}
.tapecard h4 { padding-top: 6px; }
.tapecard h4 a { color: #ffffff; font-size: 12px; }
.tapecard h4 a:hover { color: #cc0000; text-decoration: none; }
.tapecard .by { color: #777777; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; padding-top: 2px; }
.tapecard .dl { color: #555555; font-size: 10px; padding-top: 3px; }

/* ---------- generic data table (events / videos) ---------- */
table.data {
	background: #1a1a1a;
	border: 1px solid #2a2a2a;
	border-top: none;
	border-collapse: collapse;
	width: 100%;
}
table.data th {
	background: #222222;
	color: #ffffff;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 7px 10px;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid #2a2a2a;
}
table.data td {
	border-bottom: 1px solid #262626;
	color: #999999;
	font-size: 12px;
	padding: 9px 10px;
	vertical-align: top;
}
table.data tr:last-child td { border-bottom: none; }
table.data td a { font-size: 12px; color: #cccccc; }
table.data td a:hover { color: #cc0000; text-decoration: none; }
table.data td.date {
	color: #cc0000;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: nowrap;
	width: 110px;
}
table.data td.num { color: #666666; font-size: 11px; text-align: right; white-space: nowrap; width: 90px; }
table.data td small { color: #666666; font-size: 10px; display: block; padding-top: 3px; }

/* ---------- message boards ---------- */
table.forum { background: #1a1a1a; border: 1px solid #2a2a2a; border-top: none; border-collapse: collapse; width: 100%; }
table.forum th {
	background: #222222; color: #ffffff; font-size: 10px; letter-spacing: 1px;
	padding: 7px 10px; text-align: left; text-transform: uppercase;
}
table.forum td { border-bottom: 1px solid #262626; padding: 9px 10px; vertical-align: top; }
table.forum tr:last-child td { border-bottom: none; }
table.forum .icon {
	background: #cc0000; color: #ffffff; font-size: 9px; font-weight: bold;
	height: 22px; line-height: 22px; text-align: center; width: 22px;
}
table.forum .icon.old { background: #333333; color: #777777; }
table.forum .fname a { color: #ffffff; font-size: 13px; }
table.forum .fname a:hover { color: #cc0000; text-decoration: none; }
table.forum .fdesc { color: #777777; font-size: 11px; padding-top: 3px; }
table.forum .fstat { color: #666666; font-size: 11px; text-align: center; white-space: nowrap; width: 70px; }
table.forum .flast { color: #666666; font-size: 10px; white-space: nowrap; width: 180px; }
table.forum .flast b { color: #999999; font-weight: normal; }
table.forum .sticky { color: #cc0000; font-size: 9px; font-weight: bold; text-transform: uppercase; }

.boardstats {
	background: #000000;
	border: 1px solid #2a2a2a;
	border-top: none;
	color: #666666;
	font-size: 11px;
	line-height: 1.8;
	padding: 10px 12px;
}
.boardstats b { color: #999999; }
.boardstats .online { color: #00aa00; }

/* ---------- pagination (wp-pagenavi) ---------- */
.pagenav { padding: 12px 0; text-align: center; color: #555555; font-size: 11px; }
.pagenav a, .pagenav span {
	border: 1px solid #333333;
	display: inline-block;
	font-size: 11px;
	margin: 0 2px;
	padding: 3px 8px;
	color: #999999;
}
.pagenav span.current { background: #cc0000; border-color: #cc0000; color: #ffffff; font-weight: bold; }
.pagenav a:hover { background: #222222; color: #ffffff; text-decoration: none; }

/* ---------- forms ---------- */
.formrow { padding-bottom: 10px; }
.formrow label {
	color: #999999; display: block; font-size: 11px;
	letter-spacing: 1px; padding-bottom: 4px; text-transform: uppercase;
}
.formrow input.txt, .formrow textarea, .formrow select {
	background: #cccccc; border: 1px solid #453045; color: #333333;
	font-family: Verdana, sans-serif; font-size: 11px; padding: 4px; width: 320px;
}
.formrow textarea { height: 110px; width: 420px; }
.formrow input.submit {
	background: #cc0000; border: 1px solid #990000; color: #ffffff; cursor: pointer;
	font-size: 11px; font-weight: bold; letter-spacing: 1px; padding: 5px 16px; text-transform: uppercase;
}
.formnote { color: #666666; font-size: 10px; padding-top: 4px; }

/* ---------- 404 ---------- */
.err404 { padding: 40px 20px; text-align: center; }
.err404 .big {
	color: #cc0000; font-family: Arial Black, Arial, sans-serif;
	font-size: 90px; letter-spacing: -4px; line-height: 1;
}
.err404 h2 { color: #ffffff; font-size: 18px; padding: 10px 0 6px; }
.err404 p { color: #888888; font-size: 12px; line-height: 1.8; }

/* current page in nav */
#nav li a.active, #nav li a.active:link, #nav li a.active:visited { background: #222222; }

/* ---------- artist profile ---------- */

.profile {
	background: #1a1a1a;
	border: 1px solid #2a2a2a;
	border-top: none;
	overflow: hidden;
	padding: 14px;
}
.profile .pic {
	background: #000000;
	border: 1px solid #333333;
	color: #444444;
	float: left;
	font-size: 9px;
	height: 150px;
	letter-spacing: 1px;
	line-height: 150px;
	margin: 0 14px 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 150px;
}
table.vitals { border-collapse: collapse; float: left; width: 430px; }
table.vitals th {
	color: #666666;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 5px 10px 5px 0;
	text-align: left;
	text-transform: uppercase;
	white-space: nowrap;
	width: 110px;
	border-bottom: 1px solid #262626;
}
table.vitals td {
	border-bottom: 1px solid #262626;
	color: #cccccc;
	font-size: 12px;
	padding: 5px 0;
}
table.vitals tr:last-child th, table.vitals tr:last-child td { border-bottom: none; }
.profilelinks { clear: both; color: #555555; font-size: 11px; padding-top: 12px; }
.profilelinks a { font-size: 11px; color: #999999; }

/* ---------- comments ---------- */

.cmt {
	border-bottom: 1px solid #262626;
	padding: 9px 0;
}
.cmt:first-child { padding-top: 0; }
.cmthead { padding-bottom: 3px; }
.cmthead b { color: #cc0000; font-size: 11px; }
.cmthead span { color: #555555; font-size: 10px; padding-left: 6px; }
.cmtbody { color: #999999; font-size: 12px; line-height: 1.6; }

/* ---------- forum threads ---------- */

.threadmeta {
	background: #000000;
	border: 1px solid #2a2a2a;
	border-top: none;
	color: #666666;
	font-size: 11px;
	padding: 8px 12px;
}
.threadmeta b { color: #999999; }

.fpost {
	background: #1a1a1a;
	border: 1px solid #2a2a2a;
	border-top: none;
	overflow: hidden;
}
.fpost .fuser {
	background: #151515;
	border-right: 1px solid #2a2a2a;
	float: left;
	min-height: 130px;
	padding: 10px;
	width: 130px;
}
.fpost .favatar {
	background: #000000;
	border: 1px solid #333333;
	color: #3a3a3a;
	font-size: 9px;
	height: 60px;
	line-height: 60px;
	margin-bottom: 6px;
	text-align: center;
	text-transform: uppercase;
	width: 60px;
}
.fpost .funame { color: #cc0000; font-size: 12px; font-weight: bold; }
.fpost .frank {
	color: #777777;
	font-size: 9px;
	letter-spacing: 1px;
	padding: 2px 0 6px;
	text-transform: uppercase;
}
.fpost .fmeta { color: #555555; font-size: 10px; line-height: 1.6; }

.fpost .fbody { margin-left: 151px; padding: 10px 12px; }
.fpost .fposthead {
	border-bottom: 1px solid #262626;
	overflow: hidden;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
.fpost .fdate { color: #666666; float: left; font-size: 10px; }
.fpost .fnum { color: #444444; float: right; font-size: 10px; }
.fpost .ftext { color: #aaaaaa; font-size: 12px; line-height: 1.7; }
.fpost .ftext b { color: #ffffff; }

.quote {
	background: #101010;
	border-left: 3px solid #cc0000;
	color: #888888;
	font-size: 11px;
	line-height: 1.6;
	margin: 0 0 10px 0;
	padding: 8px 10px;
}
.quote .quotehead {
	color: #666666;
	font-size: 10px;
	padding-bottom: 4px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.quote .quotehead b { color: #cc0000; }

.edited { color: #4a4a4a; font-size: 10px; font-style: italic; padding-top: 8px; }
.postsig {
	border-top: 1px solid #262626;
	color: #5a5a5a;
	font-size: 10px;
	margin-top: 10px;
	padding-top: 6px;
}

/* ---------- release pages ---------- */

.tapecover {
	background: linear-gradient(135deg, #2a0000, #000000 70%);
	border: 1px solid #333333;
	color: #cc0000;
	float: left;
	font-family: Arial Black, Arial, sans-serif;
	font-size: 30px;
	height: 150px;
	line-height: 150px;
	margin: 0 14px 0 0;
	text-align: center;
	width: 150px;
}
.tapecard .cover a { color: #cc0000; font-size: 26px; display: block; }
.tapecard .cover a:hover { color: #ffffff; text-decoration: none; }

table.tracklist td.tnum, table.tracklist th.tnum {
	color: #555555;
	font-size: 11px;
	text-align: right;
	width: 24px;
}
table.tracklist td.prod, table.tracklist th.prod {
	color: #777777;
	font-size: 11px;
	white-space: nowrap;
	width: 130px;
}
table.tracklist .feat { color: #777777; font-size: 11px; }
table.tracklist .feat a { font-size: 11px; }

/* ---------- news articles ---------- */

.kindtag {
	background: #222222;
	color: #cc0000;
	display: inline-block;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 5px;
	padding: 3px 7px;
	text-transform: uppercase;
}
.kindtag.big {
	background: #cc0000;
	color: #ffffff;
	display: block;
	font-size: 10px;
	margin: 0;
	padding: 5px 12px;
}

.article {
	background: #1a1a1a;
	border: 1px solid #2a2a2a;
	border-top: none;
	padding: 16px 18px;
}
.article p {
	color: #aaaaaa;
	font-size: 13px;
	line-height: 1.75;
	padding-bottom: 12px;
}
.article h3.subhead {
	border-bottom: 1px solid #2a2a2a;
	color: #ffffff;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 6px 0 12px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.article blockquote.pull {
	border-left: 4px solid #cc0000;
	color: #dddddd;
	font-size: 15px;
	font-style: italic;
	line-height: 1.6;
	margin: 4px 0 16px;
	padding: 4px 0 4px 14px;
}

.qa { padding-bottom: 12px; }
.qa .q {
	color: #cc0000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6;
	padding-bottom: 3px;
}
.qa .q:before { content: "Q: "; }
.qa .a {
	color: #cccccc;
	font-size: 13px;
	line-height: 1.7;
	padding-left: 16px;
}
.qa .a:before { content: "A: "; color: #666666; margin-left: -16px; }
