*
{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
}

div.admin
{
  margin: auto;
  width: 950px;
}

div.admin a
{
 color: white;
}

input, textarea
{
  color: black;
}

label
{
  color: white;
}

body
{
	background-color: black;
}

*html body
{
	text-align: center;
}

div#container
{
  margin: auto;
  width: 950px;
  background-image: url(/images/body_bg.jpg);
  background-position: center 20px;
  background-repeat: repeat-y;
}

div#content div
{
	text-align: left;
}

div.around
{
  background-color: black;
  width: 100%;
}

img, div, span
{
	behavior: url(/images/iepngfix/iepngfix.htc);
}

img
{
	border: 0;
}

ul
{
	list-style-type: none;
}

.rszin
{
	color: #ed0677;
}

.kek
{
	color: #4095d7;
}

.bold
{
	font-weight: bold;
}

.clearer
{
	clear: both;
  margin: 0; 
  padding: 0;
  height: 0;
}

div#head
{
	height: 132px;
	margin: auto;
	width: 950px;
}

div#menu
{
	margin: auto;
	width: 910px;
	height: 55px;
	padding: 0 20px;
	background-image: url(/images/menu_bg.jpg);
	background-repeat: no-repeat;
  background-color: black;
}

*html div#menu
{
	width: 950px;
}

div#menu ul
{
	padding-top: 5px;
}

div#menu ul li
{
	float: left;
	padding-right: 51px;
}

div#menu ul li a:hover span
{
	height: 30px;
}

div#menu ul li a span
{
	/*background-image: url(/images/menu.png);*/
  background-image: url(/images/menu.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 23px;
  cursor: pointer;
}

/**html div#menu ul li a span
{
	background-image: url(/images/menu.jpg);
}*/

div#menu ul li a span.fooldal
{
	width: 65px;
	background-position: 0 0;

}

div#menu ul li a:hover span.fooldal, div#menu ul li a span.fooldal-a
{
	background-position: 0 -23px;
}

div#menu ul li a span.fooldal-a
{
  height: 30px;
}

div#menu ul li a span.elozetes
{
	width: 73px;
	background-position: -112px 0;
}

div#menu ul li a:hover span.elozetes, div#menu ul li a span.elozetes-a
{
	background-position: -112px -23px;
}

div#menu ul li a span.elozetes-a
{
  height: 30px;
}


div#menu ul li a span.story
{
	width: 75px;
	background-position: -235px 0;
}

div#menu ul li a:hover span.story, div#menu ul li a span.story-a
{
	background-position: -235px -23px;
}

div#menu ul li a:hover span.story, div#menu ul li a span.story-a
{
    height: 30px;
}
div#menu ul li a span.szereplok
{
	width: 86px;
	background-position: -363px 0;
}

div#menu ul li a:hover span.szereplok, div#menu ul li a span.szereplok-a
{
	background-position: -363px -23px;
}

div#menu ul li a span.szereplok-a
{
  height: 30px;
}

div#menu ul li a span.alkotok
{
	width: 67px;
	background-position: -502px 0;
}

div#menu ul li a:hover span.alkotok, div#menu ul li a span.alkotok-a
{
	background-position: -502px -23px;
}

div#menu ul li a span.alkotok-a
{
  height: 30px;
}

div#menu ul li a span.zene
{
	width: 39px;
	background-position: -623px 0;
}

div#menu ul li a:hover span.zene, div#menu ul li a span.zene-a
{
	background-position: -623px -23px;
}
div#menu ul li a span.zene-a
{
  height: 30px;
}
div#menu ul li a span.galeria
{
	width: 65px;
	background-position: -714px 0;
}

div#menu ul li a:hover span.galeria, div#menu ul li a span.galeria-a
{
	background-position: -714px -23px;
}

div#menu ul li a span.galeria-a
{
  height: 30px;
}

div#menu ul li a span.tamogatok
{
	width: 91px;
	background-position: -822px 0;
}

div#menu ul li a:hover span.tamogatok, div#menu ul li a span.tamogatok-a
{
	background-position: -822px -23px;
}

div#menu ul li a span.tamogatok-a
{
  height: 30px;
}

div#content
{
	width: 950px;
	margin: auto;
  background-image: url(/images/content_without_player_bg.jpg);
  background-position: center top;
	background-repeat: no-repeat;
}

div#left
{
	float: left;
	width: 489px;
  padding-left: 90px;
}

*html div#left
{
	width: 579px;
}

div.left-div
{
  float: left;
  width: 489px;
}

div.actor-name
{
  float: left;
  width: 150px;
  margin: 0 10px 2px 0;
}

div.blue-line
{
    float: left; 
    width: 489px; 
    /*height: 4px; 
    background-image: url(/images/blue_line.png); 
    background-repeat: no-repeat; */
    background-color: #4095D7;
    height: 2px;
    margin: 12px 0 17px;
}

div.r-line
{
  float: left; 
/*  background-image: url(/images/rline.png); 
  background-position: center center; 
  height: 20px; 
  background-color: white; */
  height: 2px;
  background-color: #ED0677;
  width: 459px; 
  margin: 15px;
  background-repeat: no-repeat;
}

div.r-line-without-margin
{
  height: 2px;
  background-color: #ED0677;
  width: 489px; 
  margin-bottom: 20px;
}

div.blog-post-container
{
	background-color: white;
	width: 489px;
	float: left;
  margin-bottom: 15px;
}

div.blog-post-container div.blog-post
{
	background-image: url(/images/post_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 459px;
	padding: 15px 15px 0;
	min-height: 163px;
}

*html div.blog-post-container div.blog-post
{
	width: 489px;
}

div.music ul li
{
  padding: 3px 0;
}

div.music ul li span.rszin
{
  padding-left: 15px;
}

div.music a
{
    text-decoration: none;
    color: white;
}


div.blog-post-container div.blog-post h2
{
	color: #ed0678;
	font-size: 14px;
}

div.blog-post-container div.blog-post p.author
{
	color: #4095d7;
	font-weight: bold;
	padding-bottom: 5px;
}

div.blog-post-container div.blog-post img
{
	float: left;
	padding: 0 5px 5px 0;
}

div.blog-post-container div.blog-foot
{
	background-image: url(/images/post_foot_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 10px;
  padding: 6px 0 17px;
	width: 489px;
	float: left;	
}

div.blog-post-container div.blog-foot a
{
  margin-left: 15px;
  text-decoration: none;
}

div.blog-post-container div.blog-foot a:hover
{
  color: white;
  background-color: #ed0677;
}

div.actor-container
{
	float: left;
	width: 489px;
}

div.actor
{
	background-color: white;
}

*html div.actor
{
    font-size: 1px;
}

div.actor img
{
  float: left;
}

*html div.actor img
{
  float: none;
}

div.actor h2
{
	font-size: 24px;
	padding: 0 15px;
}

div.actor h3.real-name
{
	font-size: 14px;
	padding: 0 15px;
	padding-bottom: 22px;
}

div.actor p
{
	padding: 0 15px;
	margin-bottom: 11px;
	text-align: justify;
}

div.actor h4
{
	padding: 22px 15px 11px; 
}

div.actor ul
{
	padding: 0 15px;
}

div.actor-foot
{
	float: left;
	width: 489px;
	background-image: url(/images/post_foot_bg.jpg);
	background-position: center bottom;
	height: 10px;
}

div#szolj-hozza
{
	float: left;
	width: 489px;
	margin-top: 5px;
}

div#szolj-hozza div.comment-text-field
{
	float: left;
	width: 244px;
}

div#szolj-hozza div.comment-text-field label
{
	color: #ed0677;
	display: block;
	padding: 5px 0 3px;
	font-weight: bold;
}

div#szolj-hozza div.comment-text-field input
{
	border: 1px solid #4095d7;
	width: 230px;
	background-color: white;
	color: black;
	font-size: 12px;
}

div#szolj-hozza div.comment-textarea
{
	float: left;
	width: 489px;
}

div#szolj-hozza div.comment-textarea label
{
	color: #ed0677;
	display: block;
	padding: 5px 0 3px;
	font-weight: bold;
}

div#szolj-hozza div.comment-textarea textarea
{
	border: 1px solid #4095d7;
	width: 489px;
	height: 140px;
	background-color: white;
	color: black;
	font-size: 12px;
}

div#szolj-hozza input.elkuld
{
	margin-top: 10px;
}

div.comments
{
	float: left;
	width: 489px;
	margin-bottom: 20px;
  margin-top: 10px;
}

div.comment-container
{
	float: left;
	width: 489px;
	background-color: white;
	margin-bottom: 15px;
}

div.comment-container div.comment
{
	padding: 15px 15px 0;
	background-image: url(/images/post_container.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 459px;
}

div.comment-container div.comment p.author
{
	font-weight: bold;
}

div.comment-container div.comment-foot
{
	background-image: url(/images/post_foot_bg.jpg);
	float: left;
	width: 489px;
	height: 10px;
	background-position: center bottom;
}

div#right
{
	float: right;
	width: 255px;
  margin-right: 20px;
}

*html div#right
{
	margin-right: 10px;
}

div#right img
{
	float: left;
}

*html div#right img
{
	float: none;
}

div#right img.actor
{
	width: 127px;
}

div#right div#newest-comments
{
	margin-top: 20px;
	float: left;
	width: 255px;
}

div.new-comment
{
	float: left;
	width: 255px;
	margin-top: 15px;
}

div.new-comment a 
{
	font-size: 14px;
  text-decoration: none;
}

div.new-comment a:hover
{
  color: white;
  background-color: #ed0677;
}

div#gallery
{
	width: 489px;
	float: left;
}

div#gallery div.album
{
	width: 489px;
}

div#gallery div.album img
{
	float: left;
}

div#gallery div.album img.title
{
	margin-bottom: 20px;
}

div#gallery div.album div.image
{
	float: left;
	width: 146px;
	margin-bottom: 20px;
  margin-right: 27px;	
}

div#gallery div.album div.image img
{
	float: none;
}

div#foot
{
	width: 950px;
	margin: auto;
	background-image: url(/images/foot_bg.png);
	background-repeat: no-repeat;
}

div#foot p
{
	color: white;
	padding-top: 30px;
	padding-bottom: 20px;
	font-weight: bold;
}

div#foot p.left
{
	float: left;
	padding-left: 20px;
}

div#foot p.right
{
	float: right;
	padding-right: 20px;
}

div#foot a
{
	color: white;
	text-decoration: none;
}


/* NEW */

div#flash-player
{
	float: left;
	width: 635px;
	margin-left: -70px;
  	margin-bottom: 15px;
}

*html div#flash-player
{
	margin-left: -35px;
}


div#menu ul li a span.menubar { display: none; }
