@charset "utf-8";

/* style "borrowed" from http://www.darrenalawi.com/blog/ */
/* http://www.wellstyled.com/tools/colorscheme2/index-en.html?analog;50;0;215;0.3;-0.8;0.3;0.5;0.1;0.9;0.5;0.75;0.3;-0.8;0.3;0.5;0.1;0.9;0.5;0.75;0.3;-0.8;0.3;0.5;0.1;0.9;0.5;0.75;0.3;-0.8;0.3;0.5;0.1;0.9;0.5;0.75;0 */

body, html {
  font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding-bottom: 20px;
  line-height: 20px;
  background: #3E576B;
}

.wrap {
  font-size: 0;
  width: 100%;
  height: 0;
  margin: 0 0 -1px;
  clear: both;
}

p { margin-bottom: 10px; color: #666; }

a {
  text-decoration: none;
  color: #6474BF;
  border-bottom: 1px solid #4E6144;
}

a.story_title {
  color: black;
  border: none;
}

.story_title {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
}

ul, ol, li { list-style: none; list-style-image: none; }
h1, h2, h3, h4, h5, h6, h7 { margin: 0; font-family: Arial, Helvetica, sans-serif; }
h2 { font-size: 20px; }
h3 { margin-bottom: 5px; font-size: 16px; color: #A0C3E4; }

.story_foot {
  line-height: 1.5em;
  margin-top: 1em;
  margin-bottom: 3em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #A0C3E4;
}

#page {
  background: white;
  margin: 0 auto;
  width: 800px;
  padding: 40px;
  padding-bottom: 30px;
  padding-top: 0;
  margin-top: 40px;
}

#articles ol, #articles li { list-style: decimal; }

#header {
  width: 800px;
  height: 320px;
  background: black url("/blarney/img/head-north.jpg") no-repeat;
  margin-bottom: 20px;
}

#header > a {
  display: block;
  float: left;
  margin-top: 30px;
  margin-left: 20px;
  border: none;
  font-family: sans-serif;
  font-size: 24px;
  color: white;
}

#nav_div { width: 500px; height: 80px; float: right; }
#nav_div ul { height: 35px; margin-top: 30px; }
#nav_div ul li { float: right; }
#nav_div ul li a { border: 0; display: block; width: 77px; }

#right_col {
  float: right;
  width: 249px;
}

#right_col h3 {
  border-top: 4px solid #768D91;
  display: block;
  margin-top: 16px;
  width: 209px;
  height: 20px;
  padding: 0;
}

#sidebar a { display: block; padding: 3px; padding-left: 10px; border: 0; margin-bottom: 1px; }
#sidebar a { color: #A0C3E4; }
#sidebar a:hover { color: #DDECF8; background: #3E576B; }

#icecast    { line-height: 1.5em; }
#icecast dd { text-align: center; }
#icecast a  { display: inline; padding: 0; background: none; }

#moonphase { line-height: 1.5em; text-align: center; }

#recent ul { padding-left: 1em; }

#catlist ul { padding-left: 1em; width: 10em; }
#catlist ul li { list-style-type: none; position: relative; }
#catlist ul li ul { display: none; }
/* left is one less than the width of '#catlist ul' (10em) */
#catlist ul li:hover > ul { display: block; position: absolute; top: 0em; left: 9em; width: 16em; }
#catlist ul li:hover > ul li { border: 1px solid #A0C3E4; background: #3E576B; }


#datelist ul { padding-left: 1em; width: 7em; }
#datelist ul li { list-style-type: none; position: relative; }
#datelist ul li a { text-align: right; padding-right: 1em; }
#datelist ul li ul { display: none; }
#datelist ul li ul a { text-align: left; }
/* left is one less than the width of '#datelist ul' (7em) */
#datelist ul li:hover > ul { display: block; position: absolute; top: 0em; left: 6em; width: 16em; }
#datelist ul li:hover > ul li { border: 1px solid #A0C3E4; background: #3E576B; }


#articles {
  width:         500px;
  float:         left;
  padding-right: 26px;
  border-right:  1px dashed #CCC;
  min-height:    720px;
}

#paging_head, #paging_foot {
  width:   500px;
  float:   left;
  padding-right: 26px;
}
