@charset "utf-8";

/* ~~~ Styles for Totally Rad Quotes, created 11 November 2011 ~~~ */

/* ~~~ required for new HTML5 elements ~~~ */

header, footer, nav, aside, article, section, hgroup {
	display:block;
}

/* ~~~ Okay, here we go ~~~ */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #282828 url(http://radified.com/gfx7/background.gif);
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #d2d2d2;
}

/* ~~ container surrounds all other divs, giving them their percentage-based width ~~ */

#container {
	width: 52em;
	background-color: black;
	margin: 0 auto; /* auto margin (in conjunction with a width) centers page */
	border: 1px solid black;
	text-align: left; 
	max-width: 1260px; 
	min-width: 780px;
}

/* ~~~ Header ~~~ */

header#mainHeader {
	background-color: white;
	text-align: center;
	border: 1px solid white;
}
header#mainHeader h1 {
	width: 279px;
	padding: 49px 0 0 0;
	height: 0;
	background:url(http://gfx08.radified.com/gfx1/radified.gif) no-repeat;
	overflow: hidden;
	margin: 4px auto 0 auto;
}
header#mainHeader h2 {
	width: 329px;
	padding: 34px 0 0 0;
	height: 0;
	background: url(http://gfx09.radified.com/gfx1/quotes.png) no-repeat;
	overflow: hidden;
	margin: 0 auto 4px auto;
}

/* ~~~ #mainContent ~~~ */

#mainContent {
	padding: 10px 0;
	background-color: black;
	line-height: 1.6;
	font-size: small;
	padding-top: 12px;
}

.center {
	text-align:center;
}

.quote {
	font-size: larger;
}

/* ===== CSS-based Tabbed Menu ===== */

nav#mainNav { 
	margin-bottom: 2em;
}

nav#mainNav li {
	height: 1.462em;
	list-style: none;
	margin: 0;
	padding: 1em 0 0 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	display: inline;
	margin-right: .75em;
}
nav#mainNav ul {
	text-align: center;
	border-bottom: 2px #699 solid;
	margin: 0;
}

nav#mainNav li.last {
	margin-right: 0;
}
nav#mainNav li a {
	background: #699 100% 0;
	color: black;
	padding: 0;
	text-decoration: none;
	border-bottom: 1px #699 solid
}
nav#mainNav li a span {
	background: #699;
	padding: 1px .9em;
	font-weight: bold;
}
nav#mainNav li a:hover span {
	color: #000;
	text-decoration: none;
	background-color:#6CC;
	font-weight: bold;
}

/* ~~ article ~~*/

article {
	margin: 0 1em;
	padding: 0 32px;
	background-color: black;
	line-height: 1.6;
	font-size: small;
}

article h1, article h2 {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: large;
	font-weight: bolder;
	text-align: center;
	color: #ddd;
	margin-top: 1.5em;
}

article h3 {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: large;
	font-weight: bolder;
	text-align: center;
	color: #ddd;
	margin-top: 1.5em;	
}

article img {
	padding-left: 8px;
}

article ol, article ul {
	margin: 2.3em 6%;
	font-size: 0.92em;
	color: #c0c0c0;
}

/* ~~ 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;
}

/* ~~ adsense 468 banner-containing paragraph */

p.adsense2 {
	text-align: center;
	margin-top: 1.5em;	
}
p.adsense2 a {
	border-bottom: none;
}

a img { 
	border: none;
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

img.graphic {
	float: right;
}

/* ~~ footer ~~ */

footer {
	padding: 10px 0;
	background: #181818;
	text-align:center;
	clear:both;
}

footer p {
	margin: 0;
	color: #e5e5e5;
	line-height: 60px;
	font-size:large;
}

.eightyx15 {
	vertical-align: middle;
}

a#eightyx15 {
	border:none;
}

/* ~~ misc float/clear classes ~~ */

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* ===== Rounded Corners ===== */

#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;
}
.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;
}
