* {
  margin: 0;
  padding: 0;
}
html {
  background: #ccc url('../images/background-gradient.gif') repeat-x;
  color: #000;
  font-size: 14px;
  font-family: verdana, arial, sans-serif;
  line-height: 1.5em;
}
a {
  color: #4441FF;
}
a:visited {
  color: #8C6016;
}
a:active,
a:hover {
  color: #000;
  text-decoration: underline;
}
img {
  border: none;
}
h1 {
  color: #00319c;
  font: normal 24px georgia, serif;
}
h2 {
  font-size: 18px;
}
h2 em {
  font-family: georgia, serif;
  font-weight: normal;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 15px;
  font-family: georgia, serif;
  color: #333;

}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
}
li {
  margin-left: 16px;
  text-decoration: none;
}
#wrap {
  margin: 0 auto 10px;
  width: 906px;
}
#header {
  background: url('../images/masthead.jpg') no-repeat;
  height: 101px;
  position: relative;
  width: 900px;
}
#logo {
  display: block;
  height: 65px;
  width: 410px;
}
#search {
  background: #fff;
  opacity: .9;
  filter:alpha(opacity=90);
  padding: 2px 10px 4px 4px;
  position: absolute;
  top: 10px;
  right: 0px;
}
#search #input-box {
  border: 1px solid;
  width: 200px;
}
#search #search-submit {
  background: #eee;
  border: 1px solid #333;
  cursor: pointer;
}
#search #search-submit:hover {
  background: #ccc;
}
#nav {
  float :left;
  position: absolute;
  bottom: 0px;left: 8px;
  list-style-type: none;
}
#nav li {
  float: left;
  margin: 0;
}
#nav li a {
  background: #fff;
  color: #000;
  float: left;
  font-size: 18px;
  margin: 2px 0 4px 0;
  opacity: .6;
  filter:alpha(opacity = 60);
  padding: 2px 10px 4px 10px;
  text-decoration: none;
}
#nav li a:hover {
  background: #333;
  color: #eee;
}
#nav li.current {
  border-right: 2px solid #555;
}
#nav li a:hover,
#nav li.current a {
  margin-bottom: 0; margin-top: 0;
  opacity: 1;
  filter:alpha(opacity=100);
  padding: 4px 10px 8px 10px;
}
#footer {
  clear: both;
  text-align: center;
}
#footer ul a {
  color: #000;
  padding: 0 6px;
  text-decoration: none;
}
#footer ul a:hover {
  text-decoration: underline;
}
#footer ul li {
  display: inline;
  list-style-type: none;
  margin: 0;
}
#footer p {
  clear: left;
  font-size: 10px;
  margin-top: 8px;
}
.more {
  display: block;
  text-align: right;
}
.clear {
  clear: both;
}
.error,
.JSVerror {
  color: #800;
}
.valid {
  color: #108b2d;
}
/****** homepage styles ******/
#homepage {
  float: left;
  margin: 10px 0;
  position: relative;
  width: 900px;
}
.row {
  display: inline;
  float: left;
  margin-left: 5px;
}
#top .left, #top .middle, #top .right {
  display: inline-block;
  float: left;
}
#top .left, #top .right {
  height: 272px;
  padding: 8px 22px 22px 8px;
}
#top .left {
  background: transparent url('../images/craig-hs.png') no-repeat;
  width: 270px;
}
#top .middle {
  padding-right: 10px;
  width: 280px;
}
#top .right {
  background: url('../images/topright-background.png') no-repeat;
  width: 274px;
}
#top .left h2 {
  font-family: 'georgia', serif;
  font-weight: normal;
  padding-top: 90px;
}  
#top .middle h2,
#top .right h2 {
  color: #162e4d;
} 
#writings {
  background: url('../images/topmiddle-background.png') no-repeat;
  line-height: normal;
  margin-bottom: 12px;
  padding: 10px 20px 20px 10px;
  height: 174px;
  width: 260px;
}
#writings h2 {
  background: url('../images/typewrite.jpg') no-repeat;
  font-size: 18px;
  height: 47px;
  margin-bottom: 4px;
  padding-left: 60px;
}
#writings h3 {
  font-size: 14px;
  margin-top: 3px;
}
#writings li {
  display: inline-block;
  font-size: 10px;
  line-height: 1.3em;
  list-style-type: none;  
  margin: 0;
}
#writings li a {
  font-size: 12px;
}
#writings a {
  font-size: 11px;
}
#writings .date {
  clear: left;
  display: block;
  margin-left: 6px;
}
#appearances {
  background: url('../images/appearance-gradient.png') repeat-x;
  height: 151px;
  margin-bottom: 10px;
  padding: 10px 12px;
  position: relative;
}
#appearances li {
  font-size: 12px;
  list-style-type: none;
  margin: 0;
}
#appearances #request-booking {
  background: url('../images/cb-sprites.png') -416px 0;
  bottom: 12px;
  display: block;
  height: 38px;
  position: absolute;
  width: 258px;
}
#appearances #request-booking a {
  display: block;
  height: 38px;
  width: 258px;    
}
#appearances #request-booking span {
  background: url('../images/cb-sprites.png') 0 0;
  float: right;
  margin: 6px 10px;
  width: 23px;
  height: 23px;
}
#appearances #request-booking:hover span {
  background-position: -27px 0;
}
#appearances #request-booking img {
  border: none;
  float: right;
  margin: 6px 8px;
}
#interviews {
  background: url('../images/radio.jpg') no-repeat;
  
  padding-bottom: 16px;
  padding-left: 60px;
  position: relative;
}
#interviews p {
  font-size: 11px;
  line-height: 1.3em;
}
#interviews .listen {
  background: url('../images/listen.gif') no-repeat;
  clear: both;
  float: right;
  font-style: italic;
  line-height: 1em;
  padding-left: 18px;
  text-decoration: none;
}
#homepage #email-signup {
  font-size: 12px;
  text-align: center;
}
#homepage #email-signup #summary_email,
#homepage #email-signup #email {
  border: 1px solid #777;
  float: left;
  margin-left: 14px;
  padding: 2px;
  width: 190px;
}
#homepage #email-signup form {
  background: url('../images/cb-sprites.png') -360px -38px;
  height: 38px;
  margin: 4px auto 0;
  padding-top: 8px;
  width: 255px;
}
#homepage #email-signup #submit {
  background: url('../images/cb-sprites.png') 0 0;
  border: none;
  cursor: pointer;
  float: right;
  height: 23px;
  margin-right: 12px;
  width: 23px;
}
#homepage #email-signup #submit:hover {
  background-position: -27px 0;
}

#bottom {
  background: url('../images/bottom-background.png') no-repeat;
  padding: 8px 14px 18px 0;
}

#bottom .left, #bottom .middle, #bottom .right {
  float: left;
  height: 330px;  
  padding: 8px;
  position: relative;
  width: 277px;
}
#bottom .middle {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#bottom .heading {
  min-height:5em;
  height:auto !important;
  height:3em;
}
#bottom h2 {
  color: #f00;
  font-weight: normal;
  font-size: 17px;
  text-align: center;
}
#bottom .subhead {
  color: #333;
  font-size: 12px;
  line-height: 1.3em;
  text-align: center;
}
#bottom .description {
  font-size: 12px;
  height: 252px;
  overflow: auto;
  padding: 0 10px;
}
#bottom .description img {
  float: right;
  margin-left: 8px;
}
#bottom .description .more {
  font-weight: bold;
}
#bottom .buy-now {
  background: url('../images/blu-arrow.gif') no-repeat 96% 60%;
  color: #4441FF;
  font-style: italic;
  padding: 0 18px 2px 4px;
  position: absolute;
  bottom: 0;
  right: 8px;
  text-decoration: none;
}
#bottom .buy-now:hover {
  background-color: #5D5Aff;
  color: #fff;
}
/****** interior styles ******/
#interior {
  float: left;
  margin: 10px 0;
}
#interior .col {
  position: relative;
  float: left;
}
#center {
  background: url('../images/content-top.png') no-repeat top;
  padding-top: 14px;
  width: 518px;
}
.content-wrapper {
  background: url('../images/shadow-right.png') repeat-y right;
  padding-right: 8px;
}
#content {
  background-color: #fff;
  min-height:560px;
  height:auto !important;
  height:560px; 
  overflow: hidden;
  padding: 16px 20px 20px 20px;
}
#content h2 {
  color: #333;
  font-size: 16px;
  margin-bottom: 1em;
}
#content p {
  margin-bottom: 1em;
}
#center .content-bottom {
  background: url('../images/content-bottom.png') no-repeat top;
  height: 22px;
  width: 518px;
}
#left .content-bottom,
#right .content-bottom {
  background: url('../images/narrow-bottom.png') no-repeat;  
  height: 18px;
}
#left, #right {
  background: url('../images/narrow-top.png') no-repeat;
  padding: 12px 0;  
}
#left,
#right {
  line-height: normal;
  width: 194px;  
}
#right {
  float: right;
  padding-bottom: 12px;
}
#comment-button {
  background: url('../images/cb-sprites.png') -54px 0;
  display: block;
  height: 30px;
  position: absolute;
  top: 0;
  left: 44px;
  width: 96px;
}
#comment-button:hover {
  background-position: -150px 0;
}
#right .content-wrapper {
  clear: both;
}
#right #email-signup {
  position: absolute;
  bottom: 23px;
  left: 3px;
  text-align: center;
}  
#right #email-signup form {
  background: url('../images/cb-sprites.png') -679px 0;
  height: 62px;
  width: 180px;
}
#right #email-signup p {
  color: #00319C;
  font-size: 12px;
}
#right #email-signup #email {
  border: 1px solid #000;
  margin: 4px 0 8px 0;
  padding: 2px;
  width: 90%;
}
#right #email-signup label {
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 16px;
  font-style: italic;
  padding-right: 34px;
  position: relative;
}
#right #email-signup #submit {
  background: url('../images/cb-sprites.png') 0 0;
  border: none;
  cursor: pointer;
  float: right;
  height: 23px;
  position: absolute;
  right: 6px;
  top: 0;
  width: 23px;
}
#right #email-signup label:hover #submit,
#right #email-join #submit:hover {
  background-position: -27px 0;
}
#left-content {
  background: #fff;
  min-height:600px;
  height:auto !important;
  height:600px; 
  padding: 0 2px 0 6px;
}
#right-content {
  background: #fff;
  min-height:516px;
  height:auto !important;
  height:516px;  
  padding: 24px 6px 60px 6px;
}
#section {
  margin-bottom: 60px;
  padding: 0 4px;
}
#section a {
  color: #000;
  text-decoration: none;
}
#section a:hover {
  text-decoration: underline;
}
#section h2 a {
  color: #8e1900;
}
#section h3 {
  font-weight: normal;
  margin-top: 8px;
}
#section h3.current a {
  color: #00319c;
}
#section ul {
  list-style-type: none;
  margin-left: 12px;
}
#full-text {
  background: url('../images/cb-sprites.png') 0 -30px;
  display: block;
  height: 70px;
  margin-bottom: 12px;
  width: 177px;
}
#full-text:hover {
  background-position: -180px -30px;
}
#ad {
  height: 318px;
  position: relative;
}
  
#ad .buynow {
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 16px;
  font-style: italic;
  height: 23px;
  padding-right: 28px;
  position: absolute;
  right: 12px;
  bottom: 12px;
  text-decoration: none;
}
#ad .buynow b {
  background: url('../images/cb-sprites.png') 0 0;
  height: 23px;
  position: absolute;
  right: 0;
  width: 23px;
}
#ad a:hover .buynow b {
  background-position: -27px 0;
}
#sharethis_0 {
  font-size: 11px;
  position: absolute;
  top: 6px;
  right: 14px;
}
#comments p {
  font-size: 11px;
  margin-bottom: 16px;
}
#comments li {
  border: 1px solid #ccc;
  color: #444;
  font-family: georgia, 'Times New Roman', serif;
  list-style-type: none;
  margin: 0 auto 14px;
  padding: 8px 6px;
  width: 90%;
}
#comments b {
  color: #999;
  font-size: 22px;
  line-height:14px;
  margin:4px;
  vertical-align:bottom;
}
#comments .source {
  color: #305fcf;
  display: block;
  font-family: verdana, arial, sans-serif;
  font-size: .8em;
  font-weight: bold;
  margin-top: 6px;
  text-align: right;
}
#comment label {
  padding-right: 12px;
}
#comment td {
  padding-top: 6px;
}
#cse-search-results iframe {
  width: 100%;
}
/*

ColorBox Core Style
The following rules are the styles that are consistant between themes.
Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/

#cboxOverlay{background:#333;}
#colorbox{}
    #cboxContent{margin-top:32px;}
        #cboxLoadedContent{background:#fff; padding:10px;}
        #cboxLoadedContent body {border: 1px solid #ccc;padding:10px;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) center center no-repeat;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:0; background:url(../images/controls.png) 0 0 no-repeat;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious.hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext.hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose.hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}