/* (c) Flip Tanedo 2016 */

/*
* ORGANIZATION BASED ON:
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Watermark
- Upper decorations
- Lower decorations
*/

/* Watermark
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#watermark{
	background-image:url('../images/BG_Bundle2.jpg');
	background-size: 700px 500px;
	background-repeat:no-repeat;
	background-position:left top;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -10;
	height: 100%;
	width: 100%;
	text-align: right;
	opacity: 0.15;
}

/* Upper decorations
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#topbar1{
	background-color:#595959;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -9;
	height: 10px;
	width: 100%;
}


#topbar2{
/*	background-color:#BB8900;*/ /* UCR Yellow */
/*	background-color:#6F8135;*/ /* UCR Green */
	background-color:#595959;
/*	background-color:rgba(51, 51, 51, .5);*/
/*	background-color:#2D6CC0;*/
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: -9;
	height: 31px; /* to match menubar */
	width: 100%;
}



#topbar3{
/*	background-color:#BB8900;*/ /* UCR Yellow */
/*	background-color:#6F8135;*/ /* UCR Green */
	background-color:#595959;
/*	background-color:rgba(51, 51, 51, .5);*/
/*	background-color:#2D6CC0;*/
/*  margin: 0;*/
  margin-left: auto;
  margin-right: auto;
	padding: 4;
/*  position: absolute;*/
/*  top: 10px;
  left: 0px;
*/	z-index: -9;
	width: 100%;
}



/* Lower decorations
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Helps with footer when screen is resized (responsive) */
html {
    position: relative;
    min-height: 100%;
}

#gutter{
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 30px;
	left: 0px;
	z-index: -9;
	height: 150px;
	width: 100%;
}

#botbar1{
  background-color:#333333;
/*  background-color:#0064a4;*/
/*	background-color:#003066;*/ /* UCR Blue */
/*	background-color:#2D6CC0;*/
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: -9;
	height: 30px;
	width: 100%;
}

#botbar2{
/*	background-color:#6F8135;*/
/*  background-color:#C1BBAB;*/
  background-color:#ffd200;
	/*background-color:#2D6CC0;*/
/*	background-color:#003066;*/ /* UCR Blue */
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 30px;
	left: 0px;
	z-index: -9;
	height: 7px;
	width: 100%;
}

#feynmanfoot{
	background-image:url('../images/feynmanfooter.png');
	background-size: 250px 200px;
	background-repeat:no-repeat;
	background-position:left top;
/*	background-color:#333333;*/
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0px;
	right: 20px;
	z-index: -8;
	height: 200px;
	width: 250px;
	text-align: right;
}


#footerlegal{
	/* div containing the legalese */
/*	background-image:url('./images/design/footer.png');
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#333333;
*/	float: left;
	font-size: .8em;
	line-height: 1.1em;
	color: #999999;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
    top: 20px;
/*  bottom: 0px;*/
	left: 15px;
	z-index: 5;
	max-height: 80px;
	max-width: 425px;
	text-align: left;
}
/*
@media (min-width: 550px) {
  #feynmanfoot{
    right: 100px;
    padding: 0; }
}*/