/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../../../warp/css/base.css);


/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

html {
	overflow-y: auto;
}
body {
	background: #111 url('http://treebarcolumbus.com/wp-content/themes/yoo_master_wp1/styles/treebar/images/random-bg/rotate.php') 50% 50% fixed no-repeat;
	font-size: 16px;
	line-height: 1.5;
	font-family: "proxima-nova", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	color: #eee;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "alternate-gothic-no-1-d", "proxima-nova", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 25px 0 10px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

h1 { font-size: 50px; line-height: 50px; margin-bottom: 18px;}
h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
h5, h6 { font-family: "proxima-nova"; font-size: 16px; line-height: 20px; font-weight: bold; letter-spacing: 1px; margin-bottom: 5px; }

p, hr, ul, ol, dl, blockquote, pre, fieldset, figure {
	margin: 20px 0;
}

a { color: #e39844; }
a:hover { color: #c44931; }

em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 80%; }
address { display:block; margin: 0 0 20px 0; }

ins, mark { background-color: #ffa; }
mark { color: #444; }

hr { border-top-color: #ddd; }

q, blockquote {
	quotes: '\201C' '\201D' '\2018' '\2019';
	font-family: inherit;
	font-style: italic;
}
	
blockquote {
	margin: 30px 0;
	border-left: 5px solid #eee;
	background: #f9f9f9;
	padding: 20px 20px 10px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;

}
blockquote p { margin: 0;}

cite {
	display: block;
	margin: 10px 0;
	border-top: 1px solid #ddd;
	padding-top: 5px;
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

pre {
	border: 1px solid #ddd;
	background: #fafafa;
}

::-moz-selection { background: #d24a30; color: #fff; }
::selection { background: #d24a30; color: #fff; }