/**
* CSS
* 
* @version 1.0
* @author Jacqueline Steck
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a { font-family:Georgia, Serif; font-weight:bold; color: #000; }
a:link { text-decoration: none; }
a:active { text-decoration: underline;  }
a:visited { text-decoration: none; font-style: italic;}
a:hover { text-decoration: underline; }

a img { border: none; }

.main {font-weight: 100; font-style: none;}
.main:visited {font-style: none; font-style: none;}

#menu {
    width: 210px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
    text-align: right;
	background-color: #fff;
}

ol, ul, li
{
	margin:  0;
	padding: 0;
	list-style: none;
}


ul.ext li
{
	padding: 8px;
	width: 603px;
	
}



#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
    font-size: 12px;
}

#menu ul li.section-title { margin: 20px 0 0 0; text-transform: uppercase; }

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

.title {
    font-family: Georgia, Serif;
/*    font-weight: bold;*/

    font-size: 17px;
    margin: 0 0 10px 0;
   
}



.about {
  
    font-size: 18px;
    font-family: Georgia, Serif;
    font-style: italic;
}

.frontpage { width: 480px; }
.weather { 
    background-color: yellow; 
    text-transform: uppercase; 
   
    padding: 2px; 
    font-style: italic;
    color:black;
   
}

span.extLink {
	font-size:16px;background-color:white;
	color:black;
 

}

.desc {
	/*visibility: hidden;*/
	background-color: white;
	z-index: 10;
}

.thumbnail {
	position:relative; 
	height:254px;
}

.thumb_title {
	position:absolute;
    padding: 10px;
    font-size: 20px;
    font-family:Georgia,Serif;
    background-color: white;
}

}

A.extLink {
	
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	text-decoration: none;
}

A.extLink:hover {
	
	background-color: yellow;
	color: black;
	text-decoration: underline;
}

.work {

    font-size: 30px;
     text-decoration: underline;
      font-style: italic;
}

.container {
    padding: 30px 5px 25px 5px;
}

#content p { width: 500px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 {
    font-family: Georgia, Serif;
    font-size: 17px;
    margin: 0 0 10px 0;
    font-weight: normal;
}

h1.projectHeading {
	font-family: Georgia, Serif;
    font-size: 17px;
    margin: 0 0 10px 0;
    font-weight: normal;
}

h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

img {padding-bottom: 4px;}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 500px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
