/*
Theme Name: AndyBlue
*/

/* ------------------------- */
/*   FROM ROYALE             */
/* ------------------------- */
/* Begin Typography & Colors */

body {
  font-size: 62.5%; /* Resets 1em to 10px */
  FONT-FAMILY: Georgia, "Times New Roman";
  color: #E0E0E0; 
  text-align: center;
}

/* ------------ LINKS BEGIN ----------------- */
/* colors #15b7e9 - blue and #B9E9F8 - light blue */
/*  border-bottom: 1px dotted #15b7e9; */

a, a:visited {
  color: #15b7e9;
  text-decoration: none;
  marks: none;
}

a img { border: none; }

a:hover {
  color: #B9E9F8;
  border-bottom: 1px solid #B9E9F8;
}

.sidebars a, .sidebars a:visited { border: none; }

.sidebars a:hover {
  color: #B9E9F8; border: none;
}

#prev a { font-size: 9pt; }

.pages a, .pages a:visited {
  font-size: 1.4em;
  font-weight: bold;
  color: #999;
  letter-spacing: -.08em !important; letter-spacing: -.1em; 
}

.pages a, .pages a:hover, .pages a:visited {
  border: none;
  padding: 5px 10px;
  background: #333;
}

.pages a:hover {
  color: #fff; 
  border-top: 2px solid #15b7e9;
  marks: none;}
/* ------------ LINKS END----------------- */

#page { text-align: left; }

#content { font-size: 1.2em!important; }

.entry p { font-size: 1.05em; }
.entrylj p { font-size: 1.05em; }

.entry { line-height: 1.5em; }
.entrylj { line-height: 1.5em; }

.postmetadata { text-align: left; }

small {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.9em;
  line-height: 1.4em;
}

.sanserif { 
      font-family: Arial, Helvetica, Sans-Serif;
     font-size: 1.0em; 
      }

/* --------- BEGIN HEADERS ------------ */
h1 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: bold;
  font-size: 1.3em;
  letter-spacing: -.05em;
}

h2, h3, h4, .inline-widgets h2, .inline-widgets {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-weight: bold;
}

.inline-widgets h2, .inline-widgets { font-size: 1.4em; }

h2 { font-size: 1.4em; }

h3 { font-size: 1.2em; text-transform: uppercase}

h4 { font-size: 1.2em; }

.sidebars h2, .sidebars h2 a, .sidebars h2 a:visited { 
  color: #fff;
  font-family: "Lucida Grande", Verdana, Sans-Serif;
  font-size: 1.2em;
  text-decoration: none;
  border: none;
} 

.sidebars h5, .sidebars h5 a, .sidebars h5 a:visited  { 
  color: #fff;
  font-family: "Lucida Grande", Verdana, Sans-Serif;
  font-size: 1.2em;
font-variant: small-caps;
  text-decoration: none;
  border: none;
}

.sidebars h2 a:hover, .sidebars h5 a:hover {
  color: #B9E9F8; border: none; } 

h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, cite {
  text-decoration: none;
  color: #fff;
  border: none;
}

h2 a:hover, h5 a:hover {
  color: #B9E9F8;
  marks: none;
}

h3, h3 a, h3 a:hover, h3 a:visited {  
text-decoration: none;
color: #fff; 
border-top: 2px solid #eee; }

.postinfo h2, .postinfo h3 { 
  color: #fff; font-size: 1.4em;
  line-height: .9em;
}

h1, .description { padding-left: 30px; }

h1 { padding-top: 15px; }

h2.pagetitle {
  margin-top: 30px;
  text-align: center;
}

.sidebars h2, .sidebars h5 { margin: 5px 0 0 0; }

/* ------------- END HEADERS -----------*/

.sidebars { 
font: 1.05em "Lucida Grande", Verdana, Arial, Sans-Serif; 
background: url(images/black_overlay_50.png); 
}

code { font: 1em 'Courier New', Courier, Fixed; }

blockquote {
  color: #555;
  font-size: 0.9em;
  letter-spacing: .07em;
  font-style: italic;
  TEXT-ALIGN: justify;
}

em {
  font-style: italic;
font-size: 1.05em;
}

strong {
  font-weight: bold;
  font-size: 1.05em;
}

.gray { 
  color: #808080;
   }

.green { 
  font-weight: bold;
  color: #006600;
   }

.neongreen { 
  color: #00FF00;
   }

.red { 
  font-weight: bold;
  color: #cc0000;
   }

.white { 
  font-weight: bold;
  color: #fff;
   }

.commentid {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-Serif;
  font-size: 2em;
  margin-right: .5em;
  letter-spacing: -.1em;
}


.description { 
     text-decoration: none;
     color: #C0C0C0;
     font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; 
     font-size: 1.4em; 
     border: none;
      }
/* End Typography & Colors */

/* Begin Structure */
* {
  padding: 0;
  margin: 0;
}

p { margin: 1.05em 0; }

body {
  background: #111 url(images/default.png) fixed;
  margin: 0 0 20px 0;
}

#header {
  text-align: left;
  width: 100%;
 background: url(images/black_overlay_25.png); 
  height: 140px;
  position: relative;
  margin-bottom: 20px;
}

#page {
  margin-bottom: 20px;
  width: 100%;
  }

#page table {
  width: 100%;
  padding: 0 10px;
}

#page td {
  vertical-align: top;
  padding: 0 5px 5px 5px;
}

#page th {
font-size:1.05em;
font-weight: normal;  }
/* testing font-weight */

#content {
  min-width: 300px;
  width: 100%;
}

.sidebars {
  width: 215px;
  border: none;
  border-top:    2px solid #eee; 
  border-bottom: 2px solid #eee; 
}
/* EF:  width: 210px; */
.post {
  text-align: left;
  padding: 5px 15px;
  margin-bottom: 5px;
 background: url(images/black_overlay_50.png); 
  border-bottom: 2px solid #eee;
  border-top:    2px solid #eee; 
 /*  height: 1%; for peekaboo bug in ie only */
  clear: both;
}
/* overlay: #111; */

.postdata { padding-top: 5px; }

.smallattachment {
  text-align: center;
  float: left;
  width: 128px;
  margin: 5px 5px 5px 0px;
}

.attachment {
  text-align: center;
  margin: 5px 0px;
}

.postmetadata, .entry, .entrylj { clear: both; }

/* End Structure */

/* Begin Images */
p img { max-width: 95%; }

.entry img {
  float: none;
  margin: 3px 10px;
  background: #fff;
  border: none;
  padding: 3px;
}
.entrylj img {
  float: none;
  margin: 3px 10px;
  background: #fff;
  border: none;
  padding: 3px;
}
/* EF: border: 1px solid #333; */

.entry img.wp-smiley {
  margin: 0;
  background: transparent;
  border: 0;
  padding: 0;
}
.entrylj img.wp-smiley {
  margin: 0;
  background: transparent;
  border: 0;
  padding: 0;
}
img.nofloat, .smallattachment img, .attachment img, .entry img.wp-smiley, .entrylj img.wp-smiley { float: none; }

img.noborder {
  background: none;
  border: 0;
  padding: none;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
img.ljrss{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -1px;
  float: none;
}
img.alignright {
  display: inline;
  float: right;
}

img.alignleft {
  display: inline;
  float: left;
}

.alignright { float: right; }

.alignleft { float: left; }

/* ----------- End Images -------- */


/* --------- Begin Lists -------- */
.entry ul {
  padding: 0 0 0 20px;
  list-style: none;
  list-style-type: circle;
  font-size: 1.05em;
} 
.entrylj ul {
  padding: 0 0 0 20px;
  list-style: none;
  list-style-type: circle;
  font-size: 1.05em;
} 

.entry li { margin: 6px 0 7px 5px; }
.entrylj li { margin: 6px 0 7px 5px; }

.entry ol { padding: 0 0 0 20px; }
.entrylj ol { padding: 0 0 0 20px; }

.postdata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
}

.sidebars li {
  list-style-type: none;
  margin: 0 10px 20px 10px;
}

.sidebars ul li {
  list-style-type: disc; 
  list-style-image: none;
}
/* EF: list-style-type: circle; */

.sidebars p, .sidebars select { margin: 5px 0 8px; }

.sidebars ul { margin: 5px 0 0 15px; }

.sidebars ol { margin: 5px 0 0 25px; }

.sidebars ul ul { margin: 0 0 0 15px; }

ol li, .sidebars ol li { list-style: decimal outside; }

.sidebars ul li, .sidebars ol li {
  margin: 3px 0 0 0;
  padding: 2px 0;
}

.pages li {
  list-style-type: none;
  display: inline;
  margin: 0 1px;
}

.inline-widgets { padding-left: 0; }

.inline-widgets li {
  list-style-type: none;
  padding-bottom: 2em;
}

.inline-widgets li ul { padding-left: 2em; }

.inline-widgets li li {
  list-style-type: circle;
  padding-bottom: 0;
}
/* ---------- End Lists --------- */


/* Begin Form Elements */
#searchform {
  margin: 0 auto;
  padding: 0 3px; 
  text-align: center;
}

.sidebars #searchform #s {
  width: 140px;
  padding: 2px;
}

#content #searchform {
  text-align: left;
  margin: 1em 0;
}

#content #searchform #s {
  width: 200px;
  padding: 2px;
}

.entry form { text-align: center; }
.entrylj form { text-align: center; }

select { width: 130px; }

/* End Form Elements */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps { cursor: help; }

acronym, abbr { border-bottom: 1px dashed #999; }

blockquote {
  margin: 15px 10px 0 10px;
  padding: 0 20px;
  border-left: 5px solid #ddd;
  border: 1px dashed #ddd;
  border-left: 0;
  border-right: 0;
  background: #444;
  color: #ddd;
}

.center { text-align: center; }

.navigation {
  display: block;
  text-align: center;
  padding: 10px 0 20px 0;
}

.navigation div { padding: 0 0 10px 0; }
.navigation img { vertical-align: bottom; }

.cal {
  display: inline;
  padding: 1px;
  float: left;
  margin-right: 1em;
}

.cal span { display: block; }

.cald {
  font-size: 1.5em;
  letter-spacing: .2em;
  padding-left: .2em
}

.cald2 {
  letter-spacing: 0em;
  padding-left: 0;
}

.calm {

  font-weight: bold;
  font-size: 2em;
  line-height: .7em;
}

.caly {
  font-size: .8em;
  letter-spacing: .1em;
  line-height: 1em;
}

.pages {
  display: block;
  text-align: left;
  padding: 30px 0 5px 20px;
  border-bottom: 5px solid black;
  position: absolute;
  bottom: 0;
  width: 98%;
}

.postinfo { padding-bottom: 0.5em; }

#rss {
  float: right;
  padding-right: 4px;
}

.textwidget { padding-right: 10px; }

.absolute { position: absolute; }

/* End Various Tags & Classes */

/* ------------------------- */
/*   FROM ANDYBLUE           */
/* ------------------------- */

/* FORM */
form.qs {
position:absolute;
top:53px;
right:30px;
text-align:right;
padding:0px;
margin:0px;
}

form.qs p {
font-size:11px;
font-weight:normal;
padding:0px;
margin:0px;
color:#fff;
background-color:transparent;}

form.qs input.button {
font-size:11px;
font-weight:normal;
width:30px;
color:#000;
background-color:#111;
border:solid 1px #c0d3e2;
padding:0px;margin:0px;}

form.qs input.textfield {
font-size:11px;
font-weight:normal;
padding:1px 0px 0px 0px;
margin:3px 0px;}

/* FOOTER */
div.footer {
padding:5px 0;
margin:0 0px;
font-size:1.05em;
font-family: Arial, Helvetica, Sans-Serif;
color:#d3d3d3;
background: url(images/black_overlay_25.png); }
/* background-color:transparent; */

div.footer p { 
padding:0;
margin:0;
text-align:center;}

div.footer a, div.footer a:hover, div.footer a:visited, div.footer a:active {
color:#d3d3d3;
background-color:inherit;
font-weight:normal; 
border:none;}

/* EF class for journal properties */
.effeedlist img {
  display: inline;
  float: none;
  background: none;
  padding: 0px;
 }

.effeedlist a, .effeedlist a:visited {
  color: #15b7e9;
  border: none;
  text-decoration: none;
  marks: none;
}
.effeedlist a:hover {
  color: #15b7e9;
  border-bottom: 1px solid #15b7e9;
  text-decoration: none;
  marks: none;
}