
/************************************************************************
	CSS Document // Mailing List
	RareNoiseRecords
	Created by Salt Design - http://www.saltdesign.org.uk

************************************************************************/



body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	height: 100%;
	background: #EEF1F8;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -0.06em;
	color: #333;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -0.06em;
	color: #793060;
	margin: 0;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.02em;
	color: #333;
	margin: 0 0 10px 0;
}

p {
    font-size: 12px;
	line-height: 14px;
	color: #333;
	margin: 0 0 20px 0;
}
a, a:visited,
p a, p a:visited  {
    color: #793060;
	text-decoration: none;
}
a:hover, a:active, a:focus,
p a:hover, p a:active, p a:focus {
	color: #5B1846;
	text-decoration: none;	
}

img {
	border: 0px;
}

.clearfix {
	clear: both;
}


.mailing-form {
	width: 340px;
	padding: 20px;
}

form {
	margin: 0;
	padding: 0;
}

.form-label {
	font-size: 16px;
	color: #793060;
	margin: 0 0 4px 0;
}

.largefield {
	width: 340px;
	height: 29px;
	max-height: 29px;
	line-height: 29px !important;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #666;
	padding: 3px 3px 0 3px;
	margin: 0 0 12px 0;
	border: none;
	background: #FFF;
}

input.subscribe {
	width: auto;
	height: 22px;
	clear: both;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
	color: #FFF;
	padding: 0 36px 0 6px;
	margin: 0;
	border: none;
	background: #793060;
	cursor: pointer;
}
input.subscribe:hover {
	background: #5B1846;
}



.social-links {
	float: left;
	width: 340px;
	margin: 8px 0 0 0;
}
.social-links img {
	margin: 0 10px 0 0;
}
