/*
 # Rolen Motion Pictures
 # Ruel Cena - php.rcena@gmail.com
*/
/* -------------------------------------------------------------------------------------------[ RESETS ]------ */

* {
  padding:0px;margin:0px;
  list-style: none; 
  text-decoration: none;
}

html { font-size:100.1%; }

/* -------------------------------------------------------------------------------------------[ GENERALS ]---- */
body {
	color:#a0a0a0;
	background:#000;
	font: 75%/170% "Lucida Grande", verdana, sans-serif;
	margin: 0; padding: 0;
	text-align: center;
}

.content{ font-size:1em; text-align:left;}

input, textarea{ font-size:100%; font-family: "Lucida Grande", verdana, sans-serif;}

img{ border:0 none; }

hr{ clear: both; visibility: hidden; }

.inv{ display:none;}

.clear{ clear:both; height:1px;}


a,
a:hover,
a:active{ text-decoration:none;}

/* -------------------------------------------------------------------------------------------[ HEADINGS ]---- */

h1, h2, h3, h4, h5, h6 {	
	font-weight:normal;
	line-height:100%;	
}

h1 { font-weight: bold; font-size: 24px; line-height: 36px;}
h2 { font-weight: bold; font-size: 16px; line-height: 18px;}
h3 { font-weight: bold; font-size: 1em; line-height: 18px; }
h4 { font-weight: bold; font-size: 10px; line-height: 18px; }

h3 {font-weight:bold;text-transform:uppercase;padding: 4px 0 4px 0;}

#sidebar h4 span{font-size:18px;display:block;padding: 12px 10px 10px 25px;margin-top:10px;}
h4.sidebar-title{
	background:url(../images/leftbar-bg.png) no-repeat left top;
	width:300px; height:39px;	
	}

h2.sidebar-title{
  padding:10px 10px 10px 22px;
	background:url(../images/leftbar-bg.png) no-repeat left top;
	width:300px;	
	}
	
.sidebar-content {padding:10px 10px 10px 30px;}

h4.recent_posts{
	background:url(../images/h4_recentposts.png) no-repeat left top;
	width:300px; height:39px;
	}
h4.blog_cats{
	background:url(../images/h4_blogcat.png) no-repeat left top;
	width:300px; height:39px;
	}
h4.blog_archives{
	background:url(../images/h4_blogarchives.png) no-repeat left top;
	width:300px; height:39px;
	}
h4.social_network{
	background:url(../images/leftbar-bg.png) no-repeat left top;
	width:300px; height:39px;
	}
h4.flickr{
	background:url(../images/leftbar-bg.png) no-repeat left top;
	width:300px; height:39px;
	}
h4.chronology{
	background:url(../images/h4_chronology.png) no-repeat left top;
	width:300px; height:39px;
	}
h4.h4_contact{
	background:url(../images/h4_contact.png) no-repeat left top;
	width:300px; height:39px;
	}


/* -------------------------------------------------------------------------------------------[ TEXTS ]---- */
.big_text{
	font-size:2em;
	font-weight:bold;
	line-height:170%;
	}

/* -------------------------------------------------------------------------------------------[ WRAPPER ]---- */

#wrapper{}
#wrapper .content{
	background:#000 url(../images/top_line.png) no-repeat left top;
	margin:0 auto; padding:5px 0 0 0;
	width:960px;
	}



/* -------------------------------------------------------------------------------------------[ HEADER ]---- */

#header{
	background:url(../images/header.jpg) no-repeat left top;
	height:210px;
	}

/*---------------------------------------------- Top Nav */
#header #menu_top{
	float:left;
	width:332px; height:43px;
	}
#header #menu_top ul{
	width:332px; height:43px;
	}

#header #menu_top ul li{
	display:inline;
	float:left;
	}


#header #menu_top #home a{
	background:url(../images/topnav_1.png) no-repeat left top;
	display:block; float:left;
	width:61px; height:43px;
	}
#header #menu_top #home a:hover{
	background:url(../images/topnav_1.png) no-repeat left bottom;
	}
#header #menu_top #home a.current{
	background:url(../images/topnav_1c.png) no-repeat left top;
	}

#header #menu_top #production a{
	background:url(../images/topnav_2.png) no-repeat left top;
	display:block; float:left;
	width:110px; height:43px;
	}
#header #menu_top #production a:hover{
	background:url(../images/topnav_2.png) no-repeat left bottom;
	}
#header #menu_top #production a.current{
	background:url(../images/topnav_2c.png) no-repeat left top;
	}

#header #menu_top #success a{
	background:url(../images/topnav_3.png) no-repeat left top;
	display:block; float:left;
	width:161px; height:43px;
	}
#header #menu_top #success a:hover{
	background:url(../images/topnav_3.png) no-repeat left bottom;
	}
#header #menu_top #success a.current{
	background:url(../images/topnav_3c.png) no-repeat left top;
	}




/*---------------------------------------------- Logo top */
#header #logo a{
	background:url(../images/logo.png) no-repeat left top;
	display:block; float:left;
	width:296px; height:105px;
}

/*---------------------------------------------- Contact button */
#header #menu_contact{
	float:left;
	width:332px; height:43px;	
	}
#header #menu_contact ul{
	width:332px; height:43px;
	}

#header #menu_contact ul li{
	display:inline;
	float:left;
	}

#header #menu_contact #about a{
	background:url(../images/topnav_4.png) no-repeat left top;
	display:block; float:left;
	width:86px; height:43px;
	}
#header #menu_contact #about a:hover{
	background:url(../images/topnav_4.png) no-repeat left bottom;
	}
#header #menu_contact #about a.current{
	background:url(../images/topnav_4c.png) no-repeat left top;
	}

#header #menu_contact #ontheset a{
	background:url(../images/topnav_5.png) no-repeat left top;
	display:block; float:left;
	width:92px; height:43px;
	}
#header #menu_contact #ontheset a:hover{
	background:url(../images/topnav_5.png) no-repeat left bottom;
	}
#header #menu_contact #ontheset a.current{
	background:url(../images/topnav_5c.png) no-repeat left top;
	}
	
#header #menu_contact #blog a{
	background:url(../images/topnav_6.png) no-repeat left top;
	display:block; float:left;
	width:53px; height:43px;
	}
#header #menu_contact #blog a:hover{
	background:url(../images/topnav_6.png) no-repeat left bottom;
	}
#header #menu_contact #blog a.current{
	background:url(../images/topnav_6c.png) no-repeat left top;
	}
	
#header #menu_contact #community a{
	background:url(../images/topnav_7.png) no-repeat left top;
	display:block; float:left;
	width:101px; height:43px;
	}
#header #menu_contact #community a:hover{
	background:url(../images/topnav_7.png) no-repeat left bottom;
	}
#header #menu_contact #community a.current{
	background:url(../images/topnav_7c.png) no-repeat left top;
	}


/*---------------------------------------------- Search form */
#header #search{
	background:url(../images/search_bg.png) no-repeat left top;
	float:left;
	width:248px; height:43px;
	}
#header #search .field{
	background:none;
	border:none;
	color:#cfcfcf;
	font-size:10px;
	margin:9px 0 0 80px; padding:0 0 0 8px;
	width:100px; height:21px;
	}
#header #search .button{
	background:none;
	border:none;
	margin:9px 0 0 0;
	width:21px; height:21px;
	cursor:pointer;
	}

/*---------------------------------------------- RSS Feed slider */
#header #news_slide{
	clear:both;
	width:840px; height:105px;
	text-align:left;
	padding:0 50px;
	overflow:hidden;	
	}
#header #news_slide div{
	background: transparent !important;
	width:860px; height:105px;
	padding:0 50px 0;
	z-index:999;	
	}

#header #news_slide p {white-space:nowrap;}
#header #news_slide .tag-review {font-size:11px;}

#header #news_slide h3{
	padding:0 0 8px 0;
	}
	
	
/*---------------------------------------------- Tease Pages */
#header .tease_page{
	clear:both;
	width:860px; height:105px;
	text-align:left;
	padding:0 50px;
	overflow:hidden;
	}
#header .tease_page div{
	background:url(../images/rss_reader_bg.png) no-repeat;
	width:860px; height:105px;
	padding:0 50px;
	z-index:999;
	}
#header .tease_page h3{
	padding:0 0 8px 0;
	}



/* -------------------------------------------------------------------------------------------[ MAIN ]---- */
#main{
	text-align:left;
	}

#left_part{
	float:left;
	margin:0 10px 0 20px;
	padding:20px 0 0 0;
	width:600px;
	}

/*---------------------------------------------- Sidebar */
#sidebar{
	float:left;
	margin:0 0 20px 10px;
	padding:20px 0 0 0;
	width:300px;
	}

#sidebar .side_list a{
	color:#c6c6c6;
	display:block;
	}
#sidebar .side_list{
	margin:5px 0 5px 10px;
	}

#sidebar .side_list li{
	padding:4px 0 4px 27px;
	background:url(../images/li_bull.png) no-repeat left 50%;
	}

#sidebar .side_list_virgin a{	
	display:block;
	}
#sidebar .side_list_virgin{
	margin:5px 0 5px 10px;
	}

#sidebar .side_list_virgin li{
	padding:4px 0 4px 27px;
	}


/* -------------------------------------------------------------------------------------------[ HOME PAGE ]---- */
.home{ margin:0 0 20px 0;}

.home .intro{
	clear:both;
	padding:0 20px;
	margin:0 0 20px 0;
	}
.home .hello{
	font-family:Georgia, "Times New Roman", Times, serif; font-style:italic;
	line-height:normal;
	font-size:3em;
	margin:0 0 10px 0;
	}
.home .col_two{
	text-align:justify;
	float:left;
	width:270px;
	padding:0 10px 0 20px;
	}
.home .col_three{
	text-align:justify;
	float:left;
	width:270px;
	padding:0 20px 0 10px;
	}


/* -------------------------------------------------------------------------------------------[ SLIDESHOW ]---- */
#slideshow{
	background:url(../images/slideshow_bg.png) no-repeat 50% 70px;
	padding:8px 0 0 0;
	clear:both;
	}

#slideshow #slide_img{
	margin:0 10px; padding:0 0 2px 0;
	overflow:hidden;
	width:940px; height:228px;
	}
	
#slideshow #slide_title{
	background:url(../images/slide_titles.png) no-repeat left bottom;
	float:left;
	overflow:hidden;
	width:653px; height:69px;	
	}
#slideshow #slide_title .title{
  font-size: 13px;
	line-height:50px;
	padding:0 0 0 40px;
	width:613px; height:50px;	
	}

#slideshow #slide_nav{
	background:url(../images/slide_nav.png) no-repeat left top;
	float:left;
	width:307px; height:69px;
	}

#slideshow #slide_nav ul li{
	display:inline;
	float:left;
	}

#slideshow #slide_nav #slide_nav_1 a{
	background:url(../images/slidenav_1.png) no-repeat left top;
	display:block; float:left;
	margin:7px 0 0 38px;
	width:29px; height:32px;
	}
#slideshow #slide_nav #slide_nav_1 a:hover{
	background:url(../images/slidenav_1b.png) no-repeat left top;
	}
#slideshow #slide_nav #slide_nav_1 a.current{
	background:url(../images/slidenav_1b.png) no-repeat left top;
	}

#slideshow #slide_nav #slide_nav_2 a{
	background:url(../images/slidenav_2.png) no-repeat left top;
	display:block; float:left;
	margin:19px 0 0 7px;
	width:31px; height:34px;
	}
#slideshow #slide_nav #slide_nav_2 a:hover{
	background:url(../images/slidenav_2b.png) no-repeat left top;
	}
#slideshow #slide_nav #slide_nav_2 a.current{
	background:url(../images/slidenav_2b.png) no-repeat left top;
	}

#slideshow #slide_nav #slide_nav_3 a{
	background:url(../images/slidenav_3.png) no-repeat left top;
	display:block; float:left;
	margin:26px 0 0 18px;
	width:30px; height:32px;
	}
#slideshow #slide_nav #slide_nav_3 a:hover{
	background:url(../images/slidenav_3b.png) no-repeat left top;
	}
#slideshow #slide_nav #slide_nav_3 a.current{
	background:url(../images/slidenav_3b.png) no-repeat left top;
	}

#slideshow #slide_nav #slide_nav_4 a{
	background:url(../images/slidenav_4.png) no-repeat left top;
	display:block; float:left;
	margin:19px 0 0 20px;
	width:33px; height:34px;
	}
#slideshow #slide_nav #slide_nav_4 a:hover{
	background:url(../images/slidenav_4b.png) no-repeat left top;
	}
#slideshow #slide_nav #slide_nav_4 a.current{
	background:url(../images/slidenav_4b.png) no-repeat left top;
	}

#slideshow #slide_nav #slide_nav_5 a{
	background:url(../images/slidenav_5.png) no-repeat left top;
	display:block; float:left;
	margin:7px 0 0 15px;
	width:32px; height:35px;
	}
#slideshow #slide_nav #slide_nav_5 a:hover{
	background:url(../images/slidenav_5b.png) no-repeat left top;
	}
#slideshow #slide_nav #slide_nav_5 a.current{
	background:url(../images/slidenav_5b.png) no-repeat left top;
	}




/* -------------------------------------------------------------------------------------------[ BLOG POSTS ]---- */
.post{
	background:url(../images/post_head.png) no-repeat left top;
	margin:0 0 20px 0;
	}
	
.post_head{
	height:55px;
	display:block;
	}
.post_date{
	float:left;
	font-size:10px;
	display:block;
	margin:0 10px 0 20px;
	text-align:center;
	width:47px; height:55px;
	}
.post_date .day{ font-size:3em; font-weight:bold; line-height:30px; display:block; clear:both; }

.post_head h2{
	float:left;
	letter-spacing:-1px;
	line-height:55px;
	
	width: 456px;
	}
	
.post_comments{
	float:left;
	font-size:1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:40px;
	text-align:center;
	width:60px; height:55px;	
	}

.chap{	
	
	}

.post_img{
	background:url(../images/post_img.png) no-repeat left top;
	float:left;
	padding:6px;
	width:135px; height:135px;
	}

.head_text{
	float:left;	
	width: 570px;	
	padding: 0 10px 0 20px;	
	}
	
.post .big_lines{
	text-align:justify;
	font-size:1.2em;
	}

.post .readmore{
	float:right;
	}
	
.post .readmore a{
	background:url(../images/readmore.png) no-repeat left top;
	display:block;
	width:116px; height:31px;
	}
.post .readmore a:hover{
	background-position: bottom;
	}
.post .readmore a span{ display:none; }

.post_sep{
	background:url(../images/post_bottom.png);
	width:600px; height:39px;
	}

.article{
	padding:20px;
	}
	
.article h3{
	margin-bottom: 8px;
	}
	
.article h4{
	border:1px solid #363636; border-width:0 0 1px 0;
	margin-bottom: 8px; padding:0 0 5px 0;
	}

.article p{
	margin:0 0 10px 0;
	}

#comments h4{padding:0 0 10px 0;}
#comments.comm{
	color:#b6b6b6;
	margin:0 0 20px 0;
	clear:both;
	display:block;
	padding:0 0 20px 0;
	}

#comments .user_pic{
	float:left;
	width:80px;
	text-align:center;
	margin:0 10px 0 20px;
	}
#comments .user_pic img{
	background:#161616;
	padding:4px;
	border:1px solid #363636;
	}
#comments .user_post{
	background:url(../images/post_comment_bg.png) no-repeat right top;
	float:left;
	width:480px;
	}
#comments .user_post p{
	margin:8px 10px 0 48px;
	}
#comments .user_post p.name{
	border:1px solid #363636; border-width:0 0 1px 0;
	}
#comments .user_post .user_name{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	width:220px;
	display:block;
	float:left;
	}
#comments .user_post .user_date{
	width:200px;
	display:block;
	float:left;
	text-align:right;
	}

/*---------------------------------------------- Pagination */
div.pagination {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align:center;
	margin:8px 0 20px 0;
}
div.pagination a {
	color:#a2a2a2;
    margin: 1px;
    padding: 6px 7px;
    text-decoration: none;
}
div.pagination a:hover,active {
	
    margin: 1px;
    padding: 6px 7px;
    text-decoration: none;
}
div.pagination span.courante {
	background:url(../images/pagin_active.png) no-repeat 50% bottom;
	color: #11acfe;
	font-weight: bold;
	margin: 3px;
    padding:10px 10px 15px 10px;
	font-size: 1.5em;
}
div.pagination span.desactive {
	color:#555;
	background:url(../images/paginnon.png) no-repeat 50% 50%;
    margin: 1px;
    padding: 4px 7px;
    text-decoration: none;
}

/* -------------------------------------------------------------------------------------------[ ABOUT ]---- */

.img_right{
	float:right;
	background:#161616;
	padding:6px;
	border:1px solid #363636;
	margin:10px 0 5px 10px;
	}

.chrono{
	padding:5px 15px;
	}
.chrono_date{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	border:1px solid #363636; border-width:0 0 1px 0;
	}
.chrono_date .function{
	float:left;
	display:block;
	width:200px;
	}
.chrono_date .year{
	float:left;
	display:block;
	text-align:right;
	width:70px;
	}
.chrono .description{
	color:#cfcfcf;
	padding:5px 15px;
	text-align:justify;
	}

/* -------------------------------------------------------------------------------------------[ WORKS ]---- */
#works_page{
	padding:20px;
	height:100%;
	clear:both;
	}
.work_item{
	float:left;
	display:block;
	margin:0 0 30px 0;
	text-align:center;
	width:230px;
	}
.work_item .pic{
	width:214px; height:164px;
	margin:10px auto;
	}
.work_item .pic a{
	background:#161616;
	border:1px solid #363636;
	display:block;
	height:150px;
	padding:6px;
	}
.work_item img{
	width:200px; height:150px;
	}

/* -------------------------------------------------------------------------------------------[ CONTACT ]---- */
.infos_contact{
	padding:5px 15px;
	}
.infos_contact p{
	padding:5px 0 15px 15px;
	}
#form h3{
	margin:0 0 20px 0;
	}
#form{
	float:left;
	margin:0 20px 20px 20px;
	width:560px;
	}
.form_contact p{
width: 400px;
clear: left;
margin: 0;
padding: 15px 0 15px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 4px solid #161616;
height: 1%;
}

.form_contact label.formrow{
float: left;
line-height:30px;
text-align:right;
margin-left: -155px; /*width of left column*/
padding:0 15px 0 20px;
width: 185px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.form_contact .field{
color:#cfcfcf;
background:#161616;
border:1px solid #363636;
padding:4px;
width: 300px; height:22px;
}
.form_contact .error{
color:#FFF;
background:#CC0000;
border:1px solid #FFFFFF;
padding:4px;
width: 300px; height:22px;
}
.form_contact .errortext{
color:#CC0000;
}
.form_contact .textok{
color:#11acfe;
}

.form_contact textarea{
color:#cfcfcf;
background:#161616;
border:1px solid #363636;
padding:4px;
width: 300px;
height: 250px;
}
.form_contact .errormessage{
color:#FFF;
background:#CC0000;
border:1px solid #FFFFFF;
padding:4px;
width: 300px;
height: 250px;
}
.form_contact .radio{
	margin:0 0 0 15px;
	}
.form_contact .box{
	margin:0 15px 0 0;
	}

.form_contact .submit{
color:#cfcfcf;
background:#363636;
border:1px solid #161616;
margin:0 0 0 20px; padding:4px;
width: 100px;
cursor:pointer;
}

.form_contact .reset{
color:#cfcfcf;
background:#161616;
border:1px solid #363636;
margin:0 0 0 20px; padding:4px;
width: 100px;
cursor:crosshair;
}

.form_contact input, textarea, select {font-weight:normal;font-family: "Lucida Grande", verdana, sans-serif;font-size:14px;}

/* -------------------------------------------------------------------------------------------[ FOOTER ]---- */
#footer{
	clear:both;	
	}
#footer .content{
	background:#000 url(../images/main_bg.png) no-repeat left top;
	margin:0 auto;
	width:960px;
	}
	
#footer .bottom-menu{
  font-size: 11px;	
  background:#000 url(../images/main_bg2.png) no-repeat left top;
	margin:0 auto;
	width:960px;
}

#footer .bottom-menu .left{
	float:left;
	text-align:left;
	width:450px;
	padding: 10px;
	}

#footer .bottom-menu .right{
	float:left;
	text-align:right;
	width:450px;
	padding: 10px;
	}
	
#footer .bottom-sublinks{	
  background:#000 url(../images/main_bg2.png) no-repeat left top;
	margin:0 auto;
	width:960px;
}
	
#footer .copyright{
	padding:15px 30px;
	}
#footer .copyright .left{
	float:left;
	text-align:left;
	width:450px;	
	}
#footer .copyright .right{
	float:left;
	text-align:right;
	width:450px;
	}

/* @php.rcena@gmail.com */
.col_1{
  float:left;width:180px;margin-right:18px;  
}

.col_2 {
  float:left;width:190px;margin-right:18px;
}

.col_3 {
  float:left;width:230px;margin-right:18px;
}

.col_4 {
  float:left;width:240px;margin-right:18px;
}

    
.break-line {height:10px;background:url(../images/break-line.png) repeat-x}
.bottom-sublist {padding:20px;}
.bottom-sublist ul li{
  	padding:4px 0 4px 27px;
  	background:url(../images/li_bull.png) no-repeat left 50%;
 }

.bullet1 li {
 	  padding:4px 0 4px 27px;
  	background:url(../images/li_bull.png) no-repeat left 50%;
}

.part-div {background:url(../images/sublink-bar.png) no-repeat 8px bottom;}
.page-content {padding:20px;}
.error {padding:10px;color:red;font-weight:bold;}

/*SPACING*/
.height1 {height:100px;}
.height2 {height:200px;}
.height3 {height:300px;}
.height4 {height:400px;}

/*IMAGES*/
img.picture {border: 1px solid #ccc;padding:4px;}

/*OUR TEAM*/
.our-team .description{color:#ccc;}

/*SITEMAP*/      
      .sitemap li {list-style-type:disc;}
      .sitemap .child li {margin-left:60px;list-style-type:circle;}
      .sitemap a {background:url(../images/break-line.png) repeat-x left bottom;}
      
/*NO STYLE*/
.no-style input {border:1px solid black;}
.no-style label{
padding:0 15px 0 20px;
}

#left_part p {padding-bottom:10px;}
.blog ul {margin:26px;}
.blog ul li {list-style-type:disc;}
.blog h2 {text-transform:none;}
.blog .post-date {font-size:9px;}

.blog .read-more {text-decoration:underline;}
.blog .readmore a{  
	background:url(../images/readmore.png) no-repeat left top;
	display:block;
	width:116px; height:31px;
	}
.blog .readmore a:hover{
	background-position: bottom;
	}

/* states film */
.state-film a {background:url(../images/break-line.png) repeat-x left bottom;}
.state-film p {margin-bottom: 20px;}