html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, a:hover, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
 color: #ffffff;
 font-family: 'Ubuntu', arial, serif;
}

body {
	background-color: #000;
	letter-spacing: 2px;
}

#head-container, #work-container {
	padding-top: .8em;
	padding-bottom: .8em;
	border-bottom: dotted 1px whitesmoke;
}

#pres-container, #mentions-container {
	padding-top: .8em;
	padding-bottom: .8em;
	background-color: #4C4B4A;
	border-bottom: dotted 1px whitesmoke;
}

#work-container img {
	border: solid 1px whitesmoke;
}
.mt:first-letter
{
	font-size: larger;
}

.mt {
	font-variant: small-caps;
	line-height: 2em;
	margin-bottom: 0px;
}

.sl {
	font-style: italic;
	font-size: small;
	margin-top: -1em;
	padding-left: 4em;
}

#sign {
	font-family: 'Calligraffitti', serif;
	text-align: right;
}

/* Layout for mobile version */

@media handheld, only screen and (max-width: 767px) {

body {

}

}


/* Provide higher res assets for iPhone 4 */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {

/* An example of how to override an image with one twice the size for iPhone 4. Specify the original pixel size with background-size.
.download {
background: url(../img/downarrow@2x.png) no-repeat;
background-size: 27px 28px;
}
*/

}
