/*
Theme Name: stephenlumenta.com
Theme URI: http://stephenlumenta.com
Description: stephenlumenta 2010
Author: sbl
Version: 1.0
Tags: Times, bare, minimal
*/

@import url("css/reset-min.css");

html{
   background-color: white;
}

body{
  font: 28px Times, Georgia, serif;
  line-height: 1.4em;
}

#root{
   min-width: 200px;
   width: 960px;
   margin: 1em 2em;
   background-repeat:no-repeat;
   background-position: right top;
}

#main-container{
}

/*----------------------------------------------------------------------*/
/* COMMON SENSE */

a, a:visited, a:hover{
  color: #00F;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

a.home-link{
  font-size: 1em;
}

ul{
  margin-bottom: 1em;
}

p{
  margin-bottom: 1em;
}

h1, h2, h3, h4, h5{
  margin-bottom: 1em;
}

em{
  font-style: italic;
  line-height: 1em;
  font-size: 50%;
}

b{
  font-weight: bold;
}

.hidden{
	display: none;
}

/*----------------------------------------------------------------------*/
/* NAVIGATION */

#main-navigation{
}


#main-navigation .post-thumbnail{
  display: none;
}

/*----------------------------------------------------------------------*/
/* SINGLE CONTENT */

.single-header h2{
  margin-bottom: 0;
  line-height: 1.5em;
}

.single-header .description{
  font-size: 50%;
  font-style: italic;
  line-height: 1.2em;

}

.single-header{
  margin-bottom: 1em;
}

.single-content{
}



