/** Timbow's GS Theme* Part Tetris, Author: WPExplorer* Part Skeleton, Copyright Dave Gamache* Part original work* Free to use under the MIT license.* http://www.opensource.org/licenses/mit-license.php*//* #Site Styles================================================== */#container {padding-top: 40px;}/* Header================================================== *//*header*/#header {	background: #fff;}/*logo*/#logo {    margin: 16px auto;    width: 285px;}#logo h1 a {	display: block;	float: left;	font-weight: 700;	padding: 0px;	margin: 0px;	text-decoration: none;	color: #fff;	padding: 20px;	text-transform: uppercase;	letter-spacing: 1px;	-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;	box-sizing: border-box;	text-align: center;}#logo img {	display: block;	max-width: 100%;	opacity: 0.7;}#logo img:hover {	opacity: 1.0;}#logo h1 {	font-size: 2.286em;	line-height: 1em;	margin: 0;}/* Main Navigation================================================== */.nav-home {background: url("images/home-10x10.png") no-repeat left;}#index #navigation .nav-home a {    background: #2fbd99 url("images/home-white-10x10.png") no-repeat 7px center;    color: #fff !important;    font-weight: bold;}#index #navigation .nav-home a {    border-radius: 2px;    height: 32px;    line-height: 32px;    padding: 7px 15px 7px 20px;    text-decoration: none;}#navigation { }#navigation ul { float: left}#navigation  li {	float: left;	position: relative;}#navigation  a {	font-size: 1em;	height: 32px;	line-height: 32px;	color: #aaa;	padding: 7px 15px;	text-decoration: none;	font-weight: 600;	border-radius: 2px;	-moz-border-radius: 2px;	-webkit-border-radius: 2px;}#navigation  a:hover {	color: #2fbd99;}#navigation  .current a {	background: #2FBD99;	color: #fff;	font-weight: bold;}/* Footers================================================== */footer {	text-align:center;	font-size: normal;	background: #80e1c9 !important;	color: #fff;	border-radius: 5px;}footer a {	color: #666;}footer .columns {	background: transparent !important;}.footer_2.columns, .footer_2 .column, .footer_2 div{	background: #111;}/* #Page Styles================================================== */#page-title .columns {background: #80E1C9;}.column, .columns {	background-color: #fff;	height: 100%;}/*Make all columns full height*/.row {	overflow: hidden;	margin-bottom: 20px;}.row .column, .row .columns {	margin-bottom: -99999px;	padding-bottom: 99999px;}/*Keep content off edges of columns*/.column, .columns {border-radius: 5px;}.column>*, .columns>* { margin: 10px 15px;}/*Makes images 'bleed' to column sides IF PRemover plugin is activated*/.column>img, .columns>img {margin:  0 ;}/*Multi-Page Layout*/.centered, section h1 { text-align: center;}code {	border:1px dotted #ececec;	padding:2px;	font-family: Consolas, Monaco, "Courier New", Courier, monospace;	font-size: 12px;	background:#f9f9f9;	color:#000;}/* #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) {}	/* 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; }*/