html {
	height: 100hv;
	}

body {
    margin: 0;
    padding: 0;
	height: 100hv;
	background-color: #1D1D1D;
	color: white;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	}
	
a#results:first-of-type {
	border-top-left-radius: 3px;	
	border-top-right-radius: 3px;
	margin-top:auto;
	}
	
a#results{
	background-color:#2B2B2B;
	clear:both;
	display:block;
	padding:15 5 15 15;
	position:relative;
	width: 92%;
	max-width: 500px;
	height:auto;
	margin: 0 auto 3;
	border-bottom-width:0;
	color:white;
	
	}
a#results:hover, active {
	background-color: #0CBCF2;
}



a#results:last-of-type {
	border-bottom-left-radius: 3px;	
	border-bottom-right-radius: 3px;
	border-bottom-width:1;	
}
	
a {
	
	color: white;
	text-decoration:none;
	outline:none;	
}

#search:active {
	}

::-webkit-input-placeholder {
   color:#0F95BF;
}

:-moz-placeholder { /* Firefox 18- */
   color:#0F95BF;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color:#0F95BF;  
}

:-ms-input-placeholder {  
   color:#0F95BF;  
}

#search {
	outline: none;
	background-color: #2B2B2B;
	border-bottom-left-radius:3px;
	moz-border-radius-bottom-right:0px;
	moz-border-radius-top-right:0px;
	border-top-left-radius:3px;
	padding:5px;
	padding-left: 10;
	color:#0CBCF2;
	font-size:12px;
	max-width: 500px;
	width: 80%;
	border-width:1px;
	border-right-width:0px;
	border-color:#0CBCF2;
	border-style:solid;
	outline:none;
	}
	
input:-webkit-autofill { -webkit-box-shadow:0 0 0 500px #2B2B2B inset; } 
input:-webkit-autofill {-webkit-text-fill-color: white !important;}

input,
select,
textarea,
button: {
    outline: none;
}

#search:active {
    outline:none;
}	
	
#find {
	background-color: #2B2B2B;
	border-bottom-right-radius:3px;
	border-color:#0CBCF2;
	border-top-right-radius:3px;
	border-width:1px;
	border-left-width:0px;
	padding:5px;
	color:#0CBCF2;
	font-size:12px;
	border-style:solid;
	
}

#searchresults {

}

.content {
	text-align: left;
	position:relative;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: white;
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
		
	}
#showing {
	text-align:center;
	position: relative;
	margin-top: 0 auto;
	clear:both;
	

	
	
	}
	
#content {
	text-align: center;
	color: white;
	}

.search {
	height: auto;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	
	}
	
#bottomwrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 6px;
	background-color: #0CBCF2;
	
	}
	
#bottom {

	background-color: #0CBCF2;
	height: 6px;
	z-index: 1;
	position: fixed;
	bottom: 0px;
	margin: auto 0;
	width: 100%;
	
	}
	
#userpic {
	border-radius: 50%;
	border:2px solid #0CBCF2;
	width: 35px;
	height: 35px;
	z-index:2;
	}
	
#flicu{
	color: #0CBCF2;
	font-size: 30px;
	font-weight: bold;
	top: 7px;
	position:absolute;
	left: 10px;
	}
	
#top {
	background-color: #0CBCF2;
	height: 6px;
	z-index: 1;
	position: fixed;
	top: 0px;
	margin: auto 0;
	width: 100%;
	
	}
	
#login {
	width:100%;
	text-align:center;

	}
	
#login a:link{
		color:#0CBCF2;
}

.contwrap {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	text-align: center;
	padding-top: 20px;
	color:white;
	padding: 20px 20px 20px 20px;

	}

#search, #find {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: large;
	font-weight:200;
	height:40px;
	
	}

form {
	text-align: center;
	
	}
	
.slider {
	   width: 100%;
	   height: 40px;

	}
	
.title {
	font-size: 22px;
	font-weight: bold;
	color: #0CBCF2;
	}

.year {
	font-size: medium;
	}
	
.director {
	}
	
.by {
	font-weight: bold;
	}
	
.plot {
	font-weight: bold;
	display: compact;
	}
	
.story {
	font-weight: normal;

	}
	
.dropdown {
    position: relative;
    display: block;
	float: right;
	z-index:2;
	height:100px;
	top:10px;
	height: 100px;

}

.dropdown-content {
    display: none;
    position: absolute;
	float: right;	
    background-color: #0CBCF2;
    min-width: 60px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 4 4 6 4;
	padding-left: 13px;
	right:10px;
	top:33px;
	z-index:-1;
	border-radius: 2px;
	color: black;
	font-size:14px;
}

.dropdown:hover .dropdown-content {
    display: block;
	color: black;
	

}

#signin {
	float: right;
	margin-top:15px;
	margin-right:10px;

}

#name {
	position:relative;
	float:left;
top: 7px;
margin-right:10px;
	}
	
#pic {
	
	position: relative;
	float:left;
	margin-right:5px;}
	
#rate {
	background-color: #0CBCF2;
	border:0px;
	border-radius:5px;
	padding: 5 10 5 10;
	color: white;
	font-size:16px;
	width:100px;
	font-weight:bold;
}
	
td {
	color: #0CBCF2;
	}