body
{
	font-family: Times new Roman;
	background-color: black;
	color: #ccc;
	margin-top: 0px;
	text-align: left;
	font-variant:  small-caps;
	text-transform: capitalize;
}


div.float {

	float: left;
	display: inline;

}
div.floatRight {

	float: right;
	display: inline;

}


form {

	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-bottom: 5px;

}

img { border: none;}

div.clear {

    clear: both;
    line-height: 0px;
    font-size: 0px;
    float: none;

}

.bold {

	font-weight: bold;
	
}

a {
	
	text-decoration: none;
	color: #ccc;
	cursor: pointer;

}

a.home {

	margin: 0 auto;
	display: block;
	height: 140px;
	font-size: 0.5em;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	
}

a.home pre.hover{

	display: none;
	font-size: 0.5em;

}

a:visited {

	/*color: silver;*/

}

form input, form button, textarea {

	border: 1px solid #555;
	background-color: transparent;
	color: #ccc;

}
form input.wide {

	width: 426px;

}


form label {

	display: inline-block;
	width: 200px;
}

#logo {

	margin-top: -30px;
	margin-left: -10px;
	height: 50px;
	
}

#logo a {

	color: #1c1c1c;
	font-family: Times;
	font-size: 170px;
	font-variant:  small-caps;
	text-transform: capitalize;
	position: absolute;
	z-index: -1;

}

#menu {

	float: left;
	display: inline;
	
	width: 300px;
	font-variant:  small-caps;

}

#menu  h3 {

	text-transform: capitalize;
	color: #888;

}

#menu ul {

	list-style: none;

}

div.moviesList {

	float: left;
	display: inline;
	width: 850px;
	margin-left: 20px;
	display: inline;	

}


div.movie {

	position: relative;
	font-size: 15px;
	float: left;
	display: inline;
	width: 190px;
	height: 280px;
	margin: 0 20px 20px 0;
	font-weight: normal;
	background-color: #111;
	overflow: hidden;
}

div.movie img {
	width: 180px;
	height: 135px;
}

div.movieFull {


	float: left;
	display: inline;
	width: 620px;
	margin: 30px;
	margin-top: 60px;
	background-color: #111;
	padding: 20px;

}


div.movieFull  a {

	font-weight: bold;

}

div.movieFull  a.playlistAdd {

	border: 1px solid #555;
	margin: 5px;
	padding: 3px;
	color: #ccc;

}


div.tagList a{

	font-variant: normal;

}

div.pager {

	float: left;
	display: inline;
	margin-left: 50px;
	height: 55px;
	line-height: 55px;
	
}

div#order {

	float: right;
	display: inline;

}


/*
oceniaczka
*/
div.rating {
	min-height: 20px; height: auto !important; height: 20px;
}
div.starsDark{
	height: 16px;
	width: 80px;
	background: transparent url("../img/star.gif") repeat-x 0 0;
}
div.starsLight{
	height: 16px;
	overflow: hidden;
	text-indent: -100px;
	background: transparent url("../img/star.gif") repeat-x  0 -16px;
}

div.rating {
	position: relative;
}
div.rating div.starsDark{
	position: absolute;
}
div.rating div.starContainer{
	position: absolute;
}

/*
 * chmuira tagów
*/

#tagsCloud a{

	text-decoration: none;
	color: #ccc;
	
}


#adultWarning { width: 600px; height: auto; margin: 0 auto; margin-top: 100px; font-size: 16px; line-height: 25px; text-align: center;}
#adultWarning a { font-size: 15px; color: #ccc; text-decoration: underline;}
#adultWarning #enterbtn { font-size: 20px; color: white;}

div.seo {
	font-size: 13px;
	text-transform: none;
	font-variant: normal;
}
div.seo h1 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
