/* Mobile format
AUTHOR: Mike Farho 
 CREATION DATE: 7 Jan 2012 */
 
 
  /* Primary layout */


* {
   position: static !important;
   float: none !important;
   background-image: none !important;
   margin: 0;
   padding: 0;
   border:none;
   }

#header, #wrapper, #content, #main, #footer {padding:1em;margin:1em;}

#header p {font-size: 1.3em !important;}

.logo {font-size: 1em !important;}

.new, .twitter_div, .twitter-flash, #menu {
  display: none !important;
  }

  /* Heading styles   */

h1 {text-align: center;font-size:1.2em;letter-spacing:-1px;color:#8b6222;}
h2 {text-align: center;font-size:1.1em;letter-spacing:-1px;color:#8b6222;}
h3 {text-align: center;font-size:1.05em;}
h4 {text-align: center;font-size:1em;}
h5 {text-align: center;font-size:0.9em;}
h6 {text-align: center;font-size:0.8em;}
}
/* End of handheld style section. */

  
body	{
  color: #000000;
  background-color: #fff;
  font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; 
  font-size:1.3em;
  }

img  {
display: none;
height: 1px;
width: 1px;
  }

  /* Inner layout */
  
  
  /* Bottom layout */
  
#footer  {
  text-align: center;
  }
  
#footer p  {
  text-align: center;
  }


.c1 {
    font-size: 80%;
    }

.c2 {
    text-align: center;
    }

b {
font-size: 1.05em;
font-weight: normal;
    }

  /* Default links   */

a {
    background-color: #fff;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
    }

A:link {
    color:#0000FF;
    }

A:visited {
    color:#800080;
    }

A:focus {
    background: #FFCC00;
    color: #000000;
    }

A:hover {
    background: #FFCC00;
    color: #000000;
    }

A:active {
    color:#000000;
    }

