/*@import url(http://fonts.googleapis.com/css?family=Lobster+Two:700italic);*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic,300,300italic);
/*@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,200);*/
@import url(http://fonts.googleapis.com/css?family=Dosis:400,300);
/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	/*font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;*/
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0px #d6d6d6 solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-color: #fff;
	clear: both;
	height: 0;
}
/* Text Selection */

	::selection {
background: #666;
color: #fff; /* Safari */
}
::-moz-selection {
background: #666;
color: #fff; /* Firefox */
}
/* `Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4 {
    color: #000000;
    /*font-family: 'Open Sans',sans-serif;*/
	font-family: 'Dosis', sans-serif;
	/*font-family: 'Ubuntu', sans-serif;*/
    font-weight: normal;
}

h1 {
	font-size: 58px;
	color: #333;
	letter-spacing:0.01em;
	text-shadow: 1px 1px 3px #888;
	font-style:italic;
}

h2 {
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	


}

h3 {
	font-size: 24px;
	/*font-weight: bold;*/
	color: #333333;
	/*font-weight: 700; */
	font-style:italic;
}

h4 {
	font-size: 20px;
	/*font-weight: bold;*/
	color: #333333;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	color: #2396d9;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

li {
	margin-left: 0;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}