/********************************************************************************                                                  
                          USING SF-BLUEPRINT-CSS

-Never make changes to the original Blueprint CSS files.  Overwrite them in this custom.css file.
-Not all of the css classes are listed in this file. Since Blueprint has great default classes, only overwrites and additions are listed.

For more information on BluePrint CSS, visit: http://code.google.com/p/blueprintcss/

Good luck!
********************************************************************************/


/********************************************************************************
	         Body
********************************************************************************/
html {height:100%;}

body {
   background: #fff;
   color: #000;
   margin:0;
   padding:0;
   height:100%;
}
#main {
   padding-top: 10px;
}
#container{
min-height:100%;
position:relative;	
}
#content{
line-height:normal;	
}
#content h2{
font-size:1.5em;
color:black;
margin-bottom:2px;	
}
#mainbox{
border-bottom:#ccc solid 1px;	
}
#boxleft{float:left; margin-bottom:5px; }
#boxright{float:left; margin: 0  0  0 8px; text-align:left;width:300px;}
#subboxleft{
border-right:#ccc solid 1px;
}
#subboxleft p{margin-right:10px;}
#subboxright p{
	margin-left:10px;
}
#subboxright img{padding:2px;}
.floatleft{float:left;}
.floatright{float:right;}

/********************************************************************************
	         Header
********************************************************************************/
#header{margin-top:-68px;}
#header-left{padding: 5px 5px;}
#topheader{
	background-color:#003; 
	background:url(images/topbg.jpg) repeat-y left; 
	width:100%;
	height:73px;
}
#banner{margin-top:25px;}
#logo{margin-left:5px; margin-top:-5px;}

/********************************************************************************
	         Top Nav
********************************************************************************/

.topnav ul{float:right;}
.topnav ul li{display: inline;
list-style-type: none;
padding-right: 20px;
font-size:11px;
}
.topnav ul li a{color:white;}

/********************************************************************************
               Rounded Corners
********************************************************************************/

/* set millions of background images */
.rbroundbox { background: url(images/menubg.gif) repeat; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox {width:90%; margin: 1em auto; float:left;}


/********************************************************************************
	         Footer
********************************************************************************/
#bottomfooter{
   background-image:url(images/footergrass.jpg);
   background-repeat: repeat-x;
   background-position: left bottom;
   height:71px;
   position:relative;
}

/********************************************************************************
               Typography
********************************************************************************/
/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px)
***************************************/
   
body {
   font-size: 90%; 
   font-family:arial, verdana, Geneva, Verdana, "Lucida Grande", Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 { 
  color: #000080; 
}

.menu h2{
	background:url(images/titleunderline.jpg) no-repeat bottom left;
	font-size:1.5em; 
}
#sidebar h2{
	font-size:1.5em; 
}

/* SlipFire created typography classes
***************************************/

.medium { font-size: 1em; line-height: 2.1875em;}

.center {text-align:center;}

.byline{ font-size: .8em; line-height: 1em;}

.timestamp{ font-size: .8em; line-height: 1.2em;}

.commentnum{ font-size: .8em; line-height: 1.2em;}

.incategory{ font-size: 1em; line-height: 1.2em;}



/********************************************************************************
               Text Elements and Lists
********************************************************************************/

a {
	color: #006;
	text-decoration: none;
}

/* Removes unwanted link decoration
***************************************/
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a, p a, nolink {border-bottom: none;}

li { list-style: square inside url(images/bullet.gif);}

.fancybullet li {
      list-style: none;
	background: url(images/bullet.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
      margin: 0px 0px 0px 0px;
}


.post { 
    position: relative;
    margin-left: 4.8em;
	border-bottom: #ddd 1px dotted;
	margin-bottom: 10px;
}
.entryDate { 
    border: 1px solid #999; 
    font-family: Georgia,"Times New Roman", serif; 
    left: -4.8em; 
    line-height: 1; 
    position: absolute; 
    top: 0; 
    width: 3.5em;
}
.entryDate span { 
    display: block; 
    text-align: center; 
}
.postMonth { 
    text-transform: uppercase; 
    font-size: 1.2em;
    padding-top: 0.3em; 
}
.postDay { font-size: 2em; }
.postYear { 
    background-color: #003; 
    color: #FFF; 
    font-size: 1.2em; 
    padding: 0.3em 0; 
    margin-top: 0.3em;
}


/********************************************************************************                                            
                            SLIPFIRE CREATED CLASSES                                                   
********************************************************************************/


/********************************************************************************
                Borders
********************************************************************************/

.border-left{
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #ddd;
}

.border-right{
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ddd;
}

.border-top{
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #ddd;
}

.border-bottom{
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ddd;
}


/********************************************************************************
                Misc
********************************************************************************/

/* Use a .box(Blueprint default) or .box2 to create a padded box inside a column. 
***************************************/

.box2 { 
  padding: .5em; 
  margin-bottom: .5em; 
  background: #eee; 
  border: 1px solid #ddd;   
}


/* Use to push down a div (adds vertical space between divs)
***************************************/

.pushdown-1 {padding-top:10px;}
.pushdown-2 {padding-top:20px;}
.pushdown-3 {padding-top:30px;}
.pushdown-4 {padding-top:40px;}
.pushdown-5 {padding-top:50px;}

#teaser{float:right;}

/********************************************************************************
                Lines
********************************************************************************/

/* Lines: add "class=" to HR to control color and height
     example: <hr class=thick> for a thick line
***************************************/

.thick {
  height: 3px;
  margin: 0 0 1.4em 0;
}

.thin{
  height: 1px;
  margin: 0 0 0 0;
}




/********************************************************************************                                                  
                          SLIPFIRE CREATED FOR WORDPRESS                                                   
********************************************************************************/
a.post-edit-link{color:#900; font-weight:bold; text-transform:uppercase; border: #900 solid 1px; padding:3px; }


/********************************************************************************
                Navbar
********************************************************************************/

#navbar {
   margin: 0px auto 0px;
   padding: 10px 0px 10px 0px;
}
	
#navbar li {
   display: inline;
   list-style-type: none;
   font-weight: bold;
   margin: 0px;
   padding: 0px;
}
		
#navbar ul {
   margin: 0px;
   padding: 0px;
}
	
#navbar ul li a {
   color: #000080;
   padding: 0px 10px 0px 10px;
   margin: 0px;
   text-decoration: none;
   border-bottom: none;
}

#navbar ul li a:hover, a:active {
   text-decoration: underline;
}

#current_page_item a {
   text-decoration: underline;
}

/* 
SIDENAV
*/
.menu ul {
	margin-left:5px;
}
.menu ul li{
	list-style:none;
}
.menu ul li a{
	text-transform:capitalize;
	font-weight:bold;
}
.menu ul li ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, sans-serif;		
}
.menu ul li ul li{
	margin-left:10px;
	list-style:none;	
}
.menu ul li ul li a{
	font-family: verdana, arial, sans-serif;	
	font-weight:normal;
	color:#000080;
}





/********************************************************************************
                Sidebar
********************************************************************************/



#sidebar a {border-bottom: none;}


/********************************************************************************
                Footer
********************************************************************************/

#footer {
   text-align: left;
   font-weight: normal;
}
.dbem_events_list li{
margin: 8px 0 8px 0;
list-style-image:url(images/calendar.png);
}