@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		8;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	16;
	dw-gutter-percentage:	20;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 0;
	clear: none;
	float: none;
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}
/*====================HEADER MOBILE========================*/
header {
	height: 275px;
	max-height: 275px;	
	background: url(../images/bg_gray.jpg);
	background-size: cover;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	-webkit-transition: all 1s ease;
}
header .titleImage {
	height: 275px;
	width: 150px;
	background: url(../images/walter.png);
	background-size: cover;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: 0px 10px;
	position: relative;
	z-index:11;
	/* titleImage animation */
	animation-duration: 3s;
    animation-delay: 1s;
    animation-iteration-count: 1;
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
	-moz-animation-duration: 3s;
    -moz-animation-delay: 1s;
    -moz-animation-iteration-count: 1;
	-o-animation-duration: 3s;
    -o-animation-delay: 1s;
    -o-animation-iteration-count: 1;
	-webkit-transition: height 1s ease,
						width 1s ease;

}
header .title {
	height: 150px;
	width: 90%;
	background: url(../images/title.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
	margin-top: -30%;
	z-index: 12;
	-webkit-transition: height 0.5s ease,
						width 0.5s ease;
}
.contentContainer h2{
	color: #ccff00;
	font-size: 16px;
	padding-bottom: 10px;
	
}
nav {
	position: relative;
	z-index: 100;	
	background: snow;
}
nav ul li {
	display: block;	
	background: #ccff00;
	box-shadow: 5px 5px 15px rgba(34,34,34,0.2) inset;
	padding: 10px;
	margin: 5px;
}
.page-item {
	
	width: 90%;	
	margin: 0 auto;	
	padding-top: 10px;
	padding-bottom: 20px;
	position: relative;
	z-index: 2;
}
#about p {
	font-size: 16px;
	color: #fff;
	line-height: 16px;	
}
#blog .post {
	padding-bottom: 30px;	
}
.blogPosts {
	padding-bottom: 30px;
	
}
#blog aside {
	display: none;
}
.footerContainer {
	width: 100%;	
}
#footer {
	padding: 30px;
		
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	padding: 0;
	clear: none;
	float: none;
	margin-left: auto;
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
/*====================HEADER TABLET========================*/
header {
	height: 475px;
	max-height: 475px;	
	background: url(../images/bg_gray.jpg);
	margin: 0 auto;
	position: relative;
	z-index: 10;
	-webkit-transition: all 1s ease;
}
header .titleImage {
	height: 475px;
	width: 250px;
	background: url(../images/walter.png);
	background-size: cover;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: 0px 40px;
	position: relative;
	z-index:11;
	/* titleImage animation */
	animation-duration: 3s;
    animation-delay: 1s;
    animation-iteration-count: 1;
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
	-moz-animation-duration: 3s;
    -moz-animation-delay: 1s;
    -moz-animation-iteration-count: 1;
	-o-animation-duration: 3s;
    -o-animation-delay: 1s;
    -o-animation-iteration-count: 1;

}
header .title {
	height: 150px;
	width: 420px;
	background: url(../images/title.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
	margin-top: -150px;
	z-index: 12;

}
nav {
	position: relative;
	z-index: 100;	
}
nav ul li {
	display: block;	
	background: #ccff00;
	box-shadow: 5px 5px 15px rgba(34,34,34,0.2) inset;
	padding: 10px;
	margin:0;
}
.contentContainer h2{
	color: #ccff00;
	font-size: 24px;
	padding-bottom: 10px;
	
}
.page-item {
	
	width: 450px;	
	margin: 0 auto;	
	padding-top: 10px;
	padding-bottom: 20px;
	position: relative;
	z-index: 2;
}
#about p {
	font-size: 16px;
	color: #fff;
	line-height: 16px;	
}
#blog .post {
	padding-bottom: 30px;	
}
.blogPosts {
	padding-bottom: 30px;
	
}
#blog aside {
	display: none;
}
.footerContainer {	
}
#footer {
	width: 450px;
	margin: 0 auto;
	padding: 30px 0px 30px 0px;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	/*max-width: 1232px;*/
	padding:0;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
/*====================HEADER DESKTOP========================*/
header {
	height: 675px;
	max-height: 675px;	
	background: url(../images/bg_gray.jpg);
	margin: 0 auto;
	position: relative;
	z-index: 10;
	-webkit-transition: all 1s ease;
}
header .titleImage {
	height: 675px;
	width: 355px;
	background: url(../images/walter.png);
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: 0px 40px;
	position: relative;
	z-index:11;
	/* titleImage animation */
	animation-duration: 3s;
    animation-delay: 1s;
    animation-iteration-count: 1;
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
	-moz-animation-duration: 3s;
    -moz-animation-delay: 1s;
    -moz-animation-iteration-count: 1;
	-o-animation-duration: 3s;
    -o-animation-delay: 1s;
    -o-animation-iteration-count: 1;
}
header .title {
	height: 200px;
	width: 732px;
	background: url(../images/title.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
	margin-top: -250px;
	z-index: 12;

}
nav {
	height: 50px;
	width: 100%;
	background: #ccff00;
	position: absolute;	
	z-index: 100;
	top: 675px;
}
nav.nav_floated {
    position:fixed;
    top:0px;
    left: 0;
    width:100%;
    text-align: center;
    z-index: 20;
    
}
nav .walterTitle {
	width: 296px;
	height: 24px;
	background: url(../images/walterTitle.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 20px;
	margin-top: 12px;
	display: none;
}
nav ul {
	padding-top: 15px;		
}
nav ul li {
	display: inline-block;	
	padding: 0px 30px;
	background: none;
	box-shadow: none;
}
nav ul li a:link {
	color: #777;
	text-decoration: none;
	transition: border-bottom 0.5s ease;
	-webkit-transition: color 0.5s ease;
}
nav ul li a:visited {
	color: #777;	
}
nav ul li a:hover {
	color: #222;
}
ul.menu {
	
}
.contentContainer h2{
	color: #ccff00;
	font-size: 36px;
	padding-bottom: 10px;
	
}
.page-item {
	
	width: 750px;	
	margin: 0 auto;	
	padding-top: 70px;
	position: relative;
	z-index: 2;
	padding-bottom: 50px;
}
#about p {
	font-size: 26px;
	color: #fff;
	line-height: 26px;	
}
#blog {
	text-align: left;
}
#blog h3 {
	font-size: 24px;
}
#blog .floatLeft {
	float: left;	
	width: 470px;
	padding-right: 30px;
}
#blog .post {
	padding-bottom: 30px;	
}
.blogPosts {
	padding-bottom: 30px;
	
}
#blog aside {
	width: 240px;	
	float: left;
	padding-bottom: 20px;
	display: block;
}
#blog aside h2 {
	font-size: 24px;	
}
#blog aside ul {
	margin: 0;
	padding: 0;	
}
#footer {
	width: 750px;
	margin: 0 auto;	
}
}