/* Styles for work.lauralemay.com */
/* hopefully less buggy than my first attempt */
/* march 2005 Laura Lemay */

/* colors.  No, I don't use these anywhere, I just put them here so I have them for reference.  */
brown {
	color: #91723A
}
gray {
	color: #666
}

html, p {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #91723A; 
    line-height: 140%;
}
a:link, a:visited, a:active { text-decoration: none }
a:link { color: #91723A}
a:active { color: #666 }
a:visited { color: #663A1D}
a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #91723A;
}
img {
	vertical-align: middle;
	border: 0;
}

/* layout divs */
div#frame {
    margin: 2.5em; 
    padding: 2em 2em 0 2em; 
	background: white;
}
div#sidebar {
    margin: 0;
    padding: 0;
    float: left;
    width: 205px;
    \width: 205px;
    w\idth: 205px;
    text-align: center;
	font-size: 115%;
	font-weight: normal;
}
div#main {
    margin: 0;
    padding: 0;
    margin-left: 230px;
}
div.footer {
	clear: both;
	margin-right: -2em;
	padding-bottom: .5em;
	padding-top: 2em;
    font-size: smaller;
    color: #666;
	text-align: right;
	background: white;
}

/* sidebar styles */
img#logo {
	padding-bottom: 1em;
}
div.section {
	border-top: 1px solid #91723A;
	margin: 0 2.5em;
	padding: 1em 0;
	color: #666;
}
p#nametitle, p#available {
	font-weight: bold;
	color: #666;
}

/* main text styles */
div#main p, li {
	margin-bottom: .5em;
}
div#main h2 {
    font-size: 120%;
    color: #666;
}
div#main h3 {
    font-size: 100%;
    color: #666;
}
.booktitle {
    font-style: italic;
}
ul.projects {
    list-style-image: url(smzot.gif);
    padding-left: 2em;
    margin-bottom: 2em;
    text-indent: -.2em;
}
ul.projects li {
}
ul.plain {
    list-style-type: disc;
    list-style-image: none;
    margin-top: .5em;
    padding-left: 1.5em;
}
ul.plain li {
}

