/*
////////////////////////////////////////////////////////////
//
//	autumnandryan.com CSS
//
////////////////////////////////////////////////////////////
*/

body 
{
	font-family: 		sans-serif;
	font-weight: 		normal;
}

#NavBar
{
	clear:				both;
	font-size:			medium;
	margin-top:			25px;
	text-align:			center;
}

#NavBar a
{
	padding-right:		5px;
}

/* 	Links that do not have a mouse pointer over them	*/
#NavBar a, #NavBar a:active, #NavBar a:link, #NavBar a:visited 
{
	color:				#FF4000;
}

/* 	Links that have a mouse pointer over them	*/
#NavBar a:visited:hover, #NavBar a:hover 
{
	color:				#FF00BF;
}

/*
////////////////////////////////////////////////////////////
//
//	Isaac's Main Page
//
////////////////////////////////////////////////////////////
*/

body.IsaacPage
{
	background-color:	#00BFFF;
}

/* the title div of the page */
.IsaacPageHeader
{
	color:				#BFFF00;
	font-size:			x-large;
	margin-bottom:		20px;
	text-align:			center;
}

/* the main content div */
.IsaacPageContent
{
	margin-bottom:		15px;
}

/* 	Div containing the main links */
.IsaacPageLinkContent
{
	float:				left;
	margin-left:		25px;
}

/* 	The caption for the links */
.IsaacPageLinkCaption
{
	color:				#BFFF00;
	font-size:			x-large;
	font-weight:		bold;
	margin-top:			15px;
}

/* 	The ul for the links */
.IsaacPageLinks
{
}

.IsaacPageLinks li
{
	font-size:			large;
	padding-top:		2px;
	padding-bottom:		2px;
}

/* 	Links that do not have a mouse pointer over them	*/
.IsaacPageLinks a, .IsaacPageLinks a:active, .IsaacPageLinks a:link
{
	text-decoration:	none;
	color:				#FF4000;
}

/*	Visited Links */
.IsaacPageLinks a:visited 
{
	text-decoration:	none;
	color:				#AA7766;
}

/* 	Links that have a mouse pointer over them	*/
.IsaacPageLinks a:visited:hover, .IsaacPageLinks a:hover 
{
	color:				#FF00BF;
}

/* 	The div containing the image */
.IsaacPageImageDiv
{
	float:				right;
	margin-top:			20px;
	margin-right:		25px;
	text-align:			center;
}

/*	The image */
.IsaacPageImageDiv img
{
	border:				none;
	display:			block;
	margin-bottom:		10px;
}

/*	The caption for the image */
.IsaacPageImageCaption
{
	clear:				both;
	color:				#FFFF00;
	display				block;
	font-size:			medium;
}

/*
////////////////////////////////////////////////////////////
//
//	Isaac Gallery Page
//
////////////////////////////////////////////////////////////
*/

body.IsaacGalleryPage
{
	background-color:	#00BFFF;
	text-align:			center;
}

/* the title div of the page */
.IsaacGalleryPageHeader
{
	color:				#BFFF00;
	font-size:			x-large;
	margin-bottom:		20px;
	text-align:			center;
}

.IsaacGallerySubHeading
{
	font-size:			medium;
	font-weight:		bold;
}

/* 	The main content div */
.IsaacGalleryPageContent
{
	margin-left:		0px;
	margin-right:		0px;
	margin-bottom:		15px;
	text-align:			center;
	width:				100%;
}

.IsaacGalleryPageContent table
{
}

.IsaacGalleryPageContent table td
{
	padding:			20px;
	text-align:			center;
j

.IsaacGalleryPageContent table td img
{
	width:				350px;
}

.IsaacGalleryPageContent table td .Caption
{
	text-align:			center;
}






/*	Div for an image row */
.IsaacGalleryPageContent .ImageRow
{
	clear:				both;
	margin-left:		0px;
	margin-right:		0px;
	margin-top:			10px;
	margin-bottom:		10px;
	text-align:			center;
	white-space:		nowrap;
	width:				100%;
}

/*	Div for left column */
.IsaacGalleryPageContent .LeftImage
{
	float:				left;
	vertical-align:		middle;
	width:				50%;
}

/*	Div for right column */
.IsaacGalleryPageContent .RightImage
{
	margin-left:		50%;
	vertical-align:		middle;
	width:				50%;
}

/*	Div for one center column */
.IsaacGalleryPageContent .CenterImage
{
	margin-top:			0px;
}

.IsaacGalleryPageContent .CenterImage .Caption
{
	margin-bottom:		10px;
}



/*	Active Links in the captions */
.IsaacGalleryPageContent a, .IsaacGalleryPageContent a:active, .IsaacGalleryPageContent a:link
{
	text-decoration:	none;
	color:				#FF4000;
}

/*	Visited Links in the captions */
.IsaacGalleryPageContent a:visited 
{
	text-decoration:	none;
	color:				#AA7766;
}

/*	Hovering Links in the captions */
.IsaacGalleryPageContent a:visited:hover, .IsaacGalleryPageContent a:hover 
{
	color:				#FF00BF;
}

/*	By default, the full image is shown */
.IsaacGalleryPageContent img
{
	border:				none;
}

/*	For thumbnails 	*/
.IsaacGalleryPageContent img.thumb
{
	border:				none;
	height:				150px;
}

/*	Full-sized images */
.IsaacGalleryPageContent .FullLeftImage
{
	clear:				none;
	float:				left;
	text-align:			center;
	white-space:		normal;
}

.IsaacGalleryPageContent .FullRightImage
{
	clear:				none;
	float:				right;
	text-align:			center;
	white-space:		normal;
}




/*	Caption Div */
.IsaacGalleryPageContent .Caption
{
	font-size:			medium;
	width:				300px;
	white-space:		normal;
}

/*	The IsaacGalleryFooter contains the back button link. */

.IsaacGalleryFooter
{
	clear:				both;
	font-size:			medium;
	text-align:			center;
}

.IsaacGalleryFooter a, .IsaacGalleryFooter a:active, .IsaacGalleryFooter a:link
{
	color:				#FF4000;
	padding-left:		10px;
}

.IsaacGalleryFooter a:visited 
{
	color:				#AA7766;
	padding-left:		10px;
}

.IsaacGalleryFooter a:visited:hover, .IsaacGalleryFooter a:hover 
{
	color:				#FF00BF;
	padding-left:		10px;
}

/*
////////////////////////////////////////////////////////////
//
//	Mouse Pointer Stuff
//
////////////////////////////////////////////////////////////
*/

/* 	Links that do not have a mouse pointer over them	*/

a, a:active, a:link, a:visited 
{
	color: 			blue;
}

/* 	Links that have a mouse pointer over them	*/

a:visited:hover, a:hover 
{
	color: 			yellow;
}

