/*
Theme Name: Tuned
Theme URI: http://tunedthemes.blogoloc.com
Description: Tuned Theme is a simple responsive theme for WordPress. The translation ready responsive Tuned Theme looks good on any devices(mobile, tablet, nootebook, PC...). Supports Theme Options, custom menus, cudtom header, custom background, RTL languages and the following extras: Hero Unit, Carousel(Slider), Infinite Scroll Blog Template, Front Page Template, Full Width Template. Tuned offers 10 widget boxes.
Author: Elod Horvath
Author URI: http://blogoloc.com
Version: 1.2.7
Tags: gray, blue, two-columns, right-sidebar, custom-colors, flexible-width, theme-options, custom-header, custom-menu, custom-background, full-width-template, featured-images, translation-ready, rtl-language-support

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tuned WordPress Theme, Copyright 2013- Elod Horvath
Tuned is distributed under the terms of the GNU GPL


/* CSS Reset http://meyerweb.com/eric/tools/css/reset
---------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers 
-----------------------------------------------*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;    
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 12px;
	font-style: italic;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 5px;
}

/* Clearing floats */
#main:before,
#main:after,
#content:before,
#content:after,
#content nav:before,
#content nav:after {
	display: table;
	content: "";
}

#main:after,
#content:after,
#content nav:after {
	clear: both;
}


/* Base 
-----------------------------------------------------*/
html {	
}

body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #424242;
}


/* Typography 
----------------------------------------------------*/
h1 {
	margin-bottom: 18px;
	font-weight: 300;
	clear: both;
	font-size: 200%;
}

h2,
h3,
h4,
h5,
h6,
hr {	
	margin-bottom: 13px;
	font-weight: 300;
	clear: both;
}

hr {
	border: 0;
	height: 1px;
	background-color: #CCC;
}

h2 {
	font-size: 180%;
}

h3 {
	font-size: 160%;
}

h4 {
	font-size: 140%;
}

h5 {
	font-size: 120%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 0 0 10px 0;
}

abbr,
acronym {
	border-bottom: dotted 1px;
	text-transform: uppercase;
	cursor: help;
}

b,
strong {
	font-weight: bold;
}

big {
	font-size: 120%;
}

cite,
dfn,
em,
i,
var {
	font-style: italic;
}

code,
kbd,
samp,
tt {
	font-family: "Courier New", Courier, monospace;
}

del,
s {
	text-decoration: line-through;
}

ins,
u {
	border-bottom: 1px solid;
}

blockquote{
	margin: 0 20px 10px 20px;
	padding: 20px;
	background: #EEE;
	font-style: italic;
}

small,
sub,
sup {
	font-size: 75%;
}

sub,
sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

pre {
	background: #EEE;
	font-family: "Courier New", Courier, monospace;	
	line-height: 1.5;
	margin-bottom: 20px;
	padding: 20px;
	overflow: auto;
	max-width: 100%;
}


/* Links 
-------------------------------------------------*/
a {
	color: #666;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #CCC;
}

/* Lists 
----------------------------------------------------*/
ul ,
ol {
	margin: 0 0 10px 20px;
	line-height: 1.5;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin: 0 0 0 20px;
	line-height: 1;
}


dt {
	font-weight: bold;
}

dd {
	margin-left: 10px;
}


/* Responsive images 
----------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

/* Responsive objects/embeds 
---------------------------------------------------*/
object,
video,
embed,
iframe {
	max-width: 100%;
}


/* Forms 
-----------------------------------------------------*/
label {
	font-weight: 700;
	padding: 3px 0;
}

select,
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="color"],
input[type="password"] {
	border: 1px solid #CCC;
	font-size: 100%;
	font-family: inherit;
	padding: 6px 0;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}

select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="color"],
input[type="password"],
.mu_register input[type="submit"] {	
	width: 80% !important;	
}

textarea {
	height: auto;
	overflow: auto;
	width: 80% !important;
}

/* Buttons
----------------------------------------------------*/
.btn,
.menu-toggle,
.btn-hero,
.flex-caption .more-link,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
	padding: 6px 10px;
	background-color: #CCC;
	color: #FFF;
	border: none;
	border-radius: 3px;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
}

.menu-toggle:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
	background-color: #999;
}

.menu-toggled,
button:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active {
	background-color: #CCC;
}

.mu_register input[type="submit"] {
	width: 80% !important;
}

/* Text only for screen readers 
----------------------------------------------------*/
.assistive-text {	
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Tables 
---------------------------------------------------*/
table {	
	width: 100%;
}

table,
th,
td {
	border: 1px solid #CCC;
}

th,
td {
	padding: 5px;
}

th {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}


/* Site structure 
---------------------------------------------------*/
.tuned-row {
	max-width: 1050px;
	margin: 0 auto;
	padding: 0 0px;
}
#container {
	margin-right: auto;
	margin-left: auto;	
}

#masthead,
#main,
#colophon {
	clear: both;
}

#masthead {
	margin-bottom: 20px;
	border-bottom: solid 0px #CCC;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(http://www.leisuresolutions.com.au/wordpress/wp-content/uploads/2015/02/logo.jpg);
	padding-top: 86px;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
}

#main {
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #FFF;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

#primary {
	float: left;
	width: 75%;
	margin-right: 0%;
}

#secondary {
	float: right;
	width: 20%;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	height: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 25px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000;
}

#colophon {
		border-top: solid 1px #CCC;
}

.header-box {
	max-width: 1150px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
}

.header-box1 {
	margin-bottom: 40px;
}

.header-box-full {
	text-align: center;
	margin-bottom: 40px;
}

.extra-box {
	margin-bottom: 40px;
}




/* Header 
--------------------------------------------------*/
.logo {
	text-align: center;
}

.site-name {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 32px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.site-name a {
	color: #424242;
}

.site-description {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	font-style: italic;
}

.menu-toggle {	
	display: none;
}


/* Main Navigation */
.main-navigation ul {
	width: 100%;
	list-style: none;
	line-height: 1;
	text-align: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.main-navigation li {
	display: inline-block;
	*display: inline !important;
	zoom: 1;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: bold;
}

.main-navigation li a {
	color: #666666;
	display: block;
	*display: inline !important;
	zoom: 1;
	white-space: nowrap;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.main-navigation li a:hover {
	color: 666666;
}

.main-navigation li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;	
}

.main-navigation li ul  ul {
	top: 0;
	left: 100%;	
}

.main-navigation ul li:hover > ul {	
	display: block;
	text-align: left;
}

.main-navigation li ul li a {
	background: #424242;	
	color: #FFF;
	width: 175px;
	font-size: 11px;
	white-space: normal;
	padding: 12px 10px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.main-navigation li ul li a:hover {
	background: #3567FF;
	color: #FFF;
}

/* Hero unit */
.hero-unit {	
	text-align: center;
	padding: 100px 10px;
	background: url('css/bg.png');
	color: #FFF;
}

.full-width .hero-unit {
	padding: 60px 10px;
}

.infinite-scrolled-blog .hero-unit {
	padding: 50px 10px;
}

.hero-unit h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 120px;
	font-weight: bold;
	margin-bottom: 20px;
}

.full-width .hero-unit h1 {
	font-size: 72px;
}

.infinite-scrolled-blog .hero-unit h1 {
	font-size: 60px;
}

.hero-unit p {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 30px;
}

.full-width .hero-unit p {
	font-size: 24px;
}

.infinite-scrolled-blog .hero-unit p {
	font-size: 20px;
}

.btn-hero {
	font-size: 24px;
	padding: 15px 40px;	
}

.full-width .hero-unit .btn-hero {
	font-size: 15px;
}

.infinite-scrolled-blog .hero-unit .btn-hero {
	font-size: 12px;
}


/* Carousel */
.flexslider {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	text-align: left;
}

.flex-direction-nav .flex-next {
	right: 0 !important; 
}
.flex-direction-nav .flex-prev {
	left: 0 !important;
}

.flex-control-nav li {	
	text-align: center;
}

.flexslider .slides li {
	position: relative;
}

.flex-caption {	
	width: 96%;
	padding: 5px 2% 10px 2%;
	position: absolute;
	left: 0;
	bottom: 0;
	font-weight: 300;
	background: rgba(0,0,0,0.6);  
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); /* For IE 7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; /* For IE 8*/
	color: #fff;
}

.flex-caption h1,
.flex-caption p {
	margin: 0;
}

.flex-caption h1 {
	font-size: 22px;
}

.flex-caption p {
	font-size: 14px;
}

.flex-caption a {
	color: #FFF;
}

.flex-caption .more-link {	
	margin-top: 5px;
	font-size: 14px;
	padding: 6px 12px;
	
}


/* Site content 
----------------------------------------------------*/
.site-content .entry-title {
	line-height: 1.1;
}
.site-content .post,
.site-content .page {
	line-height: 1.6;
	word-wrap: break-word;
}

.site-content .post {
	margin-bottom: 40px;
}

.infinite-scrolled-blog .site-content .post {
	width: 30%;
	float:left;
	margin-right: 1%;	
	vertical-align: top;
}

.infinite-scrolled-blog #infscr-loading {
	position: absolute;
	bottom: 0;
	left: 50%;
	max-width: 100%;
	text-align: center;
}

.infinite-scrolled-blog #infscr-loading img ,
.infinite-scrolled-blog #infscr-loading div {
	position: relative;
	left: -50%;
}

.site-content img {
	border-radius: 0px;
	box-shadow: 0px 0px 0px #;
}

.site-content .wp-post-image {	
	margin-bottom: 18px;
}

.entry-meta-author {
	margin-top: -18px;
	margin-bottom: 18px;
	font-size: 0px;
}

.entry-meta-ct {
	font-size: 0px;	
	clear: both;
}

.edit-link {
	display: block;
	margin-top: 20px;
	clear: both;	
}

.category-list a,
.tag-list a {
	text-decoration: underline;
}

#respond label {
	display: block;
}

.comment {
	margin-top: 20px;
	margin-bottom: 20px;
}

.comment-body {
	border-bottom: 4px double #CCC;
}

.comment-title,
#reply-title {
	margin: 24px 0;
}

.comment-author img {
	float: left;
	margin-right: 5px;
}

.site-content .nav-previous {
	width: 50%;
	float: left;
	text-align: left;
}

.site-content .nav-next {
	width: 50%;
	float: right;
	text-align: right;
}

.nav-content,
.page-links {
	clear: both;
}

.sticky {
	padding: 0 0 20px 0;
	border-bottom: 4px double #CCC;
}

.bypostauthor {
	background-color: #CCC;
	padding: 10px;
}

/* Gallery */
.gallery-icon a {
	display: block;
	width: 90%;
}

.gallery-icon img {
	max-width: 90%;
	height: auto;
	padding: 5%;	
	border-radius: 3px;
	box-shadow: 2px 2px 4px #CCC;
}

.gallery .wp-caption-text {
	font-size: 12px;
	font-style: italic;
}

.gallery .gallery-caption {
	width: 90%;
	text-align: center;
	padding: 5px 0;
}

/* Widget area 
--------------------------------------------*/
.widget-area ul{
	list-style: none;
}

.widget-title {
	text-transform: uppercase;
}

label.screen-reader-text {
	display: none;
 }
 
 .widget-area #s {
	width: 55%;
 }
 
 .widget-area .widget {
	margin-bottom: 30px;
 }


/* Footer 
-------------------------------------------*/
.site-footer {
	background-color: #000;
	height: 35px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.site-info {
	text-align: left;
	font-size: 12px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	width: 1100px;
	height: 50px;
}

.site-info a {
	color: #fff;
}

.site-footer .widget-container {
	color: #6E6E6E;
	border-bottom: 1px solid #000;
}

.footer-grid-4 .widgettitle {
	color: #B45F04;
	padding-bottom: 5px;
	border-bottom: 1px dotted;
}

.footer-grid-4 ul  {
	list-style: square;
}

.footer-grid-4 a {
	color: #6E6E6E;
}

.footer-grid-4 a:hover {
	color: #A4A4A4;
}


/* Full Width Template(Template without Sidebar) 
----------------------------------------------*/
.full-width {
	float: none !important;
	width: auto !important;
	margin-right: 0 !important;
}

.full-width #respond {
	max-width: 73%;
}


/* Grids
----------------------------------------------*/
.grid {	
	text-align: center;	
}

.grid ul {
	list-style: none;
}

.grid img {
	max-width: 30%;
	height: auto;
	border-radius: none;
	box-shadow: none;
}

.grid h1 a {
	color: #424242;
}

.grid .more-link {
	line-height: 2;
}

#grid1 {
	font-size: 16px;
	margin-bottom: 20px;
}

#grid1 h1,
#grid1 .widgettitle {
	font-size: 60px;
}

#grid1 h2 {
	font-size: 40px;
}

#grid1 .category-posts {
	margin-bottom: 30px;
	padding: 0 1.5% 20px 1.5%;
	border-bottom: solid 1px #CCC;
	font-weight: 300;
}

#grid1 .textwidget{
		margin-bottom: 20px;
	}

#grid3 .category-posts {
	float: left;
	padding: 0 1.5%;
	width: 30%;	
	margin-bottom: 20px;
}

#grid3 h1 {
	font-size: 34px;
}

.footer-grid-4 {
	float: left;
	padding: 20px 1.5%;
	width: 22%;	
}


/* Media queries 
---------------------------------------------*/

@media ( max-width: 1030px ) {

	/* Hero unit */
	
	.hero-unit h1 {
		font-size: 90px;
	}
	
	.hero-unit p {
		font-size: 30px;
	}
	
	.btn-hero {
		font-size: 20px;
		padding: 12px 24px;
	}
	
	/* Grids */
	
	#grid3 h1 {
	font-size: 26px;
	}
	
	#main {
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	padding-top: 30px;
	background-color: #FFF;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	}
	
	#masthead {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(http://www.leisuresolutions.com.au/wordpress/wp-content/uploads/2015/02/logo.jpg);
	text-align: center;
	margin-left: 20px;
	width: 90%;
	}
	
	.main-navigation ul {
	width: 100%;
	list-style: none;
	line-height: 1;
	text-align: right;
	margin-top: 100px;
	margin-right: 0;
	margin-bottom: 10px;

}

@media ( max-width: 767px ) {

	/* Site structure */
	#masthead {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(http://www.leisuresolutions.com.au/wordpress/wp-content/uploads/2015/02/logo.jpg);
	text-align: center;
	margin-left: 20px;
	width: 80%;
	}
	
	#main {
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	padding-top: 30px;
	background-color: #FFF;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
}

	#primary {	
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.front-page {
		margin-bottom: 0 !important;
	}

	#secondary {
	float: none;
	width: auto;
	background-repeat: no-repeat;
	background-position: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 60px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
	/* Forms */
	select,
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="tel"],
	input[type="number"],
	input[type="color"],
	input[type="password"],
	.mu_register input[type="submit"] {	
		width: 40% !important;	
	}

	textarea {
		height: auto;
		overflow: auto;
		width: 80% !important;
	}
	
	/* Hero unit */
	.hero-unit {
		padding: 50px 10px;
		margin-bottom: 20px;
	}
	
	.hero-unit h1 {
		font-size: 70px;
	}
	
	.hero-unit p {
		font-size: 26px;
	}
	
	.btn-hero {
		font-size: 20px;
		padding: 12px 24px;
	}
	
	/* Carousel */
	.flex-caption p {
		display: none;
	}
	
	.flex-caption h1 {
		font-size: 14px;
		font-weight: 700;
	}	
	
	/* Navigation */
	.menu-toggle {
		display: inline-block;
		margin-top: 75px;
	}
	
	.main-navigation .menu {
		display: none;
	}
	
	.menu {
		padding-bottom: 20px;
	}
	
	.main-navigation li {
		display: block;
		margin-right: 0;
		text-align: left;	
	}
	
	.main-navigation li a {
		padding: 5px;
		border-right: 0;
		border-bottom: 0;
		border-bottom: solid 1px #EEE;
	}
	
	.main-navigation li ul {
		display: inline;
		position: static;	
	}
	
	.main-navigation li ul li {
		padding-left: 20px;		
	}

	.main-navigation li ul li a {
		padding: 3px;
		width: auto;
		background: transparent;
		color: #424242;		
	}
	
	.main-navigation li ul li a:hover {
		background: transparent;
		color: #81BEF7;
	}
	
	/* Grids */
	#grid1 h1,
	#grid1 .widgettitle {
		font-size: 34px;
	}
	
	#grid1 h2 {
		font-size: 28px;
	}
	
	#grid3 .category-posts,
	.footer-grid-4,
	.infinite-scrolled-blog .site-content .post {
		float: none;
		width: auto;
	}
	
	#grid3 h1 {
		font-size: 28px;
	}
	
	/* Infinite Scroll */
	.infinite-scrolled-blog #infscr-loading  {
		max-width: 50%;
		font-size: 80%;
	}
	
	.site-footer {
	background-color: #000;
	height: 35px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

    .site-info {
	text-align: left;
	font-size: 12px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	width: 100%;
	height: 50px;
	}
	

	.main-navigation ul {
	width: 100%;
	list-style: none;
	line-height: 1;
	text-align: right;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
}

@media ( max-width: 480px ) {

	/* Forms */
	select,
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="tel"],
	input[type="number"],
	input[type="color"],
	input[type="password"],
	.mu_register input[type="submit"] {	
		width: 80% !important;	
	}

	textarea {
		height: auto;
		overflow: auto;
		width: 100% !important;
	}
	
	/* Hero unit */
	.hero-unit h1 {
		font-size: 40px;
	}
	
	.hero-unit p {
		font-size: 18px;
	}
	
	.btn-hero {
		font-size: 18px;
		padding: 8px 20px;
	}		
	
	/* Grids */
	#grid1 h1,
	#grid1 .widgettitle {
		font-size: 30px;
	}
	
	#grid1 h2 {
		font-size: 25px;
	}
	
	#grid1 .category-posts p,
	#grid1 .textwidget{
		font-size: 16px;
	}
	
	#grid3 h1 {
	font-size: 25px;
	}
	
	.main-navigation ul {
	width: 100%;
	list-style: none;
	line-height: 1;
	text-align: right;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
}

}

@media print {

	/* Base */
	body {
		background: none;
		color: #000;
		font-size: 10pt;
	}
	
	/* Visibility */
	.hero-unit,
	.main-navigation,
	#respond,
	#secondary,
	#colophon,
	.fullbox {
		display: none;
	}
	
	/* Site structure */
	#primary {
		float: none;
		margin-left: auto;
		margin-right: auto;		
		width: auto;
	}
		
}