@charset "utf-8";
/* ===== Radified.com home page styles, updated 28 Dec 2009 ===== */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #ccc;
	background: #282828 url(../gfx7/background.gif);
}
/* ===== timeCapsule = Wrapper = Container ===== */

.gnarlyHybrid #timeCapsule {
	width: 92%;
	margin: 0 auto;
	border: 1px solid black;
}
/* =====  headCase=Header ===== */

.gnarlyHybrid #headCase {
	background: white;
	text-align: center;
	border: 1px solid white;
}
.gnarlyHybrid #headCase h1 {
	width: 279px;
	padding: 49px 0 0 0;
	height: 0;
	background:url(http://gfx08.radified.com/gfx1/radified.gif);
	overflow: hidden;
	margin: 4px auto 0 auto;
}
.gnarlyHybrid #headCase h2 {
	width: 405px;
	padding: 29px 0 0 0;
	height: 0;
	background: url(http://gfx08.radified.com/gfx1/nuclearGrade.gif);
	overflow: hidden;
	margin: 0 auto 4px auto;
}
/* ===== radEntries = mainContent ===== */

.gnarlyHybrid #radEntries {
	margin: 0 13em;
	padding: 0 32px;
	background-color: black;
	line-height: 1.5;
	font-size: small;
}
#radEntries h1, #radEntries h2, #radEntries h3 {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: large;
	font-weight: bolder;
	text-align: center;
	color: #ddd;
}
#radEntries img {
	padding-left: 8px;
}
#adsense {
	margin-right: 18px;
	float: left;
	width: 301px;
	height: auto;
}
.date {
	color: #e4e4e4;
	text-transform: uppercase;
}
#yahooPublisher {
	margin-right: 10px;
	float: left;
	width: 301px;
	height: auto;
}
q {
	font-style: normal;
}
q {
	font-style: italic;
}
blockquote {
	font-size: 0.85em;
	color: #b9c0c0;
	margin: 2.3em 7%;
	padding-left: 1em;
	padding-right: 0.8em;
	border-left: 1px solid #b9c0c0;
	border-right: 1px solid #b9c0c0;
}

#radEntries ol, #radEntries ul {
	margin: 2.3em 6%;
	font-size: 0.92em;
	color: #c0c0c0;
}
img.graphic {
	float: right;
}
p.adsense2 {
	text-align: center;
	margin-top: 1.5em;	
}
p.adsense2 a {
	border-bottom: none;
}
.adlinks {
	text-align:center;
	padding: 10px;
}
/* ===== Sidebars ===== */

.gnarlyHybrid #sidebar1 {
	float: left;
	width: 12em;
	background: #699;
	padding: 0;
}
.gnarlyHybrid #sidebar2 {
	float: right;
	width: 12em;
	background: #699;
	padding: 0;
}
.gnarlyHybrid #sidebar1 ul, .gnarlyHybrid #sidebar2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.gnarlyHybrid #sidebar1 li, .gnarlyHybrid #sidebar2 li {
	margin: 12px 8px; /* L/R margins should be given to every element in the sidebars */
	font-size: small;
}
.gnarlyHybrid #sidebar1 h3, .gnarlyHybrid #sidebar2 h3 {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #111;
	text-align: center;
	font-weight: bolder;
}
#sidebar1 a:link, #sidebar2 a:link {
	display: block;
	padding: 0.2em;
	line-height: 1.4;
	background-color: #181818;
	border: 1px solid black;
	color: #d2d2d2;
	text-decoration: none;
	text-align: center;
}
#sidebar1 a:visited, #sidebar2 a:visited {
	display: block;
	padding: 0.2em;
	line-height: 1.4;
	background-color: #181818;
	border: 1px solid black;
	color: #bbb;
	text-decoration: none;
	text-align: center;
}
#sidebar1 a:hover, #sidebar2 a:hover {
	color: black;
	background-color: #ddd;
}
div.paypal {
	text-align: center;
}
/* ===== Linkage ===== */

a:link {
	text-decoration: none;
	color: #7aa;
	border-bottom: dotted 1px #77b6b6;
}
a:visited {
	text-decoration: none;
	color: #a0a0a0;
	border-bottom: dotted 1px #c4c4c4;
}
a:hover {
	text-decoration: none;
	color: #7dd;
	border-bottom: none;
}
a:active {
	text-decoration: none;
	color: #e1e1e1;
}
/* ===== footsie = Footer ===== */

.gnarlyHybrid #footsie {
	padding: 10px 0;
	background: #181818;
}
.gnarlyHybrid #footsie p {
	margin: 0;
	color: #e5e5e5;
	line-height: 60px;
	font-size: 82%;
	text-align: center;
}
.eightyx15 {
	vertical-align: middle;
}
/* ===== Floats ===== */

.clearFloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	display: none;
}
/* ===== Misc ===== */

.coloredText {
	color: yellow;
}
.rad {
	background-color:#141414;
	padding: 10px 6px 6px 6px;
	border-right: 12px solid #699;
	border-left: 12px solid #699;
	text-align: center;
	margin-top: 15px;
}
img {
	border: none;
}
.smallCaps {
	font-variant: small-caps;
}
code {
	font-size: medium;
}
a.bottomless {
	border-bottom: none;
}
p.continue {
	text-align: center;
	font-size: 82%;
	line-height: 40px;
	padding: 10px;
	margin: 0;
}
hr {
	margin: 1.8em 0.5em;
}
.validator {
	line-height: 2em;
	text-transform: uppercase;
	text-align: center;
}
/* ===== CSS-based Tabbed Menu ===== */

ul#navigation, #navigation li {
	height: 1.462em;
	list-style: none;
	margin: 0;
	padding: 1em 0 0 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul#navigation {
	text-align: center;
	border-bottom: 2px #699 solid;
}
#navigation li {
	display: inline;
	margin-right: .75em;
}
#navigation li.last {
	margin-right: 0;
}
#navigation li a {
	background: #699 100% 0;
	color: black;
	padding: 0;
	text-decoration: none;
	border-bottom: 1px #699 solid
}
#navigation li a span {
	background: #699;
	padding: 1px .9em;
	font-weight: bold;
}
#navigation li a:hover span {
	color: #000;
	text-decoration: none;
	background-color:#6CC;
	font-weight: bold;
}
#sidebar1 a, #sidebar2 a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/* ===== Rounded Corners ===== */

.all-four-rounded-corners {
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.top-left-rounded-corner {
	-webkit-border-top-left-radius: 10px;
	-khtml-border-radius-topleft: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}
.top-right-rounded-corner {
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topright: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
.bottom-left-rounded-corner {
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.bottom-right-rounded-corner {
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}

/* ===== END ===== */
