/*  
Theme Name: Fireproof Recordings
Theme URI: http://wordpress.org/
Description: WordPress Theme Adapted from original Fireproof Recordings web design.
Version: 1.5
Author:  
Author URI:  
*/

/* Begin Typography & Colors */
  body {
  	font-size : 100%;
  	font-family : arial,sans-serif;
  }

  .content {
  	font-size : .85em;
	line-height: 130%;
  	font-family : arial,sans-serif;
	color: #660000;	
  }
    
  b {
   	font-weight : bold;
  	font-family : arial,sans-serif;	
	color: #660000;
  }

  i {
  	font-family : arial,sans-serif;	
  }
    
  th  {
  	font-size : 10pt;
  	font-family : arial, geneva,helvetica,sans-serif;
  	font-weight : bold;
	color: #ffffcc;
	background: 336633;
  }
  	    
  td  {
  	font-size : 10pt;
  	font-family : arial,sans-serif;
  	font-weight : normal;
  	font-style : normal;
  	text-indent : 0px;
	color: black;
  }
  
  .eqth  {
  	font-size : 12pt;
  	font-family : arial,sans-serif;
	color: #ff9900;
	background: #660033;
  }
  A  {
  	text-decoration : none;
  }

  A:hover{ text-decoration: underline; }
  
  .navlink { 
  	color: #ff9933;
  }

  A:hover.navlink { 
  	text-decoration: none;
    color: #ffffcc; 
   }
    
  h1  {
  	font-size : 16pt;
  	font-family : arial, geneva,helvetica,sans-serif;
	color: #660000;
	margin-bottom: 0;
  }
  
  h2  {
  	font-size : 14pt;
  	font-family : arial, geneva,helvetica,sans-serif;
	color: #660000;
	 }

  h3  {
  	font-size : 12pt;
  	font-family : arial, geneva,helvetica, sans-serif;
	color: #660000;
   }
  
  h4  {
  	font-size : 12pt;
  	font-family : arial, geneva,helvetica, sans-serif;
	color: #660000;
   }
  
  tt  {
  	font-size : 12px;
  	font-family : monospace;
  	font-weight : normal;
  	font-style : normal;
  	color : #999966;
  	line-height : 16px;
  }
  
  .mini  {
  	font-size : 10px;
  	font-family : sans-serif;
  	font-weight : normal;
  	font-style : normal;
  	line-height : 16px;
  	text-indent : 0px;
  }
  
  .ultramini  {
  	font-size : 1 px;
  	line-height : 1 px;
  }

  .nav {
	color: 000000;
	background: #cfcfa0;
  }
  
  .headlink  {
	color: ffffcc;
  }
      
  .big  {
  	font-size : 11pt;
  	font-family : sans-serif;
  	font-style : normal;
  	line-height : 17px;
  	text-indent : 0px;
  }
  .tableborder  {
  	border-style : ridge;
  	border-width : 3;
  }
  td table {
  	margin-top: 0;
  }
  #links {
  	list-style: none;
  }
   #links ul {
	   list-style: disc;
		margin-bottom: 1.5em;
   }
	#links ul li {	
 		 list-style: disc;
		 line-height: 130%;
	}
	.blogpost {
		margin-top: 15px;
	}
	.blogpost p {

	}
	.blogpost img {
		float: none;
		display: block;
		margin-top: .4em;
		margin-bottom: .4em;
	}