/* 
CSS & HTML: Par Almqvist, 2010-2023

Feel free to use any way you want. Information wants to be free.

*/

/*------------------------------------------------------------
RESET
------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
embed {
	margin: 5px 0 24px 0;
	padding: 0;
	border: 0;
	}

/*------------------------------------------------------------
BASIC SELECTORS
------------------------------------------------------------*/

body {
	width: 678px;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
	}
	
html {
	height: 100%;
}

/*------------------------------------------------------------
PAGE STRUCTURE - cultivat3.com
------------------------------------------------------------*/

body#home {
	width: 678px;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
	background: #000000;
	text-align: center;
	}
	
#content {
	padding: 200px 0 0 0;
	height: auto;
}

#logo {
	background: url(polaritylogo.png) no-repeat top center;
	height: 137px;
	background-size: 678px 137px;
	text-indent: -9999px;
	padding-bottom: 16px;
}

.left {
	float: left;
	width: 240px;
	text-align: left;
}

.middle {
	float: left;
	width: 678px;
	text-align: center;
	margin-top: 10px;
}

.right {
	float: right;
	width: 170px;
	text-align: right;
}

hr {
	border: 1px solid #fff;
}

/*------------------------------------------------------------
TYPOGRAHY & COLORS + FORMS
------------------------------------------------------------*/
/* FONT-FACE DEFINITIONS */

@font-face {
	font-family: 'DroidSerifRegular';
	src: url('droidserif-regular-webfont.eot');
	src: local('â˜º'), url('droidserif-regular-webfont.woff') format('woff'), url('droidserif-regular-webfont.ttf') format('truetype'), url('droidserif-regular-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DroidSerifBold';
	src: url('droidserif-bold-webfont.eot');
	src: local('â˜º'), url('droidserif-bold-webfont.woff') format('woff'), url('droidserif-bold-webfont.ttf') format('truetype'), url('droidserif-bold-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DroidSerifBoldItalic';
	src: url('droidserif-bolditalic-webfont.eot');
	src: local('â˜º'), url('droidserif-bolditalic-webfont.woff') format('woff'), url('droidserif-bolditalic-webfont.ttf') format('truetype'), url('droidserif-bolditalic-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DroidSerifItalic';
	src: url('droidserif-italic-webfont.eot');
	src: local('â˜º'), url('droidserif-italic-webfont.woff') format('woff'), url('droidserif-italic-webfont.ttf') format('truetype'), url('droidserif-italic-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* GENERAL */

a {
	/* color: #e4bb1c; */
	color: #ffffff;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	text-decoration: underline;
	}

h1, h2, h3, h4, h5 {
	font-family: DroidSerifRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: normal!important;
}

p, li, body, blockquote, textarea {
	font-family: DroidSerifRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: normal;
}

input {
	font-family: DroidSerifRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 20px;
	vertical-align: middle;
	margin:0;
	padding:2px!important;
}

h1 {
	font-size: 32px;
	padding: 10px 0 10px 0;
}

h2 {
	font-size: 26px;
	padding: 10px 0 10px 0;
	color: #fff;
	text-transform: uppercase;
}

p {
	font-size: 15px;
	line-height: 20px;
	padding: 10px 0 10px 0;
	color: #fff;
}

li {
	list-style: square;
	font-size: 0.9em;
	line-height: 18px;
	padding: 5px 20px 5px 10px;
	margin: 0 0 0 50px;
	font-style: normal;
	color: #666;
}

li:hover {
	color: #111!important;
	background: #f9f9f9!important;
	cursor: default;
}

ul, ol {
	padding-top: 12px;
	padding-bottom: 20px;
	clear: both;
}

ol li {
	list-style: decimal;
}