/*
Theme Name: Cutline 2 (Beto's Remix)
Theme URI: http://cutline.tubetorial.com
Description: A squeaky clean, feature-rich theme for WordPress designed and coded by <a href="http://pearsonified.com">Chris Pearson</a> and <a href="http://ifranky.com">Franky</a>..
Version: 1.0
Author: Alberto Gonzalez, based upon Cutline 2 theme by Chris Pearson
Author URI: http://tubetorial.com/
*/

body {
	background: #FFFFFF;
	color: #000;
	/* font: 62.5% Candara, "Lucida Sans Unicode",Helvetica, Arial, sans-serif; */
	font: 62.5% Helvetica, Arial, sans-serif;
	text-align: center;
}

* {
	padding: 0;
	margin: 0;
}


/*---:[ global elements ]:---*/

a {
	color: #E7226B;
	text-decoration: underline;
}

a:visited {
	color: #5F5F5F;
	text-decoration: underline;
}

a:hover {
	color: #5F5F5F;
	text-decoration: underline;
}

a img {
	border: none;
}

blockquote {
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #838383;
	margin: 0 30px 3em 30px;
	padding: 1em 0 0 10px;
	border-color: #aaa;
	border-width: 0 0 1px 1px;
	border-style: dotted;
	background: url('images/bkg-quote.png') no-repeat 10px 0;
}

abbr, acronym {
	border-bottom: 1px dotted #D9D9D9;
	text-transform: uppercase;
	cursor: help;
}

code {
	color: #090;
	font-family: Monaco, "Courier New", Courier, monospace;
}

pre {
	width: 445px;
	margin: 0 0 1.5em 128px;
	overflow: auto;
	font-size: 1.3em;
	float: left;
	clear: both;
}

* html pre {
	font-size: 1.0em;
}

/*p {
	font-family: Georgia, "Times New Roman", Times, serif;
}
*/

p.center {
	text-align: center !important;
}

p.bottom {
	margin: 0 !important;
}

p.unstyled {
	font-size: 1.4em;
}

.flickr_blue {
	color: #D9D9D9;
}

.flickr_pink {
	color: #5F5F5F;
}



/*---:[ headlines ]:---*/

h1, h2, h3 {
	font-weight: bold;
	/*font-family: Helvetica, Arial, sans-serif;*/
}

h1 {
	font-size: 2.0em;
	letter-spacing: -0.03em;
}

* html h1 {
	letter-spacing: -0.1em;
}

#masthead h1, #masthead h3 {
	font-family: Helvetica, Arial, sans-serif;
}

#masthead h1 {
	padding: 0.2em 0.3em 0 0;
	text-transform: none;
	font-size: 6em;
	text-align: left;
	clear: both;
	color: #EF5700;
}

h1 a, h1 a:visited, h1 a:hover {
	color: #E7226B;
	text-transform: none;
	text-decoration: none;
}

h2 {
	font-size: 2em;
	color: #414141;
}

h2 a {
	font-weight: bold;
	line-height: 1.8em;
	text-decoration: none;
}

h2 a:visited {
	color: #000;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: none;
}

.posts h2 {
	margin: 0 0 0.1em 0;
	padding-top: 0.4em;
	line-height: 1.8em;
	color: #E7226B;
}

.pages h2, h2.page_header {
	margin: 0 0 0.75em 0;
	line-height: 2.0em;
	border-bottom: solid 1px #D9D9D9;
}

h2.archive_head {
	font-weight: bold !important;
	font-size: 1.4em !important;
	font-variant: small-caps !important;
	letter-spacing: normal !important;
	margin: 0 0 1.8em 0 !important;
	padding: 0.4em 2px !important;
	border-top: 1px solid #D9D9D9 !important;
	border-bottom: solid 1px #D9D9D9;
}

.h2 span a {
	text-align: right;
}

h3 {
	font-size: 1.5em;
	/*font-variant: small-caps;*/
}

#masthead h3 {
	margin: 0 0 0.3em 0;
	padding: 0em 0.3em 0em 0;
	font-variant: normal;
	font-weight: normal;
	font-size: 24px;
	color: #888;
	text-align: left;
}

.entry h3 {
	margin: 2.5em 0 0.5em 0;
	padding: 0 0 0 128px;
}

.entry h3.top {
	margin: 1.5em 0 0.5em 0 !important;
}

h3.comments_headers {
	font-size: 1.6em;
	line-height: 1.8em;
	border-top: 1px solid #000;
}

h3.respond {
	font-size: 1.6em;
	line-height: 1.8em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #D9D9D9;
}

h4 {
	font: normal 1.2em Helvetica, Georgia, Times, serif;
}

h4 a, h4 a:visited {
	text-decoration: none;
}

h4 a:hover {
	color: #000;
	text-decoration: #999;
}

.posts h4 {
	font-variant: small-caps;
	font-weight: bold;
	line-height: 1.6em;
	padding: 0.4em 0 0.5em 0;
}

/*container for post metadata (social links, etc)*/

.hentry {
	border-top: 1px solid #9F9F9F;
}


.hentry h2 a:link, .hentry h2 a:visited {
	color: #E7226B;
}

.hentry h2 a:hover {
	color: #9e104e;
}



.posts .entry-meta {
	float: right;
	width: 123px;
	margin: 0;
	position: relative;
	top: -23px;
}

.entry-meta ul {
	list-style: none;
}

.entry-meta ul li {
	float: left;
	margin: 0 0 0 12px;
}

.entry-meta ul li a {
	border: none;
	text-decoration: none;
}

.entry-meta ul li span {
	position: relative;
	top: -3px;
}


span.author {
	font-weight: bold;
}

span.add_comment {
	font-size: .9em !important;
	color: #989898;
	font-weight: normal;
}

.pages h4 {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 0 4.0em 0;
	padding: 0.4em 0 0 0;
	clear: both;
}



/*---:[ core layout elements ]:---*/

#container {
	width: 880px;
	margin: 10px auto 0 auto;
}

#content_box {
	width: 880px;
	text-align: left;
	float: left;
	clear: both;
}

/*GRID*/

/*#container,#content_box {
	background: url('images/grid.png');
}
*/


#content {
	width: 632px;
	padding: 0 8px 0 0;
	float: left;
}

* html #content {
	overflow: hidden;
}

#sidebar {
	width: 222px;
	float: left;
	margin-left: 16px;
}

* html #sidebar {
	overflow: hidden;
}

#footer {
	width: 896px;
	padding: 1.0em 0;
	border-top: 2px solid #ccc;
	font: normal 1.1em/1.3em Helvetica, Arial, sans-serif;
	float: left;
	clear: both;
}



/*---:[ header styles ]:---*/

#masthead {
	width: 880px;
	border-top: 5px solid #828282;
	/*height: 100px;
	background: url('images/logo.gif') no-repeat;*/ /* uncomment the height and background declarations here if you intend to use a graphic in the header instead of the h1 */
}

/* #masthead a {
	display: block;
	width: 836px;
	height: 175px;
}
*/ /* uncomment this line if you use a graphic in the header - make sure the height of your header graphic is equal to the height declared in this line of code! */

ul#nav {
	width: 880px;
	list-style: none;
	margin: 0.5em 0 1.2em 0;
	padding: 0;
	/* background:#58A2DE; */
	background: #E7226B;
	float: left;
	clear: both;
}

ul#nav li {
	text-align: left;
	float: left;
	font: 1.4em Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	width: 126px;
	border-right: 2px solid #FFF;
	border-bottom: 4px solid #B1B1B1;
	display: block;
}

ul#nav li a, ul#nav li a:visited {
	display: block;
	padding: 0.4em 1.8em 1.5em 0.5em;
	color: #FFF;
	text-decoration: none;
}

ul#nav li a:hover {
	color: #ffffff;
	background-color: #3E55A0;
	text-decoration: none;
}

ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover {
	color: #ffffff;
	text-decoration: none;
}

ul#nav li.rss {
	padding: 0.5em 0 0.5em 0;
	border: none;
	float: right;
}

ul#nav li.rss a {
	margin: 0 15px 0 0;
	padding: 0 18px 0 0;
	background: url('images/feed-icon-16x16.png') 100% 50% no-repeat;
}

#header_img {
	height: 163px;
	padding: 1px 0;
	border-top: solid 1px #000;
	border-bottom: 1px solid #000;
	float: left ;
	clear: both;
}

#header_img img {
	display: block;
}
/* this is really just an IE 6 and 7 hack in disguise */

/*Comments button options*/

ul#post-navigation {
	width: 634px;
	list-style: none;
	margin: 0 0 2.3em 0;
	padding: 0;
	background: #E7226B;
	float: left;
	clear: both;
}

ul#post-navigation li {
	text-align: left;
	float: left;
	font: 1.3em Calibri, Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	width: 126px;
	border-right: 2px solid #FFF;
	display: block;
}

ul#post-navigation li a, ul#post-navigation li a:visited {
	display: block;
	padding: 0.2em 1.8em 1em 0.5em;
	color: #FFF;
	text-decoration: none;
}

ul#post-navigation li a:hover {
	color: #E7226B;
	background-color: #ECF983;
	text-decoration: none;
}

ul#post-navigation li.respond {
	width: 120px;
	float: right;
}

ul#post-navigation li.respond a {
	text-align: left;
	display: block;
}



/*---:[ content styles ]:---*/

/*Individual entry styles*/


.entry {
	margin: 0 0 1.5em 0;
	font-size: 1.3em;
	line-height: 1.6em;
}

.entry a {
	color: #E7226B;
	text-decoration: none;
}

.entry a:visited {
	color: #7E665E;
	text-decoration: none;
}

.entry a:hover {
	padding: 2px 0 0;
	background: #df176f;
	color: #fff;
	border-bottom: dotted 1px #5F5F5F;
	text-decoration: none;
}

.entry img {
	padding: 2px;
	border: #858585 1px solid;
}

.entry a img {
	text-decoration: none;
	background: #none;
}

.entry p {
	margin: 1em 16px 1em 0;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #434343;
}

.entry ul, .entry ol {
	margin: 0 0 1.5em 152px;
}

.entry ul {
	list-style-type: square;
}

.entry li {
	margin: 0 0 0.5em 0;
}

.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol {
	margin: 0.5em 0 0.5em 32px;
}

.entry dl {
	margin: 0 0 1.5em 0;
}

.entry dt {
	font-weight: bold;
	margin: 0 0 0.5em 0;
}

.entry dd {
	margin: 0 0 1.5em 16px;
}

.entry .ad {
	margin: 0 0 0.5em 16px;
	float: right;
	clear: right;
}

.entry .ad_left {
	margin: 0 16px 0.5em 0;
	float: left;
	clear: left;
}

.entry img {
	max-width: 490px;
	height: auto;
	width: expression(this.width > 490 ? 490: true);
}

.entry img.left {
	padding: 3px;
	margin: 0 16px 0.5em 0;
	border: 3px double #C3C3C3;
	float: left;
	clear: left;
}

.entry img.right {
	padding: 3px;
	margin: 0 0 0.5em 16px;
	border: 3px double #C3C3C3;
	float: right;
	clear: right;
}

.entry img.center {
	display: block;
	padding: 3px;
	margin: 6px auto 1.5em auto;
	border: 3px double #C3C3C3;
	float: none;
}

.entry img.off {
	padding: 0 !important;
	border: none !important;
}

.entry img.stack {
	clear: none !important;
}

.entry blockquote {
	font-size: 1.2em;
	margin: 20px 0 0 125px;
}

.entry blockquote.right {
	width: 256px;
	color: #C3C3C3;
	/*font-style: italic !important; */
	font-size: 1.3em !important;
	margin: 0.3em 0 0.3em 15px !important;
	padding: 0.3em 0 !important;
	border: 3px double #33CCFF;
	border-width: 3px 0;
	text-align: center;
	float: right;
}

.entry blockquote.left {
	width: 256px;
	color: #C3C3C3;
	/*font-style: italic !important; */
	font-size: 1.3em !important;
	margin: 0.3em 15px 0.3em 1280px !important;
	padding: 0.3em 0 !important;
	border: 3px double #C3C3C3;
	border-width: 3px 0;
	text-align: left;
	float: left;
}

.entry blockquote p, .entry blockquote.right p, .entry blockquote.left p {
	margin: 0 16px 16px 0 !important;
	line-height: 1.5em !important;
	color: #8A8A8A;
}

/*tags display in posts*/

.tagged {
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0.4em 0 0 0;
	clear: both;
	width: 505px;
	/*border-top:#F86500 1px dotted; */
}


.tagged strong {
	padding-left: 20px;
	background: url('images/icon_postit.gif') no-repeat;
}

.tagged strong, .tagged a {
	font-size: .9em !important;
}

.tagged a, .tagged a:visited {
	padding: 3px;
	color: #5F5F5F;
	text-decoration: none;
	border: none;
	background: none;
}

.tagged a:hover {
	padding: 3px;
	color: #fff;
	background: #D9D9D9;
	text-decoration: none;
	border: none;
}

.entry_date {
	font-size: .8em !important;
	color: #AFAFAF;
}

.add_comment {
	display: block;
	padding: 0;
	font-weight: bold;
}

.add_comment a, .add_comment a:visited {
	display: block;
	padding: 0;
	color: #333;
	text-decoration: none;
	border: none;
}

.add_comment a:hover {
	padding: 0;
	width: 504px;
	background: #D9D9D9;
	text-decoration: none;
	border: none;
}

.navigation {
	width: 640px;
	margin: 0 0 3.0em 0;
	font-size: 1.2em;
	font-variant: small-caps;
	float: left;
}

* html .navigation {
	margin: 0 0 2.5em 0;
}

.previous {
	padding: 0 16px 0 0;
	float: left;
}

.next {
	padding: 0 8px 0 0;
	float: right;
}

.clear {
	width: 640px;
	height: 1px;
	clear: both;
}

.clear-small {
	width: 128px;
	height: 1px;
	clear: both;
}



/*---:[ sidebar styles ]:---*/

ul.sidebar_list {
	list-style: none;
}


ul.sidebar_list li.widget {
	margin: 0 0 2.5em 0;
	font-size: 11px;
	line-height: 15px;
	float: left;
	/*border:purple 1px solid;*/
	/*width:225px;*/
}

li.widget p {
	margin: 0 0 1.5em 0;
	padding: 0 4px;
	font-size: 1em !important;
}


li.widget ul+ul+ul {
	list-style: none;
	color: #C3C3C3;
	margin: 0 0 0.5em 0;
	border: none;
}

li.widget ol {
	margin: 0 0 0.5em 0;
}


li.widget li {
	border-bottom: dotted 1px #D9D9D9;
	display: block;
	width: 200px;
	margin: 0;
	padding: 4px 0 5px 22px;
	color: #474747;
	background: url('images/pe_icon_orangearrow_16x16.gif') no-repeat 0 3px;
}

li.widget li a, li.widget li a:visited {
	padding: 0 0 0.5em 4px;
	color: #E7226B;
	text-decoration: none;
}

li.widget li a:hover {
	padding: 0 0 0.5em 4px;
	color: #BACAE5;
	text-decoration: none;
}

li.widget li a img {
	border: none;
}

/*li.widget li .recent_date {
	padding: 0 4px 0 8px;
	color: #888;
}
*/
li.widget h2 {
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: normal;
	line-height: 1.8em;
	padding: 2px;
	border-top: 1px solid #9F9F9F;
}


li.widget ul.latestactivity {
	list-style: none;
	color: #C3C3C3;
	margin: 0 0 0.5em 0;
	border-top: dotted 1px #D9D9D9;
}

li.widget ul.latestactivity li.alternate {
	display: block;
	margin: 0;
	padding: 0 0 0.5em 3px;
	border-bottom: dotted 1px #D9D9D9;
}

li.widget ul.latestactivity li.alternate a {
	padding: 0;
}

li.widget ul.latestactivity li a, li.widget ul.latestactivity li a:visited {
	display: inline;
	padding: 0;
	color: #000;
	text-decoration: none;
	border: none;
}

li.widget ul.latestactivity li a:hover {
	display: inline;
	padding: 0;
	color: #fff;
	background: #C3C3C3;
	text-decoration: none;
}

li.widget ul.flickr_stream {
	list-style: none;
	margin: 0;
	padding: 0;
}

li.widget ul.flickr_stream li {
	padding: 3px;
	display: inline;
	margin-bottom: 0;
	border-top: none;
}

li.widget ul.flickr_stream li a img {
	padding: 0px;
	display: inline;
}

li.widget ul.flickr_stream li a:hover img {
	padding: 0;
	background: none;
}

/*child list elements*/

ul.children li {
	border: none;
	font-size: smaller;
}


/*recentcomments plugin*/
.recentcomments li {
	color: #9F9F9F;
}

.recentcomments li a {
	margin: 0 0.5em 0 0;
}

/*---:[ Archive styles ]:---*/

/*.archive-postbox {
	float: left;
	width: 138px;
	padding: 10px;
	background: #58A2DE;
}

.archive-postbox:hover {
	background: #E7226B;
}

.archive-postbox h4 {
	color: #fff;
	line-height: 0.7em;
}

.archive-postbox h4 a {
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
	padding: 0.5em;
}

.archive-postbox p.postbox-date {
	text-align: right;
	font-size: .9em;
	color: #fff;
}
*/


/*---:[ Tweet This custom styles ]:---*/

a.tt {
	font-size: .8em;
}

a.tt img {
	border: none;
}


/*---:[ Smart Archives plugin custom styles ]:---*/

/*.smartarchives {
	border: red 1px solid;
}
*/
.smartarchives span.emptymonth {
	color: #C7C7C7;
}

/*reset padding*/
.smartarchives a:hover {
	padding: 0 !important;
}

.smartarchives h2 {
	border-bottom: #CFCFCF 1px solid;
	font-size: 1.1em;
	width: 114px;
	text-align: right;
	padding: 0 10px 0 0;
}

.smartarchives h2 a {
	display: block;
	text-decoration: none;
}


.smartarchives h2 a:hover {
	background: none;
	text-decoration: none;
	border-bottom: none;
}

/*Smartarchives AND posts list styles (when used in tag searches with "tagged" class)*/

.smartarchives ul {
	position: relative;
	left: -26px;
	top: -36px;
	width: 555px;
}

.smartarchives ul li, ul.tagged li {
	float: left;
	list-style: none;
}


.smartarchives ul li a, .smartarchives ul li a:link, .smartarchives ul li a:hover, .smartarchives ul li a:visited, ul.tagged li a, ul.tagged li a:link, ul.tagged li a:hover, ul.tagged li a:visited {
	font-size: .9em;
	padding: 0 5px !important;
	margin: 0 2px -3px 0;
	display: block;
	width: 114px;
	border: none;
}


.smartarchives ul li a:link, ul.tagged li a:link {
	color: #fff;
	background: #E7226B;
}

.smartarchives ul li a:hover, ul.tagged li a:hover {
	color: #fff;
	background: #E7226B;
	padding: 0 5px;
}

.smartarchives ul li a:visited, ul.tagged li a:hover {
	color: #E7226B;
	background: #CDCDCD;
	padding: 0 5px;
}

/*specific styles for Tagged Class*/
ul.tagged li {
	margin-bottom: 10px;
}

ul.tagged li a:link, ul.tagged li a:hover, ul.tagged li a:visited {
	padding: 5px !important;
	margin-bottom: -7px;
}

/*---:[ archive tag links styles ]:---*/
.entry .archivetags {
	width: 503px;
	position: relative;
	left: 125px;
	top: -38px;
}



/*---:[ footer styles ]:---*/

#footer p {
	margin: 0 0 0.923em 0;
	font-size: .95em;
	color: #888;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
}

#footer a, #footer a:visited {
	color: #888;
	text-decoration: none;
}

#footer a:hover {
	color: #888;
	text-decoration: underline;
}


/*---:[ comment styles ]:---*/

#comments {
	width: 632px;
	float: left;
	clear: both;
}

ul#comment_list {
	list-style: none;
	margin: 0 0 0.2em 0;
	border-bottom: 1px solid #000;
	float: left;
}

ul#comment_list li.comment {
	float: left;
	width: 632px;
	padding: 0.5em 0 0 0;
	border-top: 1px solid #D9D9D9;
}

ul#comment_list li.trackback {
	width: 595px;
	padding: 0.5em 5px 0 32px;
	background: url('images/trackback_bg.gif');
}

.comment-meta {
	float: left;
	width: 252px;
	margin: 0 4px 0.5em 0;
	padding: 0 0 1.0em 0;
	font-family: Helvetica, Arial, sans-serif;
}

.comment-meta a, .comment-meta a:visited, .comment-meta a:hover {
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}

.comment-meta a.counter {
	background: url('images/icon_mike_gray.gif') no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
}

.comment-time {
	display: block;
	font-size: 1.1em;
	color: #888;
}

.comment-all a, .comment-all a:visited {
	display: block;
	font: normal 1.0em Helvetica, Arial, sans-serif;
	color: #888;
}

.comment-all a:hover {
	display: block;
	font: normal 1.0em Helvetica, Arial, sans-serif;
	color: #FFF;
	background: #888;
}

.comment .entry p {
	margin: 0 0 0 256px;
	font-size: 1em;
}

.respond p {
	margin: 0 0 0 128px;
}


/*---:[ comment form styles ]:---*/

#comment_form {
	width: 502px;
	margin: 0 0 0 128px;
	padding: 1.0em 0;
	float: left;
}

.add-comment {
	padding: 0.3em 0 0.6em 0;
	border-bottom: 1px solid #CCC;
	display: block;
}

.add-comment label {
	float: left;
	width: 120px;
	font-weight: bold;
	font-size: 1.4em;
	color: #6D6D6D;
	line-height: 1.2em;
}

.add-comment .text_input {
	width: 367px;
	padding: 3px ;
	color: #444;
	font: normal 1.2em Helvetica, Georgia, Times, serif;
	line-height: 130%;
	margin: 0 0 0 5px;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


#comment_form p {
	padding: 0.6em 0;
}

#comment_form2 .text_input {
	width: 352px;
	padding: 0 3px ;
	color: #444;
	font: normal 1.2em Helvetica, Georgia, Times, serif;
	margin: 0 0 0 99px;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#comment_form .text_area {
	width: 367px !important;
}

#comment_form .text_input:focus {
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#comment_form .form_submit {
	padding: 0.3em;
	background: #FF9F1C;
	border: 1px solid #000;
	font-size: 1.4em;
	font-weight: bold;
	cursor: pointer;
	float: right;
	width: 375px;
}

#comment_form p.subscribe-to-comments {
	font-size: 1.4em;
}

#comment_form p.subscribe-to-comments label {
	font-size: 1.0em;
}



/*---:[ search form styles ]:---*/

#searchform, #email_subscribe {
	margin: 0.8em 0 0 0;
	padding: 0.2em 4px;
}

#s, #email_subscribe .email_input {
	width: 180px;
	margin: 0 0 10px;
	padding: 3px;
	color: #5F5F5F;
	font: normal 1.0em;
	border: 1px solid #999;
}

li.widget .search_input {
	font-size: 1em !important;
}

#s:focus, #email_subscribe .email_input:focus {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/*Beto's add-ons*/
ul.recentcomments li {
	margin-bottom: 1.5em;
}


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

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
<!-[if IE 7]>
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
<![endif]->



