/* Frameworks */

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

.innertube{
margin: 20px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
height: 88%;
padding: 71px 0 0 161px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}

/* Basics */

p {
	font-size: 13px;
	line-height: 18px;
	margin: 2px 30px 5px 5px;
	text-indent: 30px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 13px;
}
td {
	font-size: 13px;
	padding: 2px 5px 2px 5px;
}

	/* Content styles */
	#address {
	font-size: 12px;
	line-height: 15px;
	margin: 15px 25px 0 100px;
	text-align: left;
	}
	#address.main {
	margin: 0 0 0 380px;
	text-align: left;
	}

	
	
/* miscellaneous
----------------------------------------------- */
.innertube img {
margin: 2px;
padding: 2px;
}

/* LGR PHoto gallery styles
All the way to the end
------------------------------------------------*/
h1 {
	text-align: left;
	font: bold 16pt;
	font-size: 16pt;
}
/*
a {
	color: blue;
	padding: 2px 5px 2px 5px;
}
a:active {
	color: blue;
}
a:hover {
	color: green;
}

a:visited {
	color: purple;
}

.imageborder {
	margin: 10px;
	border: 10px solid #cccccc;
}

td a img {
	margin: 10px;
}
*/

/* used to style the thumbnail caption under the photo */
.thmbcaption {
	font-size: .8em;
	margin: 0;
	padding: 0;
}

/* used to style the EXIF comment caption */
.photocaption {
	font-size: 1em;
	margin: 0;
	padding: 0;
}



/*
used to style the page listing and next prev links
both on the thumbnail pages and the photo pages.
why is it called caption...
i honestly don't remember it just is
and i don't feel like changing it. deal with it.
*/
.caption {
	font-size: .8em;
}
/*
used to style the main menu/album listing
the defaults is a horizontal menu but you could use the something
like the following to create a vertical menu

Yes I know the colors are butt ugly. It is only to show you what can be done.
Don't forget to make the divider a blank space in the config section of the script.

.album {
	float: left;
}
.album br {
	line-height: 0;
}
.album a {
	display: block;
	margin: 0;
	padding: 5px;
	border: 1px solid yellow;
	background-color: red;
}

*/
.album {

}
.album br {

}
.album a {

}


/*
used to style the main photo listing
all photo information is in this div

along with the album float above you could
define the photobody to float right and create
a two column menu main content look

.photobody {
	float: right;
	width: 75%;
}

*/
.photobody {

}
/*
used to style the footer of the defualt footer
*/
.lgrfooter {
	clear: both;
	font-size: .55em;
}
