/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2008 Dev Team
  v1.1 originally written by Gregory DEMAR

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License version 3
  as published by the Free Software Foundation.
  
  ********************************************
  Coppermine version: 1.4.19
  $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.4.x/themes/sample/style.css $
  $Revision: 4392 $
  $Author: gaugau $
  $Date: 2008-04-16 09:25:35 +0200 (Mi, 16 Apr 2008) $
**********************************************/

/* global */
html{height: 100%;}

body
{
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: .68em;
        background: #ababc9;
        color: #656565;
}

p
{
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.7em;
}

h1
{ font-family: arial, sans-serif;
  letter-spacing: .1em;
  font-weight: normal;
  text-transform: uppercase;
}
#wrapper {
max-width: 1100px;
padding: auto;
margin: auto;
}
#content h1
{ font-family: arial, sans-serif;
  letter-spacing: .1em;
  font-weight: normal;
  text-transform: uppercase;
  padding: 2px 0px 5px 0px; 
  margin: 5px 10px 5px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
  background: transparent;
  color: #d15b0d;
  border-color: #d15b0d;

}
#content h1 .return
{ font-family: verdana, arial, sans-serif;
  letter-spacing: normal;
  font-weight: normal;
  text-transform: none;
  margin: 2px 0px 24px 0px; 
  border: 0px;
  font-size: 75%;
  text-align: center;
}
h2
{ margin: 0px;
  padding: 0px 0px 8px 0px;
  font-size: 110%;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: arial, sans-serif;
}

.sub
{ font-size: 55%;
  letter-spacing: .1em;
  padding-top: 5px;
}

img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}
#content img
{ border: 1px solid #656565;
  margin: 2px;
  padding: 0px;
}
#content img a {
         border: 1px solid #656565;
}
#content img a:hover {
        border: 1px solid #656565;
}
a{outline: none; }

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
  line-height:1.6em;

}
/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#logo, #menu, #site_content, #footer
{ margin-left: auto; 
  margin-right: auto;
}
/* footer */
#footer
{ width: 90%;
  height: 22px;
  padding: 10px 4px 0 4px;
  text-align: center;
  font-size: 80%;
  text-transform: uppercase;
  }

/* logo */
#logo
{ width: 90%;
  height: 95px;
  border-top: 5px solid;
  padding: 0 2px 0 2px;
}

#logo h1
{ font-family: century gothic, sans-serif;
  font-size: 500%;
  text-transform: lowercase;
  font-weight: normal;
  padding: 10px 0px 0px 14px;
  border: 0px;
  float: left;
  letter-spacing: 0px;
}

#links
{ margin: 15px 9px 0px 0px;
  font-size: 80%;
  text-align: right;
  padding: 20px 10px 0px 0px;
  text-transform: uppercase;
}

#links a, #links a:hover, #footer a, #footer a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
}

/* navigation menu */
#menu
{ height: 44px;
  width: 90%;
  border-bottom: 5px solid;
  padding: 0 2px 0 2px;

}

#menu ul{margin: 0px auto;}

#menu li
{ float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#menu li a
{ display: block;
  float: left;
  height: 38px;
  text-decoration: none;
  padding: 6px 14px 0px 14px;
  border-right: 1px solid;
  font-weight: bold;
}

#colours
{ height: 0px;
  text-align: right;
  padding: 7px 1.4% 0px 0px;
}

/* main content */
#site_content
{ width: 90%;
  overflow: hidden;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-left: 2px solid;
 }

/* side menu */
#side_menu
{
	float: right;
	width: 156px;
	padding: 28px 12px 18px 14px;
	background-image: url(/imatges/side.png);
	background-repeat: repeat-y;
	background-position: left;
	border-bottom: 1px solid #e5e5e5;
	height: 100%;
}

.side_menu_item
{ text-align: left;
 /*  float: left; */
  margin: 0px 0px 25px 0px;
  clear:both;
}

.side_menu_item h1
{ padding: 0px; 
  margin: 0px 0px 14px 0px; 
  font-weight: bold;
  font-size: 120%;
}

.side_menu_item p
{ line-height: 16px; 
  padding: 0px 0px 8px 0px;
}
.side_menu_item img 
{ display: block; 
  margin: 2px;
}
.side_menu_item a, .side_menu_item a:hover
{ padding: 0px 0px 2px 19px;
  text-decoration: none;
}
.info
{ padding-top: 4px;
  float: left;
}

/* page content */
#content
{ text-align: center;
  padding: 20px 16px 18px 16px;
  margin: 0px 180px 0px 0px;
  height: 100%;
}

#content a, #content a:hover{text-decoration: none;}

/* form */
form#site_content
{ margin: 3px 0px 0px 0px; 
  padding: 0; 
}

form#contact{height: 220px;}

div.row1
{ width: 501px; 
  clear: both;
}

div.row1 span.formlabel 
{ float: left;
  width: 164px;
  text-align: left;
}

div.row1 span.forminput
{ float: right;
  text-align: right;
} 

.button, .listbox, .textinput, .listbox_lang, input#site_content {
  font-size: 110%;
  background: #FFF;
  border: 1px solid #8A8A8A;
  overflow: auto;
  margin: 2px;
  color: #656565;
  }
textarea.textinput {
  font-size: 140%;
}

.listbox {
        vertical-align : middle;
}
.firma
{ font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: .1em;
  padding: 5px 10px 5px 0;
  text-align: right;
  font-weight: normal;
  text-transform: uppercase;
}

h3 {
        font-weight: normal;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin: 2px;
}
.comment_button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 85%;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        vertical-align : middle;
}

.checkbox {
        vertical-align : middle;
}

.maintable {
        border: 0;
        margin-top: 2px;
        margin-bottom: 5px;
}
.tableh1 {
        background : #c0c1d1 ;
        color : #FFFFFF;
        padding-top: 3px;
        padding-right: 6px;
        padding-bottom: 3px;
        padding-left: 6px;
        font-weight: bold;
        text-align: left;

}
.tableh1_compact {
        background : #c0c1d1 ;
        color : #FFFFFF;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableh2 {
        background: #c0c1d1 ;
        padding-top: 3px;
        padding-right: 6px;
        padding-bottom: 3px;
        padding-left: 6px;
        text-align: left;
}

.tableh2_compact {
        background: #c0c1d1 ;
        color : #000000;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableb {
        background: #EFEFEF ;
        padding-top: 3px;
        padding-right: 6px;
        padding-bottom: 3px;
        padding-left: 6px;
        text-align: left;
        font-size: 90%;
}
.tablefototitol, .tablefotodescr {
        background: #EFEFEF ;
        padding-top: 3px;
        padding-right: 6px;
        padding-bottom: 3px;
        padding-left: 6px;
        text-align: center;
}
.tablefototitol td.tablefotodescr {
        font-size: 90%;
}
.tablefototitol {
        font-size: 100%;
}

.tableb_compact {
        background: #EFEFEF ;
        padding: 0px;
}
#content table .tableb_compact img {
        border: 0;
}
#content table .thumbnails img {
  border: 1px solid;
}
.tablef {
        background: #c0c1d1;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.catrow_noalb {
        background: #e5e5e5;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.catrow {
        background: #EFEFEF;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.album_stat {
        font-size: 85%;
        margin: 5px 0px;
}

.thumb_filename {
        font-size: 80%;
        display: block;
}

.thumb_title {
        font-weight : bold;
        font-size: 80%;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 80%;
        padding: 1px;
        display : block;
}
.thumb_num_comments {
        font-weight: normal;
        font-size: 80%;
        padding: 2px;
        font-style : italic;
        display : block;
}

.user_thumb_infobox {
        margin-top: 1px;
        margin-bottom: 1px;
}

.user_thumb_infobox th {
        font-weight : bold;
        font-size: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        font-size: 80%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #000000;
}

.user_thumb_infobox a:hover {
        color: #000000;
        text-decoration: underline;
}

.sortorder_cell {
        background : #c0c1d1 ;
        color : #FFFFFF;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background : #c0c1d1 ;
        color : #FFFFFF;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 80%;
        white-space: nowrap;
}

.navmenu {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        font-size: 100%;
        font-weight: bold;
        background : #c0c1d1 ;
        border-style: none;
}

.navmenu img {
        margin-top: 1px;
        margin-right: 5px;
        margin-bottom: 1px;
        margin-left: 5px;
}

.navmenu a {
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: none;
        color: #FFFFFF;
}

.navmenu a:hover {
        background : #EFEFEF ;
        text-decoration: none;
        color:         #000000;
}

/*eliminats serie admin_menu */

td.admin_menu {
  padding: 0 5px 0 0;
}

.comment_date{
        color : #5F5F5F;
        font-size : 90%;
        vertical-align : middle;
}


.imageborder {
        border: 0;
        margin-top: 30px;
        margin-bottom: 30px;
}

.display_media {
        background: #EFEFEF ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.thumbnails {
        background: #EFEFEF ;
        padding: 5px;
}
#content .footer {
        display:none;
}

.statlink {
        color: #FFFFFF;
}

.statlink a {
        text-decoration: none;
        color: #FFFFFF;
}

.statlink a:hover {
        color: #FFFFFF;
        text-decoration: underline;
}
.alblink a {
        text-decoration: underline;
        color: #000000;
}

.alblink a:hover {
        color: #000000;
        text-decoration: underline;
}

.catlink {
        display: block;
        margin-bottom: 2px;
}

.catlink a {
        text-decoration: underline;
        color: #000000;
}

.catlink a:hover {
        color: #000000;
        text-decoration: underline;
}

.topmenu {
        line-height : 130%;
        font-size: 100%;
}

.topmenu a {
        color : #0033CC;
        text-decoration : none;
}

.topmenu a:hover  {
        color : #0033CC;
        text-decoration : underline;
}

.img_caption_table {
        border: none;
        background-color: #FFFFFF;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #c0c1d1 ;
        font-size: 100%;
        color : #000000;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
}

.img_caption_table td {
        background: #EFEFEF ;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
        white-space: normal;
}

.debug_text {
        border: #BDBEBD;
        background-color: #EFEFEF;
        width : 100%;
        margin : 0px;
}

.clickable_option {
        cursor : default;
}

blockquote{border-color: #40403E;}

#site_content
{ background: #fffff0;
  border-color: #656565;
}

#menu li a
{ background: #656565;
  color: #EEE;
  border-color: #A8A8A8;
}

.side_menu_item a
{ background: transparent url(/style/arrow.png) no-repeat left center;
  color: #656565;
}

.side_menu_item a:hover
{ background: transparent url(/style/orange_arrow.gif) no-repeat left center;
  color: #656565;
}
.side_menu_item h1
{ background: transparent;
  color: #d15b0d;
}
#logo, #logo h1
{ background: transparent;
  color: #8E8E8E;
  border-color: #d15b0d;
}
h2
{ background: transparent;
  color: #d15b0d;
}

#links, #links a:hover, #links a.selected, #links a.selected:hover,
#content, #content a:hover, #footer, #footer a:hover, .sub
{ background: transparent;
  color: #4d4d4d;
}
#content a, #footer a
{
  color: #d15b0d;
}

#menu
{ background: #656565;
  color: #EEE;
  border-color: #d15b0d;
}

#menu li a:hover, #menu li a.selected6, #menu li a.selected6:hover
{ background: #d15b0d;
  color: #EEE;
  border-color: #A8A8A8;
}
