/* CSS Document */

/* CSS Document */
ul  {
	margin-left: 0px;	
}

li {
	list-style-type: none;
	text-shadow: black 5px 5px 5px;
	margin-left: 0px;
	list-style-position: outside;
}
.li img{
	float: left;
	margin-top: 5px;
	margin-left: 4px;
	margin-bottom: 5px;
	padding: 5px;
	clear: right;
}
.li p {
	float: left;
}

.movie-box{
	background-color: #9999CC;
	margin-left: 5%;
	width: 50%;
	padding: 1%;
	text-shadow: black 5px 5px 5px;
}
.movie-box a{
	text-decoration: none;
}
.movie-box img {
	float: left;
	margin-top: 4px;
	margin-bottom: 6px;
	margin-left: 5px;
}
 .right-column{
	min-height: 70px;
	float: none;
	position: relative;
	clear: none;
	padding-left: 1%;
}
.year{
	margin-left: 115px;
	float: left;
}
.duration{
	margin-left: 115px;
	float: left;
}
.title{
	margin-left: 110px;
	font-weight: bold;
	font-size: 120%;
}
#container{
	margin-left: 180px;
}
#show{
	width: 800px;
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	padding-left: 10px;
	padding-top: 10px;
	min-height: 400px;
	margin-left: 2%;
	margin-top: 2%;
	background-image: url(images/super16frame_final.gif);
	overflow: visible;	
}
#show-info {
	clear: both;
	margin-bottom: 1em;
}

#left-show-col{
	float: left;
	margin-right: 2%;
	height: 300px;
	width: 150px;
}
#left-show-col a:link{
	text-decoration: none;
	color: #CCCCCC;
	outline: none;
}
#show-title{
	margin-bottom: 0.75em;
	margin-top: 1em;
	font-size: 150%;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #333366;
}
#show-year{
	font-size: 90%;
	float: left;
	font-weight: bolder;
}
#show-duration{
	margin-left: 4em;
	font-size: 90%;
	font-weight: bolder;
}
#prompt{
	font-size: 60%;
	font-weight: bolder;
	color: #0033CC;
}
#prompt a:link{
	text-decoration: underline;
	color: #0033CC;
}
#cast{
}
#cast h4{
	margin-bottom: 0px;
	font-weight: bolder;
	color: #333366;
	font-size: 110%;
}
#cast p{
	text-shadow: #666666 3px 3px 3px;
	margin-bottom: 0em;
	margin-top: 0.3em;
	font-weight: bolder;
}
#right-show-col{
}

#writer{
	margin-top: 1em;
	margin-left: 140px;
	text-shadow: #666666 3px 3px 3px;
	font-weight: bolder;
	
}
#director{
	margin-left: 140px;
	text-shadow: #666666 3px 3px 3px;
	font-weight: bolder;
}
#composer{
	margin-left: 140px;
	text-shadow: #666666 3px 3px 3px;
	font-weight: bolder;
}

#cinematography{
	margin-left: 140px;
	text-shadow: #666666 3px 3px 3px;
	font-weight: bolder;
}
#sound{
	margin-left: 140px;
	text-shadow: #666666 3px 3px 3px;
	font-weight: bolder;
}
#editor{
	margin-left: 140px;
	text-shadow: #666666 3px 3px 3px;
	font-weight: bolder;
	
}
#designer{
	margin-left: 140px;
	text-shadow: #666666 3px 3px 3px;
	font-weight: bolder;
	
}
#producer{
	margin-left: 140px;
	text-shadow: #666666 3px 3px 3px;
	font-weight: bolder;
}



#description{
	margin-top: 1em;
	margin-left: 180px;
	padding-right: 4%;
	margin-bottom: 2%;
        font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
