/********************************************************************************
	         Body
********************************************************************************/

body {
	background: black;
	color: #6d0508;
	background-image: url(images/bkgd-header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#main {
   background-repeat: repeat-y;
   background-image: url(images/bkgd-content.jpg);
}

#header {
	height: 273px;
	background-image: url(images/bkgd-header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#footer {
	background-image: url(images/bkgd-footer.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#footer-copyright {
	
	margin-bottom: 30px;
	
	margin-top: 20px;
	
	margin-left: 115px;
	
	text-align: left;
	
	width: 750px;
	
	color: white;
	
	font-size: 0.7em;
	
}

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



/* 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 {  text-decoration: none; }
a:hover {  text-decoration: underline; }

/* 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:focus, a:hover {}

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


li {
  list-style: none;
	background: url(images/bullet.gif) no-repeat center left;
	padding-left: 14px;
}

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

ul, li {
	margin: 0;
}

li {
	font-size: 0.8em;
}



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



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

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

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

hr {
	background-color: #ab735d;
	color: #ab735d;
  margin: 1.4em 0 1.4em 0;
}

.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 {
   text-decoration: underline;
}


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

#sidebar h2{
   border-bottom-color: #ab735d;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 1.5em;
   margin-bottom: .2em;
}

#sidebar a {
	border-bottom: none;
	color: #6d0508;
}
#sidebar a:hover {
	color: #d30006;
}

#sidebar div {
	margin-bottom: 2em;
}


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

#footer {
   text-align: left;
   font-weight: normal;
}







#content h2{
	font-weight: bold;
	font-size: 1.6em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
#content h2 a{
	color: #6d0508;
}
#content .post-sub-header {
	font-weight: bold;
	color: #272727;
	font-size: 0.8em;
}
#content .post-sub-header a {
	font-weight: bold;
	color: #272727;
}
#content .post-sub-header a:hover {
	color: #444444;
}
#content .post-content p {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}


a {
	font-weight: bold;
	color: #272727;
}
a:hover {
	color: #444444;
}