﻿body 
{
	background-color: White;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .7em;
}
a
{
	border-bottom: dotted 1px #ccc;
	color: #800;
	text-decoration: none;
}
a:hover
{
	color: #000;
}
a img
{
	border-style: none;
}
h1, h2, h3, h4, h5, h6
{
	color: #800;
	font-family: Georgia;
	font-weight: normal;
}
h2
{
	font-size: 20px; /*1.9em;*/
	text-transform: lowercase;
}

h1.Title
{ 
	color: #f5f3e9; /*#f2e9cc; 746b4e; faf7e6; */
	font-size: 80px; /*8em;*/
	margin-bottom: 10px;
	margin-top: 0;
	text-transform: lowercase;
 }
h2.Title, h2.ProjectTitle
{
	color: #800;
	position: absolute;
	top: 30px;
	z-index: 10;
}
h2.ProjectTitle
{
	margin-bottom: 40px;
	text-transform: none;
}
h3
{
	font-size: 16px;
	margin-bottom: .4em;
}

p
{
	margin-top:0;
	line-height: 1.4em;
}

ul
{
	/*color: #ece9d8;*/
	list-style-type: square;
	margin-top: 0;
}
li
{
	margin-bottom: .3em;
}

th
{
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}


/* Layout */

.FullContainer
{
	margin: 0 auto 0 auto;
	width: 620px;
}
.OuterContainer
{
	background-image: url(bg-shadow.gif);
	background-repeat: repeat-y;
	padding: 0 10px 0 10px;
}
.SiteLogo
{
	left: 20px;
	margin: 0;
	padding: 0 6px 0 4px;
	position: relative;
	top: 16px;
}

.Container
{
	border: solid 1px #ddd;
	/*border-left-style: none;
	border-right-style: none;
	height: 400px;
	padding-top: 20px;*/
	width: 600px;
}

.MenuBar
{
	background-image: url(swoosh.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #ece9d8;
	font-size: 10px;
	overflow: auto;
	padding: 0 60px 1px 3px;
	text-align: right;
}
.MenuBar ul
{
	list-style-type: none;
	margin: 0;
	padding: 3px 0 4px 0;
}
.MenuBar ul li
{
	display: inline;
	padding: 0 4px 0 4px;
	text-transform: lowercase;
}
.MenuBar ul li a
{
	border-style: none;
}


.Footer
{
	background-image: url(swoosh-upside-down.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #ece9d8;
	color: #666;
	font-size: 10px;
	padding: 4px 3px 4px 60px;
}
.MenuBar a, .Footer a
{
	color: #666;
}
.MenuBar a:hover, .Footer a:hover
{
	color: #800;
	font-weight: bold;
}
.ContentArea
{
	overflow: auto;
	padding: 0 10px 10px 10px;
	position: relative; /* required to position headings */
}
.PortfolioThumbnail
{
	/*border-left: dotted 1px #ece9d8;*/
	float: right;
	margin-left: 10px;
	/*padding-left: 10px;*/
	margin-bottom: 10px;
	zwidth: 245px;
}
.PortfolioThumbnail img
{
	/* border: solid 1px #ece9d8;
	padding: 3px; */
}

.TriColumn
{
	float: left;
	padding: 10px;
	width: 29%;
}
.TriColumn ul
{
	color: #900;
	margin: 20px;
	padding: 0;
}

/*.PortfolioMenu
{
	border: solid 1px #ece9d8;
	margin-left: 20px;
	padding: 4px;
	float: right;
}*/

/* CV */
.cv
{
	position: relative;
}
.cv h1
{
	color: #ddd;#666;
	font-size: 36px; 18px;
	margin-left: -3px;
	margin-bottom: 10px; 5px;
	text-transform: lowercase;
}
.cv h2
{
	color: #333;
	font-size: 16px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 5px;
	text-transform: none;
}
.cv h2, .cv h2 a
{
	color: #333;
}
.cv ul
{
	ztext-indent: -15px;	
	list-style-type: none;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 0;
	padding-left: 0;
}
.cv li
{
	clear: both;
	display: inline-block;
	line-height: 1.6em;
	margin-left: 1em;
	text-indent: -1em;
}
.cv li cite
{
	display: none;
	color: #999;
	position: absolute;
	right: 0;
	text-align: right;
	width: 80px;
}
.cv a
{
	border-bottom-style: none;
}


/* Avvo Badge for practice-areas page */

.avvo_badge_180 {float:right;width:173px;text-align:center;background-color:#ffffff;font-family:arial;font-size:13px;border:4px solid #efe7f6;}
.avvo_badge_180 a {color:#288fbc;text-decoration:none;}
.avvo_badge_180 .name_link {padding-top:7px;padding-bottom:2px;}
