body {
	background-color: #EDEDED; /* 22252C   EDEDED  3A3F4B  */
}
.stickyMain {
	overflow:visible;
	padding-bottom: 200px; /* must be same height as the footer */
}
.header {
	width: 100%;
	height: 30px;
	z-index: 1;
	/*overflow: hidden;*/
	background-color: #3B3A40;
	background-image: url(../images/styling/fadeTop.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bigImage {
	width: 100%;
	height: 600px;
	z-index: 1;
	/*overflow: hidden;*/
	background-color: #000000;
	background-image: url(../images/home_header/_DSC2358.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.stickyPush {
	height: 200px;
}
.center{
	text-align : center;	
}

.footer {
	width: 100%;
	height: 200px;
	z-index: 1;
	overflow: hidden;
	color: #CCC;
	background-color: #555555;
	background-image: url(../images/styling/fadeBottom.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 100px;
	padding-top: 20px;
	
	/*sticky stuff */
	margin-top: -200px; /* negative value of footer height */
	clear:both;

}


.footer a,
.footer a:active,
.footer a:hover,
.footer a:visited {
	color: #CCC;
	text-decoration: none;
}


.homecontents {
	position: relative;
	top: 10px;
	left: 10px;
	width: 300px;
	color: #EDEDED;
	font-size: 40px;
	line-height: 60px;
	font-weight: bold;
	text-shadow: 3px 3px 6px rgba(18,19,20, 0.5);
}

.homecontents a,
.homecontents a:active,
.homecontents a:hover,
.homecontents a:visited {
	color: #EDEDED;
}
.homecontents a:hover {
	color: #F7CE9A;
	text-decoration: none;
}

.aboutTitleLeft {
	color: #EDEDED;
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;	
}

.aboutTitleRight {
	color: #EDEDED;
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;	
}

.aboutLeft {
	top: -70px;
	left: 0px;
	position: relative;
	width: 300px;
	float: left;
}

.aboutRight {
	top: -70px;
	right: 0px;
	position: relative;
	width: 300px;
	text-align: right;
	float: right;
}
.toc {
	font-size: 24px;
	font-weight: bold;
	color: #999;
	line-height: normal;
}


.sectionTitle {
	color: #DDD;
	font-size: 60px;
	line-height: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 40px;
	font-weight: bold;
	/*text-shadow: 1px 4px 12px rgba(0, 0, 0, 0.6);*/
	text-shadow: 0px -2px 0px #BBB,
                  0px 2px 2px #FFF;
}

.leadingParagraph {
	font-size: 16px;
	font-weight: lighter;
	margin: 40px;	
}

.inlineGridItem {
	display : inline-block;
	vertical-align : top;
	padding-bottom: 40px;
	margin : 30px;
}

.gridItem {
	display : inline-block;
	vertical-align : top;
	padding-bottom: 40px;
	width:170px;
	margin : 30px;
}
.gridItem .icon {
	display : block;
	background-color : #A8A8A8;
	height: 150px;
	width: 150px;
	box-shadow: 1px 6px 17px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 1px 6px 17px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: 1px 6px 17px rgba(0, 0, 0, 0.40);
}
.gridItem .info {
	width: 92%;
	color: #666;
}
.gridItem h6 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

.shadow {
	box-shadow: 1px 6px 17px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 1px 6px 17px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: 1px 6px 17px rgba(0, 0, 0, 0.40);
}

.rounded6 {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

.rounded8 {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}

.rounded10 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

.catTitle {
	font-size: 36px;
	line-height: 0;
	color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	right: 0px;
	top: 16px;
	text-shadow: 1px 1px 10px #8B8B8B;
	text-align: right;
	z-index: 2;
	white-space : nowrap;
}

.imgFloatLeft {
	float : left;
	margin-right : 20px;
	margin-bottom : 20px;
}


/* Design for Phone (Larger than mobile) */
@media (min-width: 400px) {
	
	
}

/* Design for Tablet (Larger than phablet) - (also point when grid becomes active) */
@media (min-width: 550px) {
		
}

/* Design for Desktop (Larger than tablet) */
@media (min-width: 750px) {}

/* Design for TV (Larger than desktop) */
@media (min-width: 1000px) {}

/* Design for Hollywood (Larger than Desktop HD) */
@media (min-width: 1200px) {}
	
	
.download-panel {
	text-align : center;
}

.download-panel, .download-panel a, .download-panel p, .download-panel h3 {
	cursor : grab;
}

.download-panel:active, .download-panel a:active, .download-panel p:active, .download-panel h3:active {
	cursor : grabbing;
}