﻿


h1{
	color: #333333;
	font-weight: 600;
	font-family: 'Droid serif', cursive;
	line-height: normal;
	font-size: 2em;
	margin: 0em;
	padding: 0;
	text-decoration: none;
	display: inline;
}

h2{
	font-weight: 200;
	font-family: 'Gochi Hand', cursive;
	font-size: 2.5em;
	text-decoration: none;
	display: inline;
}


div.rotate{
	-ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Safari 3-8 */
    transform: rotate(-20deg);

}


#container{
	min-height:100%;
	position:relative;
	background-color:#fff;
	width:100%;
} 
 
#header{
	width: 100%;
	background-color: #FFFFFF;
}

 
#body{
	padding:0;
	padding-bottom:0px;	/* Height of the footer */

} 

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 30px;
	font-size: .8em;
	text-align: center;	
}
	
	
footer{  
	clear:both;
	font-size:80%;
	color: #ccc;
	text-decoration: none;	
}
footer ul{
	margin:0;
	padding:0;
}


a:hover{color: #fff; text-decoration:none;}
a:active{color: #fff;}
a:visited{color: #fff;}
a{color: #fff;}



/* RESPONSIVE IMAGES */
img{ max-width:100%; height:auto;}

/*SPACE GRID ELEMENTS VERTICALLY, SINCE THEY ARE ONE UNDER ANOTHER SO FAR*/
.grid_12 {
	margin-bottom:1px;
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.alpha{margin-left:0px;}
.omega{margin-right:0px;}
.rightfloat{float:right;}




/*FOOTER*/


/*colors and backgrounds*/
body{
	background: #FFF;
}


h1, h2, h3, h4, h5, h6{
	color:#333; 
}


footer h1, footer h2, footer h3, footer h4{ 
	color:#CCC; 
	
}





/* Contain floats*/ 
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after{
  clear: both;
}

.rightfloat{
	float:right;
}
.leftfloat{
	float:left;
}


/*
LARGER MOBILE DEVICES
This is for mobile devices with a bit larger screens.
*/
@media only screen and (min-width: 420px) {



} /* end @media */

/*
TABLET & SMALLER LAPTOPS
The average viewing window and preferred media query for those is 768px.
But I think that some more breathing space is good:)
*/
@media only screen and (min-width: 720px) {


.wrapper{
	max-width: 1920px;
	height: 100%;
	margin-right: auto;
	margin-bottom: .75em;
	margin-left: auto;
}




.cell-only{display:none;}

#banner{ 
	float:left; 
	text-align:left;
	margin-bottom:20px;
	padding-left:5%;
}
header{
	padding:0;
}
#content {  
	float:left;
	width:95%;
}

#content.wide-content{
	float:none;
	width:100%;
}

/*** MAIN MENU - ESSENTIAL STYLES ***/
.row{
	 margin-left: -15px;
     margin-right: -15px;
}
 
.grid_12 { width: 96.666666666667%; 
	margin-left:  0.6666666666667%;
	margin-right: 0.6666666666667%;
	float: left;
	display: block;
}

.alpha{margin-left:0px;}
.omega{margin-right:0px;}
.rightfloat{float:right;}


} /* end @media */
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {

} /* end @media */
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {

} /* end @media */

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {


} /* end @media */

/*
iPHONE 5 MEDIA QUERY
iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) { 

} /* end @media */

/*
PRINT STYLESHEET
*/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a:visited { text-decoration: underline; }
  a { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  a[href^="#"]:after { content: ""; }  
  a[href^="javascript:"]:after { content: ""; }  
  .ir a:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  blockquote { border: 1px solid #999; page-break-inside: avoid; }
  pre { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  img { page-break-inside: avoid; }
  tr { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  h3 { orphans: 3; widows: 3; }
  h2 { orphans: 3; widows: 3; }
  p { orphans: 3; widows: 3; }
  h3 { page-break-after: avoid; }
  h2 { page-break-after: avoid; }
}