@charset "UTF-8";

/*
	Theme Name: kulturbanause blog v3.1
	Theme URI: http://www.kulturbanause.de/
	Description: Global Theme
	Version: 3.1
	Author: Jonas Hellwig
	Author URI: http://www.kulturbanause.de/
*/

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------I global tags I------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

* {
	margin:0;
	padding:0;
	list-style:none;
}

body {
	color:#1d2830;
	font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:140%;
	margin:0;
	padding:0;
}

a:focus { outline:0; }

hr { display:none; }

small {
	font-size:10px;
	line-height:140%;
}

strike {
	color:#4f585f;
	text-decoration:line-through;
}

code {
	font-family:"Courier New", Courier, monospace;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------I global classes I---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.clear {
	clear:both;
	float:none;
	height:0;
	width:0;
	line-height:0.01em;
	font-size:0.01em;
}

.tab50 {
	display:block;
	float:left;
	width:50px;
}

.tab120 {
	display:block;
	float:left;
	width:120px;
}

.hr { display:none; }

.magic-cap {
	height:100%;
	float:left;
	background:url(../img/do-not-steal-my-images.gif) repeat;
	position:relative;
	width:100%;
}

.right { float:right; }

.left { float:left; }

.highlight {
	background:#faf8f3;
	border:1px solid #e1ddd4;
}

.download {
	background:#faf8f3 url(../img/icons-24x24.png) no-repeat scroll 4px 8px;
	padding:8px 8px 8px 31px;
}

.link {
	background:#faf8f3 url(../img/icons-24x24.png) no-repeat scroll 4px -42px;
	padding:8px 8px 8px 31px;
}

.info {
	background:#FAF8F3 url(../img/icons-64x64.png) no-repeat scroll -10px -7px;
	padding:8px 8px 8px 45px;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------I wrapper I----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#top-wrapper {
	margin:-21px auto 0 auto;
	min-height:960px;
	padding:21px 0 0 0;
	position:relative;
	width:100%;
}

* html #top-wrapper { height:960px; } /* IE6 Hack */

#bottom-wrapper {
	height:639px;
	margin:0 auto;
	position:relative;
	width:100%;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------I header I------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#header {
	background:transparent;
	height:409px;
	position:relative;
	margin:0 auto;
	width:980px;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------I logo I---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#header h1 a {
	display:block;
	font-size:0.01em;
	height:134px;
	left:36px;
	position:absolute;
	text-indent:-9999px;
	top:215px;
	width:411px;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------I accessibility I------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#accessibility { display:none; }

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------I navi I----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#navi {
	float:left;
	margin:0;
	padding:0;
}

#navi li {
	float:left;
	margin:0;
	padding:0;
}

#navi a {
	border:none;
	display: block;
	height: 69px;
}

#navi a span {
	font-size: 0.01em;
	vertical-align: middle;
	display:block;
	height:69px;
	text-indent:-9999px;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------I content I------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#content-wrapper {
	background:transparent;
	margin:0 auto;
	position:relative;
	width:980px;
}

#content {
	background:transparent;
	float:left;
	margin:0 163px 0 53px;
	position:relative;
	width:514px;
}

* html #content { margin:0 163px 0 26px; } /* IE& Hack */

.post {
	float:left;
	margin:0 0 35px 0;
	padding:0;
	width:514px;
	background:transparent;
}

/* ----------I links I---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.post a { text-decoration:none; }

/* ----------I headlines I--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.post h2 a:link,
.post h2 a:visited,
.post h2 a:hover,
.post h2 a:active {
	display:block;
	font-size:17px;
	font-weight:normal;
	height:18px;
	margin:0 0 10px 0;
	padding:7px 0 7px 7px;
	text-decoration:none;
	width:507px;
}

.post h3,
.post h4 { /* Das hier muss noch auf die H3 umgeschrieben werden, es müssen jedoch auch die Posts (Urlaubsbericht und Tutorials) bearbeitet werden. */
	background:url(../img/bg-h3.gif) 0 0 no-repeat;
	color:#3f2e26;
	display:block;
	font-size:17px;
	font-weight:normal;
	height:18px;
	margin:0 0 10px 0;
	padding:7px 0 7px 7px;
	text-decoration:none;
	width:507px;
}

/* ----------I paragraph I--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.post p { margin:0 0 15px 0; }

/* ----------I read more link I--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.post a.more-link {
	height:28px;
	width:172px;
	text-indent:-9999px;
	display:block;
}

/* ----------I images I------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
				
.post .img_right {
	border:5px solid #bdb7ab;
	float:right;
	margin:5px 0 10px 10px;
}

.post a:hover .img_right {
	border:5px solid #aca59a;
	float:right;
	margin:5px 0 10px 10px;
}

.post .img_center {
	border:5px solid #bdb7ab;
	float:left;
	margin:0 0 10px 0;
}

.post a:hover .img_center {
	border:5px solid #aca59a;
	float:left;
	margin:0 0 10px 0;
}

.post .img_left {
	border:5px solid #bdb7ab;
	float:left;
	margin:5px 10px 10px 0;
}

.post a:hover .img_left {
	border:5px solid #aca59a;
	float:left;
	margin:5px 10px 10px 0;
}

.post .gallery { /* small thumb at the bottom of large posts */
	border:5px solid #bdb7ab;
	float:left;
	margin:8px;
}

.post a:hover .gallery { /* small thumb at the bottom of large posts */
	border:5px solid #aca59a;
	float:left;
	margin:8px;
}

/* ----------I unordered list I---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
						
.post ul { margin:-10px 0 20px 0; }

.post ul li {
	margin:0 0 0 7px;
	padding:0 0 0 13px;
	background:url(../img/icons-12x12.png) 0 -38px no-repeat;
	font-weight:bold;
}

.post ul li ul { margin:0 0 10px 0; }

.post ul li ul li {
	margin:0;
	padding:0;
	background:none;
	font-weight:normal;
}

/* ----------I ordered list I------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.post ol { margin:-5px 0 20px 5px; }

.post ol li {
	margin:0 0 10px 18px;
	list-style-type:decimal;
}

/* ----------I definition list I---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.post dl {
	list-style:none;
	list-style-position:inside;
	margin:0 0 15px 0;
}

.post dl dt { font-weight:bold; }

.post dl dd { margin:0 0 10px 0; }

/* ----------I meta I--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.post-meta a:link,
.post-meta a:visited { text-decoration:none; }

.post-meta a:hover,
.post-meta a:active { text-decoration:none; }

.post-meta ul {
	float:left;
	margin:0 0 10px !important;
}

.post-meta ul li {
	float:left;
	margin:0 5px 0 0 !important;
	padding:0 !important;
	background:none !important;
}

.meta-icon {
	display:block;
	height:16px;
	width:16px;
	padding:0;
	margin:0;
	text-indent:-9999px;
}

.twitter { background:transparent url(../img/icons-16x16.png) 0 0 no-repeat; }

.twitter:hover { background:transparent url(../img/icons-16x16.png) -16px 0 no-repeat !important; }

.delicious { background:transparent url(../img/icons-16x16.png) 0 -16px no-repeat; }

.delicious:hover { background:transparent url(../img/icons-16x16.png) -16px -16px no-repeat !important; }

.facebook { background:transparent url(../img/icons-16x16.png) 0 -32px no-repeat; }

.facebook:hover { background:transparent url(../img/icons-16x16.png) -16px -32px no-repeat !important; }

.technorati { background:transparent url(../img/icons-16x16.png) 0 -48px no-repeat; }

.technorati:hover { background:transparent url(../img/icons-16x16.png) -16px -48px no-repeat !important; }

.digg { background:transparent url(../img/icons-16x16.png) 0 -64px no-repeat; }

.digg:hover { background:transparent url(../img/icons-16x16.png) -16px -64px no-repeat !important; }

.stumble-upon { background:transparent url(../img/icons-16x16.png) 0 -80px no-repeat; }

.stumble-upon:hover { background:transparent url(../img/icons-16x16.png) -16px -80px no-repeat !important; }

.feedburner { background:transparent url(../img/icons-16x16.png) 0 -96px no-repeat; }

.feedburner:hover { background:transparent url(../img/icons-16x16.png) -16px -96px no-repeat !important; }

.comment {
	background:transparent url(../img/icons-16x16.png) -16px -112px no-repeat;
	padding:0 0 0 22px;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------I comments I------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.comments {
	float:left;
	margin:0;
	padding:0;
	width:514px;
}

/* ----------I avatar I-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.avatar {
	position:absolute;
	top:25px;
	right:9px;
	background:#f9f7f2;
	border:1px solid #B0ACA4;
	padding:2px;
}

/* ----------I links I---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
		
.comments a:link,
.comments a:visited { text-decoration:none; }

.comments a:hover,
.comments a:active { text-decoration:none; }

/* ----------I headlines I--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
			
.comments h4 {
	background:url(../img/bg-h3.gif) 0 0 no-repeat;
	color:#3f2e26;
	display:block;
	font-size:17px;
	font-weight:normal;
	height:18px;
	margin:0 0 10px 0;
	padding:7px 0 7px 7px;
	text-decoration:none;
	width:507px;
}

/* ----------I single comment as ordered list I---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.comments ol.commentlist {
	list-style:none;
	margin:0 0 35px 0;
}

.comments ol.commentlist li {
	background:url(../img/bg-comment.gif) top center no-repeat;
	position:relative;
	font-size:12px;
	margin:0 0 10px 0;
	padding:25px 10px 15px 10px;
}

.comments ol.commentlist li.alt { /* This will change every second comment to class "alt". Actually not in use. */
	background:url(../img/bg-comment.gif) top center no-repeat;
	font-size:12px;
	margin:0 0 10px 0;
	padding:25px 10px 15px 10px;
}

/* ----------I single comment meta I---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
				
.comments ol.commentlist span.comment-meta {
	border-bottom:1px solid #B0ACA4;
	color:#4f585f;
	display:block;
	font-size:12px;
	margin:4px 0 3px;
	padding:0 0 8px;
}

/* ----------I form I---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
					
.comments input {
	background:#d7d2c8;
	border-bottom:1px solid white;
	border-right:1px solid white;
	border-left:1px solid #796862;
	border-top:1px solid #796862;
	font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px 3px 3px 3px;
	margin:3px 0;
	width:483px;
}

.comments textarea {
	background:#d7d2c8;
	border-bottom:1px solid white;
	border-right:1px solid white;
	border-left:1px solid #796862;
	border-top:1px solid #796862;
	font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow:auto;
	padding:3px;
	margin:3px 0;
	width:506px;
}

/* ----------I submit I------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.comments input#submit {
	width:514px;
	height:25px;
	font-weight:bold;
	cursor:pointer;
	margin:0;
	letter-spacing:0.05em;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------I search I------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
				
#search {
	margin:0 0 10px 0;
	float:left;
}

#search #searchform input {
	background:#d7d2c8;
	border-bottom:1px solid white;
	border-right:1px solid white;
	border-left:1px solid #796862;
	color:#3f2e26;
	border-top:1px solid #796862;
	float:left;
	font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
	width:112px;
}

/* ----------I submit I------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#search #searchform #searchsubmit {
	background:#536f41;
	border-bottom:1px solid #304b1d;
	border-right:1px solid #304b1d;
	border-left:1px solid #749360;
	border-top:1px solid #749360;
	color:#efece1;
	display:block;
	float:left;
	font-size:15px;
	height:25px;
	margin: 0 0 0 10px;
	padding:0 1px 0px 0;
	width:35px;
}

#search #searchform #searchsubmit:hover { cursor:pointer; }

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------I sidebar I------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#sidebar {
	float:left;
	font-size:12px;
	position:relative;
	width:170px;
}

#sidebar a:link,
#sidebar a:visited {
	color:#3f2e26;
	text-decoration:none;
}

#sidebar a:hover,
#sidebar a:active {
	background:#5f794c;
	color:#efece1;
	text-decoration:none;
}

#sidebar p {
	font-size:12px;
	margin:0 0 15px 0;
	padding:0 0 0 8px;
}

/* ----------I headlines I--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
			
#sidebar h5 {
	background:url(../img/bg-h5-greenlist.gif) 0 0 no-repeat;
	color:#efece1;
	display:block;
	font-size:15px;
	font-weight:normal;
	height:25px;
	margin:0;
	padding:4px 0 4px 8px;
}

#sidebar h5.brownlist {
	background:url(../img/bg-h5-brownlist.gif) 0 0 no-repeat;
	color:#3f2e26;
	display:block;
	font-size:15px;
	font-weight:normal;
	height:25px;
	margin:0;
	padding:4px 0 4px 8px;
}

#sidebar h5.style-switcher {
	background:url(../img/bg-h5-style-switcher.gif) 0 0 no-repeat;
	color:#efece1;
	display:block;
	font-size:15px;
	font-weight:normal;
	height:26px;
	margin:0;
	padding:8px 0 4px 8px;
}

/* ----------I green list I---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
			
#sidebar ul { margin:0 0 15px 0; }

#sidebar ul ul { margin:0; }

#sidebar li { font-weight:bold; }

#sidebar ul li a,
#sidebar ul li a:link,
#sidebar ul li a:visited {
	border-bottom:1px solid #cbcfbc;
	color:#304820;
	display:block;
	font-size:12px;
	height:21px;
	padding:4px 0 0 10px;
	text-decoration:none;
}

#sidebar ul li a:hover,
#sidebar ul li a:active {
	background:#f5f3ea;
	border-bottom:1px solid #cbcfbc;
	color:#182510;
	display:block;
	font-size:12px;
	height:21px;
	padding:4px 0 0 10px;
	text-decoration:none;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------I footer I-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#footer {
	background:transparent;
	margin:0 auto;
	position:relative;
	width:980px;
}

#footerinfo {
	position:absolute;
	top:160px;
	left:50px;
	font-size:12px;
	width:514px;
}

#footerinfo a:link,
#footerinfo a:visited {
	color:#3f2e26;
	text-decoration:none;
}

#footerinfo a:hover,
#footerinfo a:active {
	background:#5f794c;
	color:#efece1;
	text-decoration:none;
}

#footerinfo p { padding:0 0 15px 0; }

#footerinfo p.p2 { /* margin left for second <p> */ padding:0 0 15px 35px; }

#footerinfo p.p3 { /* margin left for third <p> */ padding:0 0 15px 50px; }

#footerinfo p.p4 { /* margin left for fourth <p> */ padding:0 0 15px 75px; }

#footerinfo h4 {
	background:url(../img/bg-h3.gif) 0 0 no-repeat;
	color:#3f2e26;
	display:block;
	font-size:17px;
	font-weight:normal;
	height:18px;
	margin:0 0 10px 0;
	padding:7px 0 7px 7px;
	text-decoration:none;
	width:507px;
}

#footerinfo img.wordpress-logo {
	float:right;
	margin:5px 0 0 15px;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------I plugins I------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* ----------I contact form I----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* WP Contact-Form is a WP-Plugin. You will find it here: http://johannesries.de/webwork/contactform */
					
.contactform {
	position: static;
	overflow: hidden;
	margin:10px 0 25px 0;
}

.contactleft {
	width: 20%;
	clear: both;
	float: left;
	display: inline;
	padding: 3px;
}

.contactright {
	width: 75%;
	float: right;
	display: inline;
	padding: 3px;
	font-size:12px;
}

.contactright input {
	background:#d7d2c8;
	border-bottom:1px solid white;
	border-right:1px solid white;
	border-left:1px solid #796862;
	border-top:1px solid #796862;
	font-size:12px;
	padding:3px 3px 3px 20px;
	width:262px;
	margin:0 5px 0 0;
}

.contactright textarea {
	background:#d7d2c8;
	border-bottom:1px solid white;
	border-right:1px solid white;
	border-left:1px solid #796862;
	border-top:1px solid #796862;
	font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow:auto;
	padding:3px;
	width:280px;
}

.contactright .contacterror { border: 1px solid #621995; }

.contactformerror { /* insert all css styles inside wp-backend > plugin settings */
	padding:0 0 0 52px;
	margin:10px 0;
	height:55px;
	color:#999;
	font-size:0.85em;
}

#contactsubmit {
	width:287px;
	height:25px;
	font-weight:bold;
	cursor:pointer;
	margin:0;
	letter-spacing:0.05em;
}

/* ----------I pagebar I----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Pagebar is a WP-Plugin. You will find it here: http://elektroelch.de/hacks/wp/pagebar */
.pagebar {
	position:relative;
	top:0;
	left:50px;
	height:30px;
	width:514px;
}

.pagebar a,
.pagelist .this-page {
	padding: 2px 6px;
	text-decoration: none;
}

.pagebar a:visited {
	padding: 2px 6px;
	text-decoration: none;
}

.pagebar .break {
	padding: 2px 6px;
	text-decoration: none;
}

.pagebar .this-page {
	font-size: 12px;
	font-weight: bold;
	padding: 2px 6px;
	vertical-align: top;
}

.pagebar a:hover {
	color: #efece1;
	text-decoration: none;
}

/* ----------I syntax I-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* WP-Syntax is a WP-Plugin. You will find it here: http://wordpress.org/extend/plugins/wp-syntax/ */
	
.wp_syntax {
	color: #100;
	background-color: #f7f5ee;
	border: 1px solid #a8a196;
	margin: 0 0 1.5em 0;
	overflow: auto;
}

/* IE FIX */
.wp_syntax {
	overflow: auto;
	width: 100%;
}

.wp_syntax table { border-collapse: collapse; }

.wp_syntax div,
.wp_syntax td {
	vertical-align: top;
	padding: 2px 4px;
}

.wp_syntax .line_numbers {
	text-align: right;
	background-color: #9c9589;
	color: #3f2e26;
	overflow: visible;
}

.wp_syntax pre {
	margin: 0;
	width: auto;
	float: none;
	clear: none;
	overflow: visible;
}

