/* LAYOUT */
/* ----------------------------------------- */

/* Presentational classes generated by WordPress */
.aligncenter	{ display: block; margin: 0 auto; }
.alignleft		{ float: left; margin: 0 20px 20px 0; }
.alignright		{ float: right; margin: 0 0 20px 20px; }
.wp-caption		{ border: 1px solid #999; text-align: center; background: #eee; padding: 10px; margin: 10px; }

* {
margin: 0;
}

.wf-loading { 
	opacity:0; 
} 

.wf-active{ 
	opacity:1; 
	-moz-transition:0.2s opacity ease-in; 
	-webkit-transition:0.2s opacity ease-in; 
	transition:0.2s opacity ease-in; 
}

.ir {
	display:block;
	text-indent: -9999px;
	width: 0px;
	height: 0px;
	margin-bottom: 0px !important;
}

html {
	height: 100%;
}

#wrapper {
	min-height: 100%;
	margin: 0 auto;
	width: 960px;
}

#homeWrapper {
	margin: 0 auto;
	width: 960px;
}

#main {
	padding-bottom: 34px;
}

body {
	background: #f7f5f5;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	height: 100%;
	color: rgb(71,79,77);
}

h1, h2, h3, h4, h5 {
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h1 {
	font-size:1.7em;
	
}

.wf-active h1 {
	font-family: raleway, Arial, sans-serif;
	font-size: 1.9em;
	font-weight: 200;
	letter-spacing: 4px;
}

h2 {
	font-size: 1.5em;
}

.wf-active h2 {
	font-family: raleway, Arial, sans-serif;
	font-size: 1.6em;
	font-weight: 300;
	letter-spacing: 3px;
}

h3 {
	font-size: 1.3em;
}

.wf-active h3 {
	font-family: raleway, Arial, sans-serif;
	font-size: 1.4em;
	font-weight:300;
	letter-spacing: 2px;
}

p { 
	font-size: 1.2em;
}

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

a:hover {
	color: rgb(110,110,110);
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

div#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

header#mainHeader {
	background: rgb(243,241,239);
	background: rgba(255,255,255,0.8);
	padding: 15px 13px;
	margin-bottom: 20px;
}

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

header#mainHeader h1 {
	margin-bottom: 0;
}

header#mainHeader h1 a{
	display: block;
	width: 940px;
	height: 150px;
	background: url(../images/logo-new.png) no-repeat;
	text-indent: -9999px;
}

header#mainHeader nav {
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	margin-top: 20px;
	float: left;
	width: 650px;
}


.wf-active header#mainHeader nav {
	font-family: raleway;
	font-size: 1.6em;
	font-weight: 300;
	letter-spacing: 2px;
}

header#mainHeader nav ul li {
	float: left; 
	display: inline;
	margin-left: 20px;
}

header#mainHeader nav ul li.first {
	margin-left: 12px;
}

header#mainHeader nav ul li a {
	margin-right: 20px;
	color: rgb(71,79,77);
	text-decoration: none;
}

header#mainHeader nav ul li a:hover {
	color: #a3a9a9;
}

img.divider {
	margin-bottom: -2px;
}

header#mainHeader form#searchform {
	margin: 14px 0 0 765px;
}

div#searchContainer {
	height: 20px;
}

header#mainHeader input#searchButton {
	margin: 0 0 -5px -33px;
	background: #333;
	height: 100%;
}

header#mainHeader form#searchform input#s {
	width: 150px;
	color: rgb(150,150,150);
	font-size: 1em;
	height: 15px;
	font-family: raleway;
	font-weight: 500;
	letter-spacing: 1px;
}

/*Page Elements*/

div#pageContent {
	width: 610px;
	background: rgb(243,241,239);
	background: rgba(255,255,255,0.8);
	padding: 10px;
	float: left;
	margin: 0 20px 20px 0;
	position: relative;
	z-index: 0;
	min-height: 500px;
}

div#pageContent p {
	margin-bottom: 10px;
	line-height: 1.6em;
	color: rgb(71,79,77);
}

div#pageContent p a {
	color: #a3a9a9;
}

div#pageContent p a:hover {
	color: rgb(110,110,110);
}

div#rss {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 1.2em;
	z-index: 3;
}

div#rss a {
	text-decoration: none;
	color: rgb(0,0,0);
}

div#rss img {
	margin-bottom: -6px;
}

header.postHeader {
	position: relative;
	min-height: 72px;
	margin-bottom: 10px;
}

div.date {
	background: url(../images/date-bg.png) no-repeat;
	width: 55px;
	height: 52px;
	color: rgb(255,255,255);
	padding: 20px 9px 0 10px;
	font-size: 1.4em;
	text-align: center;
	line-height: 1.2em;
	position: absolute;
	left: -25px;
}

.post img {
	max-width: 610px;
}

header.postHeader h1 {
	padding: 25px 0 0 60px;
}

header.postHeader h1 a {
	text-decoration: none;
	color: rgb(71,79,77);
}

header.postHeader h1 a:hover {
	color: #a3a9a9;
}

article footer {
	font-size: 1.1em;
}

div.footerLeft {
	float: left;
	text-transform: uppercase;
}

div.footerRight {
	float: right;
	text-transform: uppercase;
}

div.divider {
	margin-top: 15px;
	padding-bottom: 30px;
	border-top: 1px solid rgb(100,100,100);
	width: 100%;
}

nav.pages {
	font-size: 1.2em;
	font-weight: bold;
	margin: -5px 0 5px 0;
}

div.excerpt p {
	line-height: 1.6em;
}

.archiveThumb {
	float: left;
	margin: 0 10px 10px 0;
}

h1.archiveHeader{
	margin-top: 20px;
	border-bottom: 1px solid rgb(100,100,100);
	padding-bottom: 5px;
	font-size: 2.8em;
}

nav.prevNext {
	font-size: 1.1em;
	margin: 20px 0;
	padding: 5px 0;
	border-top: 1px solid rgb(170,170,170);
	border-bottom: 1px solid rgb(170,170,170);
}

/*Portfolio Page*/

div.portfolio-main {
	background: #ffffff;
	margin-top: -20px;
	margin-bottom: 0px;
	padding: 20px 0;
}

.wf-active div.portfolio-main  h2 {
	font-size: 1.6em;
	margin: 0 0 10px 10px;
}

.wf-active div.portfolio-main  h2.kate {
	margin-top: 10px;
}

.wf-active div.portfolio-main  h2 a {
	color: #6d6d6d;
	
}

.wf-active div.portfolio-main  h2 a:hover {
	color: #6d6d6d;
}

.wf-active div.portfolio-main h3 {
	margin: 20px 0 0 10px;
}

/*Comments*/

h3#comments-title{
	margin: 40px 0;
}

article.comment{
	border-top: 1px solid rgb(170,170,170);
	padding: 10px 0 30px 0;
}

div.gravatar {
	float: left;
	margin: 0 10px 5px 0;
	padding: 1px;
}

div.gravatar {
	border: 1px solid rgb(175,163,135);
}

div.commentAuthor {
	text-transform: uppercase;
	font-size:1.4em;
	margin: 0 0 10px 0;
}

div.commentDetails {
	font-size:1.4em;
	margin-bottom: 12px;
}

div#respond {
	margin-top: 20px;
}

div#respond h3 {
	margin-bottom: 20px;
}

form#commentform label {
	text-transform: uppercase;
}

form#commentform p input {
	width: 200px;
	margin-right: 5px;
}

form#commentform textarea {
	width: 460px;
}

form#commentform input.button {
	background: #E1E1E2;
	padding: 10px 15px;
	color: rgb(255,255,255);
	text-transform: uppercase;
	border:0px;
}

/*Sidebar Elements*/

div#sidebar {
	width: 310px;
	margin-bottom: 10px;
	float: left;
}

li.widget {
	background: rgb(243,241,239);
	background: rgba(255,255,255,0.8);
	width: 290px;
	padding: 10px;
	margin-bottom: 10px;
}

ul.blogroll li {
	display: inline;
	font-size: 1.4em;
	line-height: 1.4em;
}

select#archiveDropdown {
	width: 290px;
}

div#sponsors {
	width: 300px;
	margin-top: -10px;
}

div.simpleimage {
	float: left;
	width: 140px;
	height: 86px;
	overflow: hidden;
	margin: 10px 10px 0 0;
}

ul#social {
	font-family: raleway, Arial, sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
}

ul#social a {
	color: #6d6d6d;
}

ul#social li{
	margin-bottom: 10px;
	padding: 10px 10px;
	background: #f7f5f5;
}

ul#social li:hover{
	background: #e8e8e8;
}


/*homepage*/

div#homeLeft, div#homeRight {
	position: relative;
	float: left;
	width: 480px;
	height: 600px;
}

div#homeLeft img, div#homeRight img {
	position:absolute;
	left:0;
	-webkit-transition: opacity 0.7s ease-in-out;
	-moz-transition: opacity 0.7s ease-in-out;
	-o-transition: opacity 0.7s ease-in-out;
	-ms-transition: opacity 0.7s ease-in-out;	
	transition: opacity 0.7s ease-in-out;
}

div#homeLeft img:hover, div#homeRight img:hover {
	opacity:0;
}			


/*Footer Elements*/
 


footer#mainFooter {
	width: 940px;
	background: #ffffff;
	font-size: 1.2em;
	height: 14px;
	padding: 10px;
	margin:-34px auto 0 auto;
	clear: both;
}
footer.homeFooter {
	margin-top: 0px !important;
}

div#copy {
	float: left;
}

h3#confit {
	float: right;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: none;
	margin-bottom: 0px;
	letter-spacing: 0;
}

h3#confit a {
	color: rgb(0,0,0);
}

/*meet bowerbird*/

div#aboutContainer {
	position: relative;
}

div#aboutText {
	position: absolute;
	top:500px;
	
	
}

div#pageContent div#aboutText p a{
	color: #000000;
	
	
}

div#aboutText p {
	line-height: 1.3em;
	letter-spacing: 1px;
	
	
}

div#shopText {
	position: absolute;
	top:730px;
	padding: 10px 10px 0;
	width: 920px;
	background: #ffffff;
	background: rgba(255,255,255,0.8);
	
	
}

div#shopText p {
	line-height: 1.3em;
	letter-spacing: 1px;
	
	
}

h3.shop-link {
	text-align: right;
}

h3.shop-link a {
	color: #2c2c2c;
	font-weight: 400;
	margin-top: 5px;
}
	
/*contact*/

div#contactContainer {
	padding: 40px 0;
}

div#contactContainer hr {
	margin-bottom: 10px;
}

div#contactContainer p {
	letter-spacing: 1px;
}

input.wpcf7-text {
	width:260px !important;
	
}

#mail {
	float: left;
	width: 300px;
	
}

div.wpcf7, div#wpcf7-f1-p140-o1 {
	width: 270px;
	float: right;
	margin-right: 0px !important;
}

form.wpcf7-form {
	width: 270px;
}

form.wpcf7-form textarea {
	width:260px !important;
	height: 115px;
}

input.wpcf7-submit {
	color: #494f4d;
	background: #d5d5d5;
	padding: 6px;
	line-height: 1em;
	margin: -10px 2px 0 0;
	float: left;
	font-size: 12px;
	width: auto;
	vertical-align: middle;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-family: inherit;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	letter-spacing: 2px;
}

div.wpcf7-validation-errors, span.wpcf7-not-valid-tip, div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ng, div.wpcf7-response-output {
	background: rgb(245,245,245) !important;
	font-size:1.2em;
}



/*Products*/

#pageContent.shopPage {
	width: 940px;
	margin-right: 0;
}

#shop-nav {
	background: rgb(243,241,239);
	background: rgba(255,255,255,0.8);
	padding: 10px;
	margin-bottom: 20px;
}

#shop-nav h3 {
	display: inline;
}

div#shopPage h2 {
	margin-top: 15px;
	padding: 15px 0 10px 0;
	border-top: 1px solid rgb(100,100,100);
	width: 100%;
}

div#shopPage h3, h3.viewAll {
	text-align: right;
}

div#shopPage h3 a, h3.viewAll a  {
	
}

div#shopPage h3 a:hover, h3.viewAll a:hover  {
	color: rgb(110,110,110);
}

h3.viewAll {
	padding-top: 10px;
}
	

div.product div.summary, form.cart, p.stock  {
	width: 460px !important;
}

div#pageContent .products li a img {
	height: 244px !important;
	width: 306px !important;
	border: none !important;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

div#pageContent .products li a img:hover {
	opacity: 0.8;
}

div.product div.images {
	width: 460px !important;
	margin: 0 20px 10px 0 !important;
}

.products li a {
	text-transform: uppercase;
	font-family: raleway, Arial, sans-serif;
	font-weight:300;
	letter-spacing: 2px;
	color: #999;
}
.products li {
	width: 306px !important;
	margin: 0 11px 20px 0 !important;
}

.products li.last {
	margin-right: 0px !important;
}

li.product {
	position: relative;
}

.products ul, ul.products {
	font-size: 1.4em;
	margin: 10px 0 0 0 !important;
}

span.price {
	background: url(../images/price-bg.png) no-repeat;
	width: 59px;
	height: 36px;
	padding-top: 20px;
	color: rgb(255,255,255) !important;;
	position: absolute !important;
	top:-7px;
	right:-7px;
	float: none !important;
	text-align: center !important;
	font-weight: bold !important;
	font-size: 0.9em !important;
	display: none !important;
	visibility: hidden !important;
}

.products li .price del {
	font-size: inherit !important;
	margin: -6px  0 5px 0 !important;
	color: rgb(230,230,230) !important;
}




div.product {
	position: relative;
}

div.product div.images img {
	border: 0 !important;
	padding: 0 !important;
}

div.product p.price {
	font-weight: bold !important;
	color: rgb(60,60,60) !important;
	font-size: 1.5em !important;
	letter-spacing: 2px;
}

div.product p.price del {
	font-size: inherit !important;
	color: rgb(60,60,60) !important;
}

div.product p.price ins {
	color: rgb(37,134,79) !important;
}

span.onsale {
	background: rgb(160,160,160) !important;
	background: rgba(160,160,160,0.9) !important;
	font-size: 1.4em !important;
}

.single_variation span.price {
	background: none;
	width: auto;
	height: auto;
	padding-top: 20px;
	color: rgb(50,50,50) !important;
	text-align: left !important;
	font-weight: bold !important;
	font-size: 1.5em !important;
	display: block !important;
	position: relative !important;
	visibility: visible !important;
	top: 0px; 
	right: 0px;
	margin-bottom: 10px;
}



span.select_label {
	font-size: 1.3em;
	font-weight: bold;
	margin: 5px 0;
	display: block;
}

form.cart .variations select {
	width: 50% !important;
	float: none !important;
	margin-bottom: 10px;
}

#breadcrumb {
	font-size: 1.2em !important;
	margin: 0 0 1.5em !important;
	text-transform: uppercase;
	color: rgb(0,0,0) !important;
	letter-spacing: 2px;
}

#breadcrumb a{
	color: color: rgb(154,149,138) !important;
}

div.quantity {
	margin: 0 10px 5px 0 !important;
}

.quantity input.plus, .quantity input.minus {
	background: #E1E1E2 !important;
	padding: 4px;
	vertical-align: middle;
	line-height: 1em !important;
	border: none;
	width: 20px;
	color: white !important;
	cursor: pointer;
	height:25px;
}

.quantity input.plus:hover, .quantity input.minus:hover {
	background: #c4c4c4 !important;
}

div.quantity input {	
	height: 20px;
}

form.cart .button-alt {
	margin-top: 0px !important;
}

p.stock, p.out-of-stock {
	font-size: 1.3em !important; 
	font-weight: bold;
}

p.out-of-stock {
	font-size: 1.5em !important; 
	color: #C00 !important;
	text-transform: uppercase !important;
}

div.related h2 {
	padding-bottom: 10px;
}

.button-alt {
	color: #494f4d !important;
	background: #E1E1E2 !important;
	padding: 6px;
	line-height: 1em !important;
	margin: 4px 2px 0 0;
	float: left;
	font-size: 12px !important;
	width: auto !important;
	vertical-align: middle !important;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-family: inherit;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

button.button-alt:hover {
	background: #c4c4c4 !important;
	color: rgb(255,255,255) !important;
}

div.jigoshop_message {
	color: #494f4d !important;
	background-color: rgb(245,245,245) !important;
	font-size: 1.2em !important;

}


div.jigoshop_error, div.jigoshop_message a.button{
	margin-top: -6px !important;
}


h3.cartHead {
	width: 196px;
	height: 54px;
	display: block;
	text-indent: -9999px;
	background: url(../images/shopping-bag.png) no-repeat;
}

ul.cart-widget .empty {
	font-size: 1.4em;
}

ul.cart_list {
	font-size: 1.4em;
}

ul.cart_list p {
	margin-bottom: 10px;
}

ul.cart_list li a, ul.product_list_widget li a {
	font-weight: 300 !important;
	font-size: 13px;
	letter-spacing: 1px;
}

p.total {
	margin: 5px 0;
	font-size: 1.4em;
}

a.button {
	color: #ffffff !important;
	background: #959595 !important;
	padding: 6px;
	line-height: 1em !important;
	margin: 4px 8px 0 0;
	float: left;
	font-size: inherit !important;
	text-transform: uppercase;
	width: auto !important;
	vertical-align: middle !important;
	text-align: center;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-family: inherit;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	letter-spacing: 2px;
	font-size: 12px !important;
}

li.widget a.button {
	text-transform: uppercase;
	font-size: 12px !important;
}

a.button:hover {
	background: #d3d1d1 !important;
	color: #494f4d !important;
}

ul.product_list_widget {
	margin-top: -10px !important;
	font-size: 1.4em;
}

ul.product_list_widget a {
	margin-bottom: 10px;
}

ul.product_list_widget a img {
	margin-bottom: 0;
}

ul.productCategories {
	display: inline-block;
}

ul.productCategories ul {
	padding: 0px 10px 0 10px;
	font-size: 1.2em;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
}

ul.productCategories ul li {
	padding-bottom: 0px;
	margin-right: 10px;
	display: inline-block;
}

ul.productCategories a {
	color: rgb(50,50,50);
	background: #eaeaea;
	padding: 0 5px;
	line-height: 30px;
	display: inline-block;
}
ul.productCategories a:hover {
	background: #dedede;
}

ul.productCategories ul.product_list_widget {
background: #ffffff;
width: 290px;
font-size: 1.4em;
}

.cart-link {
	float: right;
	font-family: raleway, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 30px;
}

.cart-link a{
	color: rgb(50,50,50);
}

span.sku, #createaccount, #customer_details .col-1 .checkbox, #customer_details .create-account {
	visibility: hidden;
	height: 0px;
	width: 0px;
	overflow: hidden;
	margin-left: -57px !important;
}

div.product_meta {
	font-size: 1.2em;
}

div.nav-previous {
	font-size: 1.2em;
	float: left;
	clear: left;
}

div.nav-next {
	font-size: 1.2em;
	float: right;
	clear: right;
}

div.product div.images div.thumbnails a {
	margin-right: 11px !important;
}

div.product div.images div.thumbnails a.last {
	margin-right: 0 !important;
}

/*checkout*/

table.shop_table th {
	font-weight: 300 !important;
	text-transform: uppercase;
}

table.shop_table {
border: 1px solid rgb(150,150,150) !important;
font-size: 1.2em;
}

table.shop_table td {
border-top: 1px solid rgb(150,150,150) !important;
}

td.product-name {
	letter-spacing: 1px;
}

table.shop_table .button {
	color: #ffffff !important;
	background: #959595 !important;
	padding: 6px;
	line-height: 1em !important;
	margin: 4px 8px 0 0;
	float: left;
	font-size: inherit !important;
	text-transform: uppercase;
	width: auto !important;
	vertical-align: middle !important;
	text-align: center;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-weight: 300 !important;
	letter-spacing: 1px;
	font-family: inherit;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

table.shop_table .button:hover {
	background: #d3d1d1 !important;
	color: #494f4d !important;
}

div.jigoshop_error {
	font-size: 1.2em;
}


table.shop_table .button-alt {
	margin-top: 0px !important;
	background: #959595 !important;
	color: rgb(255,255,255) !important;
}

table.shop_table .button-alt:hover {
	margin-top: 0px !important;
	background: #d3d1d1 !important;
	color: #494f4d !important;
}


div.cart_totals table {
	font-size: 1.2em !important;
	border: 1px solid rgb(150,150,150) !important;
}

.cart-collaterals .cart_totals tr td, .cart-collaterals .cart_totals tr th {
	border-top: 1px solid rgb(150,150,150) !important;
}

.cart_totals h2 {
	font-size: 1.9em; !important;
}

form.shipping_calculator {
	float: left !important;
	clear: left !important;
	margin-top: 0px !important;
	width: 275px !important;
	text-align: left !important;
}

	


.shipping_calculator h2 a{
	color: rgb(0,0,0) !important;
	font-size: 19px !important;
	

}
.cart-collaterals .shipping_calculator .button {
	width: 120px !important;
}

.cart-collaterals .shipping_calculator button.button {
	width: 120px !important;
}

.shipping_calculator button.button {
	color: #ffffff !important;
	background: #959595 !important;
	padding: 6px 8px 6px 6px;
	line-height: 1em !important;
	margin: 4px 8px 0 4px;
	float: left;
	font-size: inherit !important;
	text-transform: uppercase;
	width: 120px !important;
	vertical-align: middle !important;
	text-align: center;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-family: inherit;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

.shipping_calculator button.button:hover {
	background: #d3d1d1 !important;
	color: #494f4d !important;
}

td.product-quantity {
	width: 85px;
}

/*checkout page*/

form.checkout .col2-set .col-1, form.checkout .col2-set .col-2  {
	width: 100% !important;
	float: none !important;
	border-top: 1px solid rgb(150,150,150);
	padding: 10px 0;
	
}

form.checkout .col2-set .col-2  {
	border-bottom: 1px solid rgb(150,150,150);
	margin-bottom: 10px;
	
}

#shiptobilling {
	float: right !important;
	font-size: 1.8em !important;
}

.checkout .col-2 .notes {
	clear: both !important;
}

#payment ul.payment_methods {
	font-size: 1.2em;
}

.checkout .col-2 textarea {
	margin-bottom: 20px;
}


/*thanks page*/


.order_details li {
	font-size: 1.2em !important;
}



/* Clearfix */
.clearfix:before, .clearfix:after {
  	content: "\0020"; 
	display: block; 
	height: 0; 
	visibility: hidden;  
} 
.clearfix:after { 
	clear: both; 
}
.clearfix { 
	zoom: 1; 
}

/*Opera Fix Sticky Footer*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}