

/*----------------------------- HTML5 DISPLAY -----------------------------*/

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display:  block;
}


/*--------------------------- CSS RESET -----------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
border: 0;
font: inherit;
font-size: 100%;
margin: 0;
padding: 0;
vertical-align: baseline;
}

body {
line-height: 1;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}


/*------------------------------ GLOBAL STYLES -----------------------------*/

body { 
background: url(/images/bg.gif);
margin: 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6{
font-family:  arial;
font-weight:  normal;
letter-spacing: 0.01em;
margin: 0;
padding: 0;
}

hr {	
background: url(/images/rule.gif) no-repeat;
border: none;
height: 4px;
margin-bottom: 50px;	
margin-top: 50px;
width: 820px;
}

a, a:active {
color: #D34427;
margin: 0;
padding: 0;
text-decoration: none;
}

a:hover {
color: #808080;	
margin: 0;
padding: 0;
text-decoration: none;
}

/*--------------------------------- CONTAINERS --------------------------------*/

#container {
float: left;
height: 100;
margin: 0 auto;
padding: 40px 0px 100px 0px;
width: 100%;
}


#wrapper{ 
margin: 0 auto;
width: 960px;
}

/*---------------------------------- HEADER ----------------------------------*/

header {
margin:  0 auto;
padding-bottom: 5px;
padding-top:  20px;
width: 296px;
}
 
  h1.logo {
  background:  url(/images/gary-marsh-design-logo3.gif) no-repeat;
  height: 116px;
  text-indent: -9999px;
  width: 296px;	 
  }

  

/*--------------------------------- FEATURED PROJECT ------------------------------*/


section{
position: relative;
}

 #badgeFeatured {
 background: url(/images/footer-star.png) no-repeat; 
 height: 100px;
 left: 461px;
 position: absolute;
 top: -13px;
 width: 99px;
 z-index: 5; 	
 } 

 #project {
 background: url(/images/featured-apptixuniversity.png);  
 height: 324px;
 margin: 52px 0px 0px 0px;
 padding: 0;
 position: relative;   
 width: 960px;
 }
   
  #project li a {
  background: url(/images/featured-apptixuniversity.png);
  display: block;
  height: 324px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;   
  }
    
    li#guyana a {
    background-position: 0 -324px;
    height: 324px;
    left: 0;
    width: 960px;    
    }
    
    li#guyana a:hover {
    background-position: 0 0;
    }
  
 .description {   
 height:  18px;
 margin-bottom: 65px;
 width:  960px;
 }	
  
   .description p {
   color:  #434343;
   font-family:  arial;
   font-size:  .7em;
   margin-top:  5px;
   text-align:  center; 
   text-transform:  uppercase; 
   }
    
 /* -------------------------------- INTRODUCTION ----------------------------------*/
 
#intro {
margin-bottom: 70px;
margin-top: 50px;
width:  960px;	
}
 
 
 #intro h2 {
 color: #525252;
 font-size: 2.8em;
 font-weight: 100;	
 line-height: 1em;
 letter-spacing: -.02em;
 }
   
 /*---------------------------------------- FOOTER -------------------------------------*/

footer {padding-top:  15px;
position: relative;
width: 960px;
}	


  #badge {
  background: url(/images/footer-star.png) no-repeat; 
  height: 38px;
  left: 461px;
  position: absolute;
  top: -67px;
  width: 38px;
  z-index: 5; 
  }
 
 #copyright {
 	margin:  0 auto;
 	width:  265px;
 }
 

  #copyright p {
  color: #686868;
  font-family: arial;
  font-size: .58em;
  font-weight: 100;

  margin:  0 auto;
  text-transform:  uppercase;
 
  } 
 
  
  #social {
  margin:  0 auto;
  padding-top:  20px;
  width: 113px;
  } 
 
   ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
   }
  
   li {
   display: inline;
   margin-right: 3px;  
   }
  
  
/* ----------------------------------- ABOUT PAGE -------------------------------------*/
  
 
#about {
font-family: arial;
margin-top: 50px;
width: 960px; 
position: relative; 	 	  
}

  #badgeAbout {
  background: url(/images/about-black.png) no-repeat; 
  height: 83px;
  left: 437px;
  position: absolute;
  top: -38px;
  width: 82px;
  z-index: 5; 	
  }
 
 
  .quote {
  float: left;
  margin-left:  25px;
  margin-right:  30px;
  margin-top: 60px;
  width: 200px;
  }
  
   .quote blockquote {
   color:#231F20;
   font-family: georgia, serif;
   font-size: 18px;
   line-height:  25px;
   margin: 0;
   padding:  0;
   }
  
    .quote blockquote span {
    color: #A0A0A0;
    display: block;
    font-family: arial, sans-serif;
    font-size: 10px;
    letter-spacing: 0.08em;
    padding-top: 5px;
    text-transform: uppercase;    
    }
  
  
   .content {
   float: left;
   margin-left:  5px;
   margin-top: 25px;
   width: 445px; 
   }
    .content p{
    color: #4C4C4C;
    font-size: .9em;
    line-height: 22px;  
    }
  
  
  .skills {
  float: left;
  width: 200px;
  } 


/* -------------------------------------- WORK PAGE --------------------------------------*/
  
 
#work {
font-family: arial;
margin-top: 50px;
width: 960px; 
position: relative; 	 	  
}

  #badgeWork {
  background: url(/images/work.png) no-repeat; 
  height: 83px;
  left: 437px;
  position: absolute;
  top: -38px;
  width: 82px;
  z-index: 5; 	
  }
 
 
 
