/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	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/
*/

/* Mobile Layout: 480px and below. */

#Header {
	position:relative;
	float:left;
	top:0px;
	right:0px;
	
	width: 282px;
	z-index:50;
}

#Body {
	position:relative;
	clear: both;
	top:0px;
	padding: 10px 0 0 0;
	display: block;
	font-family:'Museo_300',Sans-Serif;
	padding-bottom:150px;
	z-index:10;
	background-color:rgba(255, 255, 255, 0.80);
	float: left;
	height:100%;
	min-width: 300px;
	margin:0px;
}

#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LogoArea {
	position:relative;
	top:0px;
	right:0px;
	width: 200px;
	height:122px;
	display: inline-block;
	background-size:60px auto;
	background:url(../images/turribb_logo.png) no-repeat rgba(25, 28, 35, 0.7) center;
}
#TopRightInfo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 480px) {
.gridContainer {
	width: 91.4836%;
	padding-left: 0.7581%;
	padding-right: 0.7581%;
}
#Header {
	position:relative;
	float:right;
	top:0px;
	right:0px;
	width: 242px;
	z-index:50;
	/*background-color:red;*/
}
#Body {
	position:relative;
	clear: both;
	top:0px;
	min-width: 160px;
	padding: 10px 0 0 0;
	display: block;
	font-family:'Museo_300',Sans-Serif;
	padding-bottom:150px;
	z-index:10;
	background-color:rgba(255, 255, 255, 0.80);
	float: left;
	height:100%;
	min-width: 500px;
	margin:0px;
}

#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LogoArea {
	position:relative;
	top:0px;
	right:0px;
	width: 242px;
	height:122px;
	display: block;
	background-size:182px auto;
	background:url(../images/turribb_logo.png) no-repeat rgba(26, 59, 19, 0.7) center;
	background-color: rgba(25, 28, 35, 0.7);
}
#TopRightInfo {
	clear: none;
	float: left;
	margin-left: 1.6574%;
	width: 61.8784%;
	display: block;
}
}

/* 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: 75%;
	max-width: 1232px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;	
}
#Header {
	position:fixed;
	float:right;
	top:36px;
	right:0px;
	width: 242px;
	height:250px;
	z-index:50;
	/*background-color:red;*/
}
#Body {
	position:relative;
	top:37px;
	clear: both;
	float: right;
	margin-left: 0;
	height:100%;
	max-width: 60%;
	padding: 10px 0 0 0;
	display: block;
	padding-bottom:50px;
	z-index:10;
	margin:0 250px 0 450px;
	/*background-color:red;*/
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LogoArea {
	position:relative;
	top:0px;
	right:0px;
	width: 242px;
	height:122px;
	display: block;
	background-size:182px auto;
	background:url(../images/turribb_logo.png) no-repeat rgba(25, 28, 35, 0.7) center;
}
#TopRightInfo {
	clear: none;
	float: left;
	margin-left: 1%;
	width: 66.3003%;
	display: block;
}
}