

a:link, a:visited {color: #000; color: #1267E7; text-decoration: none;}
a:hover {text-decoration: underline !important; }

img {background-color: #fff;}

a img, video { border: 1px solid #CCC; margin: 0 3px 3px 0}


p:first-child {
	margin-top: 0px;
}


body {
	width: 1000px;
	padding: 10px;
	background-color: #f5f5f5;
	margin: auto;
	text-align: middle;
	font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #444;
	font-size: 13px;
	line-height: 17px;
}

.travels li span {
	display: block;
	float: left;
	width: 95px;
	margin-right: 10px;
	text-align: right;
	clear: both;
}

h1 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 22px;
	letter-spacing: 5px;
	margin: 20px 0 15px;
	line-height: 28px;	
}

h1 span, h1 span a {
	font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 0em;
}

h1 a:link, h1 a:visited {
	color: #ccc;
}

h1 a:hover {
	color: #ccc;
	text-decoration: underline !important;	
	text-shadow: 0px 0px 0px #ccc;
}

h2, h3 {
	font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	margin-top: 28px;
	color: #000;
	letter-spacing: 2px;
}

h2:first-child { margin-top: -2em; margin-bottom: 1em;} 

h3:first-child { 	margin-top: 1em; }

h3 {
	font-size: 12px;
	margin-top: 1.5em;
	color: #777;
}


.home {
	margin-top: 25px;
}

ul { margin: 0; padding: 0; }
li {
	list-style-type: none;
}

ul#papers li, ul.papers li { margin-bottom: 15px; }

#papers strong, .papers strong {
	font-weight: bold;
	margin-top: 20px;
	color: #666;
}

#l {
	width: 325px;
	float: left;
	margin-right: 25px
}

#m {
	float: left;
	width: 600px;
	margin: 0;	
}

#twitter_update_list {
	margin-top: -5px;
	text-align: right;
}

#twitter_update_list li span {
	display: block;
	text-align: left;
	margin-bottom: -5px;
}

#fancybox-title {
	font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: normal;
	font-size: 15px !important;
	line-height: 17px;
}

#fancybox-title a {
	color: #B1CCEF !important;
}

video { cursor: pointer; }

.video p { margin-top: 0px;}



a.demo, a.source {
	background: #F86200 url("demo.svg") left center no-repeat;
	background-size: 20px 20px;
	color: #fff;
	xfont-weight: bold;
	padding: 2px 4px 2px 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

a.demo:hover, a.source:hover {
	text-decoration: none !important;
	background: #F97F0A url("demo.svg") left center no-repeat;		
	background-size: 20px 20px;
}

a.source {
	background: #F86200 url("source.svg") left center no-repeat;		
	background-size: 20px 20px;
}

a.source:hover {
	background: #F97F0A url("source.svg") left center no-repeat;		
	background-size: 20px 20px;
}


a.demo.noplay {
	background: #F86200;
	padding: 2px 4px;
}

a.demo.noplay:hover {
	background: #F97F0A;
}


