/*
* 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: #000; 
	color:#CCC;
	font-family: 'Oswald', sans-serif;
	font-size:11px;
}

.centered { text-align:center; }

.title {
	display: block;
	margin: 80px 0 80px 0;
	float: left;
}

a, a:visited {
	color: #ccc;
	text-decoration:none;
}
a:hover {
	color: #fff;
}

.thumb { 
	width:30%;
	padding-right:20px;
	padding-bottom:20px;
	float:left;
}

#menu {}
#menu ul {}
#menu ul li, #menu-top ul li {
	font-family: 'Oswald', sans-serif;
	font-size:12px;
	display:inline;
	margin: 0 10px 0 10px;
}
#menu ul li a, #menu-top ul li a {
	color:#ccc;
	text-decoration:none;
}
#menu ul li a:hover, #menu-top ul li a:hover{
	color:#666;
}

#menu-top { 
	float:right;
	margin: 90px 45px 0 0;
}

.contact-button {
	margin-top:50px;
}

/* #Contact Form
================================================== */
label {

}

input[type="text"], input[type="password"], input[type="email"], input[type="name"], input[type="human"], input[type="message"], textarea, select {
	border: 1px solid #888;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font: 13px 'Oswald', sans-serif;
	color: #000;
	margin: 0;
	width: 450px;
	max-width: 90%;
	display: block;
	margin-bottom: 10px;
	background: #888;
}

input[type="submit"] {
	border: 1px solid #888;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font: 13px 'Oswald', sans-serif;
	font-weight: 400;
	color: #000;
	margin: 0;
	width: 150px;
	max-width: 95%;
	display: block;
	margin-bottom: 10px;
	background: #888;
	text-shadow: none;
}

/* #Popup
================================================== */
.mfp-title {
	font-family: 'Oswald', sans-serif;
	font-size: 10px;
	text-align: left;
	line-height: 18px;
	color: #666;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-arrow:hover {
	background:none;
	border:none;
}

.pop-descr, .pop-dim { margin-left:100px; }

/*Footer*/
#footer {
	text-align:right;
	font: 10px 'Oswald', sans-serif;
	margin-bottom:20px;
}

/* #Page Styles
================================================== */
#homepage { 
	height:100%;
	margin-top:20%; 
}

#login {
	margin-top:25px;
}


/* #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) {
		.title {
			margin: 60px 0 0 0;
		}
		#menu-top { 
			margin: 0 45px 0 0;
		}
		.thumb { 
			width:29%;
			padding-right:15px;
			padding-bottom:15px;
		}
}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.title {
			margin: 60px 0 0 0;
		}
		#menu-top { 
			margin: 0 0 0 0;
		}
		.thumb { 
			width:32%;
			padding-right:5px;
			padding-bottom:5px;
		}
}

	/* 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) {
		.title {
			margin: 60px 0 0 0;
		}
		#menu-top { 
			margin: 0 0 0 0;
		}
		.thumb { 
			width:30%;
			padding-right:5px;
			padding-bottom:5px;
		}
}


/* #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; }
*/
