/* --------------------------------------------------------
/  LAYOUT
/  ----------------------------------------------------- */


ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,td
{
  margin: 0;
  padding: 0;
}

html
{
  color: white;
}

body, td
{
  font-family: 'Lucida Grande', Arial, Verdana, sans-serif;
  font-size: 12px;
}

html
{
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

body
{
  height: 100%;
  background: url('/images/background.png') repeat-y #3F3F3F center;
}

img
{
  border: 0px;
}

#container
{
  width: 980px;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
}

#content
{
  width: 900px;
  margin-left: 40px;
}

#header
{
  height: 110px;
}

#logo
{
  float: left;
  padding-top: 16px;
}

#layout_menu
{
  position: absolute;
  top: 116px;
  margin-right: 38px;
}

#menu
{
  width: 100%;
}

#menu li
{
  font-size: 13px;
  float: left;
  list-style: none;
  background:url("/images/menu_right.png") no-repeat right top;
  margin-right: 2px;
  padding-bottom: 4px;
}

#menu a
{
  font-weight: bold;
  display: block;
  text-decoration: none;
  background: url("/images/menu_left.png") no-repeat left top;
  padding: 5px 15px 5px 15px;
}

#menu #current
{
  background: url("/images/menu_right_on.png") no-repeat right top;
}

#menu #current span#select
{
  font-weight: bold;
  display: block;
  background: url("/images/menu_left_on.png") no-repeat left top;
  padding: 5px 15px 5px 15px;
}

#time
{
  float: right;
  margin-top: 124px;
}

#image_home
{
  position: absolute;
  display: block;
  top: 142px;
}

#layout_content
{
  position: absolute;
  top: 440px;
}

#layout_left
{
  float: left;
  width: 610px;
}

#layout_right
{
  margin-left: 640px;
  padding-top: 22px;
  width: 250px;
  text-align: justify;
}

#layout_1col
{
  float: left;
  width: 290px;
}

#layout_2col
{
  margin-left: 310px;
  width: 290px;
}

#breadcrumb
{
  margin-bottom: 14px;
}

ul#navigation
{
  list-style: none;
  display: inline;
}

ul#navigation li
{
  display: inline;
}

#footer
{
  float: left;
  font-size: 11px;
  width: 900px;
  height: 50px;
  color: #4f4f4f;
  padding-top: 30px;
  text-align: center;
}

.clearboth
{
  clear: both;
}

.siteinfo
{
  background-color: #3F3F3F;
  padding: 4px 10px 10px 10px;
  margin-bottom: 6px;
}

.siteinfo_background
{
  background-color: rgb(22,20,20);
}

.siteinfo_desc
{
  margin-top: 6px;
}

.siteinfo_link
{
  text-align: right;
  margin-top: 4px;
  margin-bottom: 10px;
}

#description
{
  width: 99%;
  text-align: justify;
  margin-bottom: 20px;
}


/* --------------------------------------------------------
/  FORM
/  ----------------------------------------------------- */
#form
{
  width: 100%;
}

#form .label
{
  text-align: right;
  vertical-align: top;
  padding-right: 6px;
}

.obligatory
{
  color: #FF932D;
  font-weight: bold;
}

#form input, select, textarea
{
  width: 100%;
}

#form td
{
  padding-bottom: 4px;
}

.message
{
  text-align: center;
  margin-bottom: 20px;
}


/* --------------------------------------------------------
/ 
/  ----------------------------------------------------- */
a
{
  color: white;
  text-decoration: underline;
}

.image_border
{
  border: 1px #FF932D solid;
}

.sidebar_title
{
  display: block;
  color: #8f8f8f;
  font-size: 16px;
  border-bottom: 1px solid #FF932D;
  padding-top: 3px;
  padding-bottom: 6px;
  margin-bottom: 6px;
}


.sidebar_sub
{
  padding-top: 6px;
  padding-bottom: 20px;
}

#message_error
{
  color: black;
  background-color: #FFB75F;
  border: 1px solid #FF932D;
  padding: 6px;
  margin-bottom: 30px;
}



/* --------------------------------------------------------
/  LINK
/  ----------------------------------------------------- */
.thumbnail
{
  float: left;
  width: 300px;
  margin-bottom: 14px;
}

.link_section
{
  color: #FF932D;
  font-size: 16px;
  padding-bottom: 4px;
  margin-bottom: 8px;
  border-bottom: 1px dotted #FF932D;
}

.link_section_desc
{
  margin-bottom: 14px;
  font-style: italic;
}

.thumbnail .title
{
  color: #FF932D;
  font-size: 12px;
  text-align: left;
}

#guest_add
{
  display: block;
  text-align: left;
  margin-bottom: 20px;
}

.popup_100
{
  width: 100%;
}

#link_submenu
{
  margin-top: 20px;
  margin-bottom: 20px;
}

.link_select
{
  float: left;
  background-color: #3F3F3F;
  padding: 6px 10px 6px 10px;
  margin-right: 6px;
}

.link_url
{
  float: left;
  background-color: #5F5F5F;
  padding: 6px 10px 6px 10px;
  margin-right: 6px;
}

#link_menu
{
  margin-top: 34px;
  margin-bottom: 20px;
  padding: 10px 5px 10px 5px;
  text-align: center;
  border-top: 1px solid #FF932D;
  border-bottom: 1px solid #FF932D;
}

#link_menu a
{
  font-size: 13px;
}

/* --------------------------------------------------------
/  TABLE
/  ----------------------------------------------------- */
table#prices
{
  width: 100%;
  border-spacing: 0px;
}

table#prices td.money
{
  text-align: right;
}

div#price
{
  margin-top: 20px;
}

div#activity_price
{
  float: right;
  color: #FF932D;
  margin-left: 20px;
  margin-right: 4px;
  text-align: right;
}

div#activity_price .price
{
  font-size: 28px;
}

ul.option
{
  margin: 0px;
  padding: 0px;
}

ul.option li
{
  list-style: none;
  background: url('/images/bullet_orange.png') 0 0 no-repeat;
  padding-left: 16px;
  margin-bottom: 2px;
}


/* --------------------------------------------------------
/  GALLERY
/  ----------------------------------------------------- */
#gallery
{
  margin-top: 34px;
}

.gallery_picture
{
  float: left;
  width: 203px;
  padding-bottom: 3px;
}

.gallery_section
{
  padding: 8px;
  border-top: 1px solid #FF932D;
  border-bottom: 1px solid #FF932D;
}

.gallery_section .image
{
  float: left;
  width: 170px;
}


/* --------------------------------------------------------
/  PAGINATION
/  ----------------------------------------------------- */
div.pagination {
  padding: 3px;
  margin: 3px;
  text-align:center;
  color:#a0a0a0;
  font-size:80%;
  margin-top: 20px;
}

div.pagination a {
  border: 1px solid #909090;
  margin-right:3px;
  padding:2px 5px;
  background-image:url('/images/bar.gif');
  background-position:bottom;
  text-decoration: none;
  color: #c0c0c0;
}
div.pagination a:hover, div.meneame a:active {
  border: 1px solid #f0f0f0;
  background-image:url('/images/invbar.gif');
  background-color:#404040;
  color: #ffffff;
}
div.pagination span.current {
  margin-right:3px;
  padding:2px 5px;
  border: 1px solid #ffffff;
  font-weight: bold;
  background-color: #606060;
  color: #ffffff;
}
div.pagination span.disabled {
  margin-right:3px;
  padding:2px 5px;
  border: 1px solid #606060;
  color: #808080;
}


/* --------------------------------------------------------
/  ERROR
/  ----------------------------------------------------- */
#error
{
  border-top: 1px solid rgb(250, 150, 150);
  border-bottom: 1px solid rgb(250, 150, 150);
  padding: 4px 0px 4px 10px;
  margin-bottom: 20px;
  background-color: rgb(254,220,220);
  color: red;
}

#error ul
{
  list-style: none;
}

#error li
{
  background: url('/images/exclamation.png') 0 0 no-repeat;
  padding-left: 24px;
  margin-bottom: 2px;
}

#confirmation
{
  border-top: 1px solid rgb(0, 220, 60);
  border-bottom: 1px solid rgb(0, 220, 60);
  padding: 4px 0px 4px 10px;
  margin-bottom: 20px;
  background-color: rgb(200,240,200);
  color: #00AE2F;
}

.bgerror
{
  background-color: rgb(254,220,220)
}
