/* $Id: page.css,v 1.1.2.7 2009/06/12 15:44:26 jmburnz Exp $ */

/**
 * @file page.css
 * This stylesheet provides the main page styles for this theme.
 */

/**
 * Remove unused styles for performace.
 */

/**********************************************************
 *              Section, Page and Body Classes
 **********************************************************/
/**
 * Normally you will use these in combination with other
 * selectors. I include them here for completedness.
 */
	
/** 
 * Section Class
 * The section class takes the 2nd part of the URL and
 * builds a section-[path-part] class from it. If you emulate
 * site sections using the Pathauto module this can be a
 * powerful way to style site sections.
 */
/* .section-[path-part] {}  replace [path-part] */

/* Front or not front. */
.front {}
.not-front {}

/* Is the user logged in. */
.logged-in {}
.not-logged-in {}

/* Node type body classes */
.node-type-book  {}
.node-type-blog  {}
.node-type-forum {}
.node-type-page  {}
.node-type-poll  {}
.node-type-story {}

body {
  margin: 0 !important;
  padding: 0 !important;
}


/**
 * Warning! 
 * The sidebar body classes are integral to how genesis
 * applies the layout - do not add margin, padding, borders,
 * or positioning styles to these classes! @see layout.css. 
 */
.one-sidebar   {}
.two-sidebars  {}
.sidebar-right {}
.sidebar-left  {}

/**
 * Optional Region body classes
 * When any of the following regions are active a body class can be set.
 * To use you need to uncomment the conditional statements in
 * genesis_preprocess_page(), @see template.php.
 */
/*
.leaderboard       {}
.header-blocks     {}
.secondary-content {}
.tertiary-content  {}
.footer            {}
*/

/** 
 * Page Path Class
 * The page path class takes the entire URL and
 * builds a page-[path] class from it. See example
 * below. You need to use Firebug or view source to
 * find out what the actual class will be, and be aware
 * that this will change if your URL alias changes!
 */
/* .page-[example-node-path] {}  replace [example-node-path] */


/**********************************************************
 *                  The wrapper divs
 *    Be careful how you modify these, see layout.css
 **********************************************************/
/**
 * Width Setting
 *
 * Genesis supports Elastic, Fluid and Fixed width values.
 * Elastic layouts are dynamic and will expand or contract when
 * the font size is changed. Fluid widths change when the browser
 * is resized and fixed width layouts stay the same width even
 * when the broswer is resized or the font size is changed.
 *
 * Elastic layouts use ems,       e.g. 80em
 * Fluid layouts use percentages, e.g. 85%
 * Fixed widths use pixels,       e.g. 960px
 */
#container {
  width: 100%;     /* Width for IE6 */
}
body > #container {
  width: 100%;      /* Width for all other browsers */
  /*max-width: 960px; /* set a maximum width */
  /*min-width: 760px; /* set a minimum width */
}

/* Column wrappers */
#columns {
  width: 960px;
  margin: 25px auto 15px auto;
}
.columns-inner {}

/* Content wrappers */
#content-column {}
.content-inner {}

/* Main content wrappers*/
#main-content {
  border-right: solid 1px #cbc9c8;
  padding-right: 20px;
}


/**********************************************************
 *                       Regions
 **********************************************************/
/* Target all regions with this low specifity selector. */
.region {}

/**
 * Most regions have an .inner div to set paddings or other
 * design contingencies.
 */

/* Leaderboard is a full width region at the very top,
   ideal for displaying banners. */
#leaderboard {
  width: 960px;
  height: 33px;
  margin: 0 auto;
}

#leaderboard-background{
  background-image: url(../images/head-back.jpg);
  background-repeat: repeat-x;
  background-color: #000000;
}

#leaderboard ul.menu li{
  display: inline;
  list-style: none;
  border-left: solid 1px #FFFFFF;
  margin: 0px !important;
  padding: 0px 10px !important;
}

#leaderboard ul.menu{
  padding-top: 2px;
  margin-top: 5px;
}

#leaderboard ul.menu li a{
  color: #FFFFFF;
  text-decoration: none;
  font-size: 10px;
  margin: 0px !important;
  padding: 0px !important;
  text-align: center;
  position: relative;
  bottom: 1px;
}

#leaderboard ul.menu li a:hover{
  font-weight: bold;
  text-decoration: underline;
}

#leaderboard ul.menu li.first{
  border: 0 none !important;
  margin: 0px !important;
}


/* Header blocks region is embedded in the header,
   usefull for displaying small banners. */
#header-blocks {
  float: left;
  margin-left: 17px;
  width: 728px;
  height: 85px;
  #height: 110px;
  #position: relative;
  #top: 15px;
}

/* Secondary content is a full width region between
   the header and the main columns. */
#secondary-content {
  width: 960px;
  margin: 0 auto;
}

/* Tertiary content is a full width region above the footer,
   below the main content. */
#tertiary-content {
  width: 960px;
  margin: 0 auto;
}

/* Content top and bottom are above and below the main content, 
   within the main content column. */
#content-top {}
#content-bottom {}


/**********************************************************
 *                      Sidebars
 **********************************************************/
/* Target both sidebars with this low specifity selector. */
.sidebar {}

/* Target a specific sidebar, inner or sidebar-inner. */
#sidebar-left  {
  margin-left:-472px !important;
  width:258px !important;
}
#sidebar-right {}


/*********************************************************
*                     GPanel Regions
**********************************************************/
.two-col-50 {}
.two-col-50 .col-1 {}
.two-col-50 .col-2 {}

.two-col-50.with-nested {}
#two-col-50-nested {}
.two-col-50.with-nested .col-1 {}
.two-col-50.with-nested .col-2 {}
.two-col-50.with-nested #two-col-50-nested .col-1 {}
.two-col-50.with-nested #two-col-50-nested .col-2 {}

.three-col-33 {}
.three-col-33 .col-1 {}
.three-col-33 .col-2 {}
.three-col-33 .col-3 {}

.four-col-25 {}
.four-col-25 .col-1 {}
.four-col-25 .col-2 {}
.four-col-25 .col-3 {}
.four-col-25 .col-4 {}


/**********************************************************
 *                   Skip navigation
 **********************************************************/
/**
 * To hide the skip-nav you can use:
 *
 * height: 0; 
 * overflow: hidden;
 *
 * Do not use display:none as this hides it from screen readers!
 */
#skip-nav {
   text-align: right; /* LTR */
}

/* Override default pseudo class styles */
#skip-nav a:link    {}
#skip-nav a:visited {}
#skip-nav a:hover   {}
#skip-nav a:focus   {}
#skip-nav a:active  {}

/**
 * An alternative method is to position the skip-nav link offscreen
 * until the user tabs the link into focus. Uncomment the following to use.
 *
 * Adjust the style of the active/focused link to suit.
 */
/*
#skip-nav {
   text-align: left;
}
#skip-nav a:link,
#skip-nav a:hover,
#skip-nav a:visited {
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: -999em;
}
#skip-nav a:active,
#skip-nav a:focus {
  background: #FFF;
  color: #C00000;
  height: 1.5em;
  overflow: visible;
  position: fixed;
  top: 0;
  right: 0;
  width: auto;
  z-index: 1000;
}
*/


/**********************************************************
 *                 Header Elements
 **********************************************************/
/* #header wraps #branding, #search-box-top and #header-blocks. */
#header {
  width: 960px;
  margin: 0 auto;
}

/* #branding wraps #logo, #site-name and #site-slogan. */
#branding {
  float: left; /* LTR */
  width: 215px;
}

/* h1 is for the front page only, all others use the div. */
#branding h1 {font-size: 1em;} /* reset h1, do not change! */

/* Logo and site_name wrapper. */
.logo-site-name {}
div.logo-site-name {}
h1.logo-site-name  {
}

/* DIV/strong combo when when title is set. */
div.logo-site-name strong {}

/* Remove display:block if you want the site name inline with the logo. */
.logo-site-name span {
  display: block;
  #padding-top: 10px;
}

/* Logo. */
#logo {}

#site-name {
  font-weight: bold; /* Bold or else the line heights vary. */
  font-size: 2em;
  line-height: 1.5;
}

/* Override default pseudo class styles. */
#site-name a:link    {}
#site-name a:visited {}
#site-name a:hover   {}
#site-name a:focus   {}
#site-name a:active  {}

/* Site slogan. */
#site-slogan {}


/**********************************************************
 *    Search box, Advanced search form, Search results
 *          For the search block see blocks.css
 **********************************************************/
/* Reset form element margins and float the search form. */
#search-theme-form {
  float:right;
  margin: 1.5em 0;
}

/* Use the child selector because the inner div has no class. */
#search-theme-form > div {}

/* #search and .container-inline apply to the same div. */
#search-theme-form #search {}
#search-theme-form .container-inline {}

#search-theme-form label {}
#search-theme-form input {}
#search-theme-form .form-item {}
#search-theme-form .form-submit {}

#edit-search-theme-form-1 {}

/* Override forms.css focus style */
#edit-search-theme-form-1:hover,
#edit-search-theme-form-1:focus {}


/**
 * Advanced search form
 */
/* Advanced search-form id. */
#search-form {}

/* Use the child selector because the inner div has no class. */
#search-form > div {}
#search-form .container-inline {}
#search-form #edit-keys-wrapper {}

#search-form label {}
#search-form input {}
#search-form .form-item {}
#search-form .form-submit {}

/* Override forms.css text field focus style. */
#search-form #edit-keys-wrapper input:hover,
#search-form #edit-keys-wrapper input:focus {}

/* Advanced search fieldset. */
fieldset #search-advanced {}

/**
 * Search results
 */
/* Box styles for the results page. */
.section-search .box {}
.section-search .box-title {}

/* Style the no results messages. */
.section-search .box ul {}
.section-search .box ul li {}

/* Search results document list. */
dl.search-results {}
dl.search-results dt {}
dl.search-results dd {}
dl.search-results dd p {}
dl.search-results dd .search-snippet {}
dl.search-results dd .search-info {}


/**********************************************************
 *               Primary & Secondary Links
 **********************************************************/
/**
 * Implimentation of Primary and Secondary Links.
 *
 * Primary & Secondary Links are colored by default so you 
 * can easily identify them.
 */

/**
 * #nav is the containing div for Primary & Secondary Links.
 */

#navegacion{
  background-color: #e2f4fb;
  height: 32px;
  width: 100%;
  margin-top: 15px;
}

#navegacion #nav-main{
  width: 960px;
  margin: 0 auto;
}

#navegacion #izquierda{
  width: 115px;
  height: 60px;
  float: left;
  margin: 0 auto;
  background-image: url(../images/secciones.jpg);
}

#nav {
  width: 960px;
  height: 32px;
  margin: 0 auto;
  clear: none;
  background-image: url(../images/back-nav.png);
  background-repeat: repeat-x;
}

#navegacion #derecha{
  float: left;
  height: 49px;
  background-image: url(../images/nav-derecha.jpg);
}

/**
 * Primary Links Style
 * Example styles to get you started.
 */
#nav .primary-links {
  font-weight: bold;
  margin: 0 auto;
  padding: 5px 0px 0px 0px;
  display: table !important;
  text-align:center;
}

/* Modify the margin to set tab spacings. */
#nav .primary-links li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 17px 0 10px;
  background-image: url(../images/point.png);
  background-position: right center;
  background-repeat: no-repeat;
  height: 23px;
}

#nav .primary-links li a {
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #f9f9f9;
  text-transform: uppercase;
  display: inline;
  padding-bottom: 2px;
  #display: block;
  #padding-bottom: 0px;
}

#nav .primary-links li:hover{
/*background: red; */	
}

/* Set pseudo class styles. */
#nav .primary-links li a:hover {
    border-bottom: solid 5px #23b6f3;
}
#nav .primary-links li a:focus {}
#nav .primary-links li a.active {
    border-bottom: solid 5px #23b6f3;
}
#nav .primary-links li a:visited {}

/* Primary first and last classes. */
#nav .primary-links li.first {}
#nav .primary-links li.last {
    background: 0 none !important;
}

/* Active trail classes. */
#nav .primary-links li.active {}
#nav .primary-links li.active-trail {}
#nav .primary-links li.active-trail a {
    border-bottom: solid 5px #23b6f3;
}


/**
 * Secondary Links Style
 */
#nav .secondary-links {
  background: #EEE; /* Default gray for dev only. */
  font-weight: bold;
  margin: 0;
  padding: 0;
}

/* Modify the margin to set tab spacings. */
#nav .secondary-links li {
  display: inline;
  line-height: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav .secondary-links li a {
  padding: 0 1em;
  text-decoration: none;
  white-space: nowrap;
}

/* Set pseudo class styles. */
#nav .secondary-links li a:hover {}
#nav .secondary-links li a:focus {}
#nav .secondary-links li a:active {}
#nav .secondary-links li a:visited {}

/* Secondary first and last classes. */
#nav .secondary-links li.first {}
#nav .secondary-links li.last {}

/* Active trail classes. */
#nav .secondary-links li.active {}
#nav .secondary-links li.active-trail {}
#nav .secondary-links li.active-trail a {}


/**********************************************************
 *                      Breadcrumb
 **********************************************************/
/**
 * Genesis places the breadcrumb directly below the header,
 * giving it the full width of theme to expand into.
 * You can eaisly drag the breadcrumb html to the main 
 * content column if you need to.
 */
#breadcrumb {
  width: 100%;
  margin: 0 0 7px 0;
  color: #323131;
  padding-bottom: 3px;
  font-family: "Lato";
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}

#breadcrumb a{
  text-decoration: none;
  color: #757575;
  font-weight: normal;
  font-size: 12px;
  position: relative;
  bottom: 2px;
}

#breadcrumb a:hover{
  text-decoration: underline;
}

/**********************************************************
 *                       Mission
 **********************************************************/
#mission {
  font-weight: bold;
  margin: 0 0 1.5em;
}


/**********************************************************
 *                    H1 Page Title
 **********************************************************/
/* The main title on each page. */
h1#page-title {}


/**********************************************************
 *                     Pager 
 **********************************************************/
/* The first 2 classes provide the base pager styles. */
.item-list ul.pager{
  margin: 0;
}

.item-list ul.pager li {
  padding: 0;
  margin-left: 10px;
  font-family: "Lato";
  font-size: 24px;
}
.item-list ul.pager li a{
  margin: 0;
  font-family: "Lato";
  font-size: 24px;
  color: #af9410;
  font-weight: bold;
  text-decoration: none;
}

.item-list ul.pager li a:hover{
  text-decoration: underline;
}


/* pager for articole page */

.articol-pager{
    padding:0;
    font-family:"lato";
    
}

.articol-pager .pager-previous{
    font-family: lato;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    background-color: #e2f4fb;
    width: 280px;
    padding-left: 20px;
    float:left;
    background-image: url('/sites/all/themes/genesis_parrilla/images/arrowLeftNormal.png');
    background-repeat: no-repeat;
    background-position: 7px;
}

.articol-pager .pager-previous:hover{
    background-color:#333333;
    background-image: url('/sites/all/themes/genesis_parrilla/images/arrowLeftHover.png');
    
}

.articol-pager .pager-previous a{
    color: #23b6f3;
    border-left: 1px solid #23b6f3;
    display:block;
    width: 260px;
    padding:5px 10px;
}

.articol-pager .pager-previous a:hover{

color: #fff;
border-left: 1px solid #fff;
text-decoration: none;
}

.articol-pager .pager-next{
    font-family: lato;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    background-color: #e2f4fb;
    width: 280px;
    padding-right: 20px;
    margin-left:10px;
    float:left;
    background-image: url('/sites/all/themes/genesis_parrilla/images/arrowRightNormal.png');
    background-repeat: no-repeat;
    background-position: 288px;
}

.articol-pager .pager-next:hover{
    background-color:#333;
    background-image:url('/sites/all/themes/genesis_parrilla/images/arrowRightHover.png');
}

.articol-pager .pager-next a{
    color:#23b6f3;
    border-right:1px solid #23b6f3;
    width:260px;
    padding: 5px 10px;
    display:block;
}

.articol-pager .pager-next a:hover{
    color: #fff;
    border-right: 1px solid #fff;
    text-decoration:none;
}

/* layout for tags */


ul.tags{
    
    clear: left;
    padding-left: 35px;
    background-image: url('/sites/all/themes/genesis_parrilla/images/icon_tag.png');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-color: #f7fcfe;
    border-top: 1px solid #f3f1eb;
    border-bottom: 1px solid #F3f1eb;
    margin: 10px 0 20px 0;
    float: left;
    min-height: 30px;
    width: 585px;
}

.node ul.tags li{
    vertical-align:middle;
    vertical-align: -webkit-baseline-middle;
}

ul.tags li a:hover{
    color: #23b6f3;
    text-decoration: none !important;
}

.pager-previous-placer{
    width: 300px;
    height: 25px;
    float: left;
}




/* Theme the various states of pager links. */
.item-list ul.pager li a:link    {}
.item-list ul.pager li a:visited {}
.item-list ul.pager li a:hover   {}

/* Note: .pager-current is for the current page. */
.item-list ul.pager li.pager-item     {}
.item-list ul.pager li.first          {}
.item-list ul.pager li.last           {}
.item-list ul.pager li.pager-current  {}
.item-list ul.pager li.pager-first    {}
.item-list ul.pager li.pager-previous {}
.item-list ul.pager li.pager-next     {}
.item-list ul.pager li.pager-last     {}


/**********************************************************
 *               Footer, Footer Message
 **********************************************************/
#footer,
#footer-message {
  clear: both;
}

#footer {
  width: 100%;
  height: 210px;
  color: #000000;
  background-color: #e2f4fb;
  font-family: "Lato";
  margin-top: 100px;
  display: inline-table;
}
#footer #footer-content{
  width: 960px;
  margin: 0 auto;
  background-color: #e2f4fb;
  text-align: center;
}
 
#footer-message {
  padding-top: 85px;
  margin-bottom: 3px;
  color: #000000;
  font-size: 24px;
  background-image: url("../images/image-footer.png");
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  margin-top: -25px;
}

#footer_links {	display: block;
	width: 900px;
	height: 100px;
}

.footer_link_bottom {position:relative; float:left; width:180px; height:100px;}

#futbolprimera, #deportevalenciano, #blogdebasket, #puntodebreak, #paradaenboxes {
	display: block; bottom:0; position:absolute; opacity: 0.6; border: none !important;
}

#futbolprimera a img, #deportevalenciano a img, #blogdebasket a img, #puntodebreak a img, #paradaenboxes a img {
	border: none !important;
}

#futbolprimera:hover, #deportevalenciano:hover, #blogdebasket:hover, #puntodebreak:hover, #paradaenboxes:hover {
	display: block; bottom:0; position:absolute; opacity: 1;
}

#footer-message p{
    position: relative;
    bottom: 85px; 
}

#footer a,
#footer-message a {
  margin-right: 5px;
  font-size: 18px;
  color: #000000;
  text-decoration: none;
}

#footer-message a:hover{
  text-decoration: underline;
}

#footer_copyright {
	width:900px; border-top:1px solid #000;
}
#links_right {    
    float: right;
    padding-right: 10px;
    text-align: right;
    width: 350px;
    font-size: 18px;
}
#links_left {float:left; width:500px; text-align:left; padding-left:10px;}

/**********************************************************
 *                 RSS Feed Icon
 **********************************************************/
.feed-icon {}
.feed-icon img {
  padding:0 0.5em;
}
#footer-message a.feed-icon {}


.two-col-50 .col-2 {
float:left !important;
}

/* Hide the comment form */
#comment-form {
    display: none;
}
