/*  
Theme Name: cslectures.info
Theme URI: http://cslectures.info
Description: Custom theme for cslectures.info
Version: 1.0
Author: Gabriel Serafini
Author URI: http://www.gabrielserafini.com/

*/


body {
  background: #ccc url(images/body_back.gif) repeat-x;
  color: #000;
  font-family: "trebuchet ms", arial, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 9px 0;
  }


#page {
  width: 910px;
  margin: 0 auto;
  background: #fff url(images/page_back.gif) repeat-y;
  }

#header {
  background: url(images/header_back_new.gif) no-repeat;
  position: relative;
  height: 164px;
  }

.site-logo {
  position: absolute;
  left: 11px;
  top: 20px;
  }

#navs {
  position: absolute;
  left: 16px;
  bottom: 33px;
  }

#navs img {
  margin-right: 2px;
  }

#nav-sponsors-removethisifnewwayisworking {
  display:none;
}

/* specific styling for lecture pages  */


img.lec_sum{float:left;width:300px; padding-right:15px;border:0px;}


/* get everything in the right place.. */
#mainbody {position:relative;}
#content {width:68%;float:left;}
#lecbar {width:23%;float:right; padding:15px;}

#sidebar, #sponsorsbar {width:23%;float:right; padding:15px;
          background: #def;}


#sponsorsbar ul {margin:0px; padding:0px; list-style-type:none;}
#sponsorsbar ul li li {margin:0px; padding-left:1em; }



.cs-com-logo {position : relative; left : -45px; }

div.left-float {float: left; padding-right: 1em;}

#lec_bottom {clear:both;}



p.intro {
        font-size: 150% 
}
p.intro:first-letter {
  font-size: 200%
}

blockquote > p:first-letter {
  font-size: 200%
}


ul li {
  font-size: 150%)
}

blockquote { 
  background : url(images/bb_quotes.gif) no-repeat top left;
  font-size :130%;
  width: 80%; 
 float: left;
  padding : 1px 1px 0px 5px;
  border-right : 1px dotted #99cc66; 
  border-left : 1px dotted #99cc66; 
  color : #007BC1;
  text-indent : 15px;
 margin: 2%;
}


blockquote.lecleft{
   width: 30%; 
 float: left;
}
 
blockquote.lecright {
     width: 30%; 
 float: right;
}

#danphoto {
  float:left;  padding-right:1em; padding-bottom: 1em;
}


/*  ################################ God or Delusion styling ######################################### */

#lecbar.lec_god {background: #def url(images/grodbkgd.gif) repeat-y; }

#listing_god {background: #C5CEDD;}

/*   ###############################  Heaven on Earth styling   ########################################### */

#lecbar.lec_hoe {background: #F7F79C;
  border: 5px #D65A31 solid;}
#lecbar.lec_hoe ul li h2 {color: #087BD6 }

#listing_hoe {background:  #F7F79C}


/*   ###############################  Beyond Belief styling   ########################################### */

#lecbar.lec_fbb {background: #A6DFF3;
  border: 7px #95629B solid;}
#lecbar.lec_fbb ul li h2 {color: #95629B}

#listing_fbb {background: #C6ADBD;}


/*   ###############################  Evo Revo styling   ########################################### */

#lecbar.lec_ert {background: #E7EFEF;
  border: 5px #2D6373 solid;}
#lecbar.lec_ert ul li h2 {color: #151B2B }


#letter-test-notgoodenough {background: #ECDDAA; padding: 2em; 
         font-size: 125%; font-family:  Arial, Times New Roman, Lucida sans, baloonist, lucida handwriting, Times Roman;
   font-style: italic;
font-weight: bolder;}


.bar_nextlec {position:relative; left:-30px;}
.bar_date {position:relative; left:-20px; font-weight:bold;}
.bar_place {position:relative; left:-20px;}


.lec-sb-img { position:relative; left:-40px;}
.pic-border {
 border:2px;  
}

/* ################################# div event listing ################# */
div.lec_ev_listing { padding: 1em; border-bottom:2px #000 solid; border-top:2px #000 solid; position:relative; margin-top:20px;background:#cccccc; height:18em;}

.town {font-size: 150%; position: relative; float:right; }
.ev_date {font-size: 150%; position: relative; float:left; }
.ev_time {font-size: 150%; position: relative; top:1em; left:1em}
div.lec_venue{ position: relative; float:right; width: 40%}
div.lec_venue .town2 {font-weight:bold;}
div.lec_ev_listing .lec-logo {position: relative; float:left; } 

div.lec_ev_listing .full_title {position: relative; left:0; top:0; font-size:187%; display:block; text-align: center; width:100%; background:#ddd;} 
div.lec_ev_listing .bottom_bar { position: relative; left:0; bottom:0; background:#ddd;  width:100%; display:block; clear:both; }
div.lec_ev_listing .bottom_bar ul li {display:block;float:left; width:10em;padding-left:1em;}
div.lec_ev_listing .bottom_bar ul li a {display:block; width:100%; background:#3ff; text-decoration:none; text-align:center; font-weight:bolder;}
div.lec_ev_listing .bottom_bar ul li a:hover {background:#ef3;}



div.lec_ev_listing .full_title.GOD, div.lec_ev_listing .bottom_bar.GOD  { background:#2078BF;} 
div.lec_ev_listing .bottom_bar.GOD ul li a {background:#2078BF; color:#fff;}
div.lec_ev_listing .bottom_bar.GOD ul li a:hover {background:#C6CEDB; color:#000;}


div.lec_ev_listing .full_title.HOE, div.lec_ev_listing .bottom_bar.HOE  { background:#F4F79C;} 
div.lec_ev_listing .bottom_bar.HOE ul li a {background:#F4F79C;}
div.lec_ev_listing .bottom_bar.HOE ul li a:hover {background:#DC7C2F;}

div.lec_ev_listing .full_title.FBB, div.lec_ev_listing .bottom_bar.FBB  { background:#95629B;} 
div.lec_ev_listing .bottom_bar.FBB ul li a {background:#95629B; color:#fff;}
div.lec_ev_listing .bottom_bar.FBB ul li a:hover {background:#CBE3B1; color:#000;}



/* end of styling for lectures */




#subscribe-options {
  position: absolute;
  right: 24px;
  top: 148px;
  }

#subscribe-options img {
  margin: 0 0 -8px 0;
  }

#subscribe-options a {
  color: #999;
  text-decoration: none;
  }

#subscribe-options a:hover span {
  color: #666;
  text-decoration: underline;
  }


#mainbody {
  margin: 16px 24px 0 24px;
  }

#content {
  }

.post-title a {
  color: #000;
  text-decoration: none;
  }





.edit-link-container {
  margin: 24px 0px 0px 0px;
  }

.edit-link {
  }

.edit-link img {
  margin: 0px 0px -3px 0px;
  }

.edit-link a {
  padding: 4px 8px 4px 8px;
  text-decoration: none;
  background: #ff9;
  border-top: 1px solid #cc9;
  border-right: 1px solid #996;
  border-bottom: 1px solid #996;
  border-left: 1px solid #cc9;
  color: #660;
  }

.edit-link a:hover {
  border-top: 1px solid #996;
  border-right: 1px solid #cc9;
  border-bottom: 1px solid #cc9;
  border-left: 1px solid #996;
  }

.edit-link a span {
  text-decoration: none;
  }

.edit-link a:hover span {
  color: #330;
  text-decoration: none;
  }


.add-entry-container {
  margin: 12px 0px 12px 18px;
  }

.add-entry {
  }

.add-entry img {
  margin: 0px 0px -2px 0px;
  }

.add-entry a {
  padding: 4px 8px 4px 8px;
  text-decoration: none;
  font-size: 18px;
  background: #9f9;
  border-top: 1px solid #9c9;
  border-right: 1px solid #696;
  border-bottom: 1px solid #696;
  border-left: 1px solid #9c9;
  color: #060;
  }

.add-entry a:hover {
  border-top: 1px solid #696;
  border-right: 1px solid #9c9;
  border-bottom: 1px solid #9c9;
  border-left: 1px solid #696;
  }

.add-entry a span {
  text-decoration: none;
  }

.add-entry a:hover span {
  color: #330;
  text-decoration: none;
  }




#footer {
  color: #666;
  background: url(images/footer_back.gif) no-repeat bottom left;
  padding: 24px;
        clear:both;
  }

#footer a {
  color: #666;
  }

#footer form {
  display: inline;
  }

.credits {
  font-size: 10px;
  color: #999;
  }

.credits a {
  text-decoration: none;
  color: #999 !important;
  }

#footer-logo {
  float: right;
  margin: 12px 0px 18px 0;
  }

/* LECTURE QUOTES CSS   */

.quote {font-size: 11pt;
       margin-left: 3em;
       margin-right: 3em;
       margin-bottom: 0;
       padding: 0;}

.source {font-size: 9pt;
        font-weight: bold;
        text-align: right;
        margin-top: 0;
        margin-right: 3em;
        margin-bottom: 3em;
        padding: 0;}