/* $Id:$ */
/**
 * Drupal theme for Lipicai.com
 *
 * @file defaults.css
 *   Stylesheet for generic HTML and Drupal elements.
 *
 * @copyright Copyright (C) 2010, Attila Beregszaszi
 *   attila [at] frontseed [dot] com
 *   All rights reserved!
 *
 *   Original version developed by papi 2010.05.30
 */

/****************************************
 * HTML element styles
 ****************************************/

tr.even, tr.odd {
  background: transparent;
}
img {
  border: none;
}

/* Generic classes */
.hidden-text {
  left: -9999px;
  position: absolute;
}

.float-left {
  float: left;
}
.float-right {
  float: right;
}

#main-inner .content .view img {
  margin: 0;
}

/****************************************
 * TinyMCE, IMCE overrides
 ****************************************/
body#tinymce,
body.mceContentBody {
  background: #fff;
  text-align: left;
}
body#tinymce td {
  color: #000;
}
body.imce a:link,
body.imce a:visited {
  color: #009;
}


/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
