/*  
Theme Name: Arthemia
Theme URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/
Description: <a href="http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/">Arthemia</a> theme is combining a magazine and a weblog into one; it is not too magazine-ish nor too blog-ish. Designed for Wordpress. Gravatar support included along with automatic thumbnail resizer.
Version: 1.0
Author: Michael Jubel Hutagalung
Author URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/* HTML Elements */

* {
	margin:0;
	padding:0;
	}
body {
	font: 100% Helvetica;
	background: #FFF;
	color: #333;
        text-align: justify;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #3A9D23;
        text-decoration: none;
	}

a:hover, a:active {
	color: #3A9D23;
        text-decoration:none;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	



/* Structure */


#head {
	width:960px;
        margin:0px auto;
	padding:0px;
	font-size:0.7em;
	}


#page {
	width:940px;
	margin:0px auto;
	padding:10px;
	background:url(images/stripe.png) repeat scroll 0 0;
	font-size:0.7em;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}


/* Navigation Bar*/
#page-nav { position:relative; background:url(images/bg-pagenav.png) repeat-x; height:29px; font-family:Verdana, Geneva, sans-serif; font-size:10px; text-transform:uppercase; }
#page-nav a { color:#eee; text-decoration:none; text-shadow: #333 0px 1px 0px; }
#page-nav a:hover { background:url(images/nav-hover.png) repeat; color:#fff; }
#page-nav .ico-home { padding:7px 0 6px 0; }

#page-nav, #page-nav ul, #page-nav .rss  { position:relative; z-index:200; margin:0; padding:0; list-style:none; line-height:1; }
#page-nav a  { display:block; z-index:200; padding:0 10px; line-height:29px; text-decoration:none;}
#page-nav li  { float:left; width: auto; }
#page-nav li ul  { position: absolute; left: -999em; width: 180px; }
#page-nav li ul li  { background: #7d7d7d; }
#page-nav li ul li a  { width:160px; line-height:26px; color:#eee; }
#page-nav li ul li a:hover  { color:#fff; }
#page-nav li ul ul  { margin: -26px 0 0 180px; }
#page-nav li:hover ul ul, #page-nav li:hover ul ul ul, #page-nav li.sfhover ul ul, #page-nav li.sfhover ul ul ul { left:-999em; }
#page-nav li:hover ul, #page-nav li li:hover ul, #page-nav li li li:hover ul, #page-nav li.sfhover ul, #page-nav li li.sfhover ul, #page-nav li li li.sfhover ul { left: auto; }
#page-nav li:hover,#page-nav li.hover  { position:static; }

.col-full {
margin:0 auto;
width:960px;
}

#searchform #s {
        background: transparent url(images/search_input.gif) no-repeat scroll 0 0;
        border:0 none;
        font-size:1.5em;
        height:19px;
        margin-left: 1em;
        margin-top: 0.3em;
        width:150px;
}
#searchform #searchsubmit {
        background:transparent url(images/search_submit.png) no-repeat scroll 0 0;
        border:0 none;
        cursor:pointer;
        height:19px;
        text-indent:-10000px;
        width:79px;
}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #2B2B2B;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	border-top: 1px solid #C0C0C0;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #666666;
	padding: 5px 10px 5px 18px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}


/* Text*/

h1 {
	font:3.5em Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font:2.4em Georgia, "Times New Roman";
	}

h3 {
	font:1.3em Arial;
	margin-bottom:3px;
	color:#3a9d23;
	font-weight:bold;
        border:none;
	}

h4 {
	font:1.0em Arial;
	}

h3.cat_title, h3.cat_title a, h3.cat_title a hover {
	color:#fff;
	letter-spacing:-0.05em;
	font-size:0.9em;
        text-decoration:none;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}
.read_more {
	color: #ccc;
	text-decoration: underline ;
}

/* Index Page*/

#logo {
	width:960px;
        height: 150px;
       }

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}

#top {
	padding:0;
	}
#myGallery
{
width: 608px !important;
height: 204px !important;
} 

#headline {
	width:610px;
        height: 230px;
	float:left;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
	}

#headline  div.title {
	width: 250px;
        font-weight:bold;
	font:2.4em Georgia;
	letter-spacing:-0.05em;
	display:block;
	padding-bottom:5px;
	}

#headline div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	}

#headline p {
	padding-bottom:15px;
	}

#featured {
	width:300px;
	height: 250px;
        float:right;
	}

#headline a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	}


#middle {
	width: 920px;
       	background:#fff;
	float:right;
        padding:10px;
        margin:10px 0;
	}

.category {
	width:164px;
        height: 75px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
	}

.category p {
	margin:0;
        text-align: justify;
	}

#cat-1 {border-top:8px solid #B82010;}
#cat-2 {border-top:8px solid #7FDD4C;}
#cat-3 {border-top:8px solid #DAB30A;}
#cat-4 {border-top:8px solid #3A8EBA;}
#cat-5 {border-top:8px solid #FEA347;}
#cat-6 {border-top:8px solid #386f48;}
#cat-7 {border-top:8px solid #B666D2;}
#cat-8 {border-top:8px solid #BFBFBF;}
#cat-9 {border-top:8px solid #FEC3AC;}
#cat-10 {border-top:8px solid #A76726;}
#cat-11 {border-top:8px solid #77B5FE;}
#cat-12 {border-top:8px solid #C8AD7F;}
#cat-13 {border-top:8px solid #EE1010;}
#cat-14 {border-top:8px solid #F7E269;}



.category span.cat_title, #front-popular h3 {
	text-transform:lowercase;
	margin-bottom:10px;
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:-0.08em;
	}

#front-popular h3 {
	color:#fff;
	}

.category a {
	color:#333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#cat-1:hover {background:#B82010; color:fff;}
#cat-2:hover {background:#7FDD4C; color:fff;}
#cat-3:hover {background:#DAB30A; color:fff;}
#cat-4:hover {background:#3A8EBA; color:fff;}
#cat-5:hover {background:#FEA347; color:fff;}
#cat-6:hover {background:#386f48; color:fff;}
#cat-7:hover {background:#B666D2; color:fff;}
#cat-8:hover {background:#BFBFBF; color:fff;}
#cat-9:hover {background:#FEC3AC; color:fff;}
#cat-10:hover {background:#A76726; color:fff;}
#cat-11:hover {background:#77B5FE; color:fff;}
#cat-12:hover {background:#C8AD7F; color:fff;}
#cat-13:hover {background:#EE1010; color:fff;}
#cat-14:hover {background:#F7E269; color:fff;}




#cat-1:hover a {background:#B82010; color:fff;}
#cat-2:hover a {background:#7FDD4C; color:fff;}
#cat-3:hover a {background:#DAB30A; color:fff;}
#cat-4:hover a {background:#3A8EBA; color:fff;}
#cat-5:hover a {background:#FEA347; color:fff;}
#cat-6:hover a {background:#386F48; color:fff;}
#cat-7:hover a {background:#B666D2; color:fff;}
#cat-8:hover a {background:#BFBFBF; color:fff;}
#cat-9:hover a {background:#FEC3AC; color:BFBFBF;}
#cat-10:hover a {background:#A76726; color:BFBFBF;}
#cat-11:hover a {background:#77B5FE; color:fff;}
#cat-12:hover a {background:#C8AD7F; color:fff;}
#cat-13:hover a {background:#EE1010; color:fff;}
#cat-14:hover a {background:#F7E269; color:fff;}



.gasp_1 {background:#B82010 none repeat scroll 0 0; color:#fff; padding: 2px 5px;}
.gasp_8 {background:#7FDD4C none repeat scroll 0 0; color:#fff; padding: 2px 5px;}
.gasp_9 {background:#DAB30A none repeat scroll 0 0; color:#fff; padding: 2px 5px;}
.gasp_10 {background:#3A8EBA none repeat scroll 0 0; color:#fff; padding: 2px 5px;}
.gasp_11 {background:#FEA347 none repeat scroll 0 0; color:#fff; padding: 2px 5px;}
.gasp_12 {background:#386F48 none repeat scroll 0 0; color:#fff; padding: 2px 5px;}
.gasp_13 {background:#B666D2 none repeat scroll 0 0; color:#fff; padding: 2px 5px;}
.gasp_14 {background:#BFBFBF none repeat scroll 0 0; color:#fff; padding: 2px 5px;}
.gasp_15 {background:#FEC3AC none repeat scroll 0 0; color:#fff; padding: 2px 5px;}
.gasp_16 {background:#A76726 none repeat scroll 0 0; color:#fff; padding: 2px 5px;}
.gasp_25 {background:#77B5FE none repeat scroll 0 0; color:#fff; padding: 2px 5px;}
.gasp_26 {background:#C8AD7F none repeat scroll 0 0; color:#fff; padding: 2px 5px;}
.gasp_32 {background:#EE1010 none repeat scroll 0 0; color:#fff; padding: 2px 5px;}
.gasp_75 {background:#F7E269 none repeat scroll 0 0; color:#fff; padding: 2px 5px;}



#bottom {
	width: 940px;
	}

#front-list {
	width:590px;
	background:#fff;
	padding:10px;
        font-family: Verdana;
	font-size:1.1em;
	line-height:1.75em;
	float:left;
	}

#archive {
	font-size:1.05em;
	line-height:2em;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #archive .title, #front-list .title a:link, #front-list .title a:visited {
	font:1.5em Georgia;
	font-weight:bold;
	letter-spacing:-0.05em;
        color: #2B2B2B;
	}

#front-list .cat_title, #archive .cat_title {
        text-transform:lowercase;
	margin-bottom:10px;
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:-0.05em;
	}

#front-list .title a:hover, #front-list .title a:active {
	font:1.5em Georgia;
	font-weight:bold;
	letter-spacing:-0.05em;
        color: #9E9E9E;
	}

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	}

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
	}

#front-list p, #archive p {
	padding:0px;
        font-family: Verdana;
	font-size:1em;
	}

#front-list .spoiler a:link {
	color: #A42424;
        font-weight: bold;
        border-bottom: 1px solid #EEEEEE;
        text-decoration: none;
	}

#archive .title a:link, #archive .title a:visited {
        font:1.5em Georgia;
	font-weight:bold;
	letter-spacing:-0.05em;
        color: #2B2B2B;
        }

#archive .title a:hover, #archive .title a:active {
        font:1.5em Georgia;
	font-weight:bold;
	letter-spacing:-0.05em;
        color: #9E9E9E;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:0.9em;
	color:#333;
        font-family : Helvetica;
	}

.meta a {
	color:#333;
	}

#headline p, #featured p {
	margin:0;
	}


/* Content Page*/

#content {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1em;
	line-height:1.75em;
	float:left;
	min-height:400px;
	}

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#333;
        font-family: Helvetica;
	}

#content h2.title {
	font-family:Georgia;
        font-size: 2.5em;
        color: #848484;
	font-weight:bold;
	letter-spacing:-0.05em;
	border-bottom:1px solid #ddd;
	border-top:3px solid #ddd;
	padding:5px 0px;
        text-align: -moz-center;
        text-align: center;
        margin-bottom: 10px;
	}

.post {
	line-height:1.75em;
	}

.post a:link, .post a:visited {
        color: #A42424;
        font-weight: bold;
        border-bottom: 1px solid #EEEEEE;
        }

.post a:hover, .post a:active {
        color: #FF6F7D;
        border-bottom: 1px dotted #333333;
        }

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	font-family: Verdana;
        font-size: 1.15em;
        border-bottom:1px dotted #ccc;
	margin:10px 0px;
	}

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

.post ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img, #archive img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}

#front-list .navigation img {
        border:none;
        }

.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:20px;
	}

#stats {
	margin-top:0px;
	padding:4px 0px;
	text-transform:uppercase;
	font:0.8em Arial;
	display:block;
	}

#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:590px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

#lol {
        width: 960px;
        height: 26px;
        margin: 0 auto;
               
}

/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
	}

#sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	background:#FEFEFE;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

#sidebar-ads1 {
	width:300px;
        float:right;
	padding:10px 10px 10px 10px;
	background:#fff;
        margin-bottom: 10px;
	}

#sidebar-ads {
	width:300px;
	float:right;
	padding:10px 10px 10px 10px;
	background:#fff;
        margin-bottom: 10px;
	}

#sidebar-pub {
	width:300px;
        margin-bottom: 10px;
	float:right;
	padding:10px 10px 10px 10px;
	background:#fff;
	}

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:10px 10px 10px 10px;
	background:#fff;
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:320px;
	float:right;
	}

#sidebar-left {
	width:141px;
	padding:10px 10px 10px 10px;
	float:left;
	background:#fff;
        font-size: 12px;
	}

#sidebar-left a:link, #sidebar-left a:visited {
        color:#2B2B2B;
        }

#sidebar-left a:hover, #sidebar-left a:active {
        color:#2B2B2B;
        }

#sidebar-right {
	width:129px;
	padding:10px 10px 10px 10px;
	float:right;
	background:#fff;
	}


#sidebar li {
	list-style:none;
	border-bottom:1px dotted #ccc;
        font:1.2em Verdana;
	display:block;
	padding:2px 0px 6px 5px;
	}

#archive #sidebar #blogSliderWrap li {
	background:none;
	padding:0px;
        }

#sidebar a {
       font-size: 12px;
       color:#2B2B2B;
       }

#sidebar a:hover {
       color:#9E9E9E;
       }

#archive #sidebar #blogSliderWrap li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:0px;
	background:none;
	}

#sidebar-ads1 {
	width:300px;
	float:right;
	padding:10px 10px 10px 10px;
	background:#fff;
        margin-bottom: 10px;
	}

#sidebar-ads {
	width:300px;
	float:right;
        margin-bottom: 10px;
	padding:10px 10px 10px 10px;
	background:#fff;
	}


/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}
	
#searchsubmit {
	padding-left:5px;
	}


/* Comments*/

#respond { 
        background: #ECECEC; 
        padding: 20px 20px 40px 20px; 
        color: #89897c; 
        font-size: .95em; 
        position: relative; 
}
#respond h3 { 
        font-size: 1.9em; 
        line-height: .8em; 
        color: #bdbdb0; 
        font-weight: normal; 
        margin-bottom: .5em; 
}
#respond h3 a { 
        font-size: 1em; 
        display: inline; 
        letter-spacing: normal; 
}

#respond .cancel-comment-reply { 
        position: absolute; 
        right: 6px; 
        background: none; 
        top: 6px; 
}
#respond .cancel-comment-reply a { 
        color: #89897c; 
        font-weight: bold; 
}

#respond div.row { 
        min-height: 28px; 
        _height: 28px; 
        margin-bottom: .75em; 
        clear: both; 
        display: block; 
}

#respond label { 
        float: left; 
        width: 180px; 
        text-align: right; 
        margin-right: 10px; 
        height: 28px; 
        line-height: 28px; 
        _font-size: 0.9em; 
        _margin-top: -28px; 
}
#respond input { 
        float: right; 
}
#respond textarea, #respond input { 
        width: 350px; 
        border: 0; 
        background: white; 
        height: 28px; 
        font-size: 1.4em; 
        color: #b0b09f; 
        font-family: Lucida Sans, Arial, Helvetica, sans-serif; 
}
#respond textarea { 
        height: 96px; 
        padding: 2px 1%; 
        width: 98%; 
        float: none; 
}

#respond a { 
        color: #89897c; 
        font-weight: bold; 
}

#respond p.logged_as { 
        margin-bottom: .5em; 
        font-size: 1.1em; 
}

#respond p.req { 
        color: #bdbdb0; 
        float: right; 
        line-height: 28px; 
        height: 28px; 
}
#respond div.submit { 
        text-align: right; 
}
#respond #submit { 
        float: right; 
        margin-left: 1em; 
        display: block; 
}

#respond button { 
        background: url("images/post_comment.png") 
        no-repeat; 
        width: 122px; 
        height: 28px; 
        border: 0; 
        text-indent: -10000px; 
        vertical-align: middle; 
        cursor: pointer; 
}

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:495px;
	float:right
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:590px;
	background:#fff;
	}

/* Footer*/

#gallery {
        background:url(images/stripe.png) repeat scroll 0 0;
        color:#333333;
        font-size:11px;
        margin:0 auto;
        padding:10px ;
        width:940px;
        height: 230px;
}
#gallery #video {
        background:#fff;
        padding: 10px 15px 5px 10px;
        float:left;
        width:302px;
        height: 215px;
}

#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 940px;
        height: 350px;
        background:#2c2c2c url(images/bottombar.png) bottom no-repeat;
	margin: 0 auto;
	padding:10px;
	}

#random {
    background:#2c2c2c url(images/bottombar.png) bottom no-repeat;
    float:left;
    height:330px;
    width:200px;
    margin-left:10px;
    padding:10px;
    }

#random img{
   display:block;
   border:none;
}

#random a img {
    padding:2px;
    border:1px solid #ccc;
    margin-right:10px;
    margin-bottom:10px; 
    background:#fff;
}

#randomimages {
    padding-left:8px;
    }

#recentpost {
	width:245px;
	float:left;
        padding:10px;
	}

#mostcommented {
        width:150px;
	padding:10px;
        margin-left:10px;
        float:left;
        }

#recentpost a, #mostcommented a {
	color:#fff;
        font: 1.2em Verdana;
        font-size: 12px;
        line-height:1.1em;
        }

#recentpost ul li, #mostcommented ul li  {
	list-style:none;
	display:block;
        padding:2px 0px 6px 35px;
        background:url(images/spacer.png) no-repeat scroll left center;
	}

#recentpost ul li:hover, #mostcommented ul li:hover  {
	color:#a76726;
	}

#recentpost li:first-child, #mostcommented ul li:first-child  {
	border-top:0px dotted #fff;
	}

#archive li {
	list-style:none;
	font:1.2em Verdana;
	display:block;
	padding:2px 0px 6px 30px;
        background:url(images/spacer.png) no-repeat scroll left center;
        }


#footer {
	margin: 0 auto;
	width: 960px;
        font-size:0.6em;
	padding-top:10px;
	padding-bottom:10px;
        font-family: Helvetica;
	}

#footer a:link {
        color:#3A9D23;
}
.left {
       float: left;
      }
.right {
       float: right;
      }
       


/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}