/* @override 
	http://0.0.0.0:3301/assets/stylesheets/typography.css
*/

body {
	font: 9pt/13.5pt Helvetica, "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #d5d5d5;
	background-color: #121212;
	padding: 1em;
}

div.home h1.title {
	color: #bbb;
	font: normal 18pt/18pt "Hoefler Text", serif;
}

div.home h1.title:after {
	content: ' | ';
}

div.home h2.name {
	font-size: 9pt;
	line-height: 18pt;
}

ul.portfolios li {
	list-style-position: outside;
	list-style-type: none;
} 

ul.portfolios h2.title span.count {
	font-family: Hoefler Text, serif;
	font-weight: normal;
	font-style: normal;
	color: #d5d544;
}

.home ul.feeds {
	text-align: center;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #d5d5d5;
}

.home ul.feeds li {
}

.gallery h1.title {
	font-size: 24pt;
	line-height: 1em;
}

.navigation {
	font-size: 8pt;
	line-height: 1em;
	color: #999;
	text-align: right;
}


.navigation li a {
	text-decoration: none;
	font-size: 8pt;
	padding: 3px;
}

ol.projects {
	list-style-type: upper-roman;
	list-style-position: inside;
}

ol.projects ol {
	list-style: lower-roman;
}

ol.projects ol h3, ol.projects ol p {
	display: inline;
	margin-right: 0.3em;
}

ol.others {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-left: 0;
	
}

ol.others li {
	display: inline;
	margin-left: 1em;
	margin-right: 1em;
	color: #333;
}

ol.others li a {
	text-decoration: none;
	color: #aaa;
}

a {
	color: #ddd;
}

a:active {
	color: #9c9c9c;
}

a:visited {
	color: #9c9c9c;
}

p.forward, p.backward {
	font-size: 36px;
}

p.forward a, p.backward a {
	text-decoration: none;
	color: #d1d1d1;
}



/* @group Notes */


.portfolios a {
	text-decoration: none;
}

.portfolios a:hover {
	text-decoration: underline;
}

.notes a {
	text-decoration: none;
}


div.note h1.title {
	font-size: 24pt;
	line-height: 37.5pt;
	margin-bottom: 27pt;
	margin-top: 13.5pt;;
}

div.note ul.toc h3 {
	font-size: 12pt;
}

div.note .toc a {
	text-decoration: none;
}

div.note p {
	margin-bottom: 13.5pt;
}

.note .body ul li, .note .body ol li{
}

.note .body ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: outside;
	text-align: left;
}

/* @end */


/* @group Contact */

div.contact label {
	line-height: 13.5pt;
}

div.contact input.text,
div.contact textarea {
	font-size: 13.5pt;
	margin-bottom: 13.5pt;
}

div.contact textarea {
	font-family: Consolas, Monoco, mono;
}


/* @end */

/* @group Basics */



em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

em em, i i {
	font-style: normal;
}

strong strong, b b {
	font-variant: small-caps;
	font-weight: bold;
}

code {
	font-family: Consolas, Monoco, mono;
}

/* @end */

