body {
    padding:0;
    border:0;
    text-align:center;
    font: 11px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
    color:#333;
}
body.bg{
    background-image: url(../i/background.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}
div#gradient{
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 60, 80, 0.1)), to(rgba(70, 80, 90, 0)));
    background: -moz-linear-gradient(top, rgba(40,60,80,0.1), rgba(70,80,90,0));       
    background-attachment: fixed;
}
#main-search-box {
    background-image:url(../i/main-search-box-medium.png);
    background-position:top;
    background-repeat:no-repeat;
    height:90px;
    margin-top:55px;
    display:inline;
    padding-left:0px;
}
#main-search-box form{
    padding-top:8px;
    padding-left:195px;
    float:left;
}
#main-search-box-text{
    width: 254px;
    float: left;
    border: 0;
    margin-top: 2px;
    margin-left: 0px;
    margin-right: 0px;
    height: 19px;
    padding-left:0px;
    padding-right:0px;
}
#main-search-box-button{
    background-color: #333;
    border: 0;
    margin-left: 0px;
    margin-right: 0px;
    color: white;
    font-size: 14px;
    height: 22px;
    width: 69px;
    padding:0;
    text-align: center;
}

#main-title {
    font-family: 'Rock Salt', cursive;
    font-size: 9px;
    padding-top:104px;
    background-image: url(../i/logo-small.png);
    background-repeat: no-repeat;
    background-position: 0px top;
}
#logo {
    margin-top:0px;
}
#covers {
    margin-left:-35px;
}
#footer {
    height:30px;
    margin-top:40px;    
    margin-left:-15px;
}
div#breadcrumb {
    text-align: left
}
div#results, div#ads, form#advancedsearch{
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(40,60,80,0.1)), to(rgba(70,80,90,0))); /* for webkit browsers */
    -webkit-border-radius:10px;
    
    background-image: -moz-linear-gradient(top,
        rgba(40,60,80,0.1), rgba(70,80,90,0));   
    -moz-border-radius:10px;
    
    filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr=#10406080, endColorstr=#00406080
        );
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr=#10406080, endColorstr=#00406080
        );
}
div#results, div#ads{
    padding-top:20px;
    min-height:437px;  
}
div#ads{
    min-height:620px;  
}          
/*ADVANCEDSEARCH*/
form#advancedsearch {
    min-height:30px;
    text-align: left;
    padding-bottom: 10px;
    padding-top:10px;
}
form#advancedsearch label {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}
form#advancedsearch label#title_label {
    padding-left: 10px;
}
form#advancedsearch input#title {
    width: 100px;
}
form#advancedsearch input#q {
    width: 140px;
}
form#advancedsearch input[type="submit"] {
    width: 85px;
}
form#advancedsearch select {
    width: 75px;
}
div#advancedsearchlinks {
    margin-top:8px;
    padding-left:300px;
}
a#advancedsearch {
    font-size:12px;
}
a {
    text-decoration:none;
    color: gray;
}
h3 a {
    color: black;
}
a:hover {
    color: steelblue;
}
div.title {
    margin-bottom:5px;
}
div.title h3{
    display:inline;
}
div.title span {
    font-size:14px;
}             
div.context form{
    margin-left: 30px;
}
ul {
    list-style: none;
    display: block;        
}
p {
    margin-bottom: 10px;
}
li.odd, div.context ul{
    background: #F6F6F6;
    border: 2px solid #FFF;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(top,  rgba(255, 255, 255, 0.5),  rgba(255, 255, 255, 0)); /* for firefox 3.6+ */ 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#10406080, endColorstr=#00406080);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#10406080, endColorstr=#00406080);
    -moz-border-radius:10px;
    -webkit-border-radius:10px;        
}

li.even {
    background-color: #FBFBFB;
    border: 1px solid #FFF;
}
ul li.movies{
    padding: 10px;
    text-align:left;
    margin-top: 20px;
    min-height:115px;            
}
li  img{
    float:left;
}
div.related_movies, div.disqus{
    background-color: #F6F6F6;
    border: 2px solid #FFF;
    background:whitesmoke;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
div.related_movies{
    height: 160px;
    text-align:left;
    padding-left: 15px;
}
div.disqus{
    padding: 15px;
    width: 636px;
    margin-left: 40px;
    min-height: 270px;
}
div.related_movies h3 {
    margin-bottom: 10px;
    padding-top: 5px;
    color: steelblue;
    font-size: 15px;
}
div.related_movies img {
    margin-left: 5px;
}
ul.phrases li p i{
    color:#555555;
    font-size: 12px
}
ul.phrases li p i:hover {
    color: #09a3ff;
    cursor:pointer;
}
p.header {
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 0px;
    text-align: left;
}
div#pager {
    font-family: 'Rock Salt', cursive;
    font-size: 10px;
}
div#pager a{
    text-decoration: none;
}
a#homelink{
    text-decoration: none;   
    color:#555555;
}
div.share{
    margin:5px;
    margin-left: 30px;
}

/* Remove this after quodb abtest  */
.try_btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-webkit-border-top-left-radius:7px;
	-moz-border-radius-topleft:7px;
	border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-moz-border-radius-topright:7px;
	border-top-right-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	-moz-border-radius-bottomright:7px;
	border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-bottomleft:7px;
	border-bottom-left-radius:7px;
	text-indent:0;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:119px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
}
.try_btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
    color:white;
}.try_btn:active {
	position:relative;
	top:1px;
}
