/* Global
------------------------------------------------------------------------*/

html, body { 
  height: 100%;
}

body {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 16px;
  color: #858585;
  background: url(../img/texture.gif) 0 0 repeat;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

header {
	margin: 40px auto;
	text-align: left;
}

a:active, a:link, a:visited {
  color: #cecece;
  text-decoration: underline;
}

a:hover {
	color: #efefef;
  text-decoration: underline;
}

::selection {
  background: #c71b19;
  color: #fff;
}

::-moz-selection {
  background: #c71b19;
  color: #fff; 
}

h1 a {
	display: block;
  margin: 0 0 40px 0;
}

h2 {
	font-family: 'museo-slab', serif;
  font-size: 2.0em;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.3em;
  color: #fff;
  margin-bottom: 1.0em; 
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}

p {
	font-family: 'museo-slab', serif;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.5em;
	margin-bottom: 1.0em;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}

#welcome {
	float: left;
	width: 390px;
	margin: 0 40px 0 0;
	padding-bottom: 20px;
}

#signup {
	float: left;
	width: 370px;
	background: #232528;
	margin: 0;
	padding: 20px 0 0 0;
	position: relative;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0,2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}


/* Footer
------------------------------------------------------------------------*/

footer {
	display: block;
	background: url(../img/devices.png) center bottom no-repeat;
	font-size: 0.9em;
	text-align: center;
	margin-top: 40px;
	padding-bottom: 100px;
}

footer p {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.0em;
  color: #fff;
}

#twitter {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../img/twitter_icon.png) 50% 0 no-repeat;
	margin: 0 auto;
	cursor: pointer;
	text-indent: -99999px;
}

#twitter:hover {
	background-position: 50% -32px;
}

.tooltip {
	display: none;
	color: #fff;
	font-size: 1.0em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #00aeef;
	padding: 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

#base {
	width: 100%;
	height: 300px;
	background: url(http://createur.com.au/img/createur_mosaic.jpg) 0 0 repeat;
	margin-top: 100px;
}


/* Media Queries (Responsive stuff)
------------------------------------------------------------------------*/

@media only screen and (max-width: 800px) {
  
  #wrapper, footer {
    width: 90%;
  }

  #welcome, #signup {
    float: none;
    width: 100%;
  	margin: 0 auto;
  }
  
  .tag {
  	display: none;
  }
  
}