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

/*
	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. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	padding-left: 1.186%;
	padding-right: 1.1869%;
	padding-top: 1.1869%;
	padding-bottom: 1.1869%;
	box-shadow: 3px 3px 3px #000;
}
#header {
	clear: none;
	float: right;
	margin-left: 0;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	border-radius: 15px;
	text-align: center;
	vertical-align: middle;
	box-shadow: 3px 3px 3px #222;
	background-image: url(../files/jpegs/header-background.jpg);
	background-repeat: repeat;
}
#sidebar {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	display: block;
	margin-bottom: 10px;
}
#body {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	border-radius: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	box-shadow: 3px 3px 3px #222;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
	margin-top: 10px;
}
#sidebar p {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	position: static;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	border-radius: 12px;
	box-shadow: 3px 3px 3px #222;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 95%;
	padding-left: 0.7581%;
	padding-right: 0.7581%	
	padding-top: 0.7581%;
	padding-bottom: 0.7581%;
	top: 3px;
	position: relative;
	border-radius: 20px;
;
	
}

#header {
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	border-radius: 15px;
}
#sidebar {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	display: block;
	margin-bottom: 10px;
}
#body {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	border-radius: 15px;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-radius: 15px;
}
#sidebar p {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	position: static;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	border-radius: 13px;
}

#sidebarAdv {
	display: none;
}
}

/* 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: 95%;
	max-width: 1232px;
	padding: 0.4891%;
	margin: auto;
	top: 10px;
	position: relative;
	border-radius: 20px;
}
#logo {
	float: left;
	clear: both;
	text-align: center;
}

#header {
	clear: none;
	float: left;
	margin-left: 0px;	border-radius: 15px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
}
#sidebar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 18%;
	display: block;
	text-align: center;

}
#body {
	clear: none;
	float: right;
	margin-left: 0;
	width: 81%;
	display: block;
	border-radius: 15px;
}
#footer {
	clear: both;
	float: right;
	width: 81%;
	display: block;
	border-radius: 12px;

}
#sidebar p {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	position: static;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-left-radius: 15px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 15px;
}

}

/*======= GLOBAL =======*/

#body p , h1, h2{
	margin: 10px;
}

#headerTitle
{
}

#thumbnail
{
	width: 20%;
	float: left;
	text-align: center;
	border: 1px solid #333333;
	box-shadow: 3px 3px 3px #333;
	clear: none;
	margin: 10px;
}
