/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* martincleto.com styles */

body {
	background-color: #e5e4e0;
	color: #83827e;
	font: 110%/140% Georgia, Tahoma, serif;
}
a { color: #0b8cb7; }
a:hover, a:focus { background-color: #fff; }
strong { font-weight: bold; }
p { margin-bottom: 1.5em; }

.wrapper {
	position: relative;
	width: 80%;
	padding: 10% 0;
	margin: 0 auto;
}
.wrapper-top { padding: 0; }

nav {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #333;
	color: #fff;
	font-size: 80%;
	font-family: "Lato", Helvetica, sans-serif;
	text-transform: uppercase;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: .3% 2%;
	z-index: 5;
}
nav li {
	display: inline-block;
	padding: 0 2%;
}
nav a {
	color: #fff;
	text-decoration: none;
}
nav a:hover {
	background-color: transparent;
	text-decoration: underline;
}
nav .languages a {
	color: #c0bfb9;
}

.card {
	font-family: "Lato", Helvetica, sans-serif;
}

h1 {
	text-transform: uppercase;
	font-size: 140%;
	line-height: 120%;
}
h1 span { display: block; }
span[itemprop=name]{
	color: #fff;
	font-weight: bold;
	font-size: 215%;
	text-shadow: #c0bfb9 2px 2px 0;
	margin-bottom: .35em;
}
span[itemprop=title] {
	
	color: #c0bfb9;
    font-weight: normal;
}

.intro { margin: 5% 0 0 40%; }

.actions li { display: inline; }
.actions li:first-child { margin-right: 2em; }
.actions li a { font-weight: bold; }
.actions li .selected {
	color: #444;
	text-decoration: none;
}
.actions li .selected:hover { color: #444; } 

#data-container  { display: none;  }

#portfolio dl {
	margin: 2em 1em;
}

#portfolio dt {
	width: 100%;
	position: relative;
	font-family: "Syncopate", sans-serif;
	text-transform: uppercase;
}
#portfolio dt span {
	position: absolute;
	right: 0;
	top: 0;
	color: #888;
	font-size: 90%;
	font-style: italic;
}

@media only screen and (max-device-width: 480px) {
	body {
		font-size: 180%;
		margin: 0 0.5% 0.5% 0.5%;
	}
	
	nav {
		font-size: 100%;
		font-family: Helvetica, Arial, sans-serif;
	}
	
	.card {
		font-family: Helvetica, Arial, sans-serif;
	}
	
	span[itemprop=name] { line-height: 110%; }
	
	.intro {
		font-size: 160%;
		line-height: 150%;
		margin-left: 0;
	}
	p {
		margin-bottom: 1em;
	}
	strong {
		line-height: 145%;
	}
}



