
/* common parts */

*{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

a.red {color:#FF0500;}
p {
	margin:0 0 12px;
	padding:0;
	line-height:17px;
}
img {border:none;}
form {
	margin:0;
	padding:0;
}
fieldset {
	margin:0;
	padding:0;
	border:none;
}
imput, select {vertical-align:middle;}

/* main blocks */
#main {
	background:#EAE8E8 url(../images/body-bg.gif);
	/*padding-top:9px;*/
	margin: 0;
	padding: 0 0 25px 0;
	font-size: 11px;
}
#page-box {
	width:989px;
	margin:0 auto;
}
.headline-content {
	width:969px;
	overflow:hidden;
	background:#ADACAC;
	padding:0 10px;
	/*margin-bottom:9px;*/
	margin: 0;
}

.headline-content h2 {
	float:left;
	font:bold 11px/19px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	margin:0;
}
.headline-content ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	font-weight:bold;
}
.headline-content li {
	float:left;
	line-height:19px;
	display:inline;
	margin-left:20px;
}
.headline-content li a {color:#fff;}
.headline-content li a:hover {
	color:#BF0000;
	text-decoration:none;
}

.headline-content marquee {
	margin: -16px 0 0 155px;
	/*padding: 0 0 0 145px;*/
}
.headline-content marquee a { color: #fff }
.headline-content marquee a:hover { color:#bf0000; text-decoration: none; }


.menu {
	/*font-size:1em;*/
	position: absolute;
	z-index: 501;
	margin: 0;
	text-align: left;
	background:#A7A7A7 url(../images/nav-bg.gif) repeat-y;
	padding:5px 0 3px 0;
	font:bold 13px Arial, Helvetica, sans-serif;
	width: 989px;
	height: 15px;
}
	
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	float: left;
	height: 15px;
	}
	
.menu ul ul {
	width:218px; 
}

.menu ul li {	
	float: left;
	height: 15px;
	line-height: normal;
	padding:0 20px;
	margin: 0;
	border-left:1px solid #000;
	position:relative;
}

.menu a, .menu a:visited {
	display:block;
	float:left;
	height: 15px;
	/*font-size:1em;*/
	text-decoration:none;
	padding: 0;
	margin: 0;
	color: #009;
}

.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:auto;
	top:22px;
	left:0;
	width:218px;
}

* html .menu ul ul {
	top:21px;
	t\op:22px;
	}

.menu ul ul li {
	display:block;
	width:218px;
	height:auto;
	position:relative; 
	text-align: left; 
	background-color: #b4b4b4; 
	padding: 7px 15px 10px 5px;
	border: 1px #666 solid; 
	z-index: 500;
	margin-top: -7px;
}
	

.menu table {position:absolute; top:0; left:0;}

.menu a:hover, .menu ul ul a:hover{
	color:#BD0B0B;
	background:none;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#BD0B0B;
	background:none;
}

.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible; 
	height:auto; 
	background:transparent url(images/trans.gif);
}

.menu li a.on {color:#bf0000;}

.menu .add {float:right;}
.menu .add li {border-color:#fff;}
.menu .add li a:link, .menu .add li a:visited {color:#fff;}
.menu .add li a.on {color:#bf0000;}
.menu li.first {border:none;}

.menu form{
	clear:both;
	margin:0;
	padding:0;
	color: #333;
	font-size: .95em;
	line-height: 1.5em;
}
		
.menu .typeinput {
	width: 170px;
	margin-top: 7px;
	height: auto;
}

.menu .typevalue {
	color: #bf0026;
	background-color: #e2e2e2;
	border:1px solid;
    border-top-color:#fff;
    border-left-color:#fff;
    border-right-color:#666;
    border-bottom-color:#666;
	font-weight: bold;
	padding: 1px 2px 1px 2px;
	width: 35px;
	height: auto;
}

/* this is the old navigation =====
.nav {
	width:100%;
	overflow:hidden;
	background:#A7A7A7 url(../images/nav-bg.gif) repeat-y;
	padding:5px 0 3px;
	font:bold 13px Arial, Helvetica, sans-serif;
}
.nav ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.nav li {
	float:left;
	line-height:115%;
	overflow:hidden;
	padding:0 20px;
	border-left:1px solid #000;
}
.nav li a {
	color:#009;
	text-decoration:none;
}
.nav .add {float:right;}
.nav .add li {border-color:#fff;}
.nav .add li a {color:#fff;}
.nav li.first {border:none;}
.nav li a:hover,
.nav li.active a {
	color:#BD0B0B;
	text-decoration:none;
}
==== end old navigation */

#container {
	width:100%;
	overflow:hidden;
	padding-bottom:24px;
}
.column {
	width:239px;
	float:left;
	background:#fff;
	border:1px solid #ccc;
	min-height:715px;
	margin-right:8px;
}
* html .column {height:715px;}
.column.right {float:right; margin-right:0;}
.column.gray,
.column-box.gray {background:#F0EDED;}
.column.double {width:488px;}
.heading {
	width:100%;
	overflow:hidden;
	background:#ccc;
	padding:3px 0;
	margin-bottom:5px;
}
.column .content {padding:0 8px;}
.column .c-index {height: 1320px;}
.heading h2 {
	float:left;
	color:#000;
	font:bold 16px/19px Arial, Helvetica, sans-serif;
	margin:0 0 0 8px;
	display:inline;
}

.headings h2 {
	float:left;
	color:#000;
	font:bold 15px/19px Arial, Helvetica, sans-serif;
	margin:4px 0 0 10px;
	display:inline;
}

.headings a.butt-post {
	background:#ffcc00;
	float:right;
	line-height:19px;
	margin: 2px 256px 0 0;
	display:inline;
	padding:1px 20px;
	color: #000;
	font-weight: bold;
	font-size: .85em;
}


.heading h3 {
	float:left;
	color:#000;
	font:bold 12px/15px Arial, Helvetica, sans-serif;
	margin:0 0 0 8px;
	display:inline;
}
.heading a.butt-post {
	background:#ffcc00;
	float:right;
	line-height:19px;
	margin-right:3px;
	display:inline;
	padding:0 3px;
	color: #000;
	font-weight: bold; font-size: .85em;
}

.heading a {
	background:#A7A7A7;
	float:right;
	line-height:19px;
	margin-right:3px;
	display:inline;
	padding:0 3px;
}

.heading h2 a,
.heading h2.blue  {
	background:none;
	float:left;
	margin-right:0;
	padding:0;
	color:#0513AB;
	font-size:12px;
}
.description {
	color:#696868;
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 10px;
	display:block;
}
.column ul,
.column-box ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
}
.column li,
.column-box li {margin:2px 0;}
.post-local-score li {
	margin-bottom:17px;
	color:#bf0000;
}
.post-local-score li a {
	display:block;
	color:#25328C;
	line-height:18px;
}
.country-box {
	float:left;
	width:49%;
}
.country-box.right {float:right;}
.country-box span {color:#bf0000;}
.country-box ul {
	font-weight:normal;
	margin-bottom:8px;
}
.country-box ul li a {color:#1717A2;}
.country-box h3 {
	color:#BF0000;
	font:bold 12px/15px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
}

/* new community stuff */

.column-group { float: left; display: block; width: 742px; margin: 0; padding: 0; }
.column-group h2.title { padding: 2px 0 0 10px; float: left; background:#a7a7a7; color: #000; font-family: arial, geneva, helvetica, sans-serif; font-size: 1.55em; width: 729px; margin: 0; height: 24px; }
.column-group .add { color: #fff; float:right; font-size: .75em; margin-top: -18px; padding: 0;}
.column-group .add li {	float: left; border-left:1px solid #fff; list-style: none; padding:0 20px;}
.column-group .add li a:link, .column-group .add li a:visited {color:#fff;}
.column-group .add li a.on {color:#bf0000;}
.column-group li.first {border:none;}

.column-group-final { float: left; margin: 0 0 0 8px; padding: 0; display: block; width: 239px; }

/* end new community stuff */

#footer {
	width:100%;
	background:#fff url(../images/footer.gif) repeat-x;
	color:#6D6C6C;
	font-size:10px;
}
#footer .container {
	padding-top:15px;
	width:989px;
	text-align:center;
	margin:auto;
}
#footer ul {
	margin:0 0 5px;
	padding:0;
	list-style:none;
}
#footer li {
	display:inline;
	border-right:1px solid #009;
	padding:0 15px 0 13px;
}
#footer li.last {border:none;}
#footer a {color:#009;}
#footer p {
	margin:0;
	padding-bottom:20px;
}
h2.red {
	text-align:center;
	color:#BA2020;
	font:bold 16px/18px Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 10px;
}

.column-box {
	float:left;
	width:241px;
	margin-right:8px;
	height: auto;
}
.column-box.nc-pad {margin-top: 10px}
.column-box.last {margin-right:0;}
#container .text-box {
	width:239px;
	background:#fff;
	border:1px solid #ccc;
	margin-bottom:17px;
	clear:both;
}

#container .text-boxcolored { 
	width:239px;
	background:#A7A7A7;
	border:1px solid #ccc;
	margin-bottom:17px;
	clear:both;
}
/* inclusive for the generic page */

h2.generic {
	display: block;
	/*
	margin: 5px 0 5px 10px;
	font-size: 1.65em;
	*/
	color:#555;
	font-family: arial, geneva, helvetica, sans-serif;
}

.generic .rhs {
	float: right;
	position: absolute;
	margin: -25px 0 0 640px !important;
	margin: -2px 0 0 630px;
	padding: 0;
}

.column-box-gen {
	float: left;
	width: 739px;
	margin-right: 8px;
}

#container .text-box-gen {
	width: 737px;
	background:#fff;
	border:1px solid #ccc;
	margin-bottom:17px;
	clear:both;
}

#container .text-box-genlong {
	width: 737px;
	background:#fff;
	border:1px solid #ccc;
	margin-bottom:17px;
	margin-top: -12px;
	clear:both;
}

#container .text-box.boys {min-height:448px;}
* html #container .text-box.boys {height:448px;}
#container .text-box.girls {min-height:448px;}
* html #container .text-box.girls {height:448px;}
#container .text-box.boards {min-height:128px;}
* html #container .text-box.boards {height:128px;}

#container .text-box.newslist {min-height:2000px;}
* html #container .text-box.newslist {height:2000px;}

#container .text-box.programs {min-height:537px;} /* 537 */
* html #container .text-box.programs {height:537px;}
#container .text-box.clubs {min-height:1851px;}
* html #container .text-box.clubs {height:1851px;}
#container .text-boxcolored.banner-content {min-height:2013px;}
* html #container .text-boxcolored.banner-content {height:2013px;}

#container .text-box.uc-events {min-height:369px;}
* html #container .text-box.uc-events {height:369px;}
#container .text-box.off-classifieds {min-height:197px;}
* html #container .text-box.off-classifieds {height:197px;}
#container .text-box.banner-content-gen {min-height:700px;}
* html #container .text-box.banner-content-gen {height:700px;}
#container .text-boxcolored.banner-content-gen {min-height:700px;} /* 706 */
* html #container .text-boxcolored.banner-content-gen {height:700px;}

#container .text-box-gen.subheader-content {min-height:165px;}
* html #container .text-box-gen.subheader-content {height:165px;}
#container .text-box-genlong {min-height:528px;}
* html #container .text-box-genlong {height:528px;}
#container .text-box.culture-arch {min-height:402px;}
* html #container .text-box.culture-arch {height:402px;}
#container .text-box.news-listarch {min-height:645px;}
* html #container .text-box.news-listarch {height:645px;}

#container .text-box.bottom {width:987px; margin:0; background: #fff;}
#container .text-box .heading {margin:0;}
.calendar {padding:0 7px 7px;}
.month-selector {
	width:185px;
	overflow:hidden;
	margin:10px 0;
	padding-left:40px;
}
.month-selector a {
	float:left;
	background:#FFF8DE;
	color:#000;
	overflow:hidden;
	line-height:15px;
	padding:0 5px 2px;
}
.month-selector h3 {
	color:#6D6C6C;
	font:bold 12px/17px Verdana, Arial, Helvetica, sans-serif;
	margin:0 10px;
	float:left;
}
.calendar table {
	background:#FFF8DE;
	border-collapse:collapse;
	width:100%;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
.calendar table td,
.calendar table th {
	text-align:right;
	width:24px;
	padding:4px 0;
	height:18px;
	vertical-align:middle;
}
.calendar table td a {color:#0A7592;}
.calendar table td.first,
.calendar table th.first {padding-left:15px;}
.calendar table td.last,
.calendar table th.last {padding-right:15px;}
.calendar table th {border-bottom:2px solid #fff;}
.calendar table span,
.calendar table a {
	display:block;
	line-height:18px;
	overflow:hidden;
	padding:0 4px;
	width:16px;
}
.calendar table a:hover,
.calendar table .active a {
	background:#0A7592;
	color:#fff;
	text-decoration:none;
}
.text-content {padding:5px 8px; /*height: auto;*/}
.text-content-gen {
	padding: 5px 90px 30px 25px;
	font-size: 1.25em;
}

.text-content ul em {color:#BF0000;}
.column-box .btn-list {
	width:191px;
	overflow:hidden;
	margin:0 0 10px;
	padding:0 25px;
	list-style:none;
	font-weight:bold;
}
.column-box .btn-list li {
	float:left;
	background:url(../images/btn-bg.gif) repeat-x;
}
.column-box .btn-list li.last {float:right;}
.column-box .btn-list li a {
	float:left;
	color:#000;
	overflow:hidden;
	background:url(../images/btn-right-bg.gif) no-repeat right top;
	padding-right:10px;
}
.column-box .btn-list li span {
	display:block;
	line-height:20px;
	background:url(../images/btn-left-bg.gif) no-repeat;
	padding-left:10px;
}
.column-box .banner {
	margin:0 -2px 17px;
	width:245px;
	cursor:pointer;
	float:left;
	display:inline;
	position:relative;
}
.column-box .banner img {
	float:left;
	border:0px solid #000;
}
.info {
	float:left;
	width:226px;
	padding:10px 0 25px;
	margin-right:15px;
	*margin-right:13px;
	_margin-right:13px;
	display:inline;
}
.info.last {margin-right:0;}
.info h3 {
	color:#BF0000;
	font:bold 12px/15px Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 2px;
}
.info p {margin:0 0 4px;}
.bottom .text-content {
	width:971px;
	overflow:hidden;
}
.photo {
	width:100%;
	min-height:125px;
	text-align: center;
	margin: 10px auto;
	font: 10px/11px arial, geneva, helvetica, sans-serif;
	color:#818181;
}
/** html .photo {height:125px;}*/
.photo a {
	/*float:left;
	border:1px solid #5681B5;*/
}
.photo img {
	/*float:left;*/
	border:1px solid #ff0000;
	padding: 1px;
}
.news li {
	font: 10px/11px arial, geneva, helvetica, sans-serif;
	margin-bottom:17px;
	color:#818181;
	font-size:11px;
}
.news li a {
	display:block;
	color:#25328C;
	line-height:18px;
	font-size:12px;
	font-weight: bold;
}
.question {
	color:#BF0000;
	font-size:12px;
	margin-bottom:10px;
}
.polls label {
	width:228px;
	display:block;
	font-size:12px;
	margin:0 -5px 5px 0;
}
* html .polls label {margin:-3px -5px 3px 0;}
*+html .polls label {margin:-3px -5px 3px 0;}
.polls input.radio {
	padding:0;
	margin:0 0 -1px 0;
}
* html .polls input.radio {margin-right:-3px;}
*+html .polls input.radio {margin-right:-3px;}
.bottom-panel {
	background:#FFF8DE;
	margin:0 -8px -5px;
	padding:8px 8px;
	width:100%;
	position:relative;
	border-top:1px solid #ccc;
}
.banner-center {
	width:100%;
	text-align:center;
}


/* styles for the new form; semi stolen from main.css and modified to fit the new template */

#gen-cal-listing .post { margin:0 10px 0 0;color:#666;text-align:right;font-size:1.2em; }
#gen-cal-listing .post span{ color:#BF0000;background-color:inherit }

#gen-cal-listing form{ clear:right;font-weight:normal;text-align:left;margin:0; }	
		
#gen-cal-listing fieldset#start{ padding:18px 0 0 60px;border:none;margin:0;}
#gen-cal-listing fieldset.title{ padding:5px 0 20px 30px;border:none;margin:0; }
#gen-cal-listing fieldset#start h3{ clear:left;font-weight:normal;text-align:left;margin:0 0 4px 0;padding:0;font-size:1.4em;font-weight:bold;color:#BF0000;background-color:inherit }
#gen-cal-listing fieldset#start p{ font-weight:normal;font-size:1.1em;float:left;margin:0;padding:0 15px 18px 0; }
/* filter \*/
* html #gen-cal-listing fieldset#start p{ padding:0 15px 14px 0; }
/* filter */
		
#calendar-listings fieldset p#start span.minimum{ margin:0;padding:0px 0 0 15px;vertical-align:bottom; }
#calendar-listings fieldset.title p{ clear:left;font-weight:normal;font-size:1em;margin:0;padding:0 15px 18px 0; }
/* filter \*/
* html #gen-cal-listing fieldset.title p{ padding:0 15px 14px 0; }
/* filter */
		
#gen-cal-listing fieldset p.title span.minimum{ margin:0;padding:0px 0 0 15px;vertical-align:bottom; }	

#gen-cal-listing label{ font-weight:bold;font-size:1em;margin:0 0 3px 0;padding:0; }
#gen-cal-listing label.title{ font-size:1.25em;font-weight:bold;color:#BF0000;background-color:inherit;margin:0 0 3px 0;padding:0;text-align:left; }
#gen-cal-listing label.title span{ font-size:0.7em;font-weight:normal;color:#333;background-color:inherit;margin:0 0 0 5px;padding:0;}

#gen-cal-listing fieldset#start input{ width:83px;height:22px; }
#gen-cal-listing fieldset.title input{  width:415px;height:16px; }
#gen-cal-listing fieldset.title label.boxes{ font-size:1em;margin:-8px 0 5px 0;padding:0 0 0 5px;float:left;color:#333;font-weight:normal;line-height: 30px }
#gen-cal-listing fieldset.title label.boxes span{ font-weight:normal }
#gen-cal-listing fieldset.title label.boxes em{ font-weight:normal;font-style:italic;color:#BF0000;background-color:inherit; }
#gen-cal-listing fieldset.title h3{ clear:left;font-weight:normal;text-align:left;margin:0 0 6px 0;padding:0;font-size:1.4em;font-weight:bold;color:#000;background-color:inherit }	
#gen-cal-listing fieldset.title input.radios{ clear:left;width:14px;height:14px;float:left; }
#gen-cal-listing fieldset.title textarea{ width:660px;height:130px;	}
#gen-cal-listing fieldset.title input.submit{ width:150px;height:22px;margin:20px 0 0px 0;background-color:#E6E6E6;font-weight:bold; }
#gen-cal-listing fieldset.title p#submit{ font-weight:normal;font-size:1.1em;margin:0;padding:0 15px 18px 0; }
/* filter \*/
* html #gen-cal-listing fieldset.title p#submit{ padding:0 15px 14px 0;margin:-10px 0 0 0 }
/* filter */

#gen-cal-listing fieldset.title p.toptitle{ margin:0 ;padding:0 0 15px 0;text-align:left; }
#gen-cal-listing fieldset.title p.toptitle span{ font-size:1.1em;color:#BF0000; }
#gen-cal-listing fieldset.title label.comments{ margin:0 ;padding:10px 0 3px 0;text-align:left;font-size:1.2em;color:#333; }
#gen-cal-listing fieldset.title input.comments, #calendar-listings fieldset.title select.comments{ width:80px;height:16px;margin-right:15px; }
#gen-cal-listing fieldset.title table{ margin:-18px 0 0 -3px;font-size:1.1em; }

#gen-cal-listing div.hrform { height: 4px; background:url(../images/main-bg.gif) top left ;margin:5px 0 5px 0; }
#gen-cal-listing div.hrform hr { display: none; }	

#listing dt, #listing-cal dt { clear:left;float:left;width:30px;font-weight:normal;padding:0 0 25px 0; }
#listing dd, #listing-cal dd { float:left;padding:0 0 25px 0; width: 510px; }
#listing dd a, #listing-cal dd a { color:#009;text-decoration:none;background-color:inherit }
#listing dd a:hover, #listing-cal dd a:hover { text-decoration:underline; }
#listing dd a:visited, #listing-cal dd a:visited { color:#663399; }

#listing-cal dt { width:90px;padding:0 0 15px 0; }
#listing-cal dd { width:320px;padding:0 0 15px 0; }

#floatRightClear{ float: right; clear: right; margin: 0;width:200px; }
#calendar { margin:0 0 10px 0;color:black;background-color:#fff;padding:0 0 16px 0; width: 200px; }
#calendar p { margin:0;color:#000;height:25px;font-size:.9em;line-height:25px;padding:5px;text-align:center }
#calendar p.descr { margin:0;color:#000;height:25px;font-size:.8em;line-height:25px;padding:5px;text-align:center;	}
#calendar table { text-align:center;margin:0 auto;background-color:white;color:black;border-collapse:collapse;border:1px solid #CCCCCC;width:200px; }
#calendar table a { color:#0048AA;background-color:white;text-decoration:none;font-weight:normal;padding:3px; }
#calendar table a.today { color:#0048AA;background-color:#CCCCCC;text-decoration:none;font-weight:bold; }
#calendar table a:hover { text-decoration:underline }	
#calendar th, #calendar td.calendar-month { text-align:center;font-size:.8em;height:27px;background-color:#CCCCCC;color:#000099; }
#calendar td.calendar-month { background-color:#fff;font-size:.8em; }
#calendar th.calendar-top { text-align:center;font-size:.8em;height:27px;background-color:#CCCCCC;color:#000; }
#calendar th a, #calendar td.calendar-month a { background-color:#BF0000;color:#fff;padding:3px 7px; }
#calendar .days a { color:#000;background-color:inherit; }
#calendar .days a:hover { color:#000;background-color:inherit;text-decoration:underline }
#calendar .days { color:#000;background-color:white; }
#calendar td { height:9px;padding:3px;font-size:.8em;color:#0000ee;background-color:white; }
/* filter \*/
* html #calendar th { font-size:.8em; }


/* new layout 08/24 - to accomodate length */

#contained {
	width: 100%;
	overflow:hidden;
	padding-bottom:24px;
	/*
	background: transparent url(../images/tiled.jpg) repeat-y;
	*/
	font-size: 13px;
	clear: both;
}


#contained .headings {
	width: 100%;
	height: 25px;
	background: transparent url(../images/top_tiled.jpg) top left no-repeat;
}

#contained .cbox-gen {
	float: left;
	width: 660px;
	padding: 0;
	margin: 0;
}

.cbox-gen .wrapp {
	padding: 15px 90px 30px 25px;
	margin: 0;
}

.cbox-gen .wrapplist {
	padding: 5px 20px 30px 25px;
	margin: 0;
}

.cbox-gen .wrapp h3, .cbox-gen .wrapplist h3 {
	font-size: 16px;
	margin: 0;
	padding: 5px 0 15px 0;
}

.cbox-gen .divided {
	width: 739px;
	height: 25px;
	background: transparent url(../images/divider.jpg) top left no-repeat;
}

#contained .cbox-tower {
	float: right;
	width: 245px;
	padding: 0;
	text-align: center;
	margin: 15px auto 0 auto;
}

#endings {
	clear: both;
	width: 100%;
	height: 33px;
	background: transparent url(../images/bottom_tiled.jpg) top left no-repeat;
}

#sponsor-box .text-box {
	width:239px;
	background:#fff;
	border:1px solid #ccc;
	margin-bottom:17px;
	clear:both;
}

#sponsor-box .text-box.bottom {width:987px; margin:0;}

.clr { clear: both; }

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



.clearfix { display: inline-block; }  
html[xmlns] .clearfix { display: block; }  
* html .clearfix { height: 1%; }  
