/*-------------------------------------------------
GLOBAL PAGE LAYOUT ELEMENTS
-------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666;
	background: #d1ddcc url(img/bkg.gif) no-repeat 100% 100%;
	}
	
h1 {
	margin: 0;
	padding: 0;
	background: url(img/h1.gif) repeat-x 50% 0%;
	font: 18px/18px Baskerville, Georgia, Palatino, TimesNewRoman, Times, serif;
	color: #202211;
}

/*h1 img {
	margin-top: -10px;
}*/

h2 {
	margin: 0 0 5px 0;
}

p {
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #505544;
	margin: 5px 0;
}

a:link {
	color: #010;
	text-decoration: none;
	border-bottom: 1px solid #898;
}

a:visited {
	color: #777;
	text-decoration: none;
	border-bottom: 1px solid #bbb;
}

a:hover {
	color: #000;
	text-decoration: underline;
	border: none;
}

a:active {
	color: #fff;
	text-decoration: underline;
	background: #707766;
	border: none;
}

a.inactive:link, a.inactive:visited {
	color: #CECEB5;
	}

a img, a.img, a.img:link, a.img:visited, a.img:hover, a.img:active {
	border: none;
	background: transparent;
}

/* Container that gets resized and holds the photo */
#Container {
	margin: 0 auto;
	position: relative;
	width: 200px;	/* Initial width */
	height: 200px;	/* Initial height */
	background: #e2eedd url(img/loading_static.gif) 50% 50% no-repeat;
	border: 10px solid #f3ffee;
	}

/* Inner container for photo */
#PhotoContainer { visibility: hidden; }

/* Temporary image for preloads */
#TempPhoto { visibility: hidden; display: inline; }

/* Counter for photos */
#Counter { color: #333; }
#Caption { color: #c30; }

/* Creative Commons License */
#License {
	padding: 5px 0 10px 0;
	margin: 25px 15% 0 15%;
	font-size: 10px;
	color: #505544;
	border-top:1px solid #909988;
	}

/* Miscellaneous */	
img { border: none; }
/*p { font-size: 11px; padding: 0.5em 0; }*/

/*------------------------------Movie Page-Specific CSS---------------------------------*/
/* hides the second object from all versions of IE */
* html object.mov {
    display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
    display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
    display/**/: none;
}