/*
*  Hypnagogics.com
*  Author: Kenan Banks
*/

/* Site-wide stuff  */
body, html {margin:0; padding:0; font:normal 10pt Georgia, Lucida, serif}
a img {border:0}
a {color:blue; text-decoration:none;}
a:hover {color:#000;text-decoration:underline;}
h1,h2,h3,h4,h5,h6 {font-family:"trebuchet ms", Candara, sans-serif;} 
h1 {font:normal 10pt Georgia; text-transform:uppercase; letter-spacing:1px}
h1 a {color:#666;}
h1 a:hover {color:black;}
p {line-height:1.6em;}
em {font:bold 10pt inherit; color:#aaa}


/* Section banners  */
.banner {width:100%; height:78px; margin-bottom:30px; float:left; }
.banner h2 {height:78px; background:top left url(/images/shadow_banner.gif) white no-repeat; float:left; padding-left:17px; position:relative; margin:0 0 0 -30px;}
.banner h2 span {height:100%; display:block; background:top right url(/images/shadow_banner.gif) white no-repeat; float:left;
padding-right:17px;}
.banner h2 span span {margin:17px 0; border:1px solid #000; border-left:15px solid black;
padding-left:20px;height:44px; line-height:44px; background-image:none;
background-color:white;}



/* Grid Stuff */
div#frame {width:800px; margin:30px auto 50px auto}
div#content {clear:both;}




/* Home Page */
div.home-page h1 {border-bottom:1px solid #eee;}
div.home-page ul {list-style-type:none;}
div.home-page ul li {color:#ccc; padding:2px;}
div.home-page ul li a {}



/* Utility Stuff  */
.prettyquote {
   color:#666;
   font:normal 14pt "Palatino", "Warnock Pro", "Goudy Old Style", "Book Antiqua", Georgia, serif;
   font-style:italic;
   padding:1em;
   border-top:1px solid #ddd;
   border-bottom:1px solid #ddd;
   margin:40px;
}

.prettyquote em{
   color:black;
   font-weight:bold;
}
a.raquos span {visibility:hidden}
a.raquos:hover {color:blue; text-decoration:none;}
a.raquos:hover span {visibility:visible;}

.big {
   font-size:14pt;
}

.indent {
   margin-right:40px;
   margin-left:40px;
}


/* Train Projects  */
dl.project-list {margin:0; padding:0;}
dl.project-list dt { font-size:14pt; }
dl.project-list dd { margin:0;padding:0;font-weight:normal; color:#333;}

