@charset "UTF-8";
/* CSS Document */
/*color notes
orange #FF8400
yellow #FCEE21
reco Box lt orange #FFCC5E
light yellow #FFFFBB
*/
/*-----stripping the browsers defaults-------*/h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, dl { padding:0; margin:0; }
/*-----html tags-------*/
body { font-family:'Century Gothic', futura, 'URW Gothic L', Verdana, sans-serif; line-height:1.5em; }
ul { list-style-type: none; text-decoration: none; }
h1 { size:1.2em; margin-bottom:1em; margin-top:1em; text-shadow: #B1B1B1 1px 1px 0; ; }
h2 { size:1em; margin-bottom:1em; margin-top:1em; }
h3 { margin-top:1.5em; padding:6px;}
a { text-decoration: none; color:#000; }
/*----------nav styles--------*/ 
li a { display:block; text-align:center; color:#000; list-style-type:none; padding:.3em; text-decoration:none; height:1.1em; font-size: 1em; }
.NavCss { position:relative;float:left; padding:.3em 14.6px; top:155px;}
li#home { background:#FF8400; }
li#profile { background:#FF8400; }
li#case_studies { background:#FF8400; }
li#contact { background:#FF8400;  }
li#blog { background:#FF8400;  }

.NavCss a:hover {color:#FCEE21;}
/*----------------id tags----------------*/
#wrapper { position: relative; background-color: #FFF; font-size: 1em; width: 480px;border:solid 2px #ff8400;overflow:hidden;padding:0px; }
#logoTitle { position: relitive; width:480px; height:190px; background-image: url(../_images/logoSM.png)!important; background-image: url(../_images/logo.jpg); background-repeat: no-repeat; background-position: 20px 20px;}
#navBar { position: absolute;}
#MPic {float: right; position:relitive; margin-right:-120px;}
#reco_banner { display: none;}
#content { margin-left:20px; padding-bottom:20px; background:#FFF; top:50px; 
	width:460px; }
#content.blog_RSS{margin:0px;}	
#profileContent { width:400px;}
#footer {display:none;}
/*----------------CLASSES----------------*/
a.simpleLink:hover {color:#FF9921; }
.indexH2 { text-align:center;font-size:1.4em;}
/*--------------extras-----------------*/
input:focus{background-color:#FFCC5E;}
textarea:focus{ border: 2px solid #FF0;}

#blog_RSS { margin:0px 20px 20px 20px;}
