/* 

	- CSS for 4barresaudiovisuals.com -
	
	{ produccions audiovisuals - films & docs productions }
	
*/

/* Body & page defaults
-------------------------*/
body {
	background: #FFFFFF url(../img/textura.jpg) top left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 62.5%;
	padding: 0;
	margin: 0;
}

/* Wrap all - contains everything and it's used for background fix.
--------------------------------------------------------------------*/
#wrap_all {
	/* background: #FFFFFF url(../img/body_bg.jpg) top left repeat-x; */
}

/* Wrap - everything but the footer
----------------------*/
#wrap {
	width: 1024px; /*975px;  950 */
	margin: 0 auto;
	padding-right: 48px;
}

/* Header - logo, lang & nav
-------------------------------*/
#header {
	color: #333333;
	position: relative;
  height: 183px;
}

/* Logo with image and link back to home 
-------------------------------------------*/
#logo {
	position: absolute;
	width: 265px;
	height: 210px;
}
#logo a {
	text-decoration: none;
}
#logo a img {
	border: none;
}

/* Languages to choose
------------------------*/
#lang {
	position: absolute;
	right: 0;
	top: 0;
	width: 250px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	text-align: right;
	z-index: 1000;
	letter-spacing: 1px;
  color: #ccc;
}
#lang a {
	color: #ccc;
	text-decoration: none;
}
#lang a:hover {
	text-decoration: underline;
}
#lang a.active {
	color: #e80000;
}

/* Navigation menu
----------------------*/
#nav {
	position: absolute;
	top: 150px;
	left: 42px;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#nav ul,
#nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #333333;
	/*height: 21px;*/
  background: #e1dfda;
  width: 133px;
  text-align: center;
  margin-left: 6px;
}
#nav ul li a:hover {
  background: #CECECE;
}
#nav ul li a.press{
  width: 133px;
}
#nav ul.dropdown ul li a {
  border-top: 1px solid #333333;
  background: #CECECE;
}
#nav ul.dropdown li:hover a,
#nav ul.dropdown li.hover a {
  background: #CECECE;
}
#nav ul li a span.name {
	display: block;
	padding: 0;
}
#nav ul li a span.upper {
  text-transform:uppercase;
}
#nav ul li a span.dot {
	display: none;
}
#nav ul li a:hover span.name {
	text-decoration: none;
  color: #000000;
}
#nav ul li a.active span.name {
	background: url(../img/nav_hover.jpg) top left repeat-x;
}
#nav ul li a.active {
	color: #000000;
}
#nav ul li a.active span.dot {
	background: url(../img/nav_active.jpg) top center no-repeat;
}

/* Body - has sidebar and content inside 
------------------------------------------*/
#body {
	/* background: url(../img/sidebar_bg.jpg) 0px -5px repeat-y; */
  background: url(../img/fondo.gif) 0px -5px repeat-y;
}

/* Sidebar with news and stuff 
---------------------------------*/
#sidebar {
	width: 229px;
	float: left;
	padding: 0 25px 0 60px;
}
#sidebar span.date {
  font-family: Arial, Helvetica, sans-serif;
  display:block;
  color: #333;
  font-weight: normal;
}

/* Content - this is where the main page content goes
-------------------------------------------------------*/
#content {
  min-height: 485px;
	float: left;
	width: 664px; /* 635 */
	padding: 0 20px;
}
/*
#content_fix {
  position:relative;
}
#content_fix img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
#content.opaque {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

#content .transparency
{
	opacity:0.70;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	background-color:#FFFFFF;
	width:704px;
	height:1500px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
}
*/


/* Text formatting 
----------------------*/

/* Headings 
--------------*/
#sidebar h1,
#content h1 {
	color: #333333;
	font-size: 27px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0 0 0;
	padding: 0 0 3px 0;
  text-transform:uppercase;
}
#content h1 {
  border-bottom: 1px solid #333;
}

/* Small admin links in headings
---------------------------------*/
#content h1 .section_links {
  font-size: 10px;
  float: right;
  color: gray;
  padding: 5px 0 0 0;
}

/* Paragraphs 
---------------*/
#content p,
#content ul,
#content ol,
#sidebar p,
#sidebar ul,
#sidebar ol {
	font-size: 13px;
	line-height: 15px;
}

/* Links in paragraphs 
-------------------------*/
#content p a,
#content h1 a,
#content h2 a,
#content h3 a,
#content h4 a,
#content h5 a,
#content h6 a,
#sidebar p a,
#content ul li a,
#content ol li a,
#content table a,
#content h1 .section_links a {
	color: #333333; /*#e80000;*/
	text-decoration: underline;
	/* border-bottom: 1px solid #cccccc; */
}

#content p a:hover,
#sidebar p a:hover,
#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
#content h4 a:hover,
#content h5 a:hover,
#content h6 a:hover,
#content ul li a:hover,
#content ol li a:hover,
#content table a:hover,
#content h1 .section_links a:hover{
	color: #666666;
	/*background: #eeeeee;
	border-bottom: 1px solid #e80000;
	text-decoration: none;*/
}

/* Footer 
-------------*/
#footer {
	margin: 0 auto;
	width: 968px;
	color: #ccc;
	padding-top: 20px;
  padding-left: 4px;
  padding-right: 12px;
	position:relative;
}
#footer_bg {
}
#footer div.first {
	float: left;
	width: 240px;
	padding-left: 15px;
}
#footer div.second {
	float: left;
	width: 200px;
	padding-left: 15px;
}
#footer div.third {
	float: right;
	width: 750px;
	text-align:right;
}

/* Text formatting in footer 
------------------------------*/
#footer h1 {
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#footer p {
	font-size: 12px;
}

/* Footer links 
-----------------*/
#footer p a {	color: #ccc;
	text-decoration: underline;
}

#copy {
	color: #757575;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	text-align: right;
	z-index: 1000;
	letter-spacing: 1px;
}
#copy a {
	color: #757575;
	text-decoration: none;
}
#copy a:hover { color: #FFFFFF; }

/* Team, members 
------------------*/
.team {
}
.team p span.name,
.team p span.role,
.team p span.email {
	display: block;
}
.team p span.name {
	font-weight: bold;
}
.team p span.role {
	color: #757575;
}

/* press release scroll
-------------------------*/
#scrollup {
  position: relative;
  overflow: hidden;
  height: 330px;
  width: 210px
}
.headline {
  position: absolute;
  top: 340px;
  left: 0px;
  height: 325px;
  width:200px;
}
.newsItem h2,
.headline h2 {
  padding:0;
  margin:0;
  font-size: 13px;
  /* text-transform: uppercase; */
  border-bottom: 2px solid #333;
  border-top: 2px solid #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.newsItem h2 a,
.headline h2 a {
  color: #333333;
  text-decoration: none;
}

/* press release list
------------------------*/
.pressRelease_list {
}
.pressRelease {
    margin-bottom: 20px;
}
.pressRelease div.picture {
   float: left;
   margin-right: 15px;
}
.pressRelease_list .pressRelease div.picture {
  float: left;
  margin-right: 15px;
  width: 80px;
}
.pressRelease_list .pressRelease {
  border-bottom: 1px solid #ccc;
}
.pressRelease img.picture {
   border: 4pt solid #fff;
   margin: 0 0 30px 0;
}
.pressRelease h2.title {
    padding: 0;
    margin: 0;
    font-size: 1.4em;
    font-weight: bold;
    font-variant: small-caps;
    text-decoration: underline;
}
.pressRelease h2.title a {
    color: #000;
}
.pressRelease p.date {
  padding: 0;
  margin: 0;
  color: #757575;
  margin-bottom: 15px;
}
.pressRelease .links img {
    vertical-align: middle;
}
/* movie list
--------------*/
.movie_list {
}
.movie_list .movie {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.movie_list .movie .picture {
   float: left;
   width: 140px;
   position: relative;
}
.movie_list .movie img.hasPhotos {
    position: absolute;
    bottom:4px;
    left:4px;
    border: 1px solid #ccc;
    width: 18px;
    height: 14px;
}
.movie_list .movie img.hasTrailer {
    position: absolute;
    bottom:4px;
    left:23px;
    border: 1px solid #fff;
    width: 18px;
    height: 14px;
}
.movie_list .movie .picture img.main {
    padding: 4px;
    border: 1px solid #ccc;
}
.movie_list .movie .title h2 {
    padding: 0;
    margin: 0;
    font-size: 1.4em;
    font-weight: bold;
    font-variant: small-caps;
    text-decoration: underline;
}
.movie_list .movie .title h2 a {
    color: #000;
}
.movie_list .movie .title p {
    padding: 0;
    margin: 0;
    color: #757575;
    margin-bottom: 15px;
}
.movie_list .movie .details {
   float: left;
   width: 480px;
   padding-left: 15px;
}
#content .movie_list .movie .details ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 11px;
    float: left;
    width: 220px;
   font-weight: bold;
}
#content .movie_list .movie .details ul.first {
    padding-right: 10px;
    border-right: 1px solid #ccc;
}
#content .movie_list .movie .details ul.second {
    padding-left: 10px;
}
#content .movie_list .movie .details ul li span.value {
    font-weight:normal;
}

/* movie view
---------------*/
.movie_view {
    
}

.movie_view .details {
    float: left;
    width: 340px;
}

.movie_view .video {
    float: right;
    width: 320px;
    text-align: center;
}
.movie_view .video img.picture {
    padding: 4px;
    border: 1px solid #ccc;
    cursor: pointer;
    cursor: hand;
}
.movie_view .video .links img {
    vertical-align: middle;
}
#content .movie_view .video p.links a {
  text-decoration: none;
}
#content .movie_view .details ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#content .movie_view .details ul li {
  line-height: 15px;
  /*
  text-align:right;
  border-bottom: 1px solid #eee;
  */
}
#content .movie_view .details ul li span.label {
    font-weight: bold;
    /*
    width: 130px;
    display: block;
    float: left;
    text-align: left;
    */
}

/* gallery
-----------*/
.gallery {
    padding: 15px;
}
.gallery .mainImage {
    margin-bottom: 15px;
}
.gallery .thumbs {
}
.gallery_manager {

}
.gallery_manager .thumbs .thumb {
  padding: 4px;
  border: 1px solid #ccc;
  float:left;
  margin: 0 10px 10px 0;
  height: 60px;
  position: relative;
  background: #ffffff;
}
.gallery_manager .thumbs .thumb .delete_button {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

/* override yii pager
-----------------------*/
.pager {
    margin-bottom: 15px;
    font-size: 11px;
}
#content ul.yiiPager {
    font-size: 11px;
}
#content ul.yiiPager a,
#content ul.yiiPager a:hover {
    color: #333333;
    border: 1px solid #333333;
}
#content ul.yiiPager .selected a {
    background: #333333;
    color: #fff;
}
#content ul.yiiPager .hidden a {
    border: 1px solid #DEDEDE;
}

/* Common classes
--------------------*/
.clearer {
  clear:both;
  height:1px;
  overflow:hidden;
}
.red {
	color: #333333; /*#E80000 */
}
.theRealRed {
  color: #E80000;
}
.flash_confirm {
    padding: 0 0 0 15px;
    background: #CAEA99;
    border: 1px solid #70A522;
    margin-bottom: 15px;
    width: 565px;
}
.prop {
  float:right;
  width:1px;
}
.min485px {
  height:485px;
}


/* yii styles
----------------*/
/* begin data grid style */
table.dataGrid
{
	background: white;
	border-collapse: collapse;
	width: 100%;
}

table.dataGrid th, table.dataGrid td
{
	font-size: 1.1em;
	border: 1px #4F81BD solid;
	padding: 0.3em;
}

table.dataGrid th a, table.dataGrid td a {
  color: blue;
}

table.dataGrid th
{
	background: #d3dfee;
	text-align: center;
}

table.dataGrid th.label
{
	width: 150px;
}

table.dataGrid tr.odd
{
	background: #E6F2FF;
}
/* end of data grid style */

.actionBar
{
	margin: 10px;
}

div.item
{
	margin: 10px 0 0 0;
	border: 1px solid silver;
	padding: 5px;
}
