/*!
 * jQuery smartscroll plugin css main theme for main navigation, control arrows and back to top button
 * Original author: @responsivewemmobile
 * Version 1.0 2013-01-16
 * Further changes, comments: @responsivewemmobile.com
 */

/* GOOGLE FONTS INCLUDE */
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300);


/* GENERIC PAGE STYLES */
body {
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-family: 'Roboto Slab', serif;
}

h1 {
	color: #999999;
	font-weight: 300;
	font-size: 2.5em;
}

p {
	font-size: 1em;
	line-height: 1.5em;
}

a {
	color: #FF0000;
}

strong {
	color: #666666;
}

pre {
	font-size: 1.2em;
	color: #555555;
	overflow: auto;
	width: 800px;
}

pre.prettyprint {
	border: none !important;
}

