/*** loaded from asset folder ***/

@charset "utf-8";

/************************************************/
/* Nice and Content Core Front End CSS Document */
/* File Version 0.1                             */
/************************************************/

body, html {
	margin: 0;
	padding: 0;
	border: none;
}


html {
	height: auto;
	min-height: 100%;
	position: relative;
	display: block;
	width: 100%;
}

body {
	font-size: 10px;
	position: relative;
	display: block;
	width: 100%;
	min-height: 1000px;
	font-family: Arial, Helvetica, sans-serif;
}

/****** =Typography **********/

.serif-typeface {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-style: italic;
	font-weight: bold !important;
}


li {
	font-size: 1.4em;
}

p a, 
li p, li h3, li h4, li h5, li ul li,
h2 a, h3 a, h4 a, h5 a, h6 a,
div a
{
	font-size: 1em;
}

p, a, li, input, textarea, button, dd {
	font-size: 1.1em;
	line-height: 1.35em;
}

textarea {
	font-size: 1.8em;
}

/****** =Headings **********/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

	h1 {
		letter-spacing: -0.03em;
		font-size: 2.7em;
		line-height: 1.2em;
		padding: 5px 0;
		font-weight: bold;
	}
	
	h2 {
		letter-spacing: -0.05em;
		font-size: 2.4em;
		line-height: 0.8em;
		margin: 0 0 10px 0;
		padding: 0;
		font-weight: bold;
	}

	h3 {
		letter-spacing: -0.03em;
		font-size: 2.1em;
		line-height: 1em;
		margin-bottom: 10px;
	}
	
	h4 , dt{
		letter-spacing: -0.03em;
		font-size: 1.5em;
		font-weight: bold;		
	}
	
	h5 {
		font-size: 1.1em;			
	}
	
	h6  {
		font-size: 0.95em;
	}

/******** =lists **********/

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul li {
	padding: 0;
	margin: 0;
}

	li a {
		color: #272727
	}

	li a:hover {
		color: #474747
	}

	li a:visited {
		color: #878787
	}	
	
	li a:active {
		color: #171717
	}	


/******** =paragraphs **********/

p#bread-crumbs {
	padding: 0 0;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FF3399
}

p#bread-crumbs a {
	color: #575757
}

/******** =links and anchors *******/

a {
	text-decoration: none;
}

p a, li a {
}

a img {
	border: none;
}


/******** =forms *******/

legend {
	display: none;
}

input, textarea, select {
	border: 1px solid #bbbbbb;
	border-top: 2px solid #dddddd;
	border-right: 2px solid #dddddd;
	background: #f3f3f3;
	margin: 0;
	color: #000;
}

input:focus, textarea:focus {
	background: #FFF
}

/********* =tools *********/

div#debugger-buttons {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #FFF;
}

div#debugger-buttons a {
	color: #0099CC !important;
	display: block;
	padding: 5px;
}

/********* =useful classes *********/

.full-width-wrap {
	margin: 0 auto;
	position: relative;
}

.center-width-wrap {
	margin: 0 auto;
	position: relative;
	min-width: 820px;
	width: 90%;
	max-width: 1200px;
}

.clear-fix {

}

.clear-fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}

br.clear {
	clear: both
}

.align_center, .align-center {
	display: block;
	margin: 0 auto;
	text-align: center;
}
