/********************************************************************************                                                  
                          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
********************************************************************************/

body {
   background: #323232 url(images/bg.gif) repeat-x;
   color: #000; margin:0;
}

#main {
   padding-top: 0;
   background:white;
}

.container{ border-left:#FFF 2px solid; border-right:#FFF 2px solid; border-bottom:#FFF 1px solid;}
#content{margin-top:1px;}
#header{}

#topblue{background:#003 url(images/topbluebg.gif) repeat-x;}

/********************************************************************************
               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;
}
img.aligncenter{text-align:center;}
h1,h2,h3,h4,h5,h6 { 
  color: #750000;
  font-family:"Times New Roman", Times, serif;
}
h2{margin:2px 2px;}


/* 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: #750000; 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;}

a:focus, a:hover, a:visited, a:link { background: none; text-decoration: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;
}

.img_right{float:right;}
.img_left{float:left;}
.img_border{border:#666 solid 1px; padding:2px;}

.checkbox{display:block;}

/********************************************************************************                                            
                            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;}



/********************************************************************************
                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                                                   
********************************************************************************/


/********************************************************************************
                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: 10px 10px 10px 10px;
	background-image: url(images/navbg.png);
	background-repeat: repeat-x;
}
		
#navbar ul {
   margin: 0px;
   padding: 0px;	

}
	
#navbar ul li a {
	color: #333;
	padding: 10px 10px 10px 10px;
	margin: 0px;
	text-decoration: none;
	border-bottom: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

#navbar ul li a:hover, a:active {
	background:none;
	color:#666;
}

#current_page_item a {
   text-decoration: underline;
}


/********************************************************************************
                Sidebar
********************************************************************************/
#sidebar h2{
	font-family:Arial, Helvetica, sans-serif;
   font-size: 1em;
   font-weight: bold;
   margin-bottom: .2em;
}
.redcol p{margin:5px}
.redcol h2{color:white;}
.redcol h2 a{color:white;}
.redcol a {border-bottom: none; color:white;}
.redcol span{margin-left: 5px; margin-right:5px;}
.redcol{
	color:#FFF;
	background-color:#670000;
	background-image: url(images/redcolbg.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	list-style-type:disc;
	padding:5px;
}
.redcol img{display:block; margin:0; padding:0; float:right;}


/********************************************************************************
                Footer
********************************************************************************/

#footer {
	color:#FFF;
	text-align: left;
	font-weight: normal;
	background-image: url('images/bottombg.gif');
	background-repeat: repeat;
	min-height: 100px;
}
#footer a{color:#FFF;}