*
Theme Name: K2
Theme URI: http://getk2.com
Description: Configure from the <a href="themes.php?page=functions.php">K2 Options Panel</a>. Visit the <a href="http://getk2.com/forum">support forums</a>, <a href="http://k2.stikipad.com/docs/show/">the wiki</a> or <a href="http://code.google.com/p/kaytwo/issues/list">the bug tracker</a>.</p><p><small>Developed by <a href="http://binarybonsai.com">Michael</a>, <a href="http://chrisjdavis.org">Chris</a>, <a href="http://zeo.unic.net.my">Zeo</a>, <a href="http://stevelam.org">Steve</a> and <a href="http://nybblelabs.org.uk">Ben Sherratt</a>. Protected by <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.</small>
Version: 0.9.1
Author: Various Artists
Author URI: http://binarybonsai.com

CSS Documentation: http://k2.stikipad.com/docs/show/CSS+Overview
*/



/*- Page Structure */

.entry-meta a.node_read_more {font-weight:bold; color:green}

html { /* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

* {
	padding: 0;
	margin: 0;
	}

img {
	border: 0;
	}

body {
	font: 75% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #575756;
	backgroound: #eff7e5;e1f0ce;

	text-align: center;
	margin: 0px;
	x_background: white url("images/fondo_arb.jpg") fixed no-repeat right bottom;
	}

#page {
	background: transparent;
	text-align: left;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0px 0 10px 0;
	position: relative;
	width: 970px;
	boorder: 1px solid #ddd;
	border--top: none;

	}

* html #page { width: 970px } /* IE hack */

#header {
	padding: 0;
	margin: 0 0px;
	position: relative;
	height: 100px;
	padding-bottom: 20px;
	}

#primary {
	width: 650px;
	float: left;
	padding: 10px 0 20px;
	margin: 0 10px 0 10px;
	display: inline;
        overflow: hidden;
	}

.k2-secondary {
	font-size: 1em;
	line-height: 1.5em;
	padding: 5px 0;
	margin: 0 0 0 15px;
	width: 130px;
	color: #666;
	position: relative;
	float:left;
	}

.k2-secondary-right {
	font-size: 1em;
	line-height: 1.5em;
	padding: 5px 0;
	margin: 0 0 0 15px;
	width: 130px;
	color: #666;
	position: relative;
	float:right;
	}

.comments {
	text-align: left;
	padding: 30px 0 0;
	position: relative;
	}

/*- Main Menu in Header */

ul.k2menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	leeft: -20px;
	width: 920px;
	background-color: #8bc63e;
	}

ul.k2menu li {
	display: inline;
	margin: 0;
	}

ul.k2menu,
ul.k2menu li a {
	padding: 5px 15px 6px;
	}

ul.k2menu li a {
	font-size: 1em;
	color: white;
	margin: 0;
	}

ul.k2menu li a:hover {
	background: green;
	color: #eee !important;
	text-decoration: none;
	}

ul.k2menu li a.active,
ul.k2menu li a.active:hover {
	color: green !important;
	background: white;
	text-decoration: none;

	}

a img,:link img,:visited img { border:none }

/*- Headings */

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	}

h1 { /* H1 is the title in the header */
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 75px 40px 0;
	}

h1, h1 a, h1 a:hover, h1 a:visited,
#header .description {
	text-decoration: none;
	color: white;
	}

h1 a:hover {
	text-decoration: underline;
	}

#header .description { /* Description in header */
	font-size: 1em;
	margin: 0 40px;
	}

h2 { /* H2 is entry headlines. */
	font-size: 2.4em;
	font-weight: normal;
	letter-spacing: -1px;
	color: green:
	}

.k2-secondary h2, .k2-secondary-right h2  { /* Secondary H2 is sidebar headlines */
	font-size: 1.2em !important;
	font-weight: normal !important;
	padding: 0 !important;
	display: inline;
	}

#primary h2, #primary h3, #primary h4, .single #primary { /* H3 is comments and replyform headlines */
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	}

#primary .entry-content h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 25px;
	}

#primary .entry-content h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 25px;
	}

.sticky .entry-head {
	margin-top: -70px;
	z-index: 11;
	position: relative;
	}

body.page .entry-content h2 {
	font-size: 1.7em;
	display: block;
	padding: 15px 0 0;
	}

body.page .entry-content h3 {
	font-size: 1.5em;
	display: block;
	padding: 15px 0 0;
	}

.k2-secondary div, .k2-secondary-right div {
	margin: 20px 0 0;
	padding: 0;
	position: relative;
	}
	
.k2-secondary span a, .k2-secondary span a:visited, .k2-secondary-right span a, .k2-secondary-right span a:visited {
	color: #999;
	font-weight: normal;
	}

.comment-meta {
	margin: 0 15px 0 0;
	float: none;
	}

.k2-secondary span a, .k2-secondary-right span a  {
	margin-left: 10px;
	}

body.page .entry-edit {
	position: absolute;
	right: 0;
	margin-top: -15px;
	}

.entry-edit a {
	border: none;
	padding: 2px;
	padding-left: 23px;
	margin-left: 10px;
	background: url('images/pencil.png') left center no-repeat;
	height: 16px;
	}

.comment-meta .links {
	border: none;
	padding: 2px;
	padding-left: 23px;
	margin-left: 10px;
	background: url('images/comment_edit.png') left center no-repeat;
	height: 16px;
	}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: green;
	}

h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited,
h4, h4 a, h4 a:hover, h4 a:visited {
	text-decoration: none;
	}

.entry-meta { /* Time and category for blog entries */
	font-size: 1em;
	display: block;
	margin-top: 1px;
	color: #bbb;
        clear:both;
	}

.entry-meta a, .comment-meta a {
	color: #777;
	}

.chronodata, .clase-created, .views-content-created {
	padding: 2px 0 2px 20px ;
	background: url('images/time.png') left center no-repeat;
	}

.views-content-created {
	margin-left: 20px;
	}
.clase-created {
  font-size: x-small;
}

a.comment_add, a.comment_comments {
	padding: 2px 0 2px 20px;
	background: url('images/comment.png') left center no-repeat;
	margin-left: 10px;
	}

/*- Primary Contents */

.hentry {
	margin: 0;
	padding: 5px 0 15px;
	position: relative;
	}

.entry-content {
	font-size: 1.0em;
	line-height: 1.7em;
	text-align: justify;
	color: #555;
	}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content div,
.entry-content blockquote {
	margin: 13px 0;
	}

.comment-content {
	padding: 10px 0;
	font-size: 1.2em;
	line-height: 1.8em;
	}

.comment-content p,
.comment-content ul,
.comment-content ol,
.comment-content div,
.comment-content blockquote {
	margin: 13px 0;
	}

.comment-meta {
	padding: 2px 0 2px 20px;
	background: url('images/time.png') left center no-repeat;
	display: block;
	}

#comments li img {
	padding: 0;
	border: none;
	}

.commentauthor {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
	}

#comment-form {
	clear: both;
	padding: 1px 0 10px;
	margin: 0;
	}

#comment-form input[type=text], #comment-form textarea {
	font: 1.2em 'Courier New', Courier, Monospace;
	padding: 3px;
	color: #777;
	}

input[type=text]:focus, textarea:focus {
	background: #fff;
	color: #333;
	border-color: #666;
	}

#comment-form input[type=text] {
	width: 45%;
	margin: 5px 5px 1px 0;
	}

#comment-form textarea {
	height: 250px;
	width: 100%;
	margin: 10px 0;
	}

#comment-form .form-submit {
	margin: 0;
	float: right;
	}

#footer {
	text-align: center;
	background: white url("images/pie_c.jpg") scroll repeat-x right bottom;
height: 127px;
	}

#footer a {
	color: #eee;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: black;
	}

/*- Links */

#primary a:hover, #primary a:visited:hover,
.k2-secondary a:hover, .k2-secondary a:visited:hover {
	text-decoration: underline;
	}

h2 a:hover, h2 span a:hover {
	color: green !important;
	}

a {
	color: darkgreen;#8bc63e ;#27d;
	text-decoration: none;
	}

.entry-content a:visited {
	color: #b41;
	}

/*- Various Tags and Classes */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

#primary .entry-content img {
	margin: 0 5px;
	padding: 4px;
	x-border: 1px solid #ccc;
	max-width: 100%;
	x-moz-border-radius: 10px;
	}

.center {
	text-align: center;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright, img[align="right"] {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft, img[align="left"] {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
img.noborder {
	border: none !important;
	}

small {
	font-size: 0.75em;
	line-height: 1.5em;
	}

small, strike {
	color: #ddd;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Monospace;
	}

acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	border-bottom: 1px dashed #999;
	cursor: help;
	}

.chronodata abbr { border: 0; }

blockquote {
	margin: 20px 0;
	padding: 0 20px 0 50px;
	color: #333;
	background: #fff url('images/quote.png') no-repeat 10px 0;
	border: none;
	}

hr {
	display: none;
	}

.navigation {
	text-align: left;
	margin: 10px 0;
	padding: 0;
	width: 100%;
	}

#comments .navigation {
	margin: 10px 0;
	}

.navigation .left {
	float: left;
	width: 50%;
	text-align: left;
	}

.navigation .right {
	float: right;
	width: 50%;
	text-align: right;
	}

.navigation p {
	margin: 0;
	padding: 0;
	}

.navigation a {
	color: #999;
	}

.alert {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	}


/*- Begin Lists */
.entry-content ol, .entry-content ul {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry-content ol li, .entry-content ul li {
	margin: 0 0 3px;
	padding: 0;
	}

.k2-secondary div p {
	margin-top: 0.5em;
	}

.k2-secondary ul, .k2-secondary ol, .k2-secondary div div {
	margin: 5px 0 0;
	padding-left: 0;
	}

.k2-secondary ol {
	margin-left: 15px;
	}

.k2-secondary ul li, .k2-secondary ol li {
	margin: 0;
	padding: 1px 0;
	}
	
.k2-secondary ul li {
	list-style-type: none;
	list-style-image: none;
	}

ol li {
	list-style: decimal outside;
	}

.sb-links ul li {
	margin-top: 20px;
	}

.sb-links ul ul li {
	margin-top: 0;
	}

/*- Search Form and Livesearch */

#search-theme-form {
	margin-top: 20px;
	display: block;
	position: relative;
	}

#search h2 {
	display: none;
	}

input[type=text], textarea {
	color: #444;
	padding: 1px;
	margin: 0;
	}

/* Drupal specifics */

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.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em;
}

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(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;
}

dl {
  margin: 0.5em 0 1em 1.5em;
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em;
}

.comment-meta ul.links{
	display: inline;
  	margin: none; 
}

.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;
  x_background: 0;
}

.medio-sticky {
  position: relative;
  border: 1px solid #dbdbdb;
  padding: 10px;
  z-index: 5;
  left: 3px;
  margin-bottom: 1em;
  width: 625px;
}
#block-views-destacado-block_2 .medio-sticky {
  width: 625px;
}
.sticky {
  position: relative;
  padding: 5px 5px 5px 40px;
  background-color: #f6f6f6;
  z-index: 1;
}

#block-views-destacado_2-block_2 .medio-sticky {
  position: relative;
  border: 1px solid #dbdbdb;
  padding: 10px;
  z-index: 5;
  left: 3px;
  width: 296px;
  float: left;
  margin-bottom: 1em;
}

#block-views-destacado_2-block_2 .views-row-first .medio-sticky {
  margin-right: 10px;

}
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left;
}

.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;
}

/* Peace and forgiveness */
/* Learn more about the other K2: http://en.wikipedia.org/wiki/K2 */
.block-search .container-inline .form-submit {
	width: 32x;
        background: transparent url(images/lupa.png) no-repeat scroll left bottom ;
	height: 30px;
  color:transparent;
  width: 32px; 
  border: none;
}

.taxonomy_term_1 {
  visibility: hidden;
  display: none;
}
.imagecache-280x210  {
 float: left; 
 border: none;
}
.entry-meta {clear:both;}

#sidebar-top {
 float: left;
 width: 300px;
}
#edit-search-block-form-1-wrapper {
  font-size:0;
}
input[type="text"], textarea {
  color:#444444;
  margin:0;
  padding:1px;
  width:250px;
  border:1px solid lightgray;
  -moz-border-radius:5px
}
#block-search-0 {
 margin: 15px 2px; 
}

.fora-sticky {
  position: relative;
  background: transparent url("images/destaca.png") scroll no-repeat 0px 0px;
  padding: 3px;
  z-index: 10;
  height: 103px;
  top: -25px;
  left: -61px;
}

#block-views-destacados_resto-block_1 {
  background: url("/sites/arbore.org/themes/arbore_marga/images/toma_nota.png") no-repeat scroll 0 0 transparent;
  margin-bottom: 1em;
  padding: 10px;
  line-height: 2em;
  clear: both;
  height: 145px;
}
#block-views-destacados_resto-block_1 .view-content {
  margin-left: 30px;
}
#footer_top {
  margin: auto;
  width: 970px;
}
#f_t {
  height: 100px;
  background: white url("images/froitas.jpg") scroll repeat-x right bottom;
}
#f_r {
  height: 127px;  
  width: 127px;  
  background: white url("images/100n.jpg") scroll no-repeat right bottom;
  float: left
}
#f_l {
  height: 127px;  
  width: 198px;  
  background: white url("images/arb.jpg") scroll no-repeat right bottom;
  float: right
}
#f_c {
  width: auto;
  padding-top: 20px;
}
.view-frontpage .views-row {
  padding: 10px;
  -moz-border-radius: 10px;
  border:1px solid #E0E5FB;
  margin-bottom: 1em;
  overflow:auto;
}
.clase-field-imaxen-fid-1 {
  float: left;
  margin-right:10px;
}

.clase-view-node {
  text-align: right; 
}
.clase-teaser {
  margin: 5px; 
  font-size: smaller;
}

.clase-title {
  font-weight: bold;
}

p {
  text-align:justify;
}

.view-frontpage .clase-title {
  font-size:1.5em;
}

#block-block-40{
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  padding: 5px 0px;
}

#block-block-41 img{
  clear:left;
  margin-bottom:15px;

}
#block-block-41 ul{
  list-style-type: none;
  padding-left: 75px;
  font-size:12px;
}

#block-views-novas_destacadas-block_1 {
  background: url("/sites/arbore.org/themes/arbore_marga/images/destacadas_slide.png") no-repeat scroll 0 0 transparent;
  margin-bottom: 20px;
}
#block-views-novas_destacadas-block_1 .views-content-title {
  font-weight:bold;
}
#views_slideshow_thumbnailhover_main_novas_destacadas-block_1 {
  padding: 20px;
  float: left;
}
.view-novas-destacadas .activeSlide {
  background-color: #eee;
}
.views-slideshow-controls-bottom {
  margin-left: 420px;
  padding-top: 60px;
  margin-right: 20px;
}
#views_slideshow_thumbnailhover_controls_novas_destacadas-block_1 {
  margin-top: -40px;
}

