/* CSS Document */

head { 
	margin-top: 10px;
}

body {

	background-color: #f6f8dd;
	margin-left: auto;
	margin-top: -17px;
	margin-right: auto;
	margin-bottom: 0px;
	font-size: 80%; 
	font-family: Arial, Helvetica, sans-serif;

}
html {
	margin-top: 0px
}


.line {

	height: 4px;

	width: 400px;

	border-top-width: 1px;

	border-top-style: dashed;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

	border-top-color: #999999;

}

.photo {

	height: 80px;

	width: 894px;

	margin-right: auto;

	margin-left: auto;

        float: left; /*DOUG*/

}

.fecha {

	color:#c8d129;

	font-size: 110%;

}

.container .contenido .text img {
	float: left;
	border: 2px solid #C3BFC2;
	margin-right: 10px;
}

/* MENUS USING WP 3 */
/* The container wrapping ul.dropdown */

#menu { 
width:949px;
height:70px;
position: relative; 
background: #FFFFFF; 
font-size: 115%;
font-weight: bold;
color: #00465c;
margin-top: 0px;
margin-bottom: 0px;
} 
  
/* Top level Unordered list */
#menu .topmenu { 
height: 35px;
margin-left:-40px;
margin-right:0px;
right:0; /* DOUG was 3% but misaligns menu*/
font-size: 115%; /* DOUG - added this line */
font-weight: bold; /* DOUG - added this line */
margin-top: 0px;
}

#menu .bottommenu { 
height: 35px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
position: absolute; /* DOUG was absolute but misaligns menu*/
left: 0; /* DOUG was 3% but misaligns menu*/
bottom: 0;
font-size: 100%; /* DOUG - added this line */
font-weight: normal; /* DOUG - added this line */
}

/* create a containing block with relative position to suspend the li ul elements below */
/* Aligns the bottom menu below the top one */
#menu .topmenu ul li, #menu .bottommenu li{ 
	list-style-image: none;
	list-style-type: none;
	display: inline;
	position: relative;
	float: left;
	display: block;
}

#menu .topmenu ul a, #menu .bottommenu a { 
padding:0px 26px; /*space the items, occupy entire height too.*/
color:#00465c; 
text-decoration:none;
height: 35px;
line-height: 35px;
Float: left;
} 

#menu .topmenu ul li, .topmenu ul li a, .topmenu ul ul li, .topmenu ul ul li a {
margin-top: 0px;
}
  
/* Display parent page as highlighted */
#menu .topmenu ul .current_page_item a
, #menu .topmenu ul .current_page_parent a
{
color:#c8d129;
font-weight: bold;
background:#00465c;
}

/* Try to style the current drop down differently to the parent */
#menu .bottommenu .current_page_item a
{
color: #c8d129;
font-weight: bold;
}



/* Now to sort out the drop down menus for TOPMENU - DOUG */
	/* First Hide everything with at least one UL parent */
#menu .topmenu ul ul{
	display: none;
	float: none;
	position: absolute;
	left: 0px;
	top: 35px;
	height: 35px;
	font-size: 95%;
	font-weight: normal;
	margin-top: 0px;

	}
/* Next display them again when the parent is hovered */
#menu .topmenu ul li:hover  ul, #menu .topmenu ul li.sfhover  ul{
	display: block;
}

/* Style the link hover */
#menu .topmenu li:hover a, #menu .bottommenu li:hover a, #menu .topmenu li.SFhover a, #menu .bottommenu li.SFhover a   { 
height: 33px;
background: white; 
border:2px solid #c8d129;
margin-top: 0px;
margin-bottom: -2px;
color: #c8d129;
padding:0px 24px;
} 

#menu .topmenu li:hover ul a, #menu .topmenu li:hover ul li, #menu .topmenu li.SFhover ul a, #menu .topmenu li.SFhover ul li {
float: none;
position: relative;
display: block;
background: white;
margin-top: -2px;
color: #c8d129;
width: 250px;
font-size: 90%;
font-weight: bold;
}

#menu .topmenu li:hover ul a:hover, #menu .topmenu li:hover ul li:hover, #menu .topmenu li.SFhover ul a.SFhover, #menu .topmenu li.SFhover ul li.SFhover {
color: #00465c;
/* REMOVED THE BODRER ATTRIBUTES AS IT GOES FUNNY IN FIREFOX */
}



.header1 {

	background-image: url(images/basqueMTB-mountain-bike-holiday-spain-pyrenees.jpg);
	height: 171px;
	width: 949px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
       
}

#wrap {

	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding:0px;

	width:949px;

	background-color: #FFFFFF;
         


}

/* AITORM */

#wrap div.left ul li.page_item {

	font-size: 100%; /* Was 110% but DOUG changed because listing pages gave problems */

	padding: 1px;

}

#wrap div.left ul li.page_item a,

#wrap p a {

	color:#00465c;

	font-weight: bold; /* DOUG new line;*/

	font-style: italic; /* DOUG new line;*/

	text-decoration: none; /* DOUG underline; */

	background-color: #f6f8dd; 

} /* Controls hyperlinks all over*/

#wrap div.left ul li.page_item a:hover,

#wrap p a:hover{

	color:#c8d129; /* DOUG #00465c;*/

	text-decoration:underline; /* controls hyperlinks all over; */

	background-color: #ffffff;

}

.separador2 {
	height: 50px;
	width: 269px;
         float: right;
         margin-right: 0px;
	margin-left: auto;
	background-color: #c8d129;
	clear: none;

}

.separador2 ul{
	margin-top:-5px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:10px;
	padding:0px;
	float: right;
}

.separador2 ul li {

	display: inline;
	list-style-image: none;
	list-style-type: none;

}

.separador2 ul li a {

	color:#004660;

	display:block;

	float:left;

	padding-left:8px;

	padding-right:8px;

	text-decoration:none;

	font-size:130%;

	margin-top:15px;

	margin-right:25px;

}

.separador2 ul li a:hover {

	text-decoration:underline; 

}

.separador {

	height: 50px;

	width: 680px;

         float: left;

	margin-right: auto;

	margin-left: 0px;

	background-color: #c8d129;

	clear: none;

}

.separador ul{

	margin-top:0px;

	margin-bottom:0px;

	margin-left:10px;

	margin-right:0px;

	padding:0px;

}

.separador ul li {

	display: inline;

	list-style-image: none;

	list-style-type: none;

}

.separador ul li a {

	color:#004660;

	display:block;

	float:left;

	padding-left:3px;

	padding-right:3px;

	text-decoration:none;

	font-size:125%;

	margin-top:15px;

	margin-right:40px;

}

.separador ul li a:hover {

	text-decoration:underline; 

}

.separadorbottom {

	height: 50px;

	width: 949px;

        	margin-right: auto;

	margin-left: 0px;

	background-color: #c8d129;

	clear: both;

}
.separadorbottom ul{

	margin-top:10px;

	margin-bottom:0px;

	margin-left:650px;

	margin-right:10px;

	padding:0px;

	float: right;

}
.separadorbottom ul li{
	list-style-type: none;
}
.separadormenu {

	height: 2px;

	width: 949px;

        	margin-right: auto;

	margin-left: 0px;

	background-color: #c8d129;

	clear: both;

}

.separadorbody {

	height: 2px;
	width: 600px;
         float: left;
	background-color: #c8d129;
	clear: none;
	margin-top: 0px;
	margin-bottom: 5px;		

}


#top {

	padding: 0px;

	height: 409px;

	clear:both;

	background-image: url(images/header.jpg);

	background-repeat: no-repeat;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

}

.postmetadata a:link {

	text-decoration: none;

	color : #990033;

	border: none;

}

.postmetadata a:active {

	text-decoration: none;

	color : #333333;

	border: none;

}

.postmetadata a:visited {

	text-decoration: none;

	color : #333333;

	border: none;

}

.postmetadata a:hover	{

	text-decoration: none;

	color : #333333;

	border: none;

} 



#blogtitle { font-family: Arial, Helvetica, sans-serif; /* Was font-family: Georgia, "Times New Roman", Times, serif; DOUG*/ color: #00465c /* Was 761052 Doug*/; text-align:left; font-size:120%; /* WAS font-size:36px DOUG*/; line-height:100%; padding-top:10px; text-transform:capitalize; margin:0px; padding-left:200px; }

#blogtitle a:link { text-decoration: none; color : #00465c /* Was 761052 Doug*/; border: none;}

#blogtitle a:active { text-decoration: none; color : #00465c /* Was 761052 Doug*/; border: none;}

#blogtitle a:visited { text-decoration: none; color : #00465c /* Was 761052 Doug*/; border: none;}

#blogtitle a:hover	{ text-decoration: none; color : #000000; border: none;} 

#blogdesc { float: left; color: #00465c /* Was 761052 Doug*/; padding-left:205px; text-align:left; font-size:80%; /* WAS font-size:12px; DOUG*/ padding-top:5px; text-transform:capitalize; margin:0px; }

#search { float: right; height: 30px; width: 300px; margin-top:35px; }

.right {

	float: right;

	width: 250px;

	color:#FFFFFF;

	position: relative;

	background-color:#00465c;

	padding-left: 15px;

	padding-right: 15px;

	padding-top:15px;

        font-size:120%; /* Doug - added to let non-listed items be the right size.... */

}

.right a {

	color:#FFFFFF; /* DOUG controls colour of links in right hand box */
	text-decoration: none;
}

.right ul { list-style-type: none; margin: 0 ; padding: 0; }

.right ul li { list-style-type: none; margin: 0 0 20px 0; padding: 0;}

.right ul li a{border: 10px;}

.right ul li ul { list-style-type: square; margin: 0px; padding: 0 3px; }

.right ul li ul li {font-size:100%; list-style-type:none; 	background-image: url(images/square.jpg); background-repeat:no-repeat; background-position:left 2px;padding: 0px 0px 0px 18px; border: 0; margin: 0;  } /*DOUG changed font-size from 120% to 100% after adding the 120% into .right */

.right ul li ul li a { text-decoration:none; } /* DOUG controls hyperlinks in the See Also box*/

.right ul li ul li a:hover { text-decoration:none; color: #c8d129;}

.right ul li ul li ul li {

	font-size: 100%;

}



/* TEST DOUG */

.right ul li.text-5 a {
	color: #c8d129;
}

/* TEST DOUG OVER */



.left {

	width: 610px;
	float: left;
	overflow:hidden;
	margin-left: 35px;
	margin-right:20px;
	color:#034459;
}

/*Doug - adding in a section to try and control hyperlinks in tables. They are showing funny colours, hopefully this fixes that! */

.left a {

	color:#00465c;

	font-weight: bold;

	font-style: italic; 

	text-decoration: none; 

	background-color: #f6f8dd; /* Doug - controls background of hyperlinks in body. was #f6f8dd */

} 

.left a:hover{

	color:#c8d129;

	text-decoration:underline; 

	background-color: #ffffff; /* Doug - controls background of hyperlinks in body. was ##ffffff */

}

#footer {
color: #00465c;
text-align: center;
}

.footer_left {
height:165px;
width: 300px;
float: left;
background-image: url(images/footer_logo.gif);
background-repeat: no-repeat;
margin-top:-65px;
}

.footer_center {
	height: 75px;
	float: left;
	width: 250px;
	border: 0px;

}

.footer_center a{
	color: #00465c;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
	border: 0px;
}
.footer_center ul {
	margin-top:1px;
}

.footer_center ul li{
	margin-top:1px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:0px;
	padding:1px;
	float: right;
	list-style-image: none;
	list-style-type: none;
}


.footer_right {
	color: #00465c;
	height: 100px;
	float: right;
	width: 350px;
	font-family: Arial,Helvetica,sans-serif;
	margin-right: 10px;
}

.footer_right a{
	color: #00465c;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
	text-align: right;
}

.footer_right ul {
	margin-top:1px;
}

.footer_right ul li{
	margin-top:1px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:0px;
	padding:1px;
	float: right;
	list-style-image: none;
	list-style-type: none;
}

.footer_right ul li a {
	display:block;
	float:right;
	padding-left:8px;
	padding-right:8px;
	text-decoration:none;
	margin-top:1px;
	margin-right:25px;
}

.bottom_row {
	width: 949px;
	clear: both;
	float: none;
	height: 50px;
	color: #00465c;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;

}

/* Table link test over*/

h6,
h6 li {

	font-size: 140%;
	color: #00465c;
	display:block;
	width:auto;
	padding:8px;
	background-color:#c8d129;
	text-decoration: none;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;

}

/* Doug test - stop hyperlinks showing up with white background on post headers*/

h6 a{

         background-color:transparent;
	text-decoration:none;

}
h1 {
	font-size: 70%;
	text-transform:uppercase;
	display: block;
	line-height: 25px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;	
	width: 610px;
         margin-right: 0px;
	margin-left: auto;
	margin-top: 0px;	
	margin-bottom: 5px;
	background-color: transparent; 
	clear: none;
	z-index: 100;
	border-bottom: 2px #c8d129 solid;

}

h1 a{
         background-color:transparent;
	text-decoration: none;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	color: #00465c;
	display: block;
	float: left;
	text-align: center;
	line-height: 15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;	
	width: 610px;
         margin-right: 0px;
	margin-left: auto;
	margin-top: 0px;	
	margin-bottom: 10px;
	background-color: transparent; 
	clear: none;
	z-index: 100;
	border-bottom: 2px #c8d129 solid;
}

h2 a{
         background-color:transparent;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	color: #00465c;
	display: block;
	float: left;
	text-align: left;
	line-height: 15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;	
	width: 610px;
         margin-right: 0px;
	margin-left: auto;
	margin-top: 0px;	
	margin-bottom: 10px;
	background-color: transparent; 
	clear: none;
	z-index: 100;
	border-bottom: 2px #c8d129 solid;
}

h3 a{

         background-color:transparent;

}



/* Doug END TEST */

img.wp-smiley { border:0px;}

.navigation { display: block; text-align: center; margin-top: 10px; margin-bottom: 60px; }

.alignright { float: right; }

.alignleft { float: left; }

.postmetadata {

	font-size:100%;

}

blockquote { margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd; }

blockquote cite { margin: 5px 0 0; display: block; }

.comments h3 { font-size: 14px; padding: 3px 0px; margin: 0px 7px 3px 7px; border-bottom: dashed 1px #ccc;}

ol.commentlist { list-style: none; padding: 0; margin: 0 0 1px; }

ol.commentlist li { list-style: none; margin: 0; padding: 13px 13px 1px; }

ol.commentlist li.commenthead { list-style: none; margin: 0; }

ol.commentlist li.commenthead h2 { margin: 0;}

input#searchsubmit{

	border:1px solid #000000;

	color:#000000;

	font-size:13px;

	background-color: #FFFFFF;

}

input#submit{

	border:1px solid #000000;

	color:#fff;

	font-size:13px;

	background-color: #666666;

}

input#s { color: #000000; width: 60%; border: 1px solid #000000; padding: 2px; margin-bottom: 0.1em; background:#fcfcfc; margin-top: 2px;}

input#s:focus { border: 1px solid #c8d129; }

textarea {

	color: #000000;

	width: 80%;

	padding: 3px;

	margin-bottom: 0.6em;

	margin-top: 2px;

	background-color: #FFFFFF;

	background-image: url(images/fondo.jpg);

	border: 1px solid #000000;

}

input#url {

	color: #000000;

	width: 50%;

	border: 1px solid #000000;

	padding: 3px;

	margin-bottom: 0.6em;

	margin-top: 2px;

	background-color: #fcfcfc;

	background-image: url(images/fondo.jpg);

}

input#author {

	color: #000000;

	width: 50%;

	border: 1px solid #000000;

	padding: 3px;

	margin-bottom: 0.6em;

	margin-top: 2px;

	background-color: #fcfcfc;

	background-image: url(images/fondo.jpg);

}

input#email {

	color: #000000;

	width: 50%;

	border: 1px solid #000000;

	padding: 3px;

	margin-bottom: 0.6em;

	margin-top: 2px;

	background-color: #fcfcfc;

	background-image: url(images/fondo.jpg);

}

.titulo {

	font-size: 140%;

	color: #00465c;

	font-family: Arial, Helvetica, sans-serif; /*Doug was: font-family:Georgia, "Times New Roman", Times, serif; */

	margin-top:8px;

         text-decoration:none; /* Doug added in - to underline headers */

}

.titulo a{

	font-size: 125%;

	color: #00456c;

	font-family: Arial, Helvetica, sans-serif; /*Doug was: font-family:Georgia, "Times New Roman", Times, serif; */

	margin-top:8px;

	text-decoration:none;

}

.atala {

	color:#c8d129;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	text-transform:uppercase;

	font-size:140%; 
}

.atala a {
	font-size:110%; 

	color:#c8d129;

	text-decoration:none;

}

.atala a:hover {

	text-decoration:underline; 

}

.espaciolibre {

	height: 15px;

}



/* **************************** */

/* Aitorrek gehitutako estiloak */



/* slideshow */



#slideshow_1 {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #00465c;

	padding-top: 4px;

	margin-left: auto;

	margin-right: auto;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

}





/* Captions & aligment */

.aligncenter, div.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.alignleft {

	float: left;

}



.alignright {

	float: right;

}



.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

}



.wp-caption img {

	margin: 0;

	padding: 0;

	border: 0 none;

}



.wp-caption p.wp-caption-text {

	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

}

/* End captions & aligment */

/* For Social Media Buttons */
.social-profiles img {
	float: right;
	padding-left: 0px;
	border: 0px;
	Position: absolute;
	padding-top: 0px;
	margin-top: 0px;
}


/* Styling thumbnails, for sidebar latest post */
.attachment-thumbnail, .attachment-full { 
padding:0px; 
background:none; 
margin-top:-5px;
margin-bottom:-10px; 
border: 0px;
}
