/** 
 * Standard CSS file
 * 
 * 
 * @project   Weltendom project
 * @version   2.0
 * @package   xhtml-css
 * @author    Timo Pietsch
 * @copyright 2009 by Timo Pietsch
 *
 *
 * This file is available all over the project.
 *
 * Please do not edit this file.
 * For changes related to the current project, use
 * >> application.css
 *
 */



/** 
 * Reset html(5) elements
 * 
 * @section reset
 *
 */
  
*, html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr,
article, aside, audio, bb, canvas, datagrid, datalist,
details, dialog, eventsource, figure, footer, header, mark,
menu, meter, nav, output, progress, section, time, video {
	margin: 0px;
	padding: 0px;
}

article, aside, audio, bb, canvas, datagrid, datalist,
details, dialog, eventsource, figure, footer, header, mark,
menu, meter, nav, output, progress, section, time, video {
  display: block;
}



/**
 * Standard styling
 *
 * @section standard appeariance
 *
 */

body {
	background-color: transparent;
	font-family: 'Lucida Grande', 'Lucida Sans', Tahoma, Arial, Verdana, sans-serif;
 	font-size: 12px;
	color: #333333;	
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
	vertical-align: top;
}

ul, ol {
	list-style-type: none;
}

.last_row {
	margin-bottom: 0px !important;
}

.last_in_row {
	margin-right: 0px !important;
}

.right {
	float: right;
}

.left {
	float: left;
}



/**
 * Clearfix
 *
 * @section clearfix
 *
 */

.clear {
	clear: both;
}

.clear_right {
	clear: right;
}

.clear_left {
	clear: left;
}

.clear:after {
  clear: both;
	visibility: hidden;
	display: block;
	height: 0;
	content: ".";
}



/**
 * Clearfix for IE
 *
 * @bugfix
 * @affected ie6, ie7
 */

*+html .clear {
	zoom: 1;
}

* html .clear {
	height: 1%;
}
