.article{
	border-top:1px solid #CCC;
	padding-top:34px;
	margin-top:34px;
	margin-bottom:40px;
}
.article:first-of-type{
	border:none;
	padding-top:0;
	margin-top:0;
}
h1 a{
	color: #313175;
}
.artInfo{
	color:#A4C932;
}
a {
	word-wrap: break-word;
}
input,
textarea,
select{
	width:100%;
	max-width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

/*SOCIAL BUTTONS*/
.socialButtons{
	height:20px;
	line-height:20px;
	margin:0 0 20px !important;
	display:block;
}
.socialButtons li{
	float:left;
	margin:0 6px 0 0;
	background:none;
	padding:0;
	overflow:hidden;
}
.socialButtons li:before{
	display:none;
}
.socialButtons li.twitter{
	width:79px;
}

/*
form p{
	margin-bottom:16px;
	position:relative;
}
input,
textarea,
select{
	line-height:36px;
	height:36px;
	padding:0 8px;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-size:1.1em;
	color:#333;
	max-width:100%;
	-webkit-border-radius:0;
}
select{
	padding-right:0;
	color:#999;
}
option{
	color:#333;
}
input.iconSpace{
	padding-right:44px;
}
input:hover,
textarea:hover{
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
}
input:focus,
textarea:focus{
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
}
input[type="submit"]{
	width:auto;
	padding: 0 36px;
    -webkit-appearance: none;
	font-family: "futura-pt-n4","futura-pt",sans-serif;
	font-weight:500;
	font-size:1em;
	margin-bottom:1em;
}
input[type="submit"].icon{
	position:absolute;
	right:0;
	top:0;
	width:36px;
	padding:36px 0 0;
	background-image:url(/images/icons/mail.png);
	background-repeat:no-repeat;
	background-position:center;
}
input[type="submit"].icon.search{
	background-image:url(/images/icons/eye.png);
}
textarea{
	height:120px;
	line-height:1.4em;
	padding:8px;
	display:block;
}
input[type="checkbox"]{
	height:auto;
	width:auto;
}
.required{
	background:#FFC;
	border-bottom:#F00 2px solid;
}
.required input[type=text]{
	background:#FFC;
	border-bottom:#F00 2px solid;
}
p.required{
	background:none;
	border:none;
}
.fieldCheck{display:none;}

::-webkit-input-placeholder{
	color:#999;
}
:-ms-input-placeholder{
	color:#999;
}
*/