/*  
Theme Name: DaranTheme
Theme URI: http://www.wpdesigner.com/2007/06/28/wpdesigner5-wordpress-theme/
Description: Club d'Aran template created by Small Potato and modified by J Silva
Version: 1.0
Author: Joaquin Silva	
Author URI: http://www.clubdaran.org/

	This theme is released under the Creative Commons Attribution 2.5 License.

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, fieldset, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-seriff;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
        background: url(images/aurora-borealis.jpg);
	background-repeat: repeat-x;
	color: black;
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, Sans-seriff;
}

a{
	text-decoration: underline;
	color: #0361a0;
}

a:hover{
	text-decoration: none;
}

a img{
	border: 0;
}

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

blockquote{
	margin: 10px 0 0;
	background: #f7fde8;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
	margin: 10px;
	background: #fff;
}

code{
	background: #f8fde9;
}

.clear{
	clear: both;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
	clear: both;
	margin: 10px 10px 5px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #f0f0f0;
	color: #f0f0f0;
}

small{
	font-size: 11px;
}

pre{
	width: 90%;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	border: 1px solid #a9c659;
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

#topmenu-container{
	float: left;
	width: 100%;
	height: 312px;
        background:url('images/header_bck.gif');
	background-repeat: repeat-x;
}

#pagemenu-container{
	float: left;
	width: 100%;
	height: 112px;
	padding: 0 0 0 0;
        background:url('images/header_bck.gif');
	background-repeat: repeat-x;
}

#logo {
	position:absolute;
	background:url('images/header_logo.gif');
	background-repeat: no-repeat;
	width:179px;
	height:132px;
	top:0px;
	left:15px;
}

#topmenu{	
	width: 90%;
	text-align: left;
	vertical-align: top;
	margin:0 0 0 0;
}

* html #topmenu{
	margin: 0 0 0 -98px;
}	

#topmenu ul{
	margin: 0;
	float: right;	
	height: 1px;
	list-style-type: none;	
}

#topmenu ul li{
	float: left;	
	text-align: center;
	margin-left: 5px;
	background: url(images/header_button.gif) repeat-x;
	background-color: #004b93;
        border: solid 1px;
	border-color: #0D78D2;
	}

#topmenu ul li h1{
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	font-weight: bold;
}



#topmenu ul li a{
	display: block;
	padding: 6px 7px 7px 7px;
	text-decoration: none;
	background: url(images/bg_tab_b.gif) no-repeat;
	color: #002552;
}

#topmenu ul li a:hover{ 
	text-decoration: none;
	background: url(images/header_button.gif) repeat-x;
	background-color: #ffcc00;
	color: #ffcc00;
}

#topmenu ul li.current_page_item{
	background: url(images/header_button_c.gif) repeat-x;
	background-color: #ffcc00;
	color: yellow;
}

#topmenu ul li.current_page_item a{
}

#topmenu ul li.current_page_item a:hover{
	text-decoration: none;
	background: url(images/header_button_c.gif) repeat-x;
	background-color: #ffcc00;
	color: yellow;
}

#name{
   display:none;
   position:absolute;
	background: url(images/header_name.gif) no-repeat top left;
	height: 29px;
	width: 240px;
	top:31px;
	left:71%;
}

#wp-calendar{	
	position:absolute;
	top:130px;
	left:10px;
	width:20%;	
}

#wp-calendar{	
}

#wp-calendar, #wp-calendar table { 
  border: .03em solid #ddd;
  font-size: 11px;
  color: black;
  font-family: Arial, tahoma,verdana,sans-serif;
  cursor: default;
  background: white;
}

/* Header part -- contains navigation buttons and day names. */

#wp-calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 1px;          /* Make the buttons seem like they're pressing */
}

#wp-calendar .nav {
  background: #EDF4FA url(menuarrow.gif) no-repeat 100% 100%;
}

#wp-calendar caption { /* This holds the current "month, year" */
       /* Pressing it will take you to the 
current date */
  text-align: center;
  background: #ffcc00;
  padding: 4px;
}

#wp-calendar caption a{ /* This holds the current "month, year" */  
  font-weight: bold;
  color: #002552;
  text-decoration: none;
}

#wp-calendar caption a:hover{ /* This holds the current "month, year" */  
  font-weight: bold;
  color: white;
  text-decoration: none;
}

#wp-calendar thead { /* Cells <TD> containing the day names */
  background: #EDF4FA;
  border-bottom: 0px solid #556;
  padding: 2px;
  text-align: center;
  color: #444;
  font-weight: bold;
  font-size: 11px;
}

#wp-calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #CCFFFF;
  color: #fff;
}

#wp-calendar thead .weekend { /* How a weekend day name shows in header */
  /*color: #a66;*/
  /*font-style: italic;*/
}

#wp-calendar thead .hilite { /* How do the buttons in header appear when 
hover */
  background-color: #CCFFFF;
  color: #000;
  border: 0px solid #04f;
  padding: 0px;
}

#wp-calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #CCFFFF;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

#wp-calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 1.6em;
  color: #444;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
#wp-calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
#wp-calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

#wp-calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 0px solid #000;
  background: #eee;
}

#wp-calendar tbody .rowhilite td {
  background: #fff;
}

#wp-calendar tbody .rowhilite td.wn {
  background: #eee;
}

#wp-calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #CCFFFF;
  padding: 1px 3px 1px 1px;
  border: 1px solid #CCFFFF;
}

#wp-calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #CCFFFF;
  padding: 2px 2px 0px 2px;
}

#wp-calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 0px solid #000;
  padding: 1px 3px 1px 1px;
  background: #CCFFFF;
  color: #000;
}

#wp-calendar tbody td.weekend { /* Cells showing weekend days */
 /* color: #999;*/
}

#today { /* Cell showing selected date */
  font-weight: bold;
  color: #AD0E38;
  border: 0px solid #000;
  padding: 1px 3px 1px 1px;
  background: #ffcc00;
}

#wp-calendar tbody .disabled { color: #999; }

#wp-calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

#wp-calendar tbody .emptyrow { /* Empty row (some months need less than 6 
rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

#wp-calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #555;
  color: #fff;
}

#wp-calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #eee;
  color: #555;
  font-size: 9px;
  border-top: 0px solid #556;
  padding: 2px;
}

#wp-calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #eee;
  border: 0px solid #04f;
  color: #000;
  padding: 2px;
}

#wp-calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #666;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

#wp-calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #ddd;
  background: #FFF;
  color: #555;
  /*font-size: 90%;*/
  z-index: 100;
}

#wp-calendar .combo .label,
#wp-calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

#wp-calendar .combo .label-IEfix {
  width: 4em;
}

#wp-calendar .combo .hilite {
  background: #CCFFFF;
}

#wp-calendar .combo .active {
  border-top: 0px solid #46a;
  border-bottom: 0px solid #46a;
  background: #CCFFFF;
  font-weight: bold;
  font-size: 11px;
  color: #333;
}

#wp-calendar td.time {
  border-top: 0px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #eee;
}

#wp-calendar td.time .hour,
#wp-calendar td.time .minute,
#wp-calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 0px solid #889;
  font-weight: bold;
  background-color: #eee;
}

#wp-calendar td.time .ampm {
  text-align: center;
}

#wp-calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

#wp-calendar td.time span.hilite {
  border-color: #000;
  background-color: #CCFFFF;
  color: #000;
}

#wp-calendar td.time span.active {
  border-color: #f00;
  background-color: #CCFFFF;
  color: #AD0E38;
}


//--------------------------------
#topmenu-bottom{
   position: absolute;
	top:200px;   
   height:8px;
	width:100%;
	background: url(images/header_bck_bottom.gif) repeat-y top left;
}


#page-container{
	float: left;
	width: 100%;
	padding: 10px 0 10px;
	background: #fff;
	color: #000;
	clear: both;
}

#page{
	margin: 0 auto;
	width: 974px;
	text-align: left;
	vertical-align: top;
}

.narrowcolumn{
	float: left;
	margin: 0 10px;
	width: 550px;
	text-align: left;
	vertical-align: top;
	display: inline;
}

.widecolumn{
	float: left;
	margin: 0 11px;
	width: 750px;
	text-align: left;
	vertical-align: top;
	display: inline;	
}

#about{
	height: 120px;
	overflow: hidden;
	background: url(images/bg_about.jpg) no-repeat;
}

#about p{
	padding: 15px 11px 11px 140px;
	line-height: 20px;
}

.narrowcolumn .post{
	margin: 10px 0;
	padding: 11px 11px 0;
	background: url(images/bg_post.jpg) no-repeat;	
}

.widecolumn .post{
	margin: 10px 0;
	padding: 11px 11px 0;
	background: url(images/bg_post_page.jpg) no-repeat;	
}

.post h2{
	padding: 0 0 10px;
	font-family: Arial, Helvetica, Georgia, Sans-seriff;
	font-size: 20px;
	font-weight: bold;
	background: url(images/bg_dot.gif) repeat-x bottom left;
	color: #536f06;
}

.post h2 a{
	color: #536f06;
	text-align: right;
}

.entry{
	line-height: 20px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	margin: 0;
	padding: 15px 0 0;
	font-weight: normal;
	background-color: transparent;
	background-image: none;
}

.entry h1{
	font-size: 24px;
	line-height: 24px;
}

.entry h3{
	font-size: 16px;
	font-weight: bold;
}

.entry h4{
	font-size: 14px;
}

.entry h5{
	font-size: 12px;
}

.entry h6{
	font-size: 11px;
}

.entry img{
	max-width: 100%;
}

.entry img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.entry img.alignright {
	margin: 5px 0 2px 7px;
	display: inline;
}

.entry img.alignleft {
	margin: 5px 7px 2px 0;
	display: inline;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.entry p.author{
	font-size: 11px;
	padding: 5px 0 0;
	color: #647f17;
}

.postinfo{
	float: left;
	width: 528px;
	border: 1px solid #f0f0f0;
	border-left: 0;
	border-right: 0;
	margin: 15px 0 10px;
	padding: 0 0 10px;
	clear: both;
}

.postinfo ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.postinfo ul li{
	float: left;
	margin: 10px 0 0;
}

.postinfo ul li.tags{
	padding: 0 0 0 21px;
	background: url(images/tag_green.gif) no-repeat;
}

.postinfo ul li.comments-link{
	margin-right: 10px;
	padding: 0 0 0 19px;
	background: url(images/comment.gif) no-repeat 0 2px;
}

.postinfo ul li.postdate{
	margin-right: 10px;
	padding: 0 0 0 21px;
	background: url(images/calendar.gif) no-repeat;
}

.postinfo ul li.edit{
	margin-left: 10px;
}

.browse{
	padding: 5px;
	font-family: Georgia, Sans-seriff;
	font-size: 14px;
	font-weight: bold;
	background: #f0f0f0;
}

.browse p{
	border: 1px solid #ddd;
	padding: 10px;
	background: #fff;
}

.sidebar{
   margin: 10px 0px 0px 0px;
	float: left;
	width: 202px;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebar ul li{
	margin: 0 0 10px;
}

.sidebar ul li h2{
	padding: 10px 11px 9px;
	font-family: Georgia, Sans-Seriff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background: #e6f1f7 url(images/bg_ul_li_h2.jpg) no-repeat;
	color: #333;
}

.sidebar ul ul{
	border-top: 1px solid #cce0ee;
	padding: 4px 11px 11px;
	background: #f6f9fc url(images/bg_ul_ul.gif) no-repeat bottom left;
}

.sidebar ul ul li{
	margin: 0;
	padding: 0 0 0 16px;
	line-height: 24px;
	background: url(images/bullet_green.gif) no-repeat 0px 9px;
}

.sidebar ul ul ul{
	border: 0;
	padding: 0;
	background-image: none;
}

.sidebar ul ul ul li{
	padding: 0 0 0 10px;
	background-image: none;
}

.sidebar ul li.popular h2{
	padding: 10px 11px 9px 32px;
	background: #3da1e4 url(images/bg_ul_li_h2_popular.jpg) no-repeat;
	color: #fff;
}

.sidebar ul li.popular ul{
	border-top: 1px solid #3497d9;
	padding: 6px 11px 11px;
	background: #7ac7fa url(images/bg_ul_ul_popular.gif) no-repeat bottom left;
}

.sidebar ul li.popular ul li{
	line-height: normal;
	padding: 5px 0 0 0;
	background-image: none;
}

.sidebar ul li.popular ul li img{
	border: 1px solid #3497d9;
	padding: 4px;
	background: #fff;
}

.sidebar ul li#feed h2{
	padding: 10px 11px 11px 32px;
	background: url(images/bg_ul_li_h2_feed.jpg) no-repeat;
}

.sidebar ul li#feed h2 a{
	text-decoration: none;
	color: #913a01;
}

.sidebar ul li#feed h2 a:hover{
	text-decoration: underline;
}

.obar ul li h2{
	background: #eeeeef url(images/bg_ul_li_h2_alt.jpg) no-repeat;
}

.obar ul ul{
	border-top: 1px solid #ddd;
	padding: 4px 11px 11px;
	background: #f9f9f9 url(images/bg_ul_ul_alt.gif) no-repeat bottom left;
}

/* comments template */

.comments-template{
	margin: 15px 0 0;
	border-top: 1px solid #f0f0f0;
	padding: 15px 0 0;
}

.comments-template h2{
	padding: 0;
	background-image: none;
}

.comments-template h2, .comments-template h3{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;	
}

.comments-template ol{
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}

.comments-template ol li{
	margin: 15px 0 0;
	line-height: 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #f0f0f0;
}

.comments-template p.nocomments{
	padding: 0;
}

/* end comments template */

/* wp-calendar */

.sidebar ul li#calendar #calendar_wrap{
	border-top: 1px solid #cce0ee;
	padding: 4px 11px 11px;
	background: #f6f9fc url(images/bg_ul_ul.gif) no-repeat bottom left;
}

.obar ul li#calendar #calendar_wrap{
	border-top: 1px solid #ddd;
	padding: 4px 11px 11px;
	background: #f9f9f9 url(images/bg_ul_ul_alt.gif) no-repeat bottom left;
}

table#wp-calendar{
	width: 100%;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	text-transform: none;
	line-height: 18px;
}

table#wp-calendar caption{
	padding: 10px 15px;
}

table#wp-calendar th{
	padding: 2px;
	text-align: right;
	vertical-align: top;
}

table#wp-calendar td{
	padding: 2px;
	text-align: right;
}

table#wp-calendar tfoot td{
	text-align: center;
}

/* end calendar */

#footer-container{
	float: left;
	width: 100%;
	padding: 0 0 10px;
	text-align: left;
	vertical-align: top;
	background: #002552;
	color: #4198d3;
}

#footer{
	margin: 0 auto;
	width: 974px;
}

#footer a{
	color: #fff;
}

#footer p{
	padding: 15px 0 0;
	line-height: 24px;
}

.edit{
  display: inline;
  text-align: left;
  position: relative;
  top: -30px;
  left: 650px;
}