/* ************************** */
/* GENERAL                    */
/* ************************** */

* { font-size: 100% }

body { font-size: 62.50% } /* = 10px */

body {
	font-family: "Times New Roman", Times, serif;
	color: #CCC;
	line-height: 1.5em;
}


/* ************************** */
/* FONT-SIZES                 */
/* ************************** */
#main {
	font-size: 140%;
	line-height: 1.5em;
}


/* ************************** */
/* HEADLINES                  */
/* ************************** */

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 1.7em;
}

h2, h3, h4, h5, h6, p, span, dl, 
blockquote, code, pre, adress {
	padding: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h1 {
	font-size: 280%;
	letter-spacing: -1px;
	color: #fff;
	line-height: 1em;
	
	display: block;
	width: 265px;
	height: 117px;

	position: absolute;
	margin-top: 20px;
	background-image:url(/public/images/logo.png);
	background-repeat:no-repeat;
	background-position: bottom left;

}

h1 a {
	display: block;
	width: 265px;
	height: 117px;
}

h1 span {
	display: none;
}

h1 span, h2 span {
	margin: 0;
	padding: 0;
}

h2 {
	padding-top: 20px;
	margin-left: 305px;
	font-size: 300%;
	text-transform: uppercase;
	color: #FF4C98;
	line-height: 1em;
	text-align: right;
}

h3 {
	color: #FF4C98;
}



.border {
	border: 1px solid #FF9900;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
  .clearfix {
	display: block
}
  .floatbox {
	overflow:hidden
}

.block {
	display: block;
}


/* ----------------- */




body {
	background-color: #000;
	color: #CCCCCC;
}
a {
	color:#FF4C98;
	text-decoration: none;
}
a:hover{
	color:#FF0000;
	text-decoration: underline;
}
h3 {
	margin: 0 0 1em 0;
	padding: 0;
}
.item {
	margin:0em 0em 1em 1em;
	padding: 1em;
	border: 1px solid #888;
	background-color: #333333;
	color: #FFF;
	height: 365px;
}
.item {
	height: 375px;
}
.floatleft {
	float: left;
}

h3 {
	font-size: 180%;
	line-height: 1em;
}

.rate {
	padding-top: 4px;
	font-weight:bold;
	font-size: 180%;
}
.embed {
	margin-bottom: 0.5em;
}
.ratingblock {
}
.item object,  .item embed {
	width: 400px;
}
.item i,  .item b, .item br {
	display: none;
}

.item .block {
	margin-top: 3em;
	color: #666666;
}

.voted {
	font-weight: bold;
	color: #FF4C98;
}


