/*  
Theme Name: WordPress CMS
Description: CMS based theme Orginal by Mike Jolley
Version: 1.0
Author: sdesign1
Author URI: http://www.sdesign1.com
*/

/* Page Structure:
#header
#wrapper
 #nav
 #content
 #secondary
  #searchform
#footer
*/

/* General Styles */


body {
 margin: 0;
 padding: 20px 2%;
 color: #fff;
 background: #FFF;
font-family: Verdana, Arial, Helvetica, sans-serif;

}



img {
 margin: 0;
 padding: 0;
 vertical-align: top;
 border: 0;
}

#wrapper {
 float: left;
 width: 100%; /* Contain floated descendents. */
 background: none;


}
#wrapper2 {
 float: left;
 width: 100%; /* Contain floated descendents. */
 padding: 30px 0 0 0;
 background: none;

}
#nav {
 float: left;
 width: 17%;
  left: 1%;
 position: relative;
display: none;

}

#content blockquote.frontPage {
background: none;
}

#content blockquote {
background: none;
padding-left: 0;
}


#secondary {
 float: left;
 width: 14%;
 left: 5%; /* 1 + 2 + 2 */
 position: relative;
 display: none;
/* overflow: hidden;*/
}

#content {
 padding: 0; 
 color: #000;
 background: #FFF;
}

#footer {
display: none; }

h3 {
font: 1.5em "Century Gothic"; 
margin-left: 3%;
color: #0099FF; 
font-weight: bold;
}