/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache / modified by simon herbaux
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/15/2012
*/

/* #Site Styles
================================================== */
body{
	background:#121212  url(../images/ardoise.jpg) center top no-repeat;
	outline:none;
	}


#mainWrapper {
/*background-image:url(../images/motif-bg.png), url(../images/background.jpg);
	background-position:top left, center -100px;
	background-repeat:repeat, no-repeat;
	background-repeat: no-repeat;
	background-position: center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	width:100%;
	padding: 150px 0 0 0;
	margin-top:-40px;
}

#main {
	padding: 0 0 200px 0;
}

#second {
		padding-top: 90px;
}

#second a {
	color: white;
	border-color: white;
	text-shadow: 0 1px 1px rgba(0,0,0,0.6);
}

h2.tagline {
	color: white;
	text-shadow: 0 1px 1px rgba(0,0,0,0.6);
	margin-bottom: 40px;
	width:485px;
}

/*h2.tagline:first-letter {
	margin: 0 8px 0 -20px;
}*/

.fancy {
	font-family: "Georgia", serif;
	font-style: italic;
}

/*--FORM STYLES--*/

form {
	border: none;
	margin: 0;
}

::-webkit-input-placeholder {
    color: #d53107;
}
:-moz-placeholder {
    color: #fff;
}
:-ms-input-placeholder {
    color: #fff;
}

button#submit {
	position: relative;
	top: -37px;
	left: 5px;
	outline: 0;
	background: none;
	border: none;
	font-size: 22px;
	color: #d53107;
	cursor: pointer;
}

button#submit:hover {
	color: #2f999b;
}

#messages {
	margin: 25px 0 0 0;
}

li i {
	margin-right: 12px;
}

/*--SOCIAL MEDIA LINKS--*/

#socialMedia {
	font-size: 22px;
	line-height: 36px;
	text-align: left;
	margin-left:-10px;
}

#socialMedia a {
	text-decoration: none;
	border: none;
	text-shadow: none;
	/*margin: 0 7px 0 0;*/
	color: white;
	background: #d53107;
	width: 38px;
	height: 34px;
	display: inline-block;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#socialMedia a:last-of-type {
	margin: 0;
}

#socialMedia a:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	color: white;
}

#socialMedia a.facebook:hover { background: #3B5998; }
#socialMedia a.twitter:hover { background: #4099FF; }
#socialMedia a.linkedin:hover { background: #4875B4; }
/*#socialMedia a.pinterest:hover { background: #E00002; }
#socialMedia a.github:hover { background: #333; }
#socialMedia a.googleplus:hover { background: #D6492C; }*/

/* #Page Styles
================================================== */

.footerWrapper {
	color: #FFF;
	padding: 30px 0 40px;
	margin:-540px 0 0 46.5%;	
}

/* Twitter */

#tweet img {
	float: left;
	padding: 5px 10px 50px 0;
}

#tweet ul li{
	line-height: 22px;
	font-size: 14px;
}


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	
	input[type="text"] {
		max-width: 340px;
	}
	
	#second {
			padding-top: 10px;
	}
	
	#socialMedia {
		padding-top: 20px;
		text-align: center;
	}
	
	#tweet {
		text-align: center;
	}
	
	#tweet img {
		float: none;
		display: block;
		margin: 0 auto;
		padding: 20px 0;
	}
	
	h2.tagline {
		text-align: center;
		margin: 0;
	}
	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	
	input[type="text"] {
		max-width: 230px;
	}
	
	}
