/* New styles (after 11/4/11) */

html {
	overflow-y: scroll;
}   /* Force scrollbar */

body {
	margin: 0;
	padding: 0;
	background: #DEDEDE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a {
	color: #066b71;
}

a:hover, a:active {
	color: #066b71;
	text-decoration: none;
}

a.button {
	padding: 4px 1em;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #fff;
	text-shadow: 0 1px #000;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-khtml-border-radius: 1em;
	border-radius: 1em;
	background: #09ACB5;
	background: -moz-linear-gradient(top, #09ACB5 0%, #066b71 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#09ACB5), color-stop(100%,#066b71));
	background: -webkit-linear-gradient(top, #09ACB5 0%,#066b71 100%);
	background: -o-linear-gradient(top, #09ACB5 0%,#066b71 100%);
	background: -ms-linear-gradient(top, #09ACB5 0%,#066b71 100%);
	background: linear-gradient(top, #09ACB5 0%,#066b71 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09ACB5', endColorstr='#066b71',GradientType=0 );
	zoom: 1;
}

a.button:hover {
	background: #066b71;
	background: -moz-linear-gradient(top, #066b71 0%, #09ACB5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#066b71), color-stop(100%,#09ACB5));
	background: -webkit-linear-gradient(top, #066b71 0%,#09ACB5 100%);
	background: -o-linear-gradient(top, #066b71 0%,#09ACB5 100%);
	background: -ms-linear-gradient(top, #066b71 0%,#09ACB5 100%);
	background: linear-gradient(top, #066b71 0%,#09ACB5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066b71', endColorstr='#09ACB5',GradientType=0 );
}

h1.leap {
	margin: 0px;
	color: #07858c;
	font-size: 42px;
	line-height: 38px;
	letter-spacing: 2px;
}

h1.sara {
	margin: 0;
	font-size: 42px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

img.leap {
	box-shadow: 3px -3px 3px #666;
}

img.sara {
	border: 1px solid #000;
}

p.author {
	margin: 5px 0;
	font-size: 12px;
	font-weight: bold;
}

p.authorbio {
	margin: 5px 0;
	font-size: 10px;
	font-style: italic;
}

p.formkey {
	margin: 5px 0 2em;
	font-size: 10px;
}

p.quote {
	margin: 5px 0;
	font-size: 12px;
}

p.undertitle {
	margin-top: 0;
}

p.watch {
	margin: 0 0 5px 0;
	color: #c00003;
	font-size: 14px;
	font-weight: bold;
}

table.books {
	margin-top: 1em;
}

#col1 {
	width: 232px;
	margin-right: 79px;
	padding-top: .5em;
	float: left;
}

#col2 {
	width: 370px;
	margin-right: 79px;
	float: left;
}

#col3 {
	width: 200px;
	float: left;
}

#header {
	width: 960px;
	margin: 0 auto;
}

#main {
	width: 960px;
	/* width: 810px (old table) */
	margin: 0 auto;
	padding-bottom: 1em;
	background: #fff;
	text-align: left;
	box-shadow: 0 2px 5px #666;
}

#main table {
	margin: 0 auto;
}

#nav {
	padding: 1em 0 0;
}

#nav ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}

#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	line-height: 20px;
}

#nav ul li.first a {
	border-left: none;
	padding-left: 0;
}

#nav ul li.last a {
	padding-right: 0;
}

#nav ul li a {
	border-left: 1px solid #000;
	padding: 0 22px;
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #066b71;
}

#footer {
	margin: 1em 0;
}

#nytimes a {
	color: #c00003;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#nytimes a:hover {
	color: #066b71;
}

#slideshow {
	margin-top: .5em;
	height: 140px;
	position: relative;
}

#slideshow div {
	position: absolute;
	top: 0;
	left: 0;
}

#slideshow div {
    z-index: 8;
    opacity: 0;
	filter: alpha(opacity=0);
}
#slideshow div.active {
    z-index: 10;
    opacity: 1;
	filter: alpha(opacity=100);
}
#slideshow div.last-active {
	z-index: 9;
}

#slideshow .quotation {
	line-height: 1em;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

.blackout {
	border: 1px solid #000;
}

.blogtitle {
	font-size: 24px;
}

.clear {
	clear: both;
}

.excerpt {
	border: 1px solid #000;
}

.excerpt .description {
	padding: 1em 1em .5em;
}

.excerpt .description h3 {
	margin: 0;
	color: #c00003;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.excerpt .description p {
	font-size: 13px;
}

.excerpt .title {
	width: 100%;
	text-align: center;
}

.excerpt .title a {
	display: block;
	padding: 0 15px 3px;
	background: #999;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.excerpt .title a:hover {
	background: #666;
}

.quotation {
	text-align: left;
}

.redonly {
	color: #c00003;
}

.teal {
	color: #066b71;
}

/* Old styles (before 11/4/11) */

.text-homeCopy { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:14px; color:#DFCBFF; }
.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000
}
.noliner {  word-spacing: normal; line-height: 30px; color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; text-decoration: none}
.story {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.BotBorderW {  }
.spacer {  font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 30px}
.Fullborder {  border: 1px #FF0000 solid; background-color: #FFFFFF}
.Orangelink {  color: FFA04C}
.BlackBlock {  background-color: #000000}
.VioletBlock {  background-color: #DFCBFF}
.VioletBorder {  border: 3px DFCBFF solid}
.Red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 10pt;
}
.redHighlite {  background-color: #FF6666}
.centre {
	text-align: center;
}
.picmargright {
	margin-right: 15px;
	margin-bottom: 15px;
}
.picmargleft {
	margin-left: 15px;
	margin-bottom: 15px;
}
.storyhead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13pt;
	color: #000;
	text-align: center;
	font-weight: bold;
}
.testwidth {
	width: 500px;
	text-align: justify;
}
.spacerRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	color: #000;
}
.spacerLess {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px
}
.alignright {
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	margin-right: 20px;
}
.indexmargtop {
	margin-top: 8px;
}
.readsara {
	background-color: #000;
	padding: 0px 10px 0px 15px;
	text-align: center;
}
.readsara a {
    display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffcd41;
	font-weight: bold;
	text-decoration: none;
}
.readsara a:hover {
	color: #FFF;
    text-decoration:underline;
}

.leftmargin {
	margin-left: 20px;
}

ol.articles {
	list-style-type:upper-roman;
}

ol.articles li {
	margin-top: 10px;
	font-weight: bold;
}

ol.articles li ol {
} /* values for IE */
 
html:not([dummy]) ol.articles li ol {
	margin-left: -20px;
} /* values for Safari, Opera, Firefox, and IE9+ */

ol.articles li ol li {
	margin-top: 0;
	font-weight: normal;
}

table.books td {
	padding-top: 1em;
}
