/* Styles for work.lauralemay.com */
/* need to eventually move these to thesis/wordpress */

html, p, body, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Lucida Grande", "Lucida Sans", 
    "Lucida Sans Unicode", Calibri, Verdana, sans-serif;
    background: #91723A; 
    font-size: .9em;
}
a:link, a:visited, a:active { }
a:link { color: #91723A}
a:active { color: #666 }
a:visited { color: #663A1D}
a:hover {
	color:#000000;
}
strong {
	color: #333;
}
img {
	vertical-align: text-bottom;
	border: 0;
}

/* layout divs */
div#container {
	background-color: white;
	margin: 2em auto;
	width: 66em;
	align: center;
}
div#sidebars {
    margin: 0;
    padding-top: 2em;
    width: 21.5em;
    float: left;	
}
div#main {
    margin: 0;
	margin-right: 2em;
    padding: 2em 2em 1em 0em;
    width: 40.5em; 
    float: right;
}
div.footer {
	font-size: 90%;
	color: #666;
	clear: both;
	text-align: center;
	border-top: 1px dotted #aaa;
	padding: .75em 0;
	margin: 0 2em;
}

/* sidebar styles */
div#logo {
	text-align: center;
	padding-bottom: 1em;
}
div.section {
	font-size: 90%;
	letter-spacing: 1px;
	color: #888;
	text-transform: uppercase;
	line-height: 1.8em;
	padding: 0.5em 0;
	border-bottom: 1px dotted #aaa;
	margin: 0 2.75em;
}
div.section a:link, div.section a:visited { color: #111; text-decoration: none; }
div.section a:hover { color: #91723A; }

div.lower {
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.5em;
}
#available {
	font-weight: bold;
	color: #333;
}
div.section ul {
	margin: 0;
	padding-left: 1em;
}
div.section li {
	list-style: none;
	margin: 0;
}
	

/* header */
div#header h1 {
	margin: 0;
	margin-bottom: 1.25em;
	padding-bottom: .25em;
	font-size: 140%;
	font-weight: normal;
	letter-spacing: 1px;
    color: #888; 
	text-transform: uppercase;
	border-bottom: 2px solid #aaa;
}
.nametitle {
font-weight: bold;
color: #333
}

/* main text styles */
div#main p, li {
	margin-top: .75em;
}
div#main h2,div#main h3,div#main h4 {
	margin-top: 1em;
    color: #333;
}
div#main h2 {
    font-size: 120%;
}
div#main h3 {
    font-size: 100%;
}
div#main h4 {
	font-size: 100%;
	text-indent: 1em;
	margin-top: .25em;
}

