/*
	============================================================

			  Custom theme for Smoke School
	
					  ©2015 INVISIBLE INK
					  Author: Chris Duren
					  www.invisibleink.com

			Increase your visibility with Invisible Ink
			
	============================================================
*/

html {min-width: 980px;}

body	{
	margin: 0;
	text-align: left;
	background: #990134 url(../img/bg.png);
	}

img	{max-width: 100%;}
	
	/*   Basic Layout Divisions	*/
	
.block	{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	}
	
.vp	{
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	box-shadow: 0 0 15px 0 #002f4b;
	}
	
		/*	Header	*/

.header	{
	padding: 130px 0 0 0;
	min-height: 160px;
	z-index: 900;
	background: url(../img/smokeschool.jpg) top center no-repeat;
	}
	
.header h1	{
	position: relative;
	width: 35%;
	margin: 0 10px;
	padding: 10px;
	color: #fff;
	font-family: "Libre Baskerville", Georgia, Serif;
	font-weight: 700;
	font-size: 31px;
	text-align: center;
	background: #990134;
	background: rgba(153, 1, 52, .80);
	}
	
.header h6	{
	position: relative;
	width: 35%;
	margin: 0 10px;
	padding: 10px;
	color: #fff;
	font-family: "Lato", Helvetica, Sans-Serif;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	background: #700327;
	background: rgba(112, 3, 39, .80);
	}
	
		/*	Navigation	*/

.nav	{z-index: 800;}

#menu_mobile	{display: none;}

#menu	{
	position: relative;
	margin: 10px;
	padding: 0;
	list-style: none;
	background: #990134;
	border-radius: 20px;
	text-align: center;
	}

.tab	{
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top; 	
	white-space: nowrap;
	padding: 0;
	margin: 0;
	}

.tab a {
	display: block;
	font-family: "Montserrat", arial, helvetica, sans-serif;
	font-weight: 700;
	font-size: 19px;
	line-height: 19px;
	color: #fff;
 	padding: 18px 16px;
	text-decoration: none;
	text-transform: uppercase;
	}
	
.tab:hover a	{
	color: #fff;
	text-decoration: underline;
	background: #666; 
	}

	/*	Content	*/

.content 	{
	width: 920px;
	margin: 0;
	padding: 15px 30px;	
	}

.content img, .pane1 img, .pane2 img	{border-radius: 20px;}

.notice	{
	background: #dcdcdc;
 	padding: 20px 25px;
	margin: 0 auto 15px auto;
	border-radius: 20px;
	}
	
.sm	{
	text-align: center;
	font-size: 12px; 
	color: #096;
	}

.pane1	{
	float: left;
	width: 440px;
	padding: 30px 20px 30px 30px;
	}

.pane2	{
	float: left;
	width: 440px;
	padding: 30px 30px 30px 20px;
	}

	/*   Forms	*/
	
.formula input[type=text], .formula input[type=email], .formula input[type=tel], .formula input[type=number], .formula input[type=password], .formula select, .formula textarea	{
	color: #222;
	font-family: "Libre Baskerville", arial, helvetica, sans-serif;
	font-weight: 400;
	font-size: 1em;
	background: #fff;
	}

.formula label	{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: bottom;
	width: 49%;
	padding: 6px 10px;
	margin: 0;
	}
	
.formula .short	{width: 32%;}
.formula .long	{width: 100%;}

.formula input[type=text], .formula input[type=email], .formula input[type=tel], .formula input[type=number], .formula input[type=password], .formula input[type=file]	{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	display: block;
	padding: 10px;
	margin: 6px 0;
	}
	
.formula input[type=checkbox], .formula input[type=radio]	{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	padding: 0;
	margin: 0 7px;
	}
	
.formula select	{
	width: 100%;
	display: block;
	margin: 6px 0;
	}
	
.formula textarea	{
	width: 100%;
	height: 150px;
	}
	
.formula input:focus, .formula input:active, .formula textarea:focus, .formula textarea:active	{outline: 5px solid #dcdcdc;}
	
::-webkit-input-placeholder {color: #ccc;}
:-moz-placeholder {color: #ccc;}
::-moz-placeholder {color: #ccc;}
:-ms-input-placeholder {color: #ccc !important;}
::-ms-input-placeholder {color: #ccc;}
::placeholder {color: #ccc;}
	
.formula .btn, .formula button	{
	display: block;
	margin: 25px 10px !important;
	}
	
.formula .other	{display: none;}

.error	{
	font-style: italic;
	color: #c00;
	}
	
@media screen and (max-width: 600px) { 

	.formula label	{width: 100%;}
	
}

@media screen and (max-width: 400px) { 

	.formula .short	{width: 100%;}

}

	/*   Footer	*/
	
.footer	{padding: 10px 0;}
	
.footer p	{
	margin: 10px;
	padding: 15px;
	color: #fff;
	background: #990134;
	border-radius: 20px;
	text-align: center;
	}
