/*																			  */
/* 	Additions/changes to frame_global.css template							  */
/*	Strictly for Backgrounds.php											  */
/*																			  */

body
{
background-color: 		black;
background-attachment:	fixed;
background-position:	center; 
background-size: 		cover;	
}

#body_cover
{
width:					100%;
height:					100%;
}

#list
{
/* position:				fixed;
right:					80px;
bottom:					50px;
visibility:				hidden; */
float: 					right;
font-family: 			"bobspace";
font-size:				18px;	/* NB browser default is 16px */
color:					white;
background-color:		grey;
padding-bottom:			2px;
border:					0px;
outline:				none;
cursor:					pointer;
}

#notes
{
position:				fixed;
right:					10px;
bottom:					50px;
max-height:				50%;
width:					25%;
padding: 				2px 6px 2px 6px;
background-color:		rgba(256, 256, 256, 0.85);
color:					black;
visibility:				hidden;
overflow-y:				auto;
overflow-x:				hidden;
}


#notes p, 
#notes hr, 
#notes h5
{
color:					black;	
}
/*
#notes hr
{
color:					black;	
}

#notes h5
{
color:					black;	
}
*/

#notes a
{
color:					olive;	
}

#footer_container
{
background:				grey;
}

/*
#footer_left
{
background:				red;
}

#footer_centre
{
background:				grey;
}
*/
#footer_right_container
{
top: 					4px;
width:					400px;
height:					24px;
display:				block;
}
													/* Why did I include these? Stupidity alone, my friend!*/
.footer_right_bg
{
float:					right;
padding:				2px 2px 2px 2px;			/* top right bottom left */	
cursor:					pointer;
}

.footer_right_bg:hover
{
color:					black;	
}

.background_button 
{
    font-family: "bobspace";
    font-size: 18px;
    background-color: olive;
    color: white;
    padding: 2px 2px 2px 2px;
    border: none;
    cursor: pointer;
    /* float: left; */
}

.background_button:hover
{
    color: black;
}



a.header:link
{
color:					white;	
font-weight: 			normal;		
font-size:				40px;
text-decoration:		none;
color:					white;
}

a.header:hover
{
text-decoration: 		none;
color: 					white;
}


/*																			  */
/* Additions/changes to body_global01.css template							  */
/*																			  */

/*

#body01_content
{
background-color: 		rgba(256, 256, 256, 0.5);
color:					black;
}

#body01_content p
{
color:					black;
}

#body01_content p.quote
{
color:					indigo;
}

#body01_title
{
background-color: 		grey;
color: 					white;
}

/*																			  */
/* Additions - section only - no additions/changes to other styles			  */
/*																			  */

/*																			  */
/* boblog - main page														  */
/*																			  */

