/*
	Description: Claris Master Stylesheet
	Media: Screen
	Author: Rodrigo Galindez
	Author URI: http://www.rodrigogalindez.com
*/

/* ----------------------------------------------- [ * ] */

* {
	margin: 0;
	padding: 0;
}

/* -------------------------------- [ General Elements ] */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	background-color: #eee;
	color: #333;
	border-top: 8px solid #D6D6D6;
}

hr {
	display: none;
}

img {
	vertical-align: middle;
}

h1 {
	height: 61px;
	margin: 0 0 .5em 0;
	font-size: 3.6em;
	font-weight: normal;
	text-indent: -1000em;
	background: transparent url(../images/claris.gif) no-repeat top center;
}

h2 {
	height: 26px;
	margin: 0 0 2em 0;
	font-size: 2.4em;
	font-weight: normal;
	color: #333;
	background: transparent url(../images/slogan.gif) no-repeat top center;
	text-indent: -1000em;
}

p {
	font-size: 2em;
	line-height: 1.3;
}

#wrapper {
	width: 96em;
	margin: 0 auto;
	margin-top: 6em;
	margin-bottom: 3em;
	text-align: center;
}

form {
	margin: 1em 0 5em 0;
}

input {
	padding: 7px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2em;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

table {
	margin: 0 auto;
}

p.twitter {
	font-size: 1.4em;
	font-weight: bold;
}

p.twitter a {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 1em;
	color: #333;
}

p.twitter a:hover {
	background: #fff;	
}

.subscribe-button {
	border: 0;
}