/* 

mtribone design
Author: Michael A. Tribone

Table of Contents:
	1. Main Elements
	2. Content Area
 */
 

/* Main Elements
--------------------------------------------- */ 

/* Main font recommendations adapted from http://www.alistapart.com/articles/howtosizetextincss */

body {
   font-family:  "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; /* Sets the font family for the whole page. */
   font-size: 100%; /* Set to make the fonts behave across platforms and browsers */
   color: #444;
   background-color: #E1E1E1;
   line-height: 1.125em; /* 16x1.125=18px */
   min-width: 960px; /* Acceptable minimum width for compliant browsers. */
   margin: 0;
   padding: 0;
   }
   
#skipNav {
	position: absolute;
	left: -2000px;
   }   

h1, h2, h3 {
	font-family: "Century Gothic";
}

h1 {
   font-size: 2.25em; /* 16x1.75=28px */
   line-height: 1.25em;
   font-weight: lighter;
   letter-spacing: .05em;
   color: #000;
   background-color: transparent;
   margin: 0;
   }
   
h2 {
   font-size: 1.65em; /* 16x1.125=18px */
   font-variant: small-caps;
   font-weight: lighter;
   line-height: 1.125em;
   letter-spacing: .25em;
   color: #0B3576;
   background-color: transparent;
   border-bottom: 1px dotted #FFF;
   margin-right: 1em;
   }
   
h3 {
   font-size: 1.25em; /* 16x1=16px */ 
   font-variant: small-caps;
   font-weight: lighter;
   line-height: 1.125em;
   letter-spacing: .25em;
   margin: .25em 0;
   } 

p, ul {
   font-size: 1em; /* 16x0.875=14px */
   margin: .5em 0 1.286em 0; /* 14x1.286=18px */
  }
  

/* Header
--------------------------------------------- */

#header {
	width: 100%;
	background-color: #003472;
	border-bottom: 1px solid #1F87D5;
	}

#headerTitle {
	width: 960px;
	height: 155px;
	background: #003472 url(images/mtribone_design_960.jpg) top left no-repeat;
	margin: 0 auto;
	padding-top: 45px;
	}
	
#headerTitle span {
	font-family: "Century Gothic";
   font-size: 3.25em;
   line-height: 1.25em;
   font-weight: lighter;
   letter-spacing: .05em;
   color: #FFF;
   background: transparent;
   margin: 0 0 0 65px;

   }
   
/* Navigation Area
--------------------------------------------- */ 

span.navigationHeader {
   position: absolute;
   left: -2000px;
   }
   
#navigation {
	display: block;
	width: 100%;
	height: 2.65em; /* Part 2 of IE fix for min-height */
	background-color: #000;
    border-bottom: 2px solid #1F87D5;
	}

#homeNav, #secondaryNav {
	width: 958px;
   margin: 0 auto;
   padding: 0 0 0 50px;
   background-color: #000;
   list-style: none;
   }
   
#homeNav li, #secondaryNav li {
   float: left;
   font-weight: lighter;
   text-decoration: none;
   margin-top: .75em;
   padding-right: .5em;
   border-right: 1px solid #737373
   }

#homeNav li a, #secondaryNav li a {
	font-family: "Century Gothic";
   height: 2em; 
   padding: .5em;
   }     
   
* #homeNav li a, #secondaryNav li a { /* Special code for IE to have auto width on menu items */
   width: 1%; /* Sets width to small increment to counteract width of 100%. */
   white-space: nowrap; /* Controls width of list items but will wrap at specified break. */ 
   }

#homeNav li a:link, #homeNav li a:visited, #secondaryNav li a:link, #secondaryNav li a:visited {
   color: #FFF;
   background-color: #000;
   text-decoration: none;
   } 
   
#homeNav li a:hover, #secondaryNav li a:hover {
   color: #21A0CA;
   background-color: transparent;
   border-bottom: 6px solid #000;
   }   
   
body.webDesign #secondaryNav #webDesign, body.webDesign #secondaryNav #webDesign a,
body.illustration #secondaryNav #illustration, body.illustration #secondaryNav #illustration a,
body.services #secondaryNav #services, body.services #secondaryNav #services a,
body.contactInfo #secondaryNav #contact, body.contactInfo #secondaryNav #contact a {
   color: #FFE500;
   background-color: transparent;
   border-bottom: 5px solid #21A0CA;
   }          
   
/* Content Area
--------------------------------------------- */ 

#contentWrapper {
   width: 958px;
   margin: 0 auto;
   padding-bottom: 2.5em;
   background-color: #FFF;
   border-left: 1px solid #CCC;
   border-right: 1px solid #CCC;
   }
   
#mainContent {
	clear: left;
   min-height: 500px;
   height: auto !important; /* Part 1 of IE fix for min-height */
   height: 500px; /* Part 2 of IE fix for min-height */
   margin: 0 0 0 40px;
   padding: 4.25em 0 35px 0;
   overflow: auto;
   }
#bioProject {
	float: left;
	width: 600px;
	}   
.projectDescription, .servicesStatement {
	width: 560px;
   text-align: justify;
   line-height: 1.65em;
   margin: 1em 3em 1em 6px;
   }      
   
div.projectDescription p, div.projectDescription img {
	float: left;
   padding: 1em 3em 0 0;
   }   

.illustrationLarger {
	float: left;
	}
   
.projectScreenShot {
   display: block;
   margin: 50px 0 20px 0;
   padding: 5px 10px 10px 5px;
   background: url(images/shadowBG.gif) no-repeat right bottom;
   }
      
p.projectURL, h2.myRole, ul.roleList {
   margin-left: 560px;
   line-height: 1.65em;
   border: none;
   }    

span.firstLetter {
   float: left;
   font-size: 4em;
   color: #0B3576;
   background-color: #FFF;
   margin-right: .1em;
   padding: 0 .1em;
   line-height: 80%;
   }
      
#mainContent a:link {
   color: blue;
   background-color: transparent;
   text-decoration: none;
   line-height: 1.65em;
   }   
   
#mainContent a:visited {
   color: purple;
   background: #FFF;
   line-height: 1.65em;
   }
   
#mainContent a:hover {
   color: #000;
   background-color: transparent;
   text-decoration: underline;
   line-height: 1.65em;
   }   

#mainContent h2 a:link, #mainContent h2 a:visited, #mainContent h2 a:hover,
#mainContent h3 a:link, #mainContent h3 a:visited, #mainContent h3 a:hover {
	text-decoration: none;
	line-height: 1.15em;
	}
   
#mainContent p.projectURL a:link {
   text-decoration: none;
   padding: .35em;
   }   
   
#mainContent p.projectURL a:visited {
   padding: .15em .25em;
   }
   
#mainContent p.projectURL a:hover {
   text-decoration: underline;
   padding: .15em .25em;
   }

#freelanceHeader {
	
	}
   
#freelanceParagraph {
	line-height: 1.65em;
	padding-bottom: 1.5em;
	} 
   
.indexGroupWebDesign, .indexGroupIllustration {
   margin: 0 0 15px 0;
   padding: .85em .85em .85em 0;
   color: #FFF;
   background-color: transparent;
   }  
   
.indexGroupWebDesign img, .indexGroupIllustration img {
	border: none;
	padding: 5px 10px 10px 5px;
   background: url(images/shadowBG.gif) no-repeat right bottom;
	}             


/* Twitter Box
-------------------------------------------- */

#twitterBox {
	margin: 12em 0 0 0;
	padding: 0 0 0 645px;
	}


/* Footer
-------------------------------------------- */

#footer {
	width: auto;
	color: #FFF;
	background-color: #000;
	border-top: #444 1px solid;
	}

#footerWrapper {
	width: 958px;
	height: 40em;
   margin: 0 auto;
   padding: 0;
   border-left: 1px solid #111;
   border-right: 1px solid #111;
   }
   
#footer h3 {
	padding: 1.5em 0 0 1.5em;
	margin: 0;
	}		

/* Contact Information
--------------------------------------------- */ 
   
#contactInfo {
   float: left;
	width: 400px;
	margin-right: 50px;
   }         
   
#contactInfo ul {
	margin: 0;
	padding: 15px 0 20px 45px;
	list-style: none;
	line-height: 1.5em;
   }
   
#contactInfo ol {
	margin: 0;
	padding: 0;
	list-style: none;
	}   
   
#contactForm {
	margin: 0 30px;
	background-color: #222;
	border: 1px solid #444; 
	}
	
#contactForm fieldset {
	border: none;
	}
	
#contactForm legend {
	font-size: 1.25em; /* 16x1=16px */ 
   font-variant: small-caps;
   line-height: 1.125em;
   letter-spacing: .25em;
   margin: .5em 0 .25em 0;
	}	
   
#contactForm label {
	display: block;
	padding: .5em 0 .25em 0;
	}  
	
#contactForm input, #contactForm textarea {
	border: 2px groove #1F87D5;
	}	 
   
/* Social Media
--------------------------------------------- */    

#socialMedia ul {
	margin: 0;
   padding: 1.5em 0 50px 30px;
   list-style: none;
   }
   
#socialMedia li {
	padding-bottom: 1.5em;
	}

#socialMedia a {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
	font-size: 1.25em; /* 16x1=16px */ 
	font-weight: lighter;
	}
	
#socialMedia a:hover, #siteMap a:hover {
	text-decoration: underline;
	color: #1F87D5;
	}	
   
#socialMedia li img {
	border: none;
	padding-right: 20px;
	}  
	
span.socialMediaText {
	display: block;
	margin: -35px 0 0 490px;
	}	 
	
/* Site Map
--------------------------------------------- */	

#siteMap ul {
	list-style: none;
	}
	
#siteMap li {
	float: left;
	}	
	
#siteMap a {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
	}	
	