/******************** Defaults ********************/
body, div, table, tr, td, p {
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
}

/******************** Embedded Fonts ********************/
@font-face {
    font-family: Satyr10;
    src: url('../fonts/satyr10-regular-webfont.eot');
    src: url('../fonts/satyr10-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/satyr10-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Satyr10;
    src: url('../fonts/satyr10-italic-webfont.eot');
    src: url('../fonts/satyr10-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/satyr10-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: Ashbury;
    src: url('../fonts/ashburybol_-webfont.eot');
    src: url('../fonts/ashburybol_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ashburybol_-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: Ashbury;
    src: url('../fonts/ashburybolita-webfont.eot');
    src: url('../fonts/ashburybolita-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ashburybolita-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: Ashbury;
    src: url('../fonts/ashburylig-webfont.eot');
    src: url('../fonts/ashburylig-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ashburylig-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Ashbury;
    src: url('../fonts/ashburyligita-webfont.eot');
    src: url('../fonts/ashburyligita-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ashburyligita-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

/******************** Page styles ********************/
body {
	background: #fff;
	min-width: 1024px;
	color: #666666;
	font-family: Ashbury, Georgia, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
}
div#OuterCanvas {
	width: 100%;
	cursor: default;
}
div#InnerCanvas {
	margin: 0 12px;
	text-align: center;
}
div#Page {
	display: inline-block;
	text-align: left;
	width: 1000px;
	min-height: 400px;
	
	margin: 30px auto 50px auto;
	border: 1px solid #ccc;
	border-top-right-radius: 80px;
	border-bottom-left-radius: 40px;
	box-shadow: 0 0 24px #bbb;
	background: #f3f3f3;
}
div#Float {
	position: fixed;
	visibility: hidden;
	width: 1000px;
	top: 0px;
	left: 0px;
	
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-shadow: 0 6px 24px #999;
}

/******************** Title Section ********************/
div.title {
	padding: 20px 15px 12px 50px;
	border-bottom: 1px solid #ddd;
	border-top-right-radius: 79px;
	background: #fff;
}
div.title span.name {
	display: inline-block;
	padding: 0 25px 0 10px;
	color: #333;
	font-family: Satyr10, Georgia, serif;
	font-size: 32pt;
	letter-spacing: 2px;
	word-spacing: 1px;
}

/******************** Common Attributes for all Subsequent Sections ********************/
div.content {
	padding: 20px 40px 0 40px;
}
span.email i {
	display: inline-block;
	overflow: hidden;
	width: 0px;
}

/******************** About Section | Contact Info ********************/
div.aboutSection {
	padding-bottom: 30px;
	min-height: 200px;
}
div.aboutSection td.leftPanel {
	width: 600px;
	padding: 20px 50px 10px 20px;
	vertical-align: top;
	color: #666666;
	font-family: Ashbury;
	font-size: 11pt;
	line-height: 1.6em;
}
div.aboutSection td.rightPanel {
	width: 225px;
	padding: 20px 0px 10px 25px;
	vertical-align: top;
	color: #666666;
	font-family: Ashbury;
	font-size: 10pt;
	line-height: 15px;
}

div.aboutSection td.leftPanel p {
	margin-bottom: 20px;
}
div.aboutSection td.leftPanel span.select {
	color: #933;
	font-weight: bold;
	cursor: pointer;
}
div.aboutSection td.leftPanel span.select-wrapper {
	margin: 0 1px 0 1px;
}

div.aboutSection td.rightPanel span.title {
	display: block;
	margin: 25px 0 5px 0;
	color: #000;
	font-family: Satyr10;
	font-size: 13pt;
}
div.aboutSection td.rightPanel span.title:first-child {
	margin-top: 0;
}
div.aboutSection td.rightPanel span.info {
	display: block;
	margin: 0 0 4px 0;
}
div.aboutSection td.rightPanel i {
	display: inline-block;
	width: 16px;
	margin: 0 2px 0 0;
	color: #999;
	text-align: center;
}

div.aboutSection td.leftPanel a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
div.aboutSection td.leftPanel a:hover {
	color: #933;
	text-decoration: underline;
}
div.aboutSection td.rightPanel a {
	color: #666666;
	text-decoration: none;
}
div.aboutSection td.rightPanel a:hover {
	color: #933;
	text-decoration: underline;
}

/******************** Select Bar ********************/
div.selectBar {
	padding-top: 16px;
	padding-bottom: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #ddd;
	text-align: center;
	font-family: Ashbury;
	font-size: 10pt;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
div.selectBar span.selected {
	display: inline-block;
	vertical-align: top;
	height: 22px;
	padding: 1px 15px;
	cursor: pointer;
	color: #000;
	font-weight: bold;
}
div.selectBar span.selected span.down {
	display: inline-block;
	vertical-align: top;
	height: 24px;
	margin: 0 5px 0 0;
}
div.selectBar span.deselected {
	display: inline-block;
	vertical-align: top;
	height: 22px;
	padding: 1px 12px;
	cursor: pointer;
	color: #666;
	font-weight: normal;
}
div.selectBar span.deselected span.down {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	width: 0px;
	height: 24px;
	margin: 0;
}
div.selectBar i {
	font-size: 8pt;
}

/******************** Project Thumbnail | Descriptions ********************/
div.project {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
div.project td.leftPanel {
	padding: 10px;
	vertical-align: top;
}
div.project td.rightPanel {
	padding: 5px 25px 10px 25px;
	vertical-align: top;
}

div.project div.imgFrame {
	width: 280px;
	height: 210px;
	border: 1px solid #ccc;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 30px;
	box-shadow: 0 0 10px #ccc;
}
div.project div.imgFrame img {
	width: 280px;
	height: 210px;
	display: block;
	border-top-right-radius: 49px;
	border-bottom-left-radius: 29px;
}

div.project p.title {
	margin: 0 0 0.55em 0;
	color: #000;
	font-family: Satyr10;
	font-size: 14pt;
}
div.project p.title span.title {
	margin: 0 8px 0 0;
}
div.project p.title span.selectTag {
	font-size: 10px;
	margin: 0 0 0 5px;
	vertical-align: 2px;
	opacity: 0;
	cursor: pointer;
	white-space: nowrap;
}
div.project p.title span.selectTagText {
	margin: 0 0 0 1px;
}
div.project p.desc {
	margin: 0 0 0.8em 0;
	color: #666666;
	font-family: Ashbury;
	font-size: 11pt;
	line-height: 22px;
}
div.project a {
	color: #933;
	font-weight: bold;
	text-decoration: none;
}
div.project a:hover {
	color: #933;
	text-decoration: underline;
}
div.project span.no-wrap {
	white-space: nowrap;
}
div.project span.a-wrapper {
	margin: 0 1px 0 1px;
}


/******************** Footer Section ********************/
div.footerSection {
	height: 40px;
	padding: 15px 30px 10px 120px;
	text-align: right;
	vertical-align: bottom;
	color: #999;
	font-family: Ashbury;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
}
div.footerSection p {
	margin: 0 0 0 0;
}
div.footerSection a {
	color: #999;
	text-decoration: none;
}
div.footerSection a:hover {
	color: #933;
	text-decoration: underline;
}
