@charset "utf-8";

/*

=========================

Author: jlgsolera
Freelancer Web designer
Client: ROZILA
Description: Design Stylesheet
http://localhost/rozila/images/back.jpg
http://www.rozila.com/images/back.jpg

http://www.rozila.com/images/back.jpg
	background-repeat: repeat-x;
	
	body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: black;
	background:#f1e6d4 url(http://www.rozila.com/images/bg.jpg) repeat-x top center; color:#4f3b4d;
}
=========================

*/

/*

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: black;
	background-color:#87AEC5;
	background-image: url(http://www.rozila.com/images/back.jpg);
	background-repeat: repeat-x;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: black;
	background:#000000 url(../images/back.jpg) repeat-x; color:#000000;
}
*/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: black;
	background:#000000 url(../images/back.jpg) repeat-x; color:#000000;
}


#header_bkg{
	background-color:#242424;
	height: 66px;
	border-bottom: 1px solid #fff;
}

#header{
	width: 940px;
	height: 66px;
	margin:0 auto;
}

div#search{
	height: 36px;
	margin: 15px 0 0 0;
	padding:0;
	float:right;
}
form.searchForm{
	margin:0;
	padding:0;
	width:310px;
}
input.search{
	float:left;
	font-size: 16px;
	margin:0;
	width:204px;
	padding: 7px 5px;
	background:none;
	color:#333;
}
.search_field{
	float:left;
	background:url(../template_img/img1.gif);
	width:350px;
	height: 20px;
}
.search_field_description{
	float:left;
	background:url(../template_img/img1.gif);
	height: 100px;
	width:350px;
}
.searchButton{
	float:right;
	width: 96px;
	height: 36px;
	cursor:pointer;
	text-indent:-9999px;
}

.searchButton a{
	margin: 0;
	padding: 0;
	display: block;
	background:url(../template_img/search.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	height: 36px;
}

.searchButton a:hover{
	left: 0;
	width: 96px;
	background-position: 0 -36px;
}

#content
{
	margin: 0px auto;
	width: 940px;
}

.error{
	background:#F00; 
	padding: 10px; 
	text-align:center;
	width: 940px;
	font-size: 18px;
	color:#FFF;
}

.logo{
	margin: 18px 0 0 0;
	border:none;
	float:left;
}
/*--------------
ORDERBY
-----------------*/

.orderby{
	margin: 0px 0 0 0;	
	height:40px;
	float:left;
}

#orby{
	height: 40px;
	width: 200px;
	background: url(../template_img/orderby.jpg);
	margin: 0;
	padding: 0;
}


#orby li{
	float:left;
}

#orby li a{
	margin: 0;
	padding: 0;
	display: block;
	background: url(../template_img/orderby.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	height: 40px;
}
/*--------------
#orby_en
-----------------*/

	li#orby_en a:link, li#orby_en a:visited, li#orby_en a:active {
		left: 0;
		width: 100px;
		background-position: 0 0;
	}
	
	li#orby_en a:hover{
		background-position: 0 -40px;
	}
	
	li#orby_en.selected a:link, li#orby_en.selected a:active, li#orby_en.selected a:visited {
		background-position: 0 -40px;
	}
	
	/*--------------
#orby_ro
-----------------*/
	
	li#orby_ro a:link, li#orby_ro a:visited, li#orby_ro a:active {
		left: 100px;
		width: 100px;
		background-position: -100px 0;
	}
	
	li#orby_ro a:hover{
		background-position: -100px -40px;
	}
	
	li#orby_ro.selected a:link, li#orby_ro.selected a:active, li#orby_ro.selected a:visited {
		background-position: -100px -40px;
	}
	
	
/*--------------
LANGUAGE
-----------------*/

.language{
	margin: 0px 0 0 0;	
	height:40px;
	float:left;
}

#lang{
	height: 40px;
	width: 260px;
	background: url(../template_img/language1.jpg);
	margin: 0;
	padding: 0;
}


#lang li{
	float:left;
}

#lang li a{
	margin: 0;
	padding: 0;
	display: block;
	background: url(../template_img/language1.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	height: 40px;
}

/*--------------
#lang_en
-----------------*/

	li#lang_en a:link, li#lang_en a:visited, li#lang_en a:active {
		left: 0;
		width: 52px;
		background-position: 0 0;
	}
	
	li#lang_en a:hover{
		background-position: 0 -40px;
	}
	
	li#lang_en.selected a:link, li#lang_en.selected a:active, li#lang_en.selected a:visited {
		background-position: 0 -40px;
	}

/*--------------
#lang_ro
-----------------*/
	
	li#lang_ro a:link, li#lang_ro a:visited, li#lang_ro a:active {
		left: 52px;
		width: 52px;
		background-position: -52px 0;
	}
	
	li#lang_ro a:hover{
		background-position: -52px -40px;
	}
	
	li#lang_ro.selected a:link, li#lang_ro.selected a:active, li#lang_ro.selected a:visited {
		background-position: -52px -40px;
	}
	
/*--------------
#lang_es
-----------------*/
	
	li#lang_es a:link, li#lang_es a:visited, li#lang_es a:active {
		left: 104px;
		width: 52px;
		background-position: -104px 0;
	}
	
	li#lang_es a:hover{
		background-position: -104px -40px;
	}
	
	li#lang_es.selected a:link, li#lang_es.selected a:active, li#lang_es.selected a:visited {
		background-position: -104px -40px;
	}
/*--------------
#lang_fr
-----------------*/
	
	li#lang_fr a:link, li#lang_fr a:visited, li#lang_fr a:active {
		left: 157px;
		width: 52px;
		background-position: -157px 0;
	}
	
	li#lang_fr a:hover{
		background-position: -157px -40px;
	}
	
	li#lang_fr.selected a:link, li#lang_fr.selected a:active, li#lang_fr.selected a:visited {
		background-position: -157px -40px;
	}
/*--------------
#lang_bz
-----------------*/
	
	li#lang_bz a:link, li#lang_bz a:visited, li#lang_bz a:active {
		left: 210px;
		width: 52px;
		background-position: -210px 0;
	}
	
	li#lang_bz a:hover{
		background-position: -210px -40px;
	}
	
	li#lang_bz.selected a:link, li#lang_bz.selected a:active, li#lang_bz.selected a:visited {
		background-position: -210px -40px;
	}
/*--------------
END OF LANGUAGE
-----------------*/

.youtube{
	background-color:#f2f2f2;
	border: 1px solid #ccc;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 30px 0;
	float:left;
	width: 940px;
}
.movie{
	float:left;
	width: 447px;
	height: 335px;
	padding: 10px 20px 10px 10px;
}
.collection{
	float:left;
	width: 447px;
	height: 335px;
}
.collection h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#272727;
	margin:10px 0;
	padding:0;
	float:left;
	
}

.item-bloc{
	width:453px;
	float:left;
	overflow:hidden;	
}

a.item{
	float:left;
	margin:3px  0 0 3px;
}

.prev{
	margin: 10px 0;
	float:left;
	width: 97px;
	height: 41px;
	cursor:pointer;
	text-indent:-9999px;
}

.prev a{
	margin: 0;
	padding: 0;
	display: block;
	background:url(../template_img/prev.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	height: 41px;
}

.prev a:hover{
	left: 0;
	width: 97px;
	background-position: 0 -41px;
}


.next{
	margin: 10px 0;
	float:right;
	width: 97px;
	height: 41px;
	cursor:pointer;
	text-indent:-9999px;
}

.next a{
	margin: 0;
	padding: 0;
	display: block;
	background:url(../template_img/next.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	height: 41px;
}

.next a:hover{
	left: 0;
	width: 97px;
	background-position: 0 -42px;
}

.ads-google, .ads-google1{
	
	height: 100px;
	width: 730px;
	margin: 0px 0px 0px 0px;
	position:relative;
	float:left;	
	-moz-border-radius: 0px;
	-moz-border-radius-topright: 0;
	-webkit-border-radius: 0px;
	-webkit-border-top-right-radius: 0;	
}

.ads-google1{
	margin: 10px 0 0 0;
	float:right;
	width: 730px;
}
.ads-googlelogo{
	margin: -10px 0px 0px 0px;
	float:left;
	width: 170px;
}

.google-title{
	position:absolute;
	right:0;
	top:-30px;
}

.ads_block{
	width:467px;
	margin:0px auto 0 auto;
}

.page{
	width: 940px;
	float:left;
	padding: 10px 0;
}

.page-item{
	font-size: 20px;
	color:#272727;
}

p.page-item a.selected {
	color:#F00;
}

.content-left, .content-left1{
	width:620px;
	float:left;
	margin: 10px 20px 0 0;
}

.content-left1{
	width:940px;
	margin: 10px auto;
}

.article-block{
	width:618px;
	border: 1px solid #d3d3d3;
	height: 190px;
	background-color:#fff;
	margin: 0 0 20px 0;
	float:left;
	overflow:hidden;
}

.article-header{
	height:38px;
	background-color:#808080;
	width:616px;
	margin:1px;
	float:left;
}

.category, .number{
	font-size:20px;
	color:#fff;
	padding: 9px 10px;
	float:left;
}

.category a{
	color:#000;
}

.category a:hover{
	text-decoration:underline;
}

.number{
	float:right;
}

.article-body{
	margin: 10px;
	float:left;
}

.teaser, .teaser1{
	float:left;
	margin: 0 0 0 10px;
	width: 464px;
}
.teaser h2, .teaser1 h2{
	color:#F00;
	font-size:24px;
	margin:0 0 10px 0;
	padding:0;
}

.teaser p, .teaser1 p{
	color:#272727;
	font-size:16px;
}

.sidebar{
	margin: 10px 0 0 0;
	float:right;
	width:298px;
	border:1px solid #d3d3d3;
	background: #FFF;
	overflow:hidden;
}

.login{
	float:left;
	background:#f5f9f1;
}

.title-right{
	text-align:center;
	font-size: 24px;
	background-color:#272727;
	color:#FFF;
	width: 300px;
	height: 24px;
	padding: 15px 0 ;
}

.login-form, .rand{
	width: 280px;
	float:left;
}

.rand{
	width:280px;
	margin: 10px 0 0 10px;
}

span.label{
	font-size:20px;
	vertical-align: top;
}

.rand input.field{
	border:#333 1px solid;
	height: 15px;
	width: 167px;
	padding: 5px;
}

a.register-new{
	float:left;
	font-size:16px;
	color:#F00;
	text-decoration:underline;
	padding: 10px 0;
}

a:hover.register-new{
	text-decoration:none;
}

.login-btn{
	float:right;
	width: 112px;
	height: 39px;
	cursor:pointer;
	text-indent:-9999px;
}

a.login-btn {
	margin: 0;
	padding: 0;
	display: block;
	background:url(../template_img/login.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	height: 39px;
}

 a:hover.login-btn{
	left: 0;
	width: 112px;
	background-position: 0 -39px;
}

.login p{
	float:left;
	padding: 10px;
}

.google_ads2{
	width: 300px;
	float:left;
	text-align:center;
}

.google-ads-block1, .google-ads-block2{
	margin: 5px auto;
}


.footer{
	background-color:#474747;
	height: 168px;
}

.text-footer{	
	width: 940px;
	margin:0 auto;
}

.about-us{
	width: 630px;
	float:left;
}

.about-us h3{
	color:#f05157;
	font-size:24px;
	padding:15px 0;
	margin:0;
}

.about-us p{
	font-size:16px;
	color:#FFF;
}

.contact{
	float:left;
	width: 300px;
	margin:0 0 0 10px;
}

.contact h3{
	color:#f05157;
	font-size:24px;
	padding:15px 0;
	margin:0;
}

.contact p{
	font-size:16px;
	color:#FFF;
}

.contact p a{
	color:#F00;
}

.contact p a:hover{
	text-decoration:underline;
}

.post-footer{
	height:42px;
	background-color:#FFF;
	border-top: #b5b5b5 1px solid;
	font-size:16px;
}

.post-footer p{
	margin: 0 auto;
	width: 940px;
	padding: 12px 0 0 0;
}

/*--------------
comments
-------------*/

.article-block1{
	width:938px;
	border: 1px solid #d3d3d3;
	overflow: hidden;
	background-color:#fff;
	margin: 0 0 20px 0;
}

.article-header1{
	height:38px;
	background-color:#808080;
	width:936px;
	margin:1px;
	float:left;
}

.teaser1{
	float:left;
	margin: 0 0 0 10px;
	width: 780px;
}

.comments-form{
	overflow:hidden;
	float:left;
	width: 500px;
	margin: 20px 0 ;
	background:#EEE;
}

.comments-form p{
	font-size:16px;
	padding: 10px 10px;
	background:#272727;
	color:#FFF;
}

.row-comment{
	float:left;
	width: 500px;
	padding:  10px;
	height: 25px;
}

.row-comment span{
	font-size:14px;
	width: 100px;
	font-weight:bold;
	padding: 5px 0;
	float:left;
}
.row-comment input{
	height: 20px;
	padding: 5px;
	font-size: 14px;
	width: 300px;
	border:1px solid #333;
}
.buttoncmm{
	padding: 10px;
	background:#F00;
	color:#FFF;
	margin:0 10px 10px 10px;
	float:right;
	font-weight:bold;
	cursor:pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.button{
	padding: 10px;
	background:#F00;
	color:#FFF;
	margin:0 10px 10px 10px;
	float:right;
	font-weight:bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a:hover.button{
	background:#F66;
}

.user{
	float:left;
	width: 940px;
	margin: 0 0 10px 0;
}

.user-header{
	background-color:#666;
	color:#FFF;
	height: 30px;
	font-size:14px;
	width: 940px;	
	float:left;
}
.user-header a{
color:#FFFFFF;		
}

span.name, span.date{
	font-size: 16px;
	height: 30px;
	color:#FC0;
	margin: 2px 5px;
	float:left;
}
span.nameicons{
	font-size: 16px;
	height: 30px;
	color:#FC0;
	margin: 0px -5px;
	float:left;
}
span.date{
	float:right;
	color:#FFF;
}

.user-content{
	overflow:hidden;
	float:left;
	width:940px;
	padding: 10px;
	border:#CCC 1px solid;
	background: #eee;
	font-size: 14px;
}


.block-category-article{
	width:938px;
	margin:10px auto 0 auto;
	background-color:#FFF;
	border:1px solid #d3d3d3;
	height: 450px;
}
.blockx{
	width:938px;
	margin:0px auto 0 auto;
	background-color:#FFF;
	border:1px solid #d3d3d3;
	height: 100%;
}
.img-category-article{
	float:left; 
	width: 940px;
}
.img-category-article img{
	float:left;
	width: 83px;
	margin:10px 0 0 10px;
	display: inline;
}
.imgplayer{
	float:left;
	height: 85px;
	margin:5px 0 0 5px;
	display: inline;
}
.playeremb{
	float:left;
	margin:5px 0 0 2px;
	display: inline;
}
.botonesplayeremb{
	float:left;
	margin:5px 0 0 2px;
	display: inline;
}

.block-category-article .prev{
	margin: 0px 0 0 0px;display: inline;
}

.block-category-article .next{
	margin: 0px 0px 0 0 ;display: inline;
}
/*--------------
no script
---------------*/

.noscript .enable{
display:none;	
}

.disable{
	margin:0 0 0 19px;
display:none;	
}

.noscript .disable{
display:block;	
}
.blue3{
	font-size: 12px;
	color:#FC0;
	float:left;
}
.blue33
{
	font-size: 12px;
	float: left;
	color: #FFFFFF;
}
.green{
	font-size: 12px;
	color:#FFFFFF;
	float:left;
}
.green1
{
	font-size: 12px;
	color: #FFFFFF;
}
.openlink{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin:10px 50px 50px;
	text-align:center;
	
}
.openlink a{
	color:#FFFFFF;
}

.abouttitle
{
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: black;
	font-style: italic;
}
.aboutcontent
{
	margin: 10px 10px 10px 10px;	
	font-size: 14px;
	color: black;
}
