/* CSS FILE */
/* skmatic.css */
/* styles by Rob Bain at skmatic.com */


			/**************************************
			* GLOBAL AND HOMEPAGE STYLES
			**************************************/


body    {
	padding: 0px;
	margin: 0px;
        font-family: Perpetua,Georgia,Century,'Poor Richard',
	'Lucida Fax',serif;
        background-color: #6B6348;
        background-image: url(../images/triangle.gif);
        background-repeat: repeat;
}
p {
           margin: 0px 0px 0px 0px;
           padding: 0px 0px 0px 0px;
}
#container	{
	   position: relative;
           width: 700px;
           margin: 20px auto 30px auto; 
           background-color: #FFF;
           border-top: 10px solid #FFF;
           border-left: 10px solid #FFF;
           border-right: 10px solid #FFF;
           border-bottom: 10px solid #FFF;
}
#banner    {
	width: 700px;
	height: 170px;
	background-color: #48556B;
	padding: 0px;
	margin: 0px 0px 9px 0px;
}
#logo    {
	position: absolute;
	top: 25px;
	left: 30px;
}	
#logo img {
	border: none;
}
#tagline {
         position: absolute;
         top: 90px;
         left: 160px;
}
#nav     {
     height: 17px;
}
ul#global   {	
	padding: 0px;
	margin: 0px;
}
#nav li {
          list-style: none;
          float: left;
          padding: 10px;
          margin-left: 0px;
          display: inline;
          padding:0px;
          text-align: center;
}
ul#global a {
	display: block;
	color: #000;
	background-color: #B8B57B;
	width: 140px;
        text-decoration: none;
        font-size: 15px;
	font-weight: bold;
}
ul#global a:hover {
	color: #EEE;
	background-color: #48556B;
}
#content  {
	width: 700px;
        height: 618px;
        margin-bottom: 10px;
}
#content a:link {
        color: #000;
        text-decoration: none;
	font-weight: bold;
        border-bottom: 1px solid #7B92B7;
}
#content a:visited {
        color: #000;
        text-decoration: none;
        font-weight: bold;    
        border-bottom: 1px solid #7B92B7;
}                              
#content a:hover {
        background-color: #48556B;
        color: #EEE;
}
#content p {
        font-size: 15px;        
        font-family: Georgia, serif;
	line-height: 21px;
        text-indent: 20px;
}
#intro {
        float: left;
	margin: 0px 0px 0px 0px;
	width: 480px;
	font-size: 17px;
	background-color: #B8B8B8;
}
h1.intro {
        padding: 5px 0px 5px 5px;
        margin: 0px 0px 0px 0px;
        font-size: 25px;
        background-color: #48556B;
        color: #EEE;
        border-bottom: 10px solid #FFF;
        border-top: 10px solid #FFF;
}
#intro p:first-letter {
        font-size: 20px;
}
#intro p {
        padding: 30px 20px 20px 20px;
        background-image: url(../images/content_bg_dots.gif);
        background-repeat: no-repeat;
	background-position: 50% 10px;
}
#new {
	height: 618px;
        float: right;
	width: 210px;
	background-color: #B8B8B8;
	margin: 0px 0px 0px 0px;
}
h2.new {
        padding: 5px 0px 5px 5px;
        margin: 0px 0px 0px 0px;
        font-size: 25px;
        background-color: #48556B;
        color: #EEE;
        border-bottom: 10px solid #FFF;
        border-top: 10px solid #FFF;
}
#new p:first-letter {
        font-size: 20px;
}
#new p {
	/*padding: 10px 20px 20px 20px;*/
	padding: 10px 20px 0px 20px;
}
h3.new_date {
        margin: 5px 0px 5px 5px;
        font-family: Georgia, serif;
	font-size: 14px;
}
h3.new_archive {
        font-size: 15px /*change for Mac .8em*/;
        padding: 5px 5px 10px 5px;
        margin: 10px 0px 0px 0px;
	font-weight: inherit;
}
#main    {
	height: 341px;
        float: left;
        width: 480px;
	margin: 0px;
	font-size: 17px;
	background-color: #B8B8B8;
/*	background-image: url(../images/main_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 58px;	*/
}
#main p {
        padding: 30px 20px 20px 20px;
        background-image: url(../images/content_bg_dots.gif);
        background-repeat: no-repeat;
	background-position: 50% 10px;
}
#main p:first-letter {
        font-size: 20px;
}
h2.main {
        padding: 5px 0px 5px 5px;
        margin: 0px;            
        font-size: 23px;
        background-color: #48556B;
        color: #EEE;
        border-top: 10px solid #FFF;
        border-bottom: 10px solid #FFF;

}
#footer  {
        width: 700px;
        height: 40px;
        background-color: #48556B;
}
#footer p {
        position: relative;
        top: 12px;
        margin: 0px;
	color: #CCC;
	font-weight: bold;
        text-align: center;
}
#footer a:link {
        color: #CCC;
        text-decoration: none;
        border-bottom: 1px solid #7B92B7;
}                
#footer a:hover {
        background-color: #7B92B7;
	color: #EEE;
}
span#copy {
	border-right: 2px solid #CCC;
	padding-right: 10px;
	margin-right: 5px;
}
span#mod  {
        border-left: 2px solid #CCC;
        padding-left: 10px;
	margin-left: 10px;
}



			/**********************************
			* PORTFOLIO STYLES
			**********************************/


#portfolio-content  {
	width: 700px;
        margin-bottom: 9px;
}
#portfolio-content a:link {
        color: #000;
        text-decoration: none;
	font-weight: bold;
        border-bottom: 1px solid #7B92B7;
}
#portfolio-content a:visited {
        color: #000;
        text-decoration: none;
        font-weight: bold;    
        border-bottom: 1px solid #7B92B7; 
} 
#portfolio-content a:hover {
        background-color: #48556B;
        color: #EEE;
}
#portfolio-content p {
        padding: 5px;
        width: 335px;
}
h1.portfolio-head {
        padding: 5px 0px 5px 5px;
        margin: 0px 0px 0px 0px;
        font-size: 35px;
        color: #EEE;
        background-color: #48556B;
	border-top: 10px solid #FFF;
	background-image: url(../images/charly_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;		
}
span.project {
        font-weight: bold;
}
#acc {
        position: relative;
        height: 300px;  
        margin: 10px 0px 10px 0px;
	background-color: #B8B8B8;
        background-image: url(../images/portfolio-bg.gif);
        background-repeat: repeat-y;
}
#acc p {
        font-size: 15px;        
        font-family: Georgia, serif;
	line-height: 17px;
}
h1.acc {
        padding: 5px 0px 5px 5px;
        margin: 0px 0px 0px 0px;
        font-size: 25px;
        color: #EEE;
        background-color: #48556B;
        border-bottom: 10px solid #FFF;
}
#acc-thumb {
        position: absolute;
        top: 50px;
        left: 360px;
        height: 187px;
        width: 160px;
}
#ic {
        position: relative;
	height: 300px;
	background-color: #B8B8B8;
	margin: 0px 0px 10px 0px;
        background-image: url(../images/portfolio-bg.gif);
        background-repeat: repeat-y;
}
#ic p {
        font-size: 15px;        
        font-family: Georgia, serif;
	line-height: 17px;
}
h1.ic {
        padding: 5px 0px 5px 5px;
        margin: 0px 0px 0px 0px;
        font-size: 25px;
        color: #EEE;
        background-color: #48556B;
        border-bottom: 10px solid #FFF;
}
#ic-thumb {
        position: absolute;
        top: 50px;
        left: 360px;
        height: 187px;
        width: 160px;
}
#degrees {
        position: relative;
	height: 300px;
	background-color: #B8B8B8;
	margin: 0px 0px 10px 0px;
        background-image: url(../images/portfolio-bg.gif);
        background-repeat: repeat-y;
}
#degrees p {
        font-size: 15px;        
        font-family: Georgia, serif;
	line-height: 18px;
}
h1.degrees {
        padding: 5px 0px 5px 5px;
        margin: 0px 0px 0px 0px;
        font-size: 25px;
        color: #EEE;
        background-color: #48556B;
        border-bottom: 10px solid #FFF;
}
#degrees-thumb {
        position: absolute;
        top: 50px;
        left: 360px;
        height: 187px;
        width: 160px;
}
#blog    {
        position: relative;
        height: 300px;
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	background-color: #B8B8B8;
        background-image: url(../images/portfolio-bg.gif);
        background-repeat: repeat-y;
}
#blog p {
        font-size: 15px;        
        font-family: Georgia, serif;
	line-height: 18px;
}
h1.blog {
        padding: 5px 0px 5px 5px;
        margin: 0px 0px 0px 0px;
        font-size: 25px;
        color: #EEE;
        background-color: #48556B;
        border-bottom: 10px solid #FFF;
}
#blog-thumb {
        position: absolute;
        top: 50px;
        left: 360px;
        height: 187px;
        width: 160px;
}
#job    {
        position: relative;
        height: 300px;  
        margin: 0px 0px 0px 0px;
        font-size: 17px;   
        background-color: #B8B8B8;
        background-image: url(../images/portfolio-bg.gif);
        background-repeat: repeat-y;
}
#job p {
        font-size: 15px;        
        font-family: Georgia, serif;
	line-height: 18px;
}
h1.job {
        padding: 5px 0px 5px 5px;
        margin: 0px 0px 0px 0px;
        font-size: 25px;
        color: #EEE;
        background-color: #48556B;
        border-bottom: 10px solid #FFF;
}
#job-thumb {
        position: absolute;
        top: 50px;
        left: 360px;
        height: 187px;
        width: 160px;
}


			/************************
			* STANDARD STYLES
			************************/

#standard-content  {
        width: 700px;
}
#standard-content a:link {
        color: #000;
        text-decoration: none;
        font-weight: bold;
        border-bottom: 1px solid #7B92B7;
}
#standard-content a:visited {
        color: #000;
        text-decoration: none;
        font-weight: bold;
        border-bottom: 1px solid #7B92B7;
}
#standard-content a:hover {
        background-color: #48556B;
        color: #EEE;
}
h1.standard {
        padding: 5px 0px 5px 5px;
        margin: 0px 0px 0px 0px;
        font-size: 25px;
        color: #EEE;
        background-color: #48556B;
        border-bottom: 10px solid #FFF;
        border-top: 10px solid #FFF;
}
h2       {
        padding: 5px 0px 5px 5px;
        margin: 0px 0px 0px 0px;
        font-size: 20px;
        color: #000;
        background-color: #B8B57B;
        border-bottom: 10px solid #FFF;
        border-top: 10px solid #FFF;
}
h4      {
        margin: 20px 0px 15px 25px;
	font-family: Georgia, serif;
}
#standard-content p {
}
#standard-text {
        position: relative;
        margin: 0px 0px 10px 0px;
        background-color: #B8B8B8;
        /*background-image: url(../images/portfolio-bg.gif);
        background-repeat: repeat-y;*/
}
#standard-text p {
        padding: 30px 20px 30px 20px;
        font-size: 15px;
        font-family: Georgia, serif;
        line-height: 21px;
        background-image: url(../images/content_bg_dots.gif);
        background-repeat: no-repeat;
        background-position: 50% 10px;
        text-indent: 20px;
}
p.standard {
        padding: 10px 20px 10px 20px !important;
	background-image: none !important;
        font-size: 15px;
        font-family: Georgia, serif;
        line-height: 21px;
        text-indent: 20px;
}
p.last {
        padding: 30px 20px 30px 20px !important;
        font-size: 15px;
        font-family: Georgia, serif;
        line-height: 21px;
        text-indent: 20px;
        background-image: url(../images/content_bg_dots.gif);
        background-repeat: no-repeat;
        background-position: 50% 10px;
}
#standard-text p:first-letter {
        font-size: 20px;
}
p.standard:first-letter {
	font-size: 15px !important;
}
p.last:first-letter {
        font-size: 15px !important;
}
p.narrow {
	width: 435px !important;
        padding: 0px 20px 40px 20px !important;
        background-image: none !important;
        font-size: 15px;
        font-family: Georgia, serif;
        line-height: 21px;
        text-indent: 20px;
}
p.narrow:first-letter {
        font-size: 15px !important;
}



			/***********************
		        * EVALUATION STYLES 
			***********************/

#eval-download {
	position: relative;
	top: -22px;
	left: 235px;
}
#eval-download a:link {
        border-bottom: none !important;
}
#eval-download a:hover {
        border-bottom: none !important;
        background-color: #B8B8B8 !important; 
}
#eval-download img {
        border: none;
}
#feedback-thumb {
        position: relative;
        float: right;
        border: none !important;
}
#feedback-thumb a:link {
        color: none;
        text-decoration: none;
        font-weight: none;
        border-bottom: none;
}
#feedback-thumb a:hover {
        /*border-bottom: dotted !important;*/
        background-color: #FFF !important;
}
#feedback-thumb img {
        border: none;
}
#form-link-list {
        padding-bottom: 20px;
        margin-left: 50px;
        line-height: 25px;
}
ol.evaluation  {
	margin: 0px 0px 10px 60px;
	padding: 0px 10px 10px 0px;
        font-size: 15px;
        font-family: Georgia, serif;
        /* font-size: 18px; */
        line-height: 25px;
}
ul.evaluation {
        margin: 0px 0px 10px 60px;
        padding: 0px 10px 10px 0px;
        font-size: 15px;
        font-family: Georgia, serif;
        /* font-size: 18px; */
        line-height: 25px;
	list-style-type: square;
}
span.code {
	font-family: Courier, 'MS Courier New';
	font-size: 18px;
	background-color: #EEE;
}


			/************************
			* LIGHTBOX STYLES
			************************/


	/* LIGHTBOX STYLES */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
#lightbox a img{ border: none; }
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}
#imageContainer{
	padding: 10px;
	}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/lightbox_images/blank.gif) 
no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: 
url(../images/lightbox_images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: 
url(../images/lightbox_images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 
1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 
0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}



