@charset "UTF-8";

/* Global Content Formatting and Styles */

body {
	color: #9BA0B9;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	font-size: 16px;
	background: #0E0024;
}

.page {
	max-width:900px;
	border: 1px solid #9BA0B9;
	margin: 10px auto 10px auto;
	position: relative;
	background-color: #18003c;
}

h1 {
	padding-top: 20px;
	font-size: 2em;
	line-height: 1.4em;
	font-weight: normal;
	color: #C2C2C2;
	margin: 0 0 .5em 0;
}

h2 {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: normal;
	color: #C2C2C2;
	margin: 0.5em 0 1em 0;
}

img {
	border: none;
}
.picture { background-color: #18003c;
border: none; 
padding: 3px;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.7em;
line-height: 1.2em;
text-transform: uppercase;
margin-left: 1.0em; 

}
.picture img { border: none;
vertical-align:middle; 
margin-bottom: 15px;
box-shadow: 4px 4px 5px #9BA0B9;
}
.right { 
margin: 0.5em 0pt 0.5em 0.8em; 
float:right; 
}
.left { 
margin: 0.5em 0.5em 0.5em 1.0em; 
float:left;  
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #C2C2C2;
	margin:  0 0 1em 0;
}

p {
	margin: 0 1.0em .75em 0;
	padding-right: 1.5em;
}

p.quote {
}

p.quote img {
	margin: 0 0 0 0;
}

p.blogDate {
	font-size: 0.8em;
}

a {
	color: #A592C2;
}

a:hover {
	color: #FFF;
}

.sidebar {
	color: #18003c;
	font-family: Century Gothic, Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	float: right;
	width: 25%;
	background: #9BA0B9;
	padding: 20px 0px 10px 10px;
	margin: 4.0em 0.5em 2.0em 1.0em;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	behavior:url(../js/border-radius.htc);
}

.sidebar h1 {
	font-size: 16px;
	margin-top: 0;
	color: #18003c;
}

.sidebar a {
	color: #18003c;
	text-decoration: underline;
}
.sidebar a.active {
	color: #18003c;
	font-weight: bold;
	text-decoration: none;
}
.sidebar a:hover {
	color: #18003c;
	text-decoration: none;
}

.sidebar p {
	clear: both;
	margin:1.0em 0;
}

.sidebar .blogDate {
	font-size: 0.8em;
}

.sidebar img {
	float:left;
	margin: 10px 10px 10px 0;
	box-shadow: 3px 3px 5px #18003c;
}

.floatRight {
	float: right;
	box-shadow: 4px 4px 5px #9BA0B9;
	margin: 20px 10px 20px 20px;
}
.floatLeft {
	float: left;
	box-shadow: 4px 4px 5px #9BA0B9;
	margin: 20px 20px 20px 10px;
}
footer {
	font-size: .70em;
	line-height: 1.2em;
	color: #9ba0bd;
	background-color: #18003c;
	padding: 10px 10px 10px 0;
}

footer a {
	color: #9BA0B9;
	text-decoration: none;
}

footer a:hover {
	color: #9BA0B9;
	text-decoration: underline;
}

a.cta {
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	margin: 0.5em 0 0 0;
	padding: 0 12px 0 0;
	background: url(../images/cta_arrow.png) no-repeat right 0px;
}

a.cta:hover {
	background-position: right -50px;
}

.promo h3 {
	font-size:1.1em;
	margin: 0;
}

.promo p {
	line-height: 1.2em;
	font-size:0.9em;
 margin bottom: 0.5em;
}

.promo {
	background-repeat: no-repeat;
}

.promo.one {
	background-image: url(../images/promo_1.jpg)
}

.promo.two {
	background-image: url(../images/promo_2.jpg)
}

.promo.three {
	background-image: url(../images/promo_3.jpg)
}

nav a {
	color: #C2C2C2;
	text-transform:uppercase;
	text-decoration:none;
	display: inline-block;
	font-weight:bold;
	font-size:0.9em;
}

nav a:hover {
	color:#fff;
}
nav select {
  display: none;
}
@media (max-width: 500px) {
  nav a     { display: none; }
  nav select { display: inline-block; }
}
.clear-fix {
	clear: both;
	line-height: 1px;
}

.boxed {
	width: 80%;
	border: 1px solid #9BA0B9;
	padding: 10px;
	margin-left: 4.0em;
}

span.noteforPaul {
	color: red;
}

.columnA {
	width: 43%;
	float:left;
	padding: 1.5em;
}

.columnB {
	width: 43%;
	float:left;
	padding: 1.5em;
}

img.bookImage {
	float:left;
	margin: 1.0em 1.0em 1.0em 0;
	box-shadow: 4px 4px 5px #9BA0B9;
}
.title {
	font-size: 1.5em;
	font-weight: normal;
	color: #C2C2C2;
	margin: 0;
	}
.tagline {
	font-size: 1.2em;
	font-weight: normal;
	color: #C2C2C2;
	margin:  0 0 1em 0;
}
a.backToTop {
	font-size:0.6em;
	font-style:normal;
	}