*{
	margin:0;
	padding:0;
}

body{
	font-size:13px;
	color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:1px 1px 0 white;
	background-color:#57575d;
}

#page{
	width:1000px;
	margin:20px auto 0;
}

div.section {
	/* Background gradient from http://ie.microsoft.com/testdrive/graphics/cssgradientbackgroundmaker/default.html */ 
	background-image: -ms-linear-gradient(left, #ECECEC 0%, #E2E2E2 100%);
	background-image: -moz-linear-gradient(left, #ECECEC 0%, #E2E2E2 100%);
	background-image: -o-linear-gradient(left, #ECECEC 0%, #E2E2E2 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ECECEC), color-stop(1, #E2E2E2));
	background-image: -webkit-linear-gradient(left, #ECECEC 0%, #E2E2E2 100%);
	background-image: linear-gradient(to right, #ECECEC 0%, #E2E2E2 100%);

	padding: 5px 10px;
	border: 2px #fff solid;
	border-radius: 20px;
	margin-bottom: 10px;
}

#user-bar {
	float:right;
	padding: 5px 15px;
}

/* Logo */


#logo{
	width:500px;
	position:relative;
	height:90px;
	margin:0 auto;
	font-family: 'Monda', sans-serif;
	font-size: 4em;
	text-shadow: none;
	text-align: center;
}

#logo:before{
	position:relative;
	top:17px;
	content:url('../img/icon.png');
}


/* The Search Box & Holder */


#movie-search {
	margin:30px auto;
	position:relative;
}

#movie-search.no-results {
	width:480px;
	height:135px;
}

#movie-search.with-results {
	width:640px;
}

#movie-search #movie-search-box {
	position: relative;
	width: 470px;
	margin: 0px auto;
}

#movie-search span{
	position:absolute;
	top:52px;
	left:30px;
	border-bottom:1px solid #fff;
}

#movie-search input{
	font-family:'Myriad Pro',Arial,Helvetica,sans-serif;
	border:none;
	border-bottom:1px solid #bbb;
	background:none;
	color:#8D8D8D;
	font-size:20px;
	padding:4px 0;
	width:250px;
	text-shadow:1px 1px #fff;
	outline:none;
}

.no-results #movie-search-results {
	display:none;
}

.with-results #movie-search-results {
	margin: 100px 20px 20px 20px;
}

#movie-search-results {
	color:#8D8D8D;
}

.alert .ui-dialog-titlebar {
	display: none;
}

/* The Blue Button */

a.button{
	background:url('../img/buttons.png') no-repeat;
	width:105px;
	height:37px;
	position:absolute;
	top:52px;
	right:42px;
	text-indent:-9999px;
	overflow:hidden;
	border:none !important;
}

a.button:hover{
	background-position:left bottom;
}

.section h3 {
	color:#8D8D8D;
	margin: 15px 0 0 15px;
	font-size:25px;
	font-weight:normal;
	font-family:Corbel,'Myriad Pro',Arial, Helvetica, sans-serif;
}

.movie {
	display: inline-block;
	margin: 2px;
	padding: 2px;
	color:#8D8D8D;
}

.movie:hover {
	border: 1px black solid;
	border-radius: 3px;
	margin: 1px;
}

#my-movies {
	vertical-align: top;
}

.movie {
	vertical-align: top;
}

#my-movies.large .movie {
	width: 220px;
	height: 260px;
}

#my-movies.medium .movie {
	width: 154px;
	height: 175px;
}

#my-movies.small .movie {
	width: 235px;
	height: 80px;
}

#my-movies .movie .movie-buttons {
	display: inline-block;
	vertical-align: top;
}

#my-movies.large .movie-buttons {
	width: 60px;
}

#my-movies.medium .movie-buttons {
	width: 60px;
}

#my-movies.small .movie-buttons {
	width: 137px;
}

.movie-buttons img {
	display: inline-block;
}

.poster {
	display: none;
	background-repeat: no-repeat;
}

#my-movies.large .poster.large {
	display: inline-block;
	width: 154px;
	height: 231px;
}

#my-movies.medium .poster.medium {
	display: inline-block;
	width: 92px;
	height: 138px;
}

#my-movies.small .poster.small {
	display: inline-block;
	width: 92px;
	height: 52px;
}
