/* CSS Document */

* {margin: 0; padding: 0;}


/* Going to list each element in order and by .html order too, obviously starting with the index.html */


                            /* INDEX.HTML */

body {
  background: #634718 url(graphics/main-container-bg.jpg) repeat-x 0 0;
  font: 100%/1.2 georgia, "Times New Roman", serif;
  color: #986005;
  }

/* This ID tag represents the aesthetics at the top of the site */  
#top-border {
  background: url(graphics/top-aesthetics.gif) repeat-x 0 0;
  height: 10px;
  }
/* End of top-border DIV*/
    
#pre-container {
  background: url(graphics/main-container-bg.jpg) repeat 0 0;
  }
  
#container {
  margin: 0 auto;
  width: 800px;
  background: url(graphics/main-container-bg.jpg) repeat 0 0;
  overflow: hidden;
  margin-top: -1px;
  position: relative;
  }
  
#content-wrapper {
  overflow: hidden;
  background: url(graphics/main-container-bg.jpg) repeat 0 0;
  }
  
#main-content {
  overflow: hidden;
  float: left;
  width: 74%;
  padding: 30px 20px;
  }


/* The logo */    
#header a {
  text-indent: -1000em;
  background: url(graphics/header.png) no-repeat 0 0;
  display: block;
  height: 75px;
  margin-top: 20px;
  float: left;
  width: 26%;
  overflow: hidden;
  }
/* End of logo */  


/* The quote in top right */    
#main-content blockquote {
  float: right;
  width: 68%;
  }
/* End of quote */  


/* This represents all images posted in the blog */    
#main-content img {
  padding-left: 20px;
  margin-top: 30px;
  }
/* End of #main-content img */  


/* The introduction of Matt Stinson*/    
#intro {
  float: right;
  font-size: 150%;
  width: 90%;
  margin: 50px 0px 30px 0px;
  }
/* End of Introduction*/  


/* The 'sub-content' represents the blog information about recent and ongoing work */    
#sub-content {
  overflow: hidden;
  float: left;
  width: 90%;
  padding: 5px;
  }


/* This is the illustrated face appearing above the quote */  
span img {
  position: absolute;
  top: 90px;
  left: 545px;
  }
/* End of illustrated face image */  
  
#sub-content p {
  color: #842f09;
  padding: 0px 230px 30px 20px;
  line-height: 18px;
  }
  
#sub-content img {
  border: solid red;
  border: 0;
  padding-bottom: 30px;
  }
  
#posts {
  font: 140%/1 "Times New Roman", georgia, serif;
  color: #573917;
  padding-bottom: 10px;
  }

.dates {
  background: url(graphics/dates-bg.png) no-repeat 0 0;
  height: 50px;
  padding: 15px 0px 0px 55px;
  }
  
.topic {
  padding: 0px 0px 10px 20px;;
  }
  
.topic a {
  text-decoration: none;
  color: #603f0a;
  }
  
.topic a:hover, .topic a:focus {
  text-decoration: underline;
  color: #603f0a;
  }
/* End of sub-content DIV */ 


.color {
  color: #603f0a;
  }
  

/* This DIV represents the navigation just above the footer DIV*/     
#bottom-navigation {
  float: right;
  list-style: none;
  height: 35px;
  padding-top: 20px;
  border: #6e3e19 solid;
  border-width: 1px 0px;
  }
  
#bottom-navigation li {
  display: inline;
  padding: 20px 5px 15px 5px;
  }
  
#bottom-navigation a {
  text-decoration: none;
  color: #643d11;
  }
  
#bottom-navigation a:hover, #bottom-navigation a:focus {
  color: #986005;
  }  
  
#sub-home {
  background: url(graphics/bottom-nav-splodge.png) no-repeat 20% 100%;
  height: 100px;
  display: block;
  width: 45px;
  }
  
#sub-about {
  background: url(graphics/bottom-nav-splodge.png) no-repeat 60% 100%;
  height: 100px;
  display: block;
  width: 45px;
  }
  
#sub-contact {
  background: url(graphics/bottom-nav-splodge.png) no-repeat 60% 100%;
  height: 100px;
  display: block;
  width: 45px;
  }
  
#sub-work {
  background: url(graphics/bottom-nav-splodge.png) no-repeat 60% 100%;
  height: 100px;
  display: block;
  width: 45px;
  }
/* End of the bottom-navigation */ 

 
/* This DIV section is the one on the right hand side involving the main navigation */    
#side-content {
  float: right;
  width: 18%;
  overflow: hidden;
  background: url(graphics/side-content-bg.jpg) repeat-y 0 0;
  border:  solid #b18d55;
  border-width: 0px 2px 2px 2px;
  }

/* Main navigation in the right hand column */    
#navigation {
  list-style: none; 
  margin-top: 30px; 
 }
 
#navigation li {
  padding: 0px;
  }
  
#home a {
  background: url(graphics/home.png) no-repeat -100% 0;
  display: block;
  height: 60px;
  width: 150px;
  text-indent: -1000em;
  }
  
#home-rollover a {
  background: url(graphics/home-rollover.png) no-repeat -100% 0;
  display: block;
  height: 60px;
  width: 150px;
  text-indent: -1000em;
  }
  
#home-rollover a:hover, #home-rollover a:focus {
  background: url(graphics/home-hover.png) no-repeat -100% 0;
  display: block;
  height: 60px;
  width: 150px;
  text-indent: -1000em;
  }
  
#about a {
  background: url(graphics/about.png) no-repeat -100% 0;
  display: block;
  height: 60px;
  width: 150px;
  text-indent: -1000em;
  }
  
#about-rollover a {
  background: url(graphics/about-rollover.png) no-repeat -100% 0;
  display: block;
  height: 60px;
  width: 150px;
  text-indent: -1000em;
  }

#about-rollover a:hover, #about-rollover a:focus {
  background: url(graphics/about-hover.png) no-repeat -100% 0;
  display: block;
  height: 60px;
  width: 150px;
  text-indent: -1000em;
  }
  
#work a {
  background: url(graphics/work.png) no-repeat -100% 0;
  display: block;
  height: 60px;
  width: 150px;
  text-indent: -1000em;
  }
  
#work-rollover a {
  background: url(graphics/work-rollover.png) no-repeat -100% 0;
  display: block;
  height: 60px;
  width: 150px;
  text-indent: -1000em;
  }

#work-rollover a:hover, #work-rollover a:focus {
  background: url(graphics/work-hover.png) no-repeat -100% 0;
  display: block;
  height: 60px;
  width: 150px;
  text-indent: -1000em;
  }
  
#contact a {
  background: url(graphics/contact.png) no-repeat -100% 0;
  display: block;
  height: 60px;
  width: 150px;
  text-indent: -1000em;
  }
  
#contact-rollover a {
  background: url(graphics/contact-rollover.png) no-repeat -100% 0;
  display: block;
  height: 60px;
  width: 150px;
  text-indent: -1000em;
  }

#contact-rollover a:hover, #contact-rollover a:focus {
  background: url(graphics/contact-hover.png) no-repeat -100% 0;
  display: block;
  height: 60px;
  width: 150px;
  text-indent: -1000em;
  }
  
#blog-rollover a {
  background: url(graphics/blog-hover.png) no-repeat -100% 0;
  display: block;
  height: 60px;
  width: 150px;
  text-indent: -1000em;
  }

#blog-rollover a:hover, #blog-rollover a:focus {
  background: url(graphics/blog.png) no-repeat -100% 0;
  display: block;
  height: 60px;
  width: 150px;
  text-indent: -1000em;
  }
/* End of main navigation */


/* This ID tag represent the title for 'networks' */
#network-header {
  padding: 0px 0px 5px 25px;
  font: 100%/1.2 georgia, "Times New Roman", serif;
  background: url(graphics/title-headers-network.png) no-repeat 100% 0;
  display: block;
  height: 20px;
  width: 90px;
  text-indent: -1000em;
  margin: 100px 0px 0px 5px;
  }
/* End of network-header*/  


/* Different network section */    
#networks li {
  display: inline-block;
  padding: 5px;
  margin-left: 6px;
  }
  
#facebook a {
  background: url(graphics/facebook-icon.png) no-repeat 0 0;
  display: block;
  height: 50px;
  width: 50px;
  text-indent: -1000em;
  overflow: hidden;
  }
  
#facebook a:hover, #facebook a:focus {
  background: url(graphics/facebook-icon-hover.png) no-repeat 0 0;
  display: block;
  height: 50px;
  width: 50px;
  text-indent: -1000em;
  overflow: hidden;
  }
  
#myspace a {
  background: url(graphics/myspace-icon.png) no-repeat 0 -80%;
  display: block;
  height: 52px;
  width: 52px;
  text-indent: -1000em;
  overflow: hidden;
  }
  
#myspace a:hover, #myspace a:focus {
  background: url(graphics/myspace-icon-hover.png) no-repeat 0 -80%;
  display: block;
  height: 52px;
  width: 52px;
  text-indent: -1000em;
  overflow: hidden;
  }
/* End of network section*/  
 
 
/* This DIV represents the info about inspirational artists */    
#inspiration {
  background: url(graphics/inspiration-bg.png) no-repeat 0 0;
  padding: 20px 0px 10px 0px;
  margin-top: 50px;
  }
 
/* This ID tag represent the title for 'networks' */ 
#inspiration-headers {
  padding: 0px 0px 5px 15px;
  font: 100%/1.2 georgia, "Times New Roman", serif;
  background: url(graphics/title-headers-inspiration.png) no-repeat 100% 0;
  display: block;
  height: 20px;
  width: 90px;
  text-indent: -1000em;
  
  } 
/* End of inspiration-headers*/  
  
#artists {
  list-style: none;
  }
  
#artists li {
  padding: 5px;
  margin-left: 12px;
  font: 90%/1 "Times New Roman", georgia, serif;
  }
  
#artists a {
  text-decoration: none;
  color: #6892d1;
  }
  
#artists a:hover, #artists a:focus {
  text-decoration: underline;
  color: #6892d1;
  }
/* End of inspiration DIV */  


/* Footer */  
#footer-wrapper {
  overflow: hidden;
  width: 800px;
  background: url(graphics/main-container-bg.jpg) repeat-x 0 0;
  margin: 0 auto;
  }
  
#footer {
  list-style: none;
  text-align: center;
  float: right;
  width: 100%;
  color: #643d11;
  padding-bottom: 30px;
  }
  
#footer a {
  color: #842f09;
  text-decoration: none;
  }  

#footer a:hover, #footer a:focus {
  color: #842f09;
  text-decoration: underline;
  }
  
.alternate-color {
  color: #986005;
  }
  
#footer-aesthetics {
  background: url(graphics/footer-aesthetics.png) repeat-x 0 0;
  height: 15px;
  }
/* End of footer*/
                      
                          /* End of INDEX.HTML */  
                          
                          
                             /* ABOUT.HTML */  
/* Couldn't use the '#sub-content' on this html document as I needed to declare a new width for this page */  
#sub-content2 {
  overflow: hidden;
  float: left;
  width: 90%;
  padding: 5px;
  margin-top: 50px;
  } 
                            
.intro2 {
  float: right;
  font-size: 110%;
  width: 90%;
  margin: 20px 0px 20px 0px;
  }
  
.intro2 a {
  text-decoration: none;
  color: #603f0a;
  }
  
.intro2 a:hover {
  text-decoration: underline;
  color: #842f09;
  }
  
#about-headers {
  font: 140%/1 "Times New Roman", georgia, serif;
  color: #573917;
  background: url(graphics/title-headers-about.png) no-repeat 0 0;
  display: block;
  height: 35px;
  width: 200px;
  text-indent: -1000em;
  }
  
#interest-headers {
  font: 140%/1 "Times New Roman", georgia, serif;
  color: #573917;
  background: url(graphics/title-headers-interests.png) no-repeat 0 0;
  display: block;
  height: 35px;
  width: 200px;
  text-indent: -1000em;
  float: right;
  }
/* End of 'sub-content2' */ 

  
/* This DIV section is the one on the right hand side involving the main navigation */    
#side-content2 {
  float: right;
  width: 18%;
  overflow: hidden;
  background: url(graphics/side-content-bg.jpg) repeat-y 0 0;
  height: 860px;
  border:  solid #b18d55;
  border-width: 0px 2px 2px 2px;
  }

/* To view the '#main-navigation', '#inspiration' and for the 'footer' DIV go back to 'INDEX.HTML' */ 
  
/* End of side-content2 DIV */

                                /* End of ABOUT.HTML */
                                
                                
                                  /* WORK.HTML */
                                  
/* This html document gives the options of which portfolio to choose from; whether graphic design, web design, illustration or digital photography */                                    
.design-skills img { 
  background: url(graphics/side-content-bg.jpg) repeat 0 0;
  padding: 20px 20px 20px 0px;
  border: 1px solid #b18d55;
  } 
  
.design-skills a {
  color: #986005;
  text-decoration: none;
  font: 120%/1.2 georgia, "Times New Roman", serif;
  }
  
.design-skills li {
  font: 120%/1.2 georgia, "Times New Roman", serif;
  }
  
.design-skills a:hover {
  color: #986005;
  text-decoration: underline;
  }                                      
                                  
                                /* End of WORK.HTML */ 
                                
                                
                                  /* GDESIGN.HTML */ 
                                    
#graphic-title {
  background: url(graphics/gdesign-title.png) no-repeat 0 0;
  overflow: hidden;
  display: block;
  height: 38px;
  text-indent: -1000em;
  }                                
                              /* End of GDESIGN.HTML */   
                              
                               /* WDESIGN.HTML */     
                           
#web-title {
  background: url(graphics/wdesign-title.png) no-repeat 0 0;
  overflow: hidden;
  display: block;
  height: 38px;
  text-indent: -1000em;
  }                              
                                
                            /* End of WDESIGN.HTML */  
                                   
                              /* ILLUSTRATION.HTML */
                              
#illustration-title {
  background: url(graphics/illustrations-title.png) no-repeat 0 0;
  overflow: hidden;
  display: block;
  height: 38px;
  text-indent: -1000em;
  }                                                                                 
                              
                            /* End of ILLUSTRATION.HTML */  
                            
                                 /* PHOTO.HTML */  
                            
#photos-title {
  background: url(graphics/photography-title.png) no-repeat 0 0;
  overflow: hidden;
  display: block;
  height: 38px;
  text-indent: -1000em;
  }                                
                                               
                                 
                            /* End of PHOTO.HTML */ 
                                                                                   
                                /* CONTACT.HTML */ 
  
#email {
  font: 150%/1.2 georgia, "Times New Roman", serif;
  }
  
#bottom-navigation2 {
  float: right;
  list-style: none;
  height: 35px;
  padding-top: 20px;
  margin-top: 110px;
  border: #6e3e19 solid;
  border-width: 1px 0px;
  }
  
#bottom-navigation2 li {
  display: inline;
  padding: 20px 5px 15px 5px;
  }
  
#bottom-navigation2 a {
  text-decoration: none;
  color: #643d11;
  }
  
#bottom-navigation2 a:hover, #bottom-navigation2 a:focus {
  color: #986005;
  } 
                                /* END OF CONTACT.HTML */