/* --- general --- */

body {
	background-color: #ffffff;
	margin: 0 30px;
	padding: 0;
	font-family: 'Cabin', Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
}

h3 {
	color: #888;
	font-size: 1.3em;
	font-weight: normal;
	text-align: center;
}

p {
	font-size: 1em;
	line-height: 1.6;
	text-align: center;
}

p.error {
	color: #ff0000;
}

p.webinfo {
	margin-top: 0;
	margin-bottom: 2em;
}


/* --- links --- */

a:link, a:visited {
	color: #00f;
	text-decoration: none;
}

a:hover, a:active {
	color: #f00;
	text-decoration: underline;
}


/* --- forms --- */

label {
	color: #000;
	font-size: 1em;
	width: 20%;
	float: left;
	text-align: right;
	margin-right: 1em;
	display: block;
}

input {
	background: #eee;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #ddd;
	padding: 2px;
	width: 70%;
	color: #000;
}

textarea {
	background: #eee;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #ddd;
	padding: 2px;
	width: 70%;
	color: #000;
}

p.submit input{
	width: 10em;
	margin-right: 1em;
}


/* --- frames --- */

#container {
	width: 80%;
	margin: 20px auto;
	padding: 0;
}

#contentframe {
	text-align: center;
	font-size: 1.2em;
}

#contentframe ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 341px;
}

#contentframe ul li {
  float: left;
	padding: 0;
	margin: 0;
}

#contentframe ul li a {
	display: block;
	text-decoration: none;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
}

#contentframe ul li a span {
	display: none;
}

#contentframe ul li a#facebook {
	background-image: url("images/facebook.png");
	width: 87px;
	height: 77px;
}

#contentframe ul li a#twitter {
	background-image: url("images/twitter.png");
	width: 83px;
	height: 77px;
}

#contentframe ul li a#pinterest {
	background-image: url("images/pinterest.png");
	width: 92px;
	height: 77px;
}

#contentframe ul li a#gplus {
	background-image: url("images/googleplus.png");
	width: 79px;
	height: 77px;
}

#contactframe {
	clear: both;
}


/* --- other --- */

#feedback {
	padding-top: 2em;
}


/* --- header & footer --- */

#header {
	background-image: url("images/logo.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 945px;
	min-height: 334px;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 auto;
}

#header h1 {
	display: none;
}

#footer {
	clear: both;
	font-size: 0.8em;
	color: #bbbbbb;
	text-align: center;
	margin: 5em 0;
	padding: 0;
}