@charset "utf-8";
/*
	Web Design By Above Function
	Web: www.abovefunction.com
	Email: contact@abovefunction.com
*/

/* General */
* {padding: 0; margin: 0;}

body {
	color: #FFF;
	background: #3fa9f5;
	font-size: 1em;
	font-family:  Helvetica, Sans-Serif, "Lucida Grande";
	line-height: 120%;
	text-align: center;
}

p {padding: 10px 0;}

img {border: 0;}

ul li {list-style: none;}

/* forms */
fieldset {border: none;}
label {clear: both; width: 100%;}
input {font-size: 1em; clear: both; float: left; width: 290px; margin-bottom: 5px; padding: 5px; border: 1px solid #999;}
textarea {width: 290px; padding: 5px; border: 1px solid #999;}
button {padding: 5px; text-align: centre; background: #3399ff; border: 1px solid #3399ff; color: #FFF;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-weight: bold;}

/* Links */
a:link {color: #FFF; text-decoration: none;}
a:hover {color: #FFF; text-decoration: none;}
a:visited {color: #FFF; text-decoration: none;}


/* Headings */
h1, h2, h3 {color: #2c2c2c; line-height: 120%; padding: 10px 0; font-family: 'Salsa', cursive;}


/* Main Divs */
#container {width: 960px; margin: 0 auto; padding-top: 200px; text-align: centre;}

#header {}

#content-container {}
	#slider {line-height: 0;}
	#content {background: #FFF url(images/content-bg.jpg) top repeat-x; overflow: auto;}
		.post {width: 30%; float: left; padding-left: 2%; text-align: left;}

#footer {}


/* Slider */
