/*

*/

/*
	GLOBALS: used to set all the general elements
*/

body {
	background:#fff url(http://softwarelibre.org.bo/mod/template/templates/Default_Template/images/header.gif) repeat-x; /* #d9e2f2  */
	color:#697C83;
	font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
	text-align:left;
	margin:0 auto;
	padding:0;
	font-size: 80%;
	line-height:1.6em;
}

p {
	color:#555;
	margin:0 0 10px 0;
}

a {
	text-decoration:none;
	color:#336699;
}

ol, ul {
	color:#697C83;
}

h1 {
	font-size:130%;
}

h2, h3, h4, h5 {
	font-size:100%;
}

blockquote{
	background: #EEE url(http://softwarelibre.org.bo/mod/template/templates/Default_Template/images/blockquote.png) no-repeat bottom left;
	padding: 10px;
	padding-bottom: 40px;
	margin: 1em;
}

/*
	TABLES IN ELGG
*/

td {
	border:1px solid #eee;
	padding:0;
	margin:0;
}

td h4, h3, h5 {
	padding:0;
	margin:0;
}

/*
	VARIOUS LAYOUTS WITHIN CONTENT-HOLDER
*/

/*
	THE MAIN CONTENT AREA WHEN IT IS A SINGLE PAGE, NO SIDEBAR
*/

div#single-page {
	margin: 0;
	padding: 0 15px 0 0;
	width:900px;
	text-align: left;
	border:1px solid #eee;
}

/*
	THE MAIN CONTENT AREA WHEN THE SIDEBAR IS IN PLACE
*/

div#splitpane-content {
	margin: 0;
	padding: 10px;
	width:680px;
	text-align: left;
	color:#000;
	overflow:hidden;
	min-height:500px;
}

/*
	SIDEBAR: THIS IS ONLY PRESENT WHEN SPLITPANE-CONTENT IS IN USE
*/
div#splitpane-sidebar {
	margin-left:20px;
	background-color:#e5ecf0;
	background-image:url(http://softwarelibre.org.bo/mod/template/templates/Laqha/images/sidebar_contents.jpg);
	background-repeat:repeat-x;
	width:200px;
	float:left;
}

div#sidebar-contents {
    padding:10px;

}

div#sidebar-bottom {
   background:url(http://softwarelibre.org.bo/mod/template/templates/Default_Template/images/sidebar-bottom.gif) no-repeat bottom;
   height:9px;
   width:200px;
   margin:0;
}

/*
	THE SIDEBAR CONTENTS
*/

div#splitpane-sidebar td {
	width: 200px;
	margin:0 0 0 20px;
}

div#splitpane-sidebar ul {
	margin: 0;
	padding:0;
	list-style: none;
}

div#splitpane-sidebar ul li {
	margin:10px 0;
	padding-left: 5px;
}

div#splitpane-sidebar ul li ul li a {
	padding:0;
}

div#splitpane-sidebar h2 {
	text-align:left;
	/*border-bottom:1px solid #ccc;*/
	color:#777;
	font-size:0.9em;
	width:220px;
}

/*
   NEW CSS FOR THE TOOLBAR THAT LIVES IN THE MAIN CONTENT AREA
*/

#content-holder-toolbar {
   float:left;
   margin:0;
   background:#fff;
   border:1px solid #ccc;
   width:150px;
}

/*
	SYSTEM MESSAGES
*/

div#system-message{
	border:1px solid #D3322A;
	background:#F7DAD8;
	color:#000;
	padding:3px 50px;
	margin:20px 20px 0 20px;
}

div#system-message p{
	padding:0px;
	margin:2px;
}

/*
	CLEAR BOTH
*/

.clearing {
	clear:both;
}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/*
	THIS IS THE END OF THE MAIN PAGE COMPONENTS - EVERYTHING BELOW THIS IS ASSOCIATED WITH VARIOUS ELEMENTS
	WITHIN ELGG, THIS INCLUDES THE BLOG CLASSESS, PROFILE, FILES, SIDEBAR WIDGETS, PROFILE WIDGETS ETC.
*/

/*
	BLOGGING ENGINE
*/

.weblog-post {
	margin:20px 0 10px 0;
}

.user {
	float:left;
	margin:5px 10px 10px 0;
	width:105px;
}

.user img {
	border:1px solid #eee;
	padding:2px;
}

.weblog-keywords p a {
	margin:20px 0 0 0;
	padding:0;
	clear:both;
}

.weblog-title {
	margin:10px 0 10px 115px;
}

.post {
	margin:10px 0 10px 115px;
}

.info {
	border-top:1px solid #ccc;
	margin:10px 0 10px 115px;
	clear:both;
}

.info p {
	padding:0 0 0 10px;
	margin:0;
}

.info p a {
	font-size:0.9em;
	color:#555;
}

/* this is the thin line between the actual post and comments */

#comments-divide {
	height:1px;
	background:#ccc;
}

.comment-owner {
	border:1px solid #eee;
	background:#f2f7fb;
	padding:5px;
	margin:20px 0 5px 0;
	height:50px;
	width:550px;
}

.comment-owner img {
	margin:0px 5px 0px 0px;
	text-align:left;
}

.comment-owner a {
	background:#f2f7fb;
}

.comment-owner p {
	padding:0;
	margin:0;
}

/* END OF BLOGGING ENGINE */

/*
	SUB MENU OPTIONS: THESE WILL BE MOVED TO THE NEW SIDEBAR SHORTLY
*/

div#sub-menu p {
	margin:0 0 10px 0;
	padding:0;
	/*background:#efefef;*/
	border:0px solid #ccc;
}


div#sub-menu a {
   padding:3px;
}

/* END OF SUB-MENU DIV */

/*
	INFOHOLDER: this holds profile data, account settings and administration content
*/

.infoholder {
	margin:5px 0 10px 0;
}

.infoholder p {
	padding:5px 0 5px 10px;
}

/* the end of INFOHOLDER */

#tagcloud {
	padding: 15px;
	border: solid 1px #eee;
	background: #f5f5f5;
	line-height:2.9em;
}
	
#tagcloud a {
	text-decoration: none;
}

/*
 PROFILE WIDGETS STUFF
*/

img.profile-photo {
   border:1px solid #eee;
   padding:2px;
}

.profile_main p {
   color:#000;
}

.profile_main p a {
	text-decoration: underline;
}

.profile_main_bottom {
	clear: both;
}

.profile_primary {
	float: left;
	width: 270px;
	margin-top: 10px;
	margin-left: 10px;
}

.profile_secondary {
	float: right;
	width: 360px;
	margin: 10px 0 0 0;
	color:#000;
}

.profile_bio {
	padding-top: 10px;
	background:#efefef;
}

.profile_widgets {
	clear: both;
    width: 760px;
	/*background: #004995;*/
}

.profile_icon img {
	border:1px solid #eee;
	padding:2px 2px 2px 2px;
}

.profile_widgets_left {
	float: left;
	width: 330px;
}

.profile_widgets_right {
	float: right;
	width: 330px
}

/* profile - widgets */

#profile_widgets {
   position:relative;
}

.profile_bio {
   width:244px;
   padding:2px;
}

.widgets_even {
   float:left;
   width:340px;
   margin:0;
   padding:0;
}

.widgets_odd {
   float:right;
   width:340px;
   margin:0;
   padding:0;
}

.widget {
    border: 1px solid #BBDCE9; /*#95BDCD;*/
    margin-bottom: 15px;
    padding: 0;
}

.widget .widget_content {
    padding: 4px 10px 4px 10px;
}

.widget .widget_content h3 {
    padding:0;
    margin:0;
}

.widget .widget_bottom {
     display: block;
     background-color: #E2F0F6; /*#CBE5EF;*/
     margin: 0px;
     padding-left: 10px;
     border-top: 1px solid #BBDCE9;
     font-size:0.8em;
}

.widget .widget_menu ul {
    margin:0 0 0 5px;
	padding:0;
}

.widget .widget_menu ul li {
     list-style:none;
}

.widget .widget_menu ul li a {
     text-decoration:underline;
}

.widget .widget_admin_menu {
    background-color: #E2F0F6;
    padding:2px 0 0 5px;
}

#hidden3, #hidden2, #hidden4, #hidden5 {
  height:20px;
}

.widget .widget_title {
          border:0;
          border-bottom:1px solid #cdcdcd; /*#BBDCE9;*/
          padding:0 2px 0 2px;
          margin:0 0 10px 0;
          color:#000;
	      font-size:1.2em;
	     font-weight:bold;
}

.widget  .widget_content h2 a {
    background:url(http://softwarelibre.org.bo/mod/template/images/icons/arrow.gif) no-repeat left;
    padding:0 0 0 10px;
    font-weight:normal;
}

/*
  COMMENT WALL STUFF
*/

#commentwall {
   background:#fff;
   width:98%;
   padding:5px;
   margin:5px 0 10px 0;
   clear: both;
}

.commentwall_img {
   float:left;
   margin:3px;
   background:#fff;
   border:1 solid #ccc;
}

#commentwall_form_-1 {
  /* Background:#eee;*/
   margin:0 0 5px 0;
   padding:4px;
}

#commentwall_form_-1 textarea {
   width:98%;
   margin5px 0 5px 0;
}

#commentwall_title {
   background:#efefef;
   border-top:1px solid #ccc; /*#4E730C;*/
  width:99%;
   height:20px;
   padding:2px;
   font-size:12px;
}
.commentwall_date {
    font-style:italic;
    font-size:0.8em;
    margin:0 0 10px 0;
    background:#efefef;
    border-bottom:1px solid #D8DFEA;
}

#commentwall #commentwall_title h2 {
   margin:0;
   padding:0;
   font-size:11px;
}

.commentwall_name {
   font-weight:bold;
   /*border-top:1px solid #4E730C;*/
}

.commentwall_details {
   border-top:1px solid #ccc;
   margin-left:70px;
}

.commentwall_name {
   background:#efefef;
}


#commentwall_more {
    text-align:right;
    padding:4px;
    color:#000;
    font-size:10px;
}

#commentwall_more a {
   color:#000;
   text-decoration:underline;
}


.commentwall_replybar {
   border-bottom:1px solid #ccc;
   font-size:11px;
   margin:10px 0 10px 0;
   padding:2px;
   background:#fff;
   text-align:right;
   cursor:pointer;
   color:#b85b5a;
}

.commentwall_replybar p {
   padding:0;
   margin:0 10px 0 0;
}

.commentwall_replybar a {
   padding:0;
   margin:0;
}

#confirm-form {
	width: 70%;
	margin: 30px auto;

	text-align: center;
	font-size: 1.2em;
	border: 1px #eee solid;
	background: #f8f8f8;
}

#confirm-form h3 {
	font-size: 1.2em;
	padding: 10px;
	padding-top: 20px;
}

.infoholder {
    display: inline-block;
    display: block;
}

.infoholder:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

//profile elements
.tabbertab .infoholder .fieldname {
	float: left;
	width: 150px;
}

.tabbertab .infoholder .fieldname h3 {
	display: inline;
	width: 140px;
	padding: 5px;

}

.tabbertab .infoholder .column1 {
    float: left;
	width: 508px;
	padding: 5px;
}

.tabbertab .infoholder .column2 {
    float: left;
	width: 140px;
	padding: 0 5px;
}

input, textarea, select {
	border: 1px #ddd solid;
	color: #555;
}

input:focus, textarea:focus, select:focus {
	border: 1px #ccc solid;
	color: #333;
}

button,
input[type="button"],
input[type="submit"] {
	border-top: 2px #eee solid;
	border-left: 2px #eee solid;
	border-bottom: 2px #888 solid;
	border-right: 2px #888 solid;
	cursor: pointer;
	color: #333;
	padding: 1px 3px;
	margin: 5px 3px;
}

button:active,
input[type="button"]:active,
input[type="submit"]:focus {
	border-top: 2px #888 solid;
	border-left: 2px #888 solid;
	border-bottom: 2px #eee solid;
	border-right: 2px #eee solid;
	color: #888;
}

.input-keywords, .input-mediumtext,.input-longtext,
.input-text, .input-weblogtext {
	width: 95%;
	padding: 4px;
}

.input-keywords,
.input-mediumtext {
	height: 40px;
}

.input-longtext,
.input-weblogtext {
	height: 80px;
}

#new_weblog_post,
#edit_weblog_post {
	height: 240px;
}

#icon {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

#me {
	clear: both;
}

.frontpage-blog-summary {
	padding: 0px 0 15px 5px;
	border-top: 1px #ddd solid;
	clear: both;
}

.frontpage-blog-summary h4 {
	margin:0;
	padding: 0;
}

.frontpage-blog-date {
	float: right;
	font-size: x-small;
	color: #888;
	padding-left: 10px;
}

.frontpage-blog-from {
	font-size: 0.9em;
	font-weight: normal;
}

/* $Id: style.css,v 1.14.2.4 2007/07/09 03:50:59 drumm Exp $ */

/**
 * Garland, for Drupal 5.0
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

/**
 * Generic elements
 */
body {
  margin: 0;
  padding: 0;
  background: #edf5fa;
  font: 12px/170% Verdana;
  color: #494949;
}

input {
  font: 12px/100% "Verdana";
  color: #494949;
}

textarea, select {
  font: 12px/160% "Verdana";
  color: #494949;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link, a:visited {
  color: #027AC6;
  text-decoration: none;
}

a:hover {
  color: #0062A0;
  text-decoration: underline;
}

a:active, a.active {
  color: #5895be;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ul li {
  margin: 0.4em 0 0.4em .5em;
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em;
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em;
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em;
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  /*background: transparent url(http://softwarelibre.org.bo/mod/template/templates/ubuntu07/images/menu-leaf.gif) no-repeat 1px .35em;*/
}

ul li.expanded {
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em;
}

ul li.collapsed {
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em;
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0;
}

fieldset ul.clear-block li {


  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em;
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em;
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0;
}

#watchdog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}

/**
 * Layout
 */
#header-region {
  min-height: 1em;
  background: #d2e6f3 url(images/bg-navigation.png) repeat-x 50% 100%;
}

#header-region .block {
  display: block;
  margin: 0 1em;
}

#header-region .block-region {
  display: block;
  margin: 0 0.5em 1em;
  padding: 0.5em;
  position: relative;
  top: 0.5em;
}

#header-region * {
  display: inline;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}

/* Avoid displaying content of script tags */
#header-region script {
  display: none;
}

#header-region p, #header-region img {
  margin-top: 0.5em;
}

#header-region h2 {
  margin: 0 1em 0 0;
}

#header-region h3, #header-region label, #header-region li {
  margin: 0 1em;
  padding: 0;
  background: none;
}

#wrapper {
  background: #edf5fa url(images/body.png) repeat-x 50% 0;
}

#wrapper #container {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#wrapper #container #header {
  height: 80px;
}

#wrapper #container #header #logo-floater {
  position: absolute;
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  line-height: 120px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

#wrapper #container #header h1 span {
  font-weight: bold;
}

#wrapper #container #header h1 img {
  padding-top: 16px;
  padding-right: 20px;
  float: left;
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {
  min-width: 980px;
}
/* With 2 columns, require a minimum width of 800px. */
body.sidebar-left, body.sidebar-right {
  min-width: 780px;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  float: left;
  width: 100%;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {
  margin-left: -210px;
}
body.sidebar-right #center {
  margin-right: -210px;
}
body.sidebars #center {
  margin: 0 -210px;
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
  margin-left: 210px;
}
body.sidebar-right #squeeze {
  margin-right: 210px;
}
body.sidebars #squeeze {
  margin: 0 210px;
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  margin: 60px 0 5em;
  width: 210px;
  float: left;


  z-index: 2;
  position: relative;
}

#wrapper #container .sidebar .block {
  margin: 0 0 1.5em 0;
}

#sidebar-left .block {
  padding: 0 15px 0 0px;
}

#sidebar-right .block {
  padding: 0 0px 0 15px;
}

.block .content {
  margin: 0.5em 0;
}

#sidebar-left .block-region {
  margin: 0 15px 0 0px;
}

#sidebar-right .block-region {
  margin: 0 0px 0 15px;
}

.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #b4d7f0;
  text-align: center;
  font-size: 1.3em;
}

/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #squeeze {
  background: #fff url(images/bg-content.png) repeat-x 50% 0;
  position: relative;
}

#wrapper #container #center .right-corner {
  background: transparent url(images/bg-content-right.png) no-repeat 100% 0;
  position: relative;
  left: 10px;
}

#wrapper #container #center .right-corner .left-corner {
  padding: 60px 25px 5em 35px;
  background: transparent url(images/bg-content-left.png) no-repeat 0 0;
  margin-left: -10px;
  position: relative;
  left: -10px;
  min-height: 400px;
}

#wrapper #container #footer {
  float: none;
  clear: both;
  text-align: center;
  margin: 4em 0 -3em;
  color: #898989;
}

#wrapper #container .breadcrumb {
  position: absolute;
  top: 15px;
  left: 35px;
  z-index: 3;
}

body.sidebar-left  #footer {
  margin-left: -210px;
}

body.sidebar-right #footer {
  margin-right: -210px;
}

body.sidebars #footer {
  margin: 0 -210px;
}

/**
 * Header
 */
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  color: #fff;
  font-weight: normal;
  text-shadow: #1659ac 0px 1px 3px;
  font-size: 1.5em;
}

#wrapper #container #header h1 a:hover {
  text-decoration: none;
}

#wrapper #container .breadcrumb {
  font-size: 0.92em;
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
  color: #529ad6;
}

#mission {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

/**
 * Primary navigation
 */
ul.primary-links {
  margin: 0;
  padding: 0;
  float: right;
  position: relative;
  z-index: 4;
}

ul.primary-links li {
  margin: 0;
  padding: 0;
  float: left;
  background-image: none;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #fff;
  background: transparent url(images/bg-navigation-item.png) no-repeat 50% 0;
}

ul.primary-links li a:hover, ul.primary-links li a.active {
  color: #fff;
  background: transparent url(images/bg-navigation-item-hover.png) no-repeat 50% 0;
}

/**
 * Secondary navigation
 */
ul.secondary-links {
  margin: 0;
  padding: 18px 0 0;
  float: right;
  clear: right;
  position: relative;
  z-index: 4;
}

ul.secondary-links li {
  margin: 0;
  padding: 0;
  float: left;
  background-image: none;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #cde3f1;
  background: transparent;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active {
  color: #cde3f1;
  background: transparent;
}

/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

#tabs-wrapper {
  margin: 0 -26px 1em;
  padding: 0 26px;
  border-bottom: 1px solid #e9eff3;
  position: relative;
}
ul.primary {
  padding: 0.5em 0 10px;
  float: left;
}
ul.secondary {
  clear: both;
  text-align: left;
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}
h2.with-tabs {
  float: left;
  margin: 0 2em 0 0;
  padding: 0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px;
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
}

ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  background: url(images/bg-tab.png) repeat-x 0 50%;
  color: #fff;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/**
 * Nodes & comments
 */
.node {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -26px 1.5em;
  padding: 1.5em 26px;
}

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 1em;
  background-image: none;
}

.node .links, .comment .links {
  text-align: left;
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right;
  clear: right;
  padding-left: 1em;
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right;
}

.terms {
  float: right;
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -25px 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}

.indented {
  margin-left: 25px;
}

.comment h3 a.active {
  color: #494949;
}

.node .content, .comment .content {
  margin: 0.6em 0;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}
td.menu-disabled {
  opacity: 0.5;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em;
  background: url(images/menu-expanded.gif) no-repeat 0% 50%;
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%;
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left;
  padding-right: 20px;
}

#block-node-0 img, .feed-icon {
  float: right;
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right;
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left;
  width: 48%;
}
div.admin .right {
  float: right;













  width: 48%;
}

div.admin-panel {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

/**
 * CSS support
 */
span.clear {
  display: block;
  clear: both;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
}

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #3a3;
  border-color: #c7f2c8;
}

div.error {
  color: #c52020;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #494949;
}

/**
 * Watchdog.module
 */
tr.watchdog-user {
  background-color: #fcf9e5;
}

tr.watchdog-user td.active {
  background-color: #fbf5cf;
}

tr.watchdog-content {
  background-color: #fefefe;
}

tr.watchdog-content td.active {
  background-color: #f5f5f5;
}

tr.watchdog-warning {
  background-color: #fdf5e6;
}

tr.watchdog-warning td.active {
  background-color: #fdf2de;
}

tr.watchdog-error {
  background-color: #fbe4e4;
}

tr.watchdog-error td.active {
  background-color: #fbdbdb;
}
tr.watchdog-page-not-found, tr.watchdog-access-denied {
  background: #d7ffd7;
}
tr.watchdog-page-not-found td.active, tr.watchdog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}



body {
	margin: 0;
	padding: 0;
	background: #597b96; /*url(http://electrica.open-keyos.org/otros/bg-page.png) repeat-x top;*/
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	background-color: #fff;
	max-width: 950px;
	min-width: 750px;
	margin: 0 auto;
	position: relative;
}
#topl {
	width: 100%;
	height: 27px;
	background: #fff url(http://electrica.open-keyos.org/otros/top-left.png) no-repeat top left;
}
#topr { 
	background: transparent url(http://electrica.open-keyos.org/otros/top-right.png) no-repeat top right;
	height: 27px;
}
#contentl {
	background: #fff url(http://electrica.open-keyos.org/otros/bg-body-left.png) repeat-y top left;
	padding-left: 15px;
}
#contentr {
	background: transparent url(http://electrica.open-keyos.org/otros/bg-body-right.png) repeat-y top right;
	padding: 70px 15px 0 215px; 
}
#contentpadding {
	float: left;
	width: 100%;
}
#leftsidebar {
	position: absolute;
	left: 0px;
	top: 135px; /* 170px + 18px */
	width: 190px;
	z-index: 100;
}
#contentpadding, #leftsidebar {
	padding-top: 18px;
}
h1 {
	padding: 0;
	margin: 0;
}
#header {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	height: 100px;
	padding: 0 15px;
}
#header h1 a {
	text-overflow: clip;
background: #fff url(http://electrica.open-keyos.org/otros/logo.png) no-repeat top left;
	width: 339px;
	height: 100px;
	display: block;
	text-indent: -3000px;
}
#header a {
	color: #656565;
	text-decoration: none;
	font-size: 80%;
	border-bottom: 1px dotted #fff;
}
#header li a:hover {
	border-bottom: 1px dotted #656565;
}
#header ul {
	display: block;
	margin: 0;
	padding: 0 0px .5em 0px;
	position: absolute;
	top: 0px;



	right: 15px;

}

#header ul ul {
	padding-bottom: 0;
}
#header li {
	display: block;
	float: left;
	margin: 0 18px 0 0;
	/* text-indent: 13px; */
	padding-bottom: 0;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 1.1em;
	position: relative;
}
#header li.last {
	margin: 0;
}
#header li ul {
	position: absolute;
	background-color: #fff;
	border: 1px solid #D3CAAA;
	width: 10em;
	left: -999em;
	top: 1.1em;
	z-index: 100;
	font-size: 90%;
}
#header li:hover ul {
	left: 0;
	z-index: 1000;
}
#header li ul li {
	background-image: none;
	text-indent: 0;
	width: 100%;
	padding: 0;
	margin: 0;
}
#header li ul li a {
	display: block;
	width: 100%;
	padding: .2em 0;
	text-indent: .2em;
}
#header li ul li a:hover,#header li ul li a:active {
	color: white;
	background-color: #D3CAAA;
}
#header #searchbox {
	position: absolute;
	top: 20px;
	right: 15px;
}
#masthead {
	height: 116px;
	background: #fff url(images/masthead-bg-fridge.png) repeat-x left; 
	width: 100%;
}
#mastheadleft {
	float: left;
	background-color: #fff;
}
#mastheadcap {
	background-color: #fff;
	float: right;
}
#masthead h1 {
	background: #fff url(images/masthead-text-fridge.png) no-repeat left;
	width: 186px;
	height: 116px;
	margin: 0;
	padding: 0;
	font-size: 10px;
	float: left;
	text-indent: -3000px;
	text-overflow: clip;
}
img {
	border: none;
}

/* navigation
 *
*/
#breadcrumb {
	font-size: 80%;
	border-bottom: 1px dotted #656565;
}
#breadcrumb h3 {
	font-size: 90%;
	color: #DB0800;
	display: inline;
	padding-right: 1em;
}
.block h2.title {
	font-size: 100%;
	padding: .4em 0 0 0;
	margin: 0;
	color: #DB0800;
}
span.taxonomy {
        display: none;
}
/* both left and right side menus */
ul.menu {
	/* font-size: 80%;*/
	padding: 0 0 0 .2em;
	margin-left: 0;
}
ul.menu li {
	display: block;
	text-indent: 17px;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	list-style: none;
}
ul.menu a {
	color: #474747;
	display: block;
	width: 100%;
	text-decoration: none;
	padding: .2em 0;
}
ul.menu a:active, ul.menu a.active {
	color: #D20000;
}
/* right side menu only */
#rightsidebar div.block {
	padding: 12px;
	font-size: 80%;
}

/* left side menu only */
#leftsidebar ul.menu li {
	/*background-image: url(http://softwarelibre.org.bo/mod/template/templates/ubuntu07/images/bullet-triangle.png);*/
	background-repeat: no-repeat;
	background-position: 0 .7em;
}
#leftsidebar ul.menu a {
	/*border-bottom: 1px dotted #656565;*/
}
#leftsidebar ul.menu li.expanded {
	/*background-image: url(http://softwarelibre.org.bo/mod/template/templates/ubuntu07/images/bullet-triangle-down.png);*/
}
#leftsidebar ul.menu li.expanded ul {
	padding: 0;
}
#leftsidebar ul.menu li.expanded li {
	background-color: #F0EEEB;
	background-image: url(http://softwarelibre.org.bo/mod/template/templates/ubuntu07/images/bullet-triangle2.png);
	background-position: 1.3em .7em;
	font-size: 110%;
	text-indent: 2.4em;
}
#leftsidebar ul.menu li.expanded li ul {
	padding-left: 1.5em;
}
#leftsidebar ul.menu li.expanded li ul li {
	background-image: none;
}
#leftsidebar ul.menu li.expanded li a {
	border-bottom-style: none;
}
#leftsidebar ul.menu li.expanded {
	/*border-bottom: 1px dotted #656565;*/
}
#leftsidebar ul.menu ul.menu li.expanded {
	border-bottom-style: none;
}
#hotlinks_fancy {
	margin: 0 0;
	font-size: 80%;
}
#hotlinks_fancy {
	margin-bottom: 1em;
	position: relative;
	background-image: url(http://softwarelibre.org.bo/mod/template/templates/ubuntu07/images/hotlinks-bg.png);
	background-repeat: no-repeat;
	background-position: bottom right; 
	border-bottom: 1px dotted #fff;
	padding-right: 1em;
	/*border-top: 1px solid white; /* needed to make ie6 behave */
}
#hotlinks_fancy a {
	color: #BD0901;
	display: block;
	margin-left: 52px;
	text-decoration: none;
}
#hotlinks_fancy p {
	margin: .5em 5px;
	font-size: 90%;
	padding-bottom: 1em;
}
#hotlinks_fancy p a {
	display: inline;
	margin: 0;
}
div.block-event { /*
	background: #fff url(http://softwarelibre.org.bo/mod/template/templates/ubuntu07/images/hotlinks-bg.png) no-repeat bottom right; */
}
.item-list ul {
	margin: 0;
	padding: 10px 0 0 0;
}

.sidebar-block li, .item-list li {
	font-size: 90%;/*
	list-style: none; 
	background-image: url(http://fridge.ubuntu.com/sites/default/modules/event/images/ical16x16.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px; */
	border-bottom: 1px dotted #656565;
	line-height: 1.5em;
	height: 1.5em;
	overflow: hidden;
}
.sidebar-block li a, .item-list li a {
	color: #474747;
	text-decoration: none;
}
.event-timeleft {
	color: #999;
	font-size: 80%;
	padding-left: 5px;
}
#leftsidebar .more-link a {
	color: #BD0901;
	text-decoration: none;
	display: block;
	padding-left: 20px;
}
#footer {
	clear: both;
}
/* end navigation */

/* overide drupal styles */
.node {
	margin: inherit;
	margin: 0;
	padding: 0 0 0 0;
}

#contentpadding form {
	clear: both;
}
.clear {
	clear: both;
}
hr.clear {
	background-color: #fff;
}
.clear-block {
	display: block;
}

ul.tabs li {
	display: inline;
}
#tabs-wrapper {
	margin: inherit;
	padding: inherit;
}
a:link { /* leaving visited links a lighter blue */
	color: #336699;
}

/* custom */
.sidebar p {
margin: 0.2em 0;
}
.usermenu p {
    padding-left: 1em;
}

.usermenu a {
display: block;
}

.usermenu a:hover {
background: #eee;
}
/*********************** sidebar*****************/
/*************************** Sidebar ****************************/
div#sidebar-top {
	width:200px;
	height:10px;
	background-image:url(http://softwarelibre.org.bo/mod/template/templates/Laqha/images/sidebar_corner_top.jpg);
}
div#sidebar-bottom {
	width:200px;
	height:10px;
	background-image:url(http://softwarelibre.org.bo/mod/template/templates/Laqha/images/sidebar_corner_bottom.jpg);
}
/**************************** Footer **************************/

div#footer-inner {
	color:#ffffff;
}
div#footer-inner a {
	display:inline;
	color:#ffffff;
}
div#footer-inner img{
	display:inline;
}
div#footer-inner p{
	text-align:right;
}
div#footer {
	width:100%;
}
div#footer-inner {
	width:900px;
	margin:0px auto;
}
div#content_bottom {
	float:left;
	background-color:#f4f8f9;
}
div#content_bottom_left {
	float:left;
	width:25px;
	height:25px;
	background-image:url(http://electrica.open-keyos.org/otros/content_bottom_left.jpg);
	
}
div#content_bottom_center {
	float:left;
	width:900px;
	height:25px;
	background-image:url(http://electrica.open-keyos.org/otros/content_bottom_center.jpg);
	
}
div#content_bottom_right {
	float:left;
	width:25px;
	height:25px;
	background-image:url(http://electrica.open-keyos.org/otros/content_bottom_right.jpg);
	
}