﻿
/* CSS Document  - SR 01/07/23 */

@charset "UTF-8";

body{
	max-width: 768px;
	font-size:95%;
}

article, h1, h2, h3, h4, h5, h6, p{
	max-width: 768px;
	font-size: 95%;
/*	line-height: 1.4;*/
}

#header, #content, #footer {
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#header{
	height: 100px;
	max-width: 768px;
}

#logo{
	-webkit-transform: rotate(-5deg) scale(1,1) skew(-15deg,-5deg);
	-moz-transform:    rotate(-5deg) scale(1,1) skew(-15deg,-5deg);
	-o-transform:      rotate(-5deg) scale(1,1) skew(-15deg,-5deg);
	transform:         rotate(-5deg) scale(1,1) skew(-15deg,-5deg);
	margin-top: 0px;

	display: block;
	width: auto;
	margin: 0;
}

#nav{
	float: left;
}

#nav a {
	float: left;
	margin-top: 0px;
	width: auto;
	padding: 25px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;

	background: rgba(255,255,255,.25);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,.25)), to(rgba(255,255,255,.6)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,.25), rgba(255,255,255,.6)));
	background: -moz-linear-gradient(top, rgba(0,0,0,.25), rgba(255,255,255,.6)));
	background: -o-linear-gradient(top, from(rgba(0,0,0,.25)), to(rgba(255,255,255,.6)));
	background: linear-gradient(top, rgba(0,0,0,.25), rgba(255,255,255,.6)));
	
}

input[type=text], input[type=email], input[type=tel], input[type=password]{
	border-radius: 4px;

#footer {
	height:80px;
}