/* Good ole Eric Meyers CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;

}
ol, ul {
  padding:0; 
  margin:0;
  list-style: none;
}
li{
  padding:0; 
  margin:0;
 list-style-type:none;
}
 
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end CSS Reset */

body {
    width: 960px;
    margin: 0 auto;
    /* font-family:"Lucida Grande",Arial,Arial,sans-serif; */
    font-family:georgia,"times new roman",times,serif;
    font-size: 14px;
    line-height:1.3em;
}

.clear {
    clear: both;
}

h1 {
    color: #504794;
    font-size: 32px;
    padding-bottom: 0 10px;
}

h2 {
    color: #504794;
    font-size: 24px;
}

a {
    color: #0074a6;
   text-transform: lowercase;
   cursor:pointer;
}

div.content-wrapper {
    margin: 20px;
    position: relative;
}

/* Header */
div.header {
    width: 100%;
    height: 100px;
    position: relative;
    border-bottom: 1px solid #a1a1a1;
}

div.header div.logo h1 {
    background: transparent url('/assets/66/logo-with-sub.png') no-repeat;
    text-indent: -9999px;
    position: relative;
    top: -10px;
    left: 16px;
    height: 80px;
    width: 830px;
    margin-top: 40px;
}

div.header div.logo h2 {
    text-indent: -9999px;
    margin-top: -20px;
}

div.header div.buy-now h3 {
    background: transparent url('/assets/3/buy_now.png') no-repeat;
    height:70px;
    left:720px;
    position:relative;
    text-indent:-9999px;
    top:-138px;
    width:200px;
}

div.header div.logo h1 a {
	display:block;
}

div.header ul {
    position: relative;
    font-size: 8pt;
    height:20px;
    padding-left: 590px;
    line-height: 37px;
 }
div.header ul li {
    float: left;
    padding: 0 5px;
 }

div.top-nav ul li {
  background-image: url('/assets/11/tab_left.gif');
  background-repeat: no-repeat;
  margin: 0 4px 0 4px;
  padding: 0 0 0 8px;
}

div.top-nav ul li a {
 font-size: 10pt;
  float: left;
  display: block;
  background-image: url('/assets/12/tab_right.gif');
  background-repeat: no-repeat;
  background-position: right top;
  padding: 0.2em 10px 0.1em 0;
  text-decoration: none;
  font-weight: bold;
  color: #333366;
}

body.posts div.top-nav ul li.posts,
body.home div.top-nav ul li.home,
body.book div.top-nav ul li.book,
body.author div.top-nav ul li.author,
body.resources div.top-nav ul li.resources {
   background-image: url('/assets/13/tab_active_left.gif');
}

body.posts div.top-nav ul li.posts a,
body.home div.top-nav ul li.home a,
body.book div.top-nav ul li.book a,
body.author div.top-nav ul li.author a,
body.resources div.top-nav ul li.resources a {
   background-image: url('/assets/14/tab_active_right.gif');
   background-color: transparent;
   color: #FFFFFF;
}

body.posts div.top-nav ul li.posts a:hover,
body.resources div.top-nav ul li.resources a:hover {
   background-color: transparent;
   color: #FFFFFF;
}


/* end Header */

/* layout */

div.main-content {
    width: 65%;
    float: left;
    margin-right: 15px;
}

div.secondary-content {
    border-color: gray;
    border-style: dotted;
    border-width: 0 0 0 1px;
    float:left;
    padding:12px 25px;
    width:25%;
    text-align: center;
}

div.secondary-content div.article h2 {
    border-bottom: 1px dotted gray;
    border-top: 0;
}

div.secondary-content div.mailing-list div.article h2 {
    border-top: 1px dotted gray;
    border-bottom: 0;
}

div.secondary-content div.article {
    margin: 0;
    padding: 0;
}

div.secondary-content div.article p {
   margin-top: 20px;
}

div.secondary-content div.article img {
   width: 175px;
}

div.secondary-content div.article div.buy-now img {
   width: auto;
}

.resources div.secondary-content div.article img {
   width: auto;
}

div.book {
    margin-top: 20px;
}

div.book p {
   margin-bottom:18px;
}

/* end layout */

/* articles */

div.title h2 {
    color: #504794;
    font-size: 24px;
    padding: 25px 0;
    margin-bottom: 10px;
}

div.article{
  padding-bottom: 30px;
  padding-top: 0;
}

div.article h2 {
    color: #504794;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 10px;
    border-top: 1px gray dotted;
}

div.first h2 {
    border: 0;
}

div.article a {
text-align:right;
}

div.book h2 {
    color: #504794;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 10px;
    border-top: 1px gray dotted;
}

div.book img {
    float: left;
    margin-right: 20px;
}

div.main-content div.article p {
    margin-bottom: 18px;
}

/* end articles */

/* start ex */

div.excerpt h2 {
   color:#000000;
   font-size:20px;
   line-height:25px;
   border: 0;
}

div.page {
   margin-top: 0;
}

div.page h1 {
   font-size:20px;
   line-height:25px;
   margin-bottom:14px;
}

div.page ul {
   list-style-type: disc;
   margin-bottom:20px;
   margin-left:40px;
   margin-top:0;
}

div.page h3 {
   margin-bottom: 10px;
   font-style: italic;
}

div.page img {
   float:left;
   margin-bottom:20px;
   margin-left:20px;
   margin-right:20px;
   margin-top:0;
}

blockquote {
   margin-bottom: 14px;
}

div.main-content div.resources p {
   margin-bottom:0;
   margin-top: 14px;
}

/* new nav */

span.italic {
   font-style: italic;
}

ul.blog-roll li {
   margin-bottom: 35px;
}

/* media links */

ul.media-links {
   margin: 0;
}

ul.media-links li {
   clear:both;
   padding-top: 10px;
}

ul.media-links li a {
   text-transform: none;
}

ul.media-links li img {
   float: left;
}

ul.media-links li div {
   float: left;
   margin: 10px 0 0 10px;
}

div.mailing-list {
   margin-top: 60px;
}

div.mailing-list .submit-button {
   float:right;
   margin-right:15px;
   margin-top:5px;
}

div.book-sample {
   margin-bottom:110px;
   margin-top:130px;
}