/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
		

/* #Basic Styles
================================================== */
	
	body {
		color: #fff;
		font-family: Open Sans, sans-serif;
		background: url(../img/bg.jpg) 15% 0 repeat;
		padding-top: 5%;
	}
	
	.logo {
		margin-bottom: 15%;
	}
 
/* #Typography
================================================== */
	
	h1,h2,h3 {
		font-family: 'Patua One', cursive;
	}
	h1 {
		font-size: 34px;
		margin-bottom: 20%;
	}
	h2 {
		font-size: 22px;
		margin-top: 5%;
		margin-bottom: 2%;
	}
	h3 {
		font-size: 16px;
		margin-bottom: 5%;
	}
	
	p {
		font-size: 12px;
		line-height: 18px;
	}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* #Slideshows
================================================== */

	.slideshow {
		margin-top: 9%;
		width: 320px;
		height: 335px;
		position: relative;
	}

	.slides img {
		border: 6px solid rgba(0,0,0,0.4);
		border-radius: 6px;
	}

	.slide-control {
		background: url(../img/slide-controls.png) no-repeat;
		display: block;
		width: 30px;
		height: 63px;
		text-indent: -99999px;
		position: absolute;
		top: 40%;
	}
		.slide-control.left {
			left: -30px;
		}
		.slide-control.right {
			background-position: -36px 0;
			right: -30px;
		}
	
		
/* #Links
================================================== */
	a { 
		
	}
	
/* #Elements
================================================== */

	.one-third {
		background: rgba(0,0,0,0.3);
		padding: 20px;
		width: 260px !important;
		border-radius: 6px;
	}
	
	.icon {
		padding: 5px 0 5px 35px;
	}
		.icon.one {
			background: url(../img/icon-one.png) left center no-repeat;
		}
		.icon.two {
			background: url(../img/icon-two.png) left center no-repeat;
		}
		.icon.three {
			background: url(../img/icon-three.png) left center no-repeat;
		}
		
	.notify {
		position: absolute;
		z-index: 2;
		top: 0;
		width: 98%;
		text-align: center;
		padding: 12px;
		background: rgba(0,0,0,0.3);
	}
		.notify p {
			font-size: 16px
		}

/* #Forms
================================================== */

	form {
		margin-top: 5%;
	}
	
	input {
		font-family: Open Sans, sans-serif;
		font-size: 14px;
	}
	
	input[type=submit] {
		background: url(../img/form.png) right 0 no-repeat;
		text-indent: -99999px;
		border: 0;
		color: #fff;
		width: 77px;
		height: 51px;
		cursor: pointer;
	}
		input[type=submit]:hover {
			background-position: right -52px;
		}
		
	input[type=email] {
		background: url(../img/form.png) no-repeat;
		border: 0;
		color: #fff;
		width: 316px;
		height: 51px;
		padding-left: 12px;
	}
	
	input:focus, a {
		outline: 0;
		outline-width: 0;
		outline: none;
	}
	

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }