@font-face { 
  font-family: Jenna Sue; 
    src: url('../fonts/JennaSue-webfont.eot'); 
    src: local("Jenna Sue"), url('../fonts/JennaSue-webfont.ttf'); 
} 

@font-face { 
  font-family: News Cycle; 
    src: url('../fonts/NewsCycle-Regular.eot'); 
    src: local("News Cycle"), url('../fonts/NewsCycle-Regular.ttf'); 
} 

html { 
  height: 100%;
}

* { 
  margin: 0;
  padding: 0;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;
}

body { 
  font: normal 1.0em verdana, arial, sans-serif;
  background: #CCC;
  color: #000;
  padding-bottom: 10px;
}

p { 
  font: normal 1.0em verdana, arial, sans-serif;
  padding: 0 0 20px 0;
  line-height: 1.5em;
  text-align: left;
  text-shadow: #FFF 1px 1px ;
}

img { 
  border: 0;
}

h2 { 
  font: normal 250% verdana, arial, sans-serif;
  color: #181359;  
  margin: 0;
  padding: 0 0 10px 0;
  text-shadow: 1px 1px #FFF;
}

h3 { 
  font: normal 125% 'trebuchet ms', arial, sans-serif;
}

a, a:hover { 
  outline: none;
  color: #181359;
  text-decoration: underline;
}

a:hover { 
  text-decoration: none;
  color: #181359;
}

.left { 
  float: left;
  width: auto;
  margin-right: 10px;
}

.right { 
  float: right; 
  width: auto;
  margin-left: 10px;
}

.center { 
  display: block;
  text-align: center;
  margin: 20px auto;
}

#main, header, #logo, nav, #site_content, footer, .slideshow, #top_container { 
  margin-left: auto; 
  margin-right: auto;
}

#main { 
  margin: 0 auto 0 auto;
}

#top_container
{  background: #808080;
   background: -moz-linear-gradient(#606060, #CCCCCC);
   background: -o-linear-gradient(#606060, #CCCCCC);
   background: -webkit-linear-gradient(#606060, #CCCCCC);
   background: linear-gradient(#606060, #CCCCCC);
   padding-bottom: 25px;}

header { 
  width: 950px;
  height: 100px;
}

#logo { 
  width: 400px;
  float: left;
  height: 10px;
  background: transparent;
  padding: 0 0 0px 0;
}

#logo h1 { 
  font: normal 450% 'Jenna Sue', arial, sans-serif;
  padding: 30px 0 0 0;
  color: #181359;
  letter-spacing: -2px;
  text-shadow: #000 1px 1px;
}

#logo h1 a { 
  color: #FFF;
  text-decoration: none;
}

#site_content { 
  width: 950px;
  overflow: hidden;
  margin: 4px auto 0 auto;
  padding: 0;
  border-top: 0;
  border-bottom: 0;
} 

#sidebar_container { 
  float: left;
  width: 300px;
  padding: 0px 0 0 0;
  float: right;
}

.sidebar { 
  float: right;
  width: 223px;
  margin: 0 0 0px 0;
  padding: 0px 0px 0px 0px;
}
  
.sidebar h3 { 
  padding: 0 15px 0px 0;
  font: 400% 'Jenna Sue', arial, sans-serif;
  text-shadow:  #FFF 1px 1px;
  margin: 0 1px;
  color: #6648B0;
}

.sidebar_item, .content_item { 
  padding: 15px 0;
}

#content { 
  text-align: justify;
  width: 620px;
  padding: 0px 0 0px 0;
  margin: 0;
  float: left;
}

/* ordered list */
  ol {
  list-style-type: circle;
  margin: 0px 0px 0px 24px;
  padding: 0px;
  font: normal 1.0em verdana, arial, sans-serif;
  line-height: 1.5em;
  text-align: left;
  text-shadow: #FFF 1px 1px ;
}

ol li {
  margin: 0px 0px 8px 0px; 
  padding: 0px;
  font: normal 1.0em verdana, arial, sans-serif;
  line-height: 1.5em;
  text-align: left;
  text-shadow: #FFF 1px 1px ;
}

#content ul, .sidebar ul { 
  margin: 0px 0 0px 0px;
  text-shadow: #FFF 1px 1px ;
}

#content ul li, .sidebar ul li { 
  list-style-type: none;
  margin: 0 0 0 0; 
  padding: 0px 0 0px 28px;
  line-height: 1.5em;
  text-shadow: #FFF 1px 1px ;
}

footer { 
  width: 950px;
  font: normal 70% verdana,  arial, sans-serif;
  height: 50px;
  padding: 0px 0 0px 0;
  text-align: center; 
  color: #181359;
  margin-top: 0px;
}

footer p { 
  padding: 0 0 0px 0;
}

footer a, footer a:hover { 
  color: #181359;
  text-decoration: underline;
}

footer a:hover { 
  color: #181359;
  text-decoration: none;
}

.center {
  width: 950px;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  border: none;
  float: center;
}

nav { 
  height: 35px;
  width: 550px;
  margin: 1px auto 0 auto;
  float: right;
  padding: 0px 0 0px 0;
} 

/* from here: http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers */
.lavaLampWithImage {
  position: relative;
  height: 35px;
  padding: 0 5px 15px 0;
  margin: 35px 0 0 0;
  overflow: hidden;
  float: right;
}

.lavaLampWithImage li {
  float: left;
  list-style: none;
  max-width: auto
}

.lavaLampWithImage li.back {
  background: #181359;
  height: 30px;
  margin-top: 8px;
  z-index: 8;
  position: absolute;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px; 
}

.lavaLampWithImage li a {
  font: normal 120% 'News Cycle', sans-serif;
  text-shadow: none;
  text-decoration: none;
  color: #FFF;
  outline: none;
  text-align: center;
  letter-spacing: 0;
  z-index: 10;
  display: block;
  float: left;
  line-height: 35px;
  padding: 5px 0 5px 0;
  position: relative;
  overflow: hidden;
  margin: auto 16px;    
}

.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
  border: none;
}
