@font-face {
	font-family: QuicksandBook;
	src: url(/fonts/QuicksandBook.otf);
}

body {
    font-family: HelveticaNeue, Helvetica, "Bitstream Vera Sans", Tahoma, Arial, Sans-serif;
    font-size: 100%;
    line-height: 1.25;
    background-color: #fff;
    color: #333;
}

p {
	margin: 1em 0 0 0;
	padding: 0;
}

#header {
	color: #666;
}

#footer {
	color: #666;
	font-size: 80%;
}

#footer p {
	margin: 0;
}

#header h1 {
	text-transform: uppercase;
	font-family: QuicksandBook, HelveticaNeue, Helvetica, Arial, "Bitstream Vera Sans", Sans-serif;
	font-size: 250%;
	font-weight: normal;
}

#header h1 a:hover {
	text-decoration: none;
}

img {
    border: 0;
}

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

a:hover {
    text-decoration: underline;
}

blockquote {
    margin: 1em 0;
    background: url(http://www.carlesbellver.com/images/main/Quote-Didot-144pt.png) 0 0 no-repeat;
    padding: 1px 0 0 64px;
    /* padding: 32px 0 0 8px; */
    color: #999;
    font-size: 105%;
    font-style: normal;
}

blockquote a {
    color: #666;
    text-decoration: none;
}

blockquote em {
	font-style: normal;
	color: #666;
}

hr {
	width: 10%;
	margin: 1em auto;
	height: 0;
	border: 1px dashed #ccc;
	color: #ccc;
	background-color: #fff;
}

#header p a {
	border-bottom: 1px dotted #666;
	color: #666;
    text-decoration: none;
}

#header ul {
	margin-left: 0;
	padding-left: 1.5em;
	list-style-type: square;
}

#header ul li {
	margin-top: 0.5em;
}

#header ul li ul {
	list-style-type: circle;
	}

#header ul.links {
	display: block;
	padding-left: 0;
	list-style-type: none;
	color: #999;
}

#header ul.links a {
	color: #999;
}

#header ul.links li {
	display: inline;
	font-size: 125%;
}

#main h1 {
	text-transform: none;
	font-family: QuicksandBook, Verdana, HelveticaNeue, Helvetica, Arial, "Bitstream Vera Sans", Sans-serif;
	font-size: 250%;
	font-weight: normal;
}

#main h2 {
	margin: 0.25em 0;
	padding: 0;
	font-size: 125%;
	font-weight: normal;
}

@media only screen and (max-device-width: 640px) { 

	body {
	    font-family: Verdana, Helvetica, Arial, Sans-serif;
		font-size: 200%;
	}

	#header h1 {
		font-size: 200%;
	}
	
}
