/*  
Theme Name: Mongoose E-Zines
*/

body {
 font-family: Georgia, Geneva, Verdana, Tahoma, Arial;
 background-color: #C5D6DF; 
/* background-color: #FFFFFF; */
 color: #000000;
 font-size: 0.9em;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
/* line-height: 18px; */
 }

.smallertbl table tr td {
   font-size: 0.75em;
}
.author-name {
  text-align: right;
}

.story-list-on {
/*  background-color: #ccffff; */
  background-color: #ffffff;
  color: #000000;
/*
  border-right: 1px solid #1b60ce;
  border-left: 1px solid #1b60ce;
  border-top: 1px solid #1b60ce;
  border-bottom: 1px solid #1b60ce;
*/
}
.story-list-off {
  /* background-color: #eeffff; */
  background-color: #aec7ef;
  color: #000000;
/*  border-right: 1px solid #1b60ce;
  border-left: 1px solid #1b60ce;
  border-top: 1px solid #1b60ce;
  border-bottom: 1px solid #1b60ce;
*/
}
.story-cell-border {
  border-bottom: 1px dotted #000;
}
a {
 color: #003399;
 text-decoration: none;
 }

a:hover {
 color: #DD6900;
 text-decoration: underline;
 }

h1, h1 a {
 font-size: 1em;
 font-weight: bold;
 color: #DD6900;
 }

h1 a:hover {
 color: #DD6900;
 }

h2, h2 a {
 font-size: 1em;
 font-weight: bold;
 color: #DD6900;
 }

h2 a:hover {
 color: #DD6900;
 }

h3 {
 text-align: center;
 font-size: .75em;
}
 
img {
 border: 0px;
 }

form {
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 }

hr {
 border: none 0;
 border-top: 1px dashed #999999;
 height: 1px;
 margin-bottom: 0px;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 }

ul {
 list-style-image: url("images/bullet.gif");
 margin-left: 0;
 padding-left: 1em;
 text-indent: 0em;
}

.content ul {
 list-style-image: url("images/bullet.gif");
 margin-left: 1em;
 padding-left: 1em;
 text-indent: .5em;
}

/* --- classes --- */
.headline {
  font-size: 1.5em;
  font-weight: bold;
  color: #000000;
  margin-left: 0.5em;
  }
.story {
  margin-left: 2em;
  margin-bottom: 1em;
  }
.head-date {
  font-weight: bold;
  text-indent: 1em;
  }
    
.title, .title a {
 font-family: Tahoma, Sans-serif, Verdana, Arial; 
 font-size: 1em;
 font-weight: bold;
/* color: #DD6900; */
/* background-color: #a8a8a8; */
 color: #FFFFFF;
 background-image: url("images/gray.gif");
 background-repeat: repeat-x;}
}

.title a:hover {
/* color: #DD6900; */
 color: #FFFFFF;
 }

.sidebarhead {
  background-image: url("images/gray.gif");
  background-repeat: repeat-x;}
}

.sidebargray {
  font-family: Tahoma, Sans-serif, Verdana, Arial; 
  font-size:11px; 
  color:#FFFFFF;
  font-weight: bold; 
  text-decoration:none;
}

.sidebargray:hover{
  color:  #3B5B6D; 
}

/* Start old block section */
.blockhead {
 font-size: 0.75em;
 color: #FFFFFF;
 font-weight: bold;
 background-color: #0072BC;
 padding-left: 10px;
 padding-right: 5px;
 padding-top: 2px;
 padding-bottom: 2px;
 }

.block {
 background-color: #F9F9F9; 
/* background-color: #AAAAAA; */
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 5px;
 padding-bottom: 5px;
/*
 border-left: 1px dotted #71A5EF;
 border-right: 1px dotted #71A5EF;
 border-bottom: 1px dotted #71A5EF;
*/
 border-left: 1px solid #F0F0F0;
 border-right: 1px solid #F0F0F0;
 border-bottom: 1px solid #F0F0F0;
 font-family: Tahoma, Sans-serif, Verdana, Arial; 
 font-size:10px; 
 color:#000000; 
 text-decoration:none;
}


/* -- End Old Block section */
.leftbarcontent {
 padding-left: 15px;
 padding-right: 15px;
 padding-top: 15px;
 }



/* --- layout --- */
.blue-background {
 background-color:#5281dd;
}
#wrapper {
 width: 100%;
 height: auto;
 }
.left-col {
 width: 200px;
 padding: 5px;
 vertical-align: top;
}
#header {
 left: 0px;
 top: 0px;
 height: 105px;
/* background-image: url(images/header_bg.gif); */
 background-color: #FFD3AC;
 }


#contentwrapper {
 width: 98%;
 }

#content-col {
 padding: 5px;
 color: #555555;
 background-color: #aec7ef;
 text-align: left;
 vertical-align: top;
 }
.content {
 background-color: #ffffff;
 font-size: 0.75em;
 }
 
#rightbar {
 float: right;
 height: auto;
 width: 23%;
/* background-color: #C5D6DF; */
 }

#footer {
 font-size: 0.75em;
 padding-top: 7px;
 background-color: #FFFFFF;
 text-align: center;
 width: 100%;
 border-top: 1px solid #C5C5C5;
 clear: both;
 }

.divider {
 align: center; 
 }
.ramble {
  padding: 10px;
}
.zine-notes {
  border-top: 1px dotted #1b60ce;
  margin-top: 1em;
  text-align: center;
}