@import url(//fonts.googleapis.com/css?family=Coda|Open+Sans);

/* --- */

body {
    font-family: "Open Sans", "Lucida Grande", "Lucida Sans Unicode", "Helvetica", "Arial", "Verdana", "sans-serif";
    font-size: 12px;
    font-weight: normal;
    line-height: 2em;
    letter-spacing: 0px;
    color: #666666;
    text-shadow: 0px 1px 1px transparent;
}

/* --- */

#wrapper {
	max-width: 640px;
	margin: 0px auto 0px auto;
}

/* --- */

h1 {
	font-family: "Coda", "Droid Sans", "Arial", "Helvetica", "sans-serif";
	font-size: 33px;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: 0px;
	margin-bottom: 20px;
}

h2 {
	font-family: "Coda", "Droid Sans", "Arial", "Helvetica", "sans-serif";
	font-size: 27px;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: 0px;
	margin-bottom: 18px;
}

h3 {
	font-family: "Coda", "Droid Sans", "Arial", "Helvetica", "sans-serif";
	font-size: 21px;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: 0px;
	margin-bottom: 16px;
}

h4 {
	font-family: "Coda", "Droid Sans", "Arial", "Helvetica", "sans-serif";
	font-size: 15px;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: 0px;
	margin-bottom: 14px;
}

h5 {
	font-family: "Coda", "Droid Sans", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: 0px;
	margin-bottom: 12px;
}

h6 {
	font-family: "Coda", "Droid Sans", "Arial", "Helvetica", "sans-serif";
	font-size: 10.2px;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: 0px;
	margin-bottom: 10px;
}

/* --- */

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

a {
	color: #e86e48;
}

a:hover {
	color: #eb8160;
}

img {
	height: auto;
	max-width: 100%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-style: dashed;
	border-color: #cccccc;
}

ul,
ol {
	list-style-position: inside;
	margin-bottom: 15px;
}

object,
iframe {
	margin-bottom: 15px;
}

strong {
	color: #fefefe;
	background: #424242;
	padding: 2px;
}

/* --- */

p {
	font-size: 15px;
	line-height: 2em;
	margin-bottom: 15px;
}

/* --- */
