/********************************************************************************                                                  
                          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: #1f1410 url('i/back-grad.jpg') repeat-x; 
   color: #000; 
	margin-left:auto;
	margin-right:auto;

}

#main {
	width:950px;
	margin-left:auto;
	margin-right:auto;
 }

.container {
   width:978px;
  background: url('i/container-shadow.png') top center repeat-y;
  margin-left:auto;
  margin-right:auto;  
  }




/* Header */

#header {
height:283px;
width:950px; 
margin-left:auto;
margin-right:auto;

}

#middlebox {
  background:#8c633d url('i/middle-box.jpg') no-repeat;
  height:342px;}
  
  
  
  #content-top {
  background:#FFF url('i/contents-top.jpg') no-repeat;
  height:30px;
}

#content {
	 background:#FFF url('i/contents-middle.jpg') repeat-y;

}
  #content-bottom {
  background:#FFF url('i/contents-bottom.jpg') no-repeat;
  height:30px;

}

#nav-menu {
margin-top:25px;
}

#page-title {
	margin-bottom:25px;
	line-height:1;
}

/********************************************************************************
               Typography
********************************************************************************/
/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px)
***************************************/
   
body {
   font-size: 90%;
   font-family:Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 { 
  color: #6f4c31;
  font-weight:900;
  margin-bottom:0px;
}

h1,h2 {
	color:#5d4029;
}

h3, h4 {
		margin-bottom:15px;
}

h5, h6 {
/*	color:#7f4a21; */
color:#000000;
	margin-bottom:15px;
}


#middlebox ul, #middlebox li {
	list-style:none;
	margin-left:0px;
	margin-bottom:7px;
	margin-top:7px;
	
}


blockquote {
	background:url('i/quote.jpg') top left no-repeat;
	padding:0px;
	margin:25px 0px;
	color:#333;
}

blockquote div {
  padding: 0 48px;

}

.quiz p {
	margin-top:25px;
}




/* 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, a:visited {
	/* color: #b7684e; */
	color:#6f4c31;
	border-bottom:dashed 1px #6f4c31;
	
	}

/* Removes unwanted link decoration
***************************************/
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a, p a, .nolink, .tabbertab a, .icon, a img{
   border: none !important;
   text-decoration:none !important;
}

a img {
   border: none !important;
   text-decoration:none !important;
}


a:focus, a:hover { color:#872119;}

/* Removes unwanted hover decoration
***************************************/
a.nohover:hover  { background: none;}


li { list-style: square inside url(images/bullet.gif); 
margin-bottom:10px;}

.fancybullet li {
      list-style: none;
	background: url(images/bullet.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
      margin: 0px 0px 0px 0px;
}




/********************************************************************************                                            
                            SLIPFIRE CREATED CLASSES                                                   
********************************************************************************/



/********************************************************************************
                Images
********************************************************************************/

.alignleft {
   float: left;
   margin-right:15px;
      margin-bottom:15px;
}

.alignright {
   float: right;
   margin-left:15px;
      margin-bottom:15px;
   padding:3px;
   text-align:center;
   background-color:#e9dbcc;
   border:solid 1px #e1ceba;
}

p.wp-caption-text {
	text-align:center;
	padding:0px;
	margin:0px;
	font-style:italic;
	font-size:12px;
	margin-top:2px;}

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

div.border{
  border: 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: 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, .current_page_item a {
   text-decoration: none;
   color:#999;
   font-style:italic;
}


#breadcrumbs {
	font-size:13px;
	color:#6f4c31;
}


/********************************************************************************
                Sidebar
********************************************************************************/

#sidebar h2{
   font-size: 1em;
   font-weight: bold;
   margin-bottom: .2em;
}

#sidebar a {border-bottom: none;}


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

#footer {
	width:950px;
   text-align: left;
   font-weight: normal;
   color:#6a492f;
}

#footer a {
	color:#6f4c31;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

/* Hides from IE-mac \*/
 * html .clearfix { height:1%; }
 
 
 /* End hide from IE-mac */
 
 .bar {
margin-left:-40px;
 }
 
