/* 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;
}

/* ----------------------------------------- */

body {
	background-color: #efefef;
	font-family: 'Quicksand', sans-serif;
	padding: 25px;
	font-size: 100%;
	line-height: 1.3;
	width: 600px;
}

h1, h2, h3, h4 {
	color: #444444;
}

h1, h2, h3 {
	font-family: 'Open Sans', sans-serif;
}

h3, h4 {
	margin:0;
	padding: 0;
}

h2 {
	font-size: 120%;
	margin:0 0 1em 0;
}

h3 {
	font-size: 120%;
}

h4 {
	font-weight: normal;
	font-style: italic;
}

p {
	color: #555555;
	padding: 0 0 1em 0;
}

img {
	max-height: 350px;
	max-width: 600px;
}

a {
	color:#be030a;
	text-decoration: none;
}

#left-col {
	position: fixed;
	width: 300px;
}

#right-col {
	margin-left: 320px;
	width: 600px;
}

#right-col p {
	max-width: 600px;
}

div.work-item {
	margin-bottom: 3em;
}

.media-viewer {
	position: relative;
	max-height: 338px;
	width: 600px;
	overflow: hidden;
	margin-bottom: 5px;
}

.media-viewer img{
	-webkit-user-select: none;  
  	-moz-user-select: none;     
  	-ms-user-select: none;     
  	user-select: none; 
}

.media-viewer-nav-button {
	position: absolute;
	top:55px;
	color:white;
	font-size: 250%;
	cursor: pointer;
	text-shadow: 0px 0px 6px rgba(100, 100, 100, .8);
  
	-webkit-user-select: none;  
  	-moz-user-select: none;     
  	-ms-user-select: none;     
  	user-select: none; 

  	transition: opacity 0.3s;
}
.right-button {
	right:0px;
	padding:83px 10px 93px 100px;
}

.left-button {
	left:0px;
	padding:83px 100px 93px 10px;
}

.media-viewer-nav-button.disabled {
	color:rgba(255, 255, 255, 0.3);
	cursor: default;
}

.media-viewer-page-indicator {
	position: absolute;
	margin-left: 40%;
	margin-right: 40%;
	text-align: center;
	bottom: 0px;
	width:20%;
	-webkit-user-select: none;  
  	-moz-user-select: none;     
  	-ms-user-select: none;     
  	user-select: none; 
}

.media-viewer-page-dot {
	color:rgba(155, 100, 100, 1.0);
	cursor: pointer;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 150%;
	text-shadow: 0px 0px 6px rgba(100, 100, 100, .8);
	-webkit-user-select: none;  
  	-moz-user-select: none;     
  	-ms-user-select: none;     
  	user-select: none; 
}

.media-viewer-page-dot.selected {
	color:rgba(255, 255, 255, 1.0);
	cursor: default;
}

#projects {
	display: none;
}

.hidden {
	opacity: 0;
}

@media (max-width: 980px){

	#left-col {
		position: inherit;
		width: 600px;
	}

	#right-col {
		margin-left: 0px;
		width: 600px;
	}

	#projects {
		display: block;
	}

	.hidden {
		opacity: 1;
	}
}
