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

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

body{
	background: #f6f0e6;
}

.editable{
	position: absolute;
	z-index: 999;
	left: 5px;
	top: 5px;
}

.relative{
	position: relative;
}

.absolute{
	position: absolute;
	padding: 5px;
	background: #f6f0e6;
	color: maroon;
	top: 0;
	left: 0;
	font-weight: bold;
}

button a{
	text-decoration: none;
}

.titel{
	text-align: center;
	margin: 20px 0;
}

.titel a, #container h4 a{
	text-decoration: none;
}

#container h4{
	text-align: center;
}

.sharing{
	margin: 0 0 40px 0;
	clear: both;
	display: block;
}

.sharing:after{
	clear: both;
}

.sharing li {
	float: left;
	overflow: auto;
	padding: 4px;
	margin: 0 4px 0 0;
	border-radius: 3px;
}

.sharing li a {
	color: white;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
}

.fb{
	background: #436EA7;
}

.twitter{
	background: #00B9EF;
}

.gplus{
	background: #D2452B;
}

.footer h6{
	text-align: center;
	margin: 20px 0;
	
}

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

/* #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) {
		.find {
			text-decoration: none;
			width: 100%;
		}

		.find a {
			display: block;

		}

		#user{
			display: block;
			width: 100%;
		}


	}

	/* 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) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/