/*
Dr. Michael Monroe Kiefer Powermind Training Inc. CSS file
*/

html {
  background: url('images/space2025.jpg');
}


* {
	padding: 0;
	margin: 0;
}

body {

	line-height: 1.55em;
	font-size: 12pt;
	color: #ffffff;
}

body,input {
	font-family: 'Libre+Baskerville', 400,700,400italic;
}

text.tiny {

	line-height: 0.75em;
	font-size: 10pt;
	color: #ffffff;
}


br.clearfix {
	clear: both;
}

a {
	text-decoration: underline;
	color: #ff6600;
}

a img {
        border: 0;
}

a.link2 {
	color: #cc33ff;
}

a.link3 {
	text-decoration: underline;
	color: #006699;
}

a:hover {
	text-decoration: strong;
}

strong {
	color: #cc33ff;
	font-size: 1.20em;
	font-family: Copperplate Gothic, sans-serif;
}


h1,h2,h3,h4,h5 {
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-size: 1.75em;
}

h2,h3,h4 {
	color: #cc33ff;
	font-family: Copperplate Gothic, sans-serif;
	margin-bottom: .05em;
}

h3 {
	font-size: 1.55em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1.00em;
	color: #ff6600;
}

h6 {
	font-size: 1.25em;
	font-weight: bold;
	color: #006699;
}

h7 {
	font-size: 1.25em;
	font-weight: bold;
	color: #ffffff;
}

table {
  padding: 10px;
}


table.header {
  padding: 0px;
}

img {
  border: 1px solid #006699;
}

img.plain {
  border: none;
}

img.white {
  border: 1px solid #ffffff;
}

img.alignleft {
	margin: 5px 20px 20px 0;
	float: left;
}

img.aligntop {
	margin: 5px 0 20px 0;
}

p {
	margin-bottom: 1.05em;
}

p2 {
    color: #006699;
}

p4 {
    font-size: 70%;
}

#p1 {color: #ff6600;}   /* orange */
#p2 {color: #006699;}   /* blue */
#p3 {color: #cc33ff;}   /* purple */

ul {
	margin-bottom: 1.05em;
}

ul h4 {
	margin-bottom: 0.4em;
}

.box {
	margin: 0 0 5px 0;
}

#content {
	width: 880px;
	padding: 5;
	float: left;
}

#footer {
	padding: 0 0 90px 0;
	text-align: center;
	color: #555;
}

#footer a {
	color: #666666;
}

#header {
	width: 800px;
	padding: 30px;
	position: relative;
	height: 70px;
}

#logo {
	height: 20px;
	line-height: 20px;
	top: 20px;
	right: 20px;
	position: absolute;
}

#logo a {
	color: #FFF;
	text-decoration: none;
}

#logo h1 {
	font-size: 1.25em;
	font-family: Copperplate Gothic, sans-serif;
}

#menu  {
	position: left;
	display: box;
	width; 125px;
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.05), inset 0px 3px 15px 0px rgba(0,0,0,0.5), 0px 1px 1px 0px rgba(255,255,255,0.08);
	right: 20px;
	top: 48px;
	font-family: Copperplate Gothic, sans-serif;
	height: 60px;
	line-height: 60px;
}

#menu a {
display: box;
width: 125px;
box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.05), inset 0px 3px 15px 0px rgba(0,0,0,0.5), 0px 1px 1px 0px rgba(255,255,255,0.08);
        font-size: 1.25em;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

#menu ul {
	padding: 0 10px 0 10px;
	list-style: none;
}

#menu ul li {
	display: inline;
	padding: 0 5px 0 15px;
}

#page {
	margin: 0 0 0 20px;
	width: 800px;
	position: relative;
	padding: 20px 10px 0px 10px;
}

#page .section-list {
	padding-left: 0;
	list-style: none;
}

#page .section-list li {
	clear: both;
	padding: 15px 0 15px 0;
}

#page ul {
	list-style: none;
}

#page ul li {
	padding: 5px 0 5px 0;
	border-top: dotted 1px #404040;
}

#page ul li.first {
	padding-top: 0;
	border-top: 0;
}

#col1 {
	width: 180px;
	float: left;
	overflow: hidden;
	margin: 0 10 0 10px;
}

#col2 {
	width: 640px;
	margin: 0 5 0 10px;
	overflow: hidden;
	float: center;
}

#col3 {
	width: 160px;
	margin: 0 10px 0 20px;
	overflow: hidden;
	float: left;
}

#sidebar1 {
	padding: 0;
	margin: 0 10 0 0px;
	width: 175px;
		float: left;
}

#sidebar2 {
	width: 580px;
	padding: 0;
		float: right;
		margin: 0 0 0 10px;
}

#splash {
	height: 200px;
	width: 880px;
	padding: 0;
	position: relative;
}

#wrapper {
	background: #222222;
	margin: 20px auto 0 auto;
	width: 880px;
	position: relative;
	box-shadow: inset 0px 0px 30px 0px rgba(255,255,255,0.05), 0px 0px 30px 0px rgba(0,0,0,0.5);
}