/* Basics
-------------------------------------------------- */
body{
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	background: #f4f4f4;
	color: #000000;
}

.clear{
	clear: both;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'PT Sans', sans-serif;
}

h2,h3,h4,h5,h6{
	font-weight: 400;
}

h1,h2{
	letter-spacing: -1px;
}

a{
	text-decoration: none;
	color: #374178;
}

a:hover{
	color: #4f5a9a;
}

a img{
	border: none;
}

#weather {
	cursor: pointer;
}

/**
 * Sticky
 */
.fixed-sticky {
	position: fixed;
	top: 15px;
}

div#nepszava-settings-container {
	border: 1px solid #d0d0d0;
	padding: 10px;
	margin: 8px 0px;
	font-size: 12px;
}

	div#nepszava-settings-container p {
		margin: 4px 0px;
	}

span.nepszava {
	font-family: Georgia;
	font-weight: bold;
	color: #374178;
}

/**
 * Loading overlay
 */
div.loading-overlay {
	display: block;
	width: 100%;
	height: 100%;
	background: #555555;
	background-image: url(/static/img/loadingAnimation.gif);
	background-repeat: no-repeat;
	background-position: 50% 100px;
	z-index: 10000;
	position: absolute;
	top: 0;
	left: 0;
}

/**
 * Registration verify
 */

div#registration-verify {
	padding: 0 15px;
	margin-bottom: 40px;
}

	div#registration-verify h1 {
		font-size: 20px;
		font-weight: 700;
		margin: 0;
		padding: 0 0 8px 0;
	}

/**
 * Subscribe box
 */
div.subscribe-box {
	height: 43px;
	cursor: pointer;
	background: #374178;
}

	div.subscribe-box div.subscribe-link {
		float: left;
		width: 79px;
		background: #A60000;
		height: 43px;
		padding-left: 15px;
	}

		div.subscribe-box div.subscribe-link a {
			display: block;
			width: 94px;
			height: 43px;
			color: #FFFFFF;
			line-height: 43px;
			font-size: 15px;
			font-style: italic;
			font-weight: bold;
			font-family: 'PT Sans', sans-serif;
		}


	div.subscribe-box div.subscribe-days {
		display: none;
		float: left;
		width: 220px;
		height: 43px;
		line-height: 43px;
		text-align: right;
		color: #FFFFFF;
		background: #374178;
		padding-right: 15px;
		font-style: italic;
	}

/**
 * Subscribe page
 */
#subscribe-page b.new-price {
	font-size: 15px;
	color: #374178;
	white-space: nowrap;
}

.interval-discount-input div.interval-discount {
	float: right;
}

div#subscribe-page div.form-container div.form-container-line div.label {
	width: 190px;
}

div#subscribe-page div.subscribe-interval ul.interval-list li label {
	font-size: 14px;
}

span.red {
	color: #FF0000;
}