/**************************************/
/*              GLOBALS               */
/**************************************/
html{
	width: 100%;
}
body{
	/* background: transparent url(/images/site/bg_tile_grey_fade.png) repeat; */
	/* background: transparent url(/images/site/grid.png) repeat; */
	background: #FBFBFB;
	margin: 0;
	padding: 0;
	color: #777;
	text-align: left;
}
p,
label{
	font-size: 13px;
	font-family: didot, georgia, times, serif;
	line-height: 18px;	
	margin: 0 0 18px 0;
	font-style: italic;
}
em{
	color: #333;
}
ul,
li{
	margin: 0;
	padding:0;
	list-style:none;
}
a{
	text-decoration:none;
    display:block;
    color: #777;
    outline: none;
}
h5,
h3{
	font-weight: normal;
}
h3{
	line-height: 18px;
	font-style: italic;
	font-size: 18px;
	margin: 0 0 18px 0;
	color: #555;
}
.Dropped {
	-webkit-box-shadow: rgba(238, 238, 238, 0.5) 1px 1px 1px;
	-moz-box-shadow: rgba(238, 238, 238, 0.5) 1px 1px 0px;
}

/**************************************/
/*              HEADER                */
/**************************************/
.Container{
	/* margin: 64px 0 0 0; */
	margin: 0;
}
.Header{
	width:280px;
	position: fixed;
	margin-left: 20px;
	min-height: 100%;
	background: #FBFBFB;
	/* background: transparent url(/images/site/bg_tile_grey_fade.png) repeat; */
	z-index: 100;
	/* padding-top: 64px; */
	padding-top: 46px;
}
.HeaderContent{
	padding: 0;
}

.Branding{
	margin: 0 0 4px 0;
	/* height: 32px; */
	height: 90px;
	text-align: right;
}
.BrandingContent{
	padding: 0;
}

/**************************************/
/*             NAVIGATION             */
/**************************************/
.MainNav{
}
.MainNav ul{
	display: none;
}

.MainNav li{
	margin: 4px 0;
	/* padding:0 12px; */
	line-height:14px;
}
.MainNav .SubNav{
	display: inherit;
}

.MainNav li a,
.MainNav li span{
	font-family: didot,georgia,times,serif;
	font-size: 13px;
	font-style: italic;
	text-align: right;
	color: #777;
	padding:9px 35px 9px 0px;
}
.MainNav li#portfolio span{
	display: block;
	cursor: pointer;
}
.MainNav li a:hover,
.MainNav li a.Current{
	color: #111;
	background-color: #FFF;
	-webkit-box-shadow: rgba(238, 238, 238, 0.5) 0 1px 1px;
	-moz-box-shadow: rgba(238, 238, 238, 0.5) 0 1px 0px;
}
.SubNav li a{}

/**************************************/
/*            MAIN CONTENT            */
/**************************************/
.BodyContent{
	/* margin: 100px 0 0 310px; */
	margin: 140px 0 0 310px;
	float: left;
}
.BodyContent p{
	
}
.PortfolioScroll{
	white-space: nowrap;
	padding-right: 100px;
}
.PortfolioScroll li{
	display: inline-block;
	vertical-align: top;
}
.PortfolioScroll li span,
.Portrait{
	display: block;
	float: left;
	background-color: #FFF;
	min-height: 475px;
	padding: 10px;
	margin-right: 10px;
	-webkit-box-shadow: rgba(238, 238, 238, 1) 1px 1px 1px;
	-moz-box-shadow: rgba(238, 238, 238, 1) 1px 1px 0px;
}
.Portrait{
	margin: -9px 18px 0 0;
	min-height: 0;
}
.Portrait p{
	margin: 9px 0 3px 0;
	display: block;
}

/* JCaption Styles */
#text div.caption {
	margin: 0 10px 10px 10px;
	border: 1px solid #ccc;
	padding: 5px;
}

#text div.right {margin-right: 0;}
div.left  { margin-left: 0;}

#text div.caption img {
	margin: 0;
	padding:0;
}

#text div.caption p {
	margin: 5px 0 0 0;
	padding: 5px;
	border-top: 1px #ddd dotted;
}

#Portfolio div.caption {
	margin: 0;
	padding:0;
	position: relative;
}

#Portfolio div.caption p {
	position: absolute;
	margin: 0; 
	padding: 20px 10%;
	bottom: 0;
	left: 0;
	background: #000;
	color: #FFF;
	opacity: .8;
	width: 80%;
}

#Portfolio div.caption img {
	margin: 0; padding: 0;
}

/**************************************/
/*            OTHER CONTENT           */
/**************************************/

.Bio{
	width: 640px;
}
.BioContent{
	padding: 9px 0;
}
.BioContent p{
	line-height: 21px;
}
.Contact{
	width: 760px;
}
.ContactContent{
	padding-top: 7px;
}
.ContactForm{
	width: 340px;
	float: left;
}
.ContactFormContent{
	border-left: 1px solid rgb(204, 204, 204);
	padding: 0 20px 0 40px;
}
.ContactInfo{
	border-left: 1px solid rgb(204, 204, 204);
	float: left;
}
.ContactInfoContent{
	padding-left: 20px;
	text-align: left;
}
.ContactInfoContent p{
	display: block;
	background: none;
}
.ContactInfoContent p img{
	margin-right: 10px;
	vertical-align: middle;
}
.ContactInfoContent p a{
	text-decoration: underline;
	display: block;
	margin-bottom: 9px;
	line-height: 27px;
}
.ContactInfoContent p a:hover{
	color: #333;
}
.ContactInfoContent p a img{
	border: none;
	float: left;
}
/**************************************/
/*               CONTACT FORM         */
/**************************************/
.InputOptions{
	margin-bottom: 18px;
	min-height: 54px;
}
.InputOptions label{
	display: block;
	margin-bottom: 0;
	text-align: left;
}
input,
textarea{
	border: none;
	border-bottom: 1px solid rgb(238, 238, 238);
	padding: 9px 5px 8px 5px;
	width: 250px;
	font-family: georgia, times, serif;
	color: #777;
	font-size: 13px;
}
textarea{
	height: 53px;
}
input:focus, 
textarea:focus{
	/* background-color: #F1F1F1; */
	outline: none;
	border-bottom-color: #CCC; 
}
input.SubmitBtn{
	font-size: 12px;
	width: 120px;
	background-color: #FFF;
	color: #333;
	padding: 8px;
	float: right;
	margin-right: 20px;
	font-style: italic;
	cursor: pointer;
	line-height: 18px;
	/* border: 1px solid rgba(238, 238, 238, 1); */
	
}
input.SubmitBtn:hover,
input.SubmitBtn:focus{
	background-color: #333;
	/* border-color: #333; */
	color: #F1F1F1;
}

/**************************************/
/*               FOOTER               */
/**************************************/

.Footer{
	clear: both;
	margin: 0 0 18px 50px;
	z-index: 200;
	position: fixed;
	bottom: 0;
}
.FooterContent p{
	font-size: 11px;
}
.FooterContent a{
	text-decoration: underline;
	display: inline;
	font-size: 11px;
}
.FooterContent a:hover{
	color: #333;
}