/* @override http://lifehacking.websitepreview.eu/wp-content/themes/linoluna/style.css */

h2 {
	font-size: 19px;
	font-family: Verdana,Arial;
	padding-bottom: 0px;
	padding-top: 10px;
}

/*  
Theme Name: Lifehacking v2
Theme URI: http://www.lifehacking.nl/
Description: Lifehacking v2 magazine-style theme for Wordpress. Slideshow of featured articles, tabbed navigation, neat icons, and multiple easy-configurable widgetized sidebars.
Version: 1.1
Author: Daan Kortenbach & Jasper Jobse, Roel Willems
Author URI: http://danalog.nl
*/

/* HTML Elements */

* {
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	border: none;
	padding: 0;
	margin: 0;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1em;
	font-family: Arial;
	color: #333;
	
}

p {
	margin: 8px 0;
	margin-top: 6px;
}

#sidebar p {
	margin: 0px;
}

.textwidget{
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 10px;
}

a:link, a:visited {
	color: #be1e2d;
	text-decoration: none
}

a:hover, a:active {
	color: #333;
	text-decoration: none;
}

a img {
	border: 0;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	width: 200px;
	padding: 10px 10px 0 10px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	background: #ccff99;
	float: right;
	font: 1.2em Georgia;
	line-height: 1.5em;
	margin: 10px 0px 10px 10px;
}

select {
	width: 130px;
}

/* Structure */

html {
	background: url(images/bg-html-2.gif) top center;
}

body {
	background: url(images/bg-body.jpg) repeat-x top center;

}

#page {
	width: 960px;
	margin: 0 auto 15px;
	padding: 0px;
	
}

.left {
	float: left;
}

.left img {

}

.right {
	float: right;
}

/* Header*/

#header {
	height: 271px;
	background: url(images/bg-logo.gif) no-repeat 10px 81px;
}

#header_banner {
	float: right;
	margin-top: 10px;
}
.headerright {
	float:right;
	margin:0;
	padding:55px 15px 0 0;
	text-align:right;
	width:485px;
}

.webtitle {
	padding: 81px 0 0 0;
}

.webtitle a {
	margin: 0 0 37px 10px;
	height: 62px;
	width: 368px;
	display: block;
	text-indent: -3000px;
}

.nav {
	height: 80px;
	list-style: none;
	background: url(images/bg-nav.gif) no-repeat;
}

.nav li {
	float: left;
	width: 68px;
	height: 80px;
}

.nav li a {
	display: block;
	font-size: 10px;
	text-align: center;
	padding: 53px 0 0 0;
	color: #7d7d7d;
}

.nav li a:hover {
	text-decoration: none;
	color: #7d7d7d;
}

.nav .rss {
	margin: 0 348px 0 0;
	display: inline;
}

.nav .rss:hover a, .nav .rss .active {
	background: url(images/bg-nav.gif) no-repeat 0 -80px;
}

.nav .windows:hover a, .nav .windows .active {
	background: url(images/bg-nav.gif) no-repeat -416px -80px;
}

.nav .apple:hover a, .nav .apple .active {
	background: url(images/bg-nav.gif) no-repeat -484px -80px;
}

.nav .web20:hover a, .nav .web20 .active {
	background: url(images/bg-nav.gif) no-repeat -552px -80px;
}

.nav .algemeen:hover a, .nav .algemeen .active {
	background: url(images/bg-nav.gif) no-repeat -620px -80px;
}

.nav .kantoor:hover a, .nav .kantoor .active {
	background: url(images/bg-nav.gif) no-repeat -688px -80px;
}

.nav .persoonlijke-ontwikkeling:hover a, .nav .persoonlijke-ontwikkeling .active {
	background: url(images/bg-nav.gif) no-repeat -756px -80px;
}

.nav .thuis:hover a, .nav .thuis .active {
	background: url(images/bg-nav.gif) no-repeat -824px -80px;
}

.nav .opvoeding:hover a, .nav .opvoeding .active {
	background: url(images/bg-nav.gif) no-repeat -892px -80px;
}

/* Text*/

h1 {
	font: 3.0em Arial;
	font-weight: bold;
}

h3 {
	font: 1.3em Arial;
	margin-bottom: 3px;
	color: #be1e2d;
}

h4 {
	font: 1.0em Arial;
}

h3#respond {
	border-top: 1px solid #ccc;
	margin-top: 25px;
	padding-top: 20px;
}

h3#comments {
	font: 1.3em Arial;
	text-decoration: bold;
	margin-top: 32px;
	padding-left: 0px;
	color: #a1a7d4;
	height: 77px;
	width: 100%;
}

h3#comments div {
	padding-top: 22px;
	float: left;
}
h3#comments div.number {
	width: 72px;
	height: 77px;
	background: url(images/comments/comments_number.gif) left top no-repeat;	
	text-align: center;
	margin-right: 5px;
}
h3#comments a {
	font: 1.3em Arial;
	text-decoration: bold;
	margin-top: 32px;
	padding-left: 0px;
	color: #a1a7d4;
}

h3#comments a:hover {
	font: 1.3em Arial;
	text-decoration: bold;
	text-decoration: none;
	margin-top: 32px;
	padding-left: 0px;
	color: #a1a7d4;
}


/* Content*/

#content {
	width: 710px;
	float: left;
	font-size: 1.3em;
}

.title {
	font: 19px; 
	font-family: Verdana ,Arial;
	line-height: 1.0em;
	font-weight: bold;
	color: #be1e2d;
	padding-top: 10px;
	min-height: 20px;
}

.titleblock .title {
	width: 80%;
	float: left;	
	vertical-align: text-top;
	margin-top: 0;
	padding-top: 0;
}

.titleblock .image {
	width: 20%;
	text-align: right;
	float: left;
}
.titleblock .image img {
	margin: 0 0 0 5px;
}

#breadcrumb{
		font-size: 11px;
		color: #808080;
}

#breadcrumb a{
		font-size: 11px;
		color: #808080;
}

.author a {
	font: 0.85em Arial;
}

.meta {
	font-size: 11px;
		color: #808080;
}

.post_meta{
	font-size: 11px;
		color: #808080;
}

p.post_meta{
	margin-top: 0px;
}

.the_tags a{
	color: #8C785A;
}

.post {
	overflow: hidden;

	clear: both;
	line-height: 1.5em;
	border-bottom: 1px solid #e0e0e0;
	margin: 0 15px 10px 23px;
	text-align: justify;
}

.post_single {
	overflow: hidden;
	clear: both;
	line-height: 1.5em;
	margin: 0 15px 20px 13px;
}

.post_author {
	overflow: hidden;
	clear: both;
	line-height: 1.5em;
		border-bottom: 1px solid #e0e0e0;
}

#author_information{
	border-top: 1px solid rgb(204, 204, 204);  
	padding-top: 10px; 
	padding-bottom: 0px;
}


.postinfo {
	font-size: 11px;
	color: #808080;
}


.post, #archive {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Arial, San-Serif;
	}
	
.entry{
	font-family: Verdana, Arial, San-Serif;
}

.post .entry {
	padding: 0 0 0 0px;
	font-family: Verdana, Arial, San-Serif;
	padding-bottom: 10px;
	font-size: 13px;
}

.entry ul {
	margin-left: 5px;
	list-style-type: square;
	}


.post p {
	margin-top: 0px;
}

.post .clearfloat {

	margin: 10px 0px;
}

.post .title {
		font: 19px; 
	font-family: Verdana, Arial;
	margin: 3px 0px 3px 0px;
}

.post ul, .post ol {
	margin-bottom: 15px;
}

.post_single ul li {
	list-style: square;
	margin-left: 30px;
}

.post_single ol li {
	list-style: decimal;
	margin-left: 30px;
}

.post ul li {
	list-style: square;
	margin-left: 30px;
}

.post ol li {
	list-style: decimal;
	margin-left: 30px;
}

.post ol li ul li {
	list-style: square;
	margin-left: 20px;
}

.post .ads {
	margin-top: 10px;
}

#top_banner {
	margin: 5px 0px 15px 0px;
}

#stats {
	float: right;
	border: 1px solid #ccc;
	margin: 0px 0px 10px 10px;
	padding: 4px;
	text-transform: uppercase;
	font: 0.8em Arial;
}

#stats span {
	border-bottom: 1px solid #ccc;
	padding: 8px 4px 8px 4px;
}

#stats span a {
	color: #333;
}

#archive .clearfloat {
	margin: 10px 0px;
}

#writer{
		border-bottom: 1px solid #ccc;
}

#writer img {
	margin: 0px 10px 15px 0px;

	float: left;
}

.date_time{
	background: url(images/date.jpg) 0 0 no-repeat;
}

.reply{
	background: url(images/reply.jpg) 0 0 no-repeat;	
}

/* Sidebar*/

#sidebar {
	width: 225px;
	float: left;
	margin-left: 10px;
	padding-top: 0px;
	color: #fff;
	font-size: 12px;
	line-height: 1.4em;
}

#sidebar .widget {
	margin-top: 0px;
	clear: both;
}


#sidebar a {
	color: #F0D29E;
}

#sidebar a:hover{
	color: #BED63A;
}

#sidebar li {
	list-style: none;
	padding-left: 10px;
}

#sidebar h3 {
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	text-align: left;
	padding: 10px 39px 0 40px;
	line-height: 33px;
	width: 180px;
	margin: 0 0 0 5px;
	margin-top: -5px;
	height: 35px;

	
	background-position: 0 10px;
	background-repeat: no-repeat;
}

#sidebar h3 a {
	color: #fff;
	text-decoration: none;
}

#sidebar div p {
	padding: 0px 0px 0px 10px;
	margin: 0;
	
}

.widget p {
	padding-left: 10px;
	width: 215px;
	margin-right: 0px;
}

#sidebar .widget_text h3 {
	background-image: url(images/icons/questionmark.png);
}

#sidebar .widget_text p{
	padding-left: 10px;
}

#sidebar .emailsub h3 {
	background-image: url(images/icons/emailsub.png);
}

#sidebar .twitterfollow h3 {
	background-image: url(images/icons/twitter.png);
}

#sidebar .widget_recent_comments h3 {
	background-image: url(images/icons/recent-comments.png);
}

#sidebar .widget_recent_entries h3 {
	background-image: url(images/icons/recent-entries.png);
}

#sidebar .most_commented h3 {
	background-image: url(images/icons/most-commented.png);
}

#sidebar ul.lhpages {
	margin-top: 10px;
	background: url(images/icons/page-icons.png) 5px 2px no-repeat;
}

#sidebar ul.lhpages li a {
	color: #fff;
	display: block;
	height: 21px;
	width: 200px;
	padding: 10px 0 5px 35px;
}



#sidebar ul.lhpages .page-item-6 a:hover {
	margin-left: -10px;
	padding-left: 45px;
	background: url(images/icons/over_lifehacking_hover.png) 5px 2px no-repeat;
		color: #BED63A;
	}
	
	
#sidebar ul.lhpages .page-item-259 a:hover {
	margin-left: -10px;
	padding-left: 45px;
	background: url(images/icons/lifehacking_academy_hover.png) 5px 2px no-repeat;
		color: #BED63A;
	}
	
#sidebar ul.lhpages .page-item-3298 a:hover {
	margin-left: -10px;
	padding-left: 45px;
	background: url(images/icons/lifehacking_shop_hover.png) 5px 2px no-repeat;
		color: #BED63A;
	}
	
#sidebar ul.lhpages .page-item-3417 a:hover {
	margin-left: -10px;
	padding-left: 45px;
	background: url(images/icons/lifehacking_pool_hover.png) 5px 2px no-repeat;
		color: #BED63A;
		}
	
#sidebar ul.lhpages .page-item-3302 a:hover {
	margin-left: -10px;
	padding-left: 45px;
	background: url(images/icons/gratis_downloads_hover.png) 5px 2px no-repeat;
		color: #BED63A;
	}

#sidebar ul.lhpages .page-item-3311 a:hover {
	margin-left: -10px;
	padding-left: 45px;
	background: url(images/icons/auteurs_hover.png) 5px 2px no-repeat;
		color: #BED63A;
	}
	
#sidebar ul.lhpages .page-item-1000 a:hover {
	margin-left: -10px;
	padding-left: 45px;
	background: url(images/icons/lifehacking_in_de_pers.png) 5px 2px no-repeat;
		color: #BED63A;
	}
	
#sidebar ul.lhpages .page-item-910 a:hover {
	margin-left: -10px;
	padding-left: 45px;
	background: url(images/icons/adverteren_hover.png) 5px 2px no-repeat;
		color: #BED63A;
	}
	
#sidebar ul.lhpages .page-item-707 a:hover {
	margin-left: -10px;
	padding-left: 45px;
	background: url(images/icons/copyrights_artikelen_hover.png) 5px 2px no-repeat;
		color: #BED63A;
	}

#sidebar ul.lhpages .page-item-519 a:hover {
	margin-left: -10px;
	padding-left: 45px;
	background: url(images/icons/comment_regels_hover.png) 5px 2px no-repeat;
		color: #BED63A;
	}

#sidebar ul.lhpages .page-item-3305 a:hover {
	margin-left: -10px;
	padding-left: 45px;
	background: url(images/icons/contact_hover.png) 5px 2px no-repeat;
		color: #BED63A;
	}
	
#sidebar ul.lhpages .page-item-1366 a:hover {
	margin-left: -10px;
	padding-left: 45px;
	background: url(images/icons/colofon_hover.png) 5px 2px no-repeat;
		color: #BED63A;
	}



/* Form Elements */

select {
	background: #bbb;
	border: 1px solid #ccc;
	width: 100%
}

.button {
	padding: 1px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 1.0em;
}

#search .button {
	padding: 1px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 0.7em;
}

#commentform input {
	width: 273px;
	height: 17px;
	margin: 5px 5px 1px 0;
	padding: 5px 10px 5px 10px;
	background: url(images/comment_input.gif);
	color: white;
	font-size: 13px;
}

.ginput_container input{
		border:1px solid #949495;

}

#content textarea{
	border:1px solid #949495;
}

#commentform textarea {
	width: 640px;
	height: 141px;
	margin-top: 5px;
	padding: 5px 40px 5px 10px;
	background-color: #949495;
	color: white;
	font-size: 13px;
}

#commentform span.verzenden {
	float: right;
	margin: 0 6px 0 0;
}

#commentform span.verzenden input.verzendtekst {
	margin: 0;
	padding: 0;
	width: 120px;
	height: 34px;
	position: relative;
	top: -10px;
	background: white;
	color: #606060;
	font-size: 15px;
	border: 0;
	text-align: center;
}

#commentform span.verzenden input.verzendknop {
	margin: 0;
	padding: 0;
	width: 34px;
	height: 34px;
}

/* Comments*/

#comments {
	padding: 0 10px 10px 10px;
}

.commentlist li {
	margin: 5px 0 3px;
	padding: 5px 15px 8px 25px;
	list-style: none;
	margin-bottom: 15px;

}

.commentlist a {
	color: #958063;
}

.commentlist li p {
	margin: 0px;
}

.comment_title{
	width: 575px;
}

.odd{
		background: url('images/comments/comment_background.jpg');
		
}

.commentlist_author li {
	margin: 5px 0 3px;
	padding: 0px 15px 8px 15px;
	list-style: none;
	background: #ccff99;
	border-top: 1px solid #ccc;
}

#commentform small {
	background: #FFF;
	font-weight: bold;
	padding: 0;
}

.commentmetadata {
	margin-bottom: 10px;
}

.commentmetadata cite, .commentlist_author cite {
	font: 1.3em Arial, "Times New Roman", Times, serif;
}

.commentmetadata, .commentmetadata a {
	font: Arial;
	color: #a1a7d4;
}

.commentmetadata a:hover {
	font: Arial;
	color: #a1a7d4;
	text-decoration: underline;
}
.meta{
}

#comments label{
	color: #c1c1c1;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

/* Post Navigation */

.navigation {
	
	margin-top: 30px;
	margin-left: 0px;
	font-size: 12px;
	font-family: arial;
}

.navigation_index a .left {
	background: url('images/vorig_artikel_norm.jpg') center left;
	background-repeat: no-repeat;
	width: 110px;
	height: 50px;
	padding-left: 42px;
	line-height: 50px;
	text-align: left;
	margin-left: 20px;
}

.navigation_index a:hover .left{
	background: url('images/vorig_artikel.gif') center left;
	background-repeat: no-repeat;
}

.navigation_index a .right{
	background: url('images/volgend_artikel_norm.jpg') center right;
	background-repeat: no-repeat;
	width: 130px;
	height: 50px;
	text-align: left;
	line-height: 50px;
	margin-right: 15px;
		padding-right: 8px;
}

.navigation_index a:hover .right {
	background: url('images/volgend_artikel.gif') center right;
	background-repeat: no-repeat;
	}



.navigation .left a{
	background: url('images/vorig_artikel_norm.jpg') center left;
	background-repeat: no-repeat;
	display: block;
	width: 110px;
	height: 50px;
	padding-left: 0px;
	line-height: 50px;
	text-align: right;
	
}

.navigation .left a:hover{
	background: url('images/vorig_artikel.gif') center left;
	background-repeat: no-repeat;
}


.navigation .right a{
	background: url('images/volgend_artikel_norm.jpg') center right;
	background-repeat: no-repeat;
	display: block;
	width: 130px;
	height: 50px;
	text-align: left;
	line-height: 50px;
	margin-right: 0px;
		padding-right: 0px;
}

.navigation .right a:hover{
	background: url('images/volgend_artikel.gif') center right;
		background-repeat: no-repeat;
}

/* Footer*/

#footer {
	width: 940px;
	margin: 0px auto;
}

.footer_content {
	width: 700px;
	
	margin-top: 3px;
	font-size: 9px;
	padding-top: 3px;
	padding-bottom: 10px;
	text-align: right;
}

/* 404 opmaak */

#goog-wm {
	
}

#goog-wm h3.closest-match {
	color: #333;
	border-bottom: 3px dashed #aebd63;
	padding-bottom: 0.5em;
	font-size: 170%;
	margin: 0;
}

#goog-wm h3.closest-match a {
	
}

#goog-wm h3.other-things {
	color: #be1e2d;
}

#goog-wm ul li {
	margin-top: 20px;
}

#goog-wm li.search-goog form {
	margin-top: 10px;
	border: 1px solid #ccc;
	width: 365px;
}

/* 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;
}

.clear {
	clear: both;
}

/* Animation*/

#slideshow {

	overflow: hidden;
	margin-bottom: 4px;
		height: 347px;
}

#slideshow .clearfloat {
	margin: 0 5px 0 15px;
}

#slideshow .title {
	font-size: 19px;
	font-family: Verdana, Arial;
	line-height: 1em;
	font-weight: bold;
	display: block;
	padding: 0 0 8px 0;
}

#slideshow .author {
	float: left;
}


#slideshow .meta {
	float: left;

}

#author_meta_wrapper{
	float: left;
	min-width: 260px;
	padding-top: 10px;
	padding-bottom: 10px;	
}

#slideshow p {
	font-size: 13px;
	font-family: Verdana, Arial;
}

#control {
	margin: 0px 0px 15px 0px;
	overflow: hidden;
	zoom: 1;
}

#control img {
	margin: 0;
	padding: 0;
}

#control span a {
	height: 21px;
	width: 21px;
	display: block;
	float: left;
	margin: 0 2px 0 0;
	display: inline;
	text-indent: -3000px;
}

#control .cntrl_1 {
	background: url(images/bg-features.gif) no-repeat;
}

#control .cntrl_1:hover, #control .cntrl_active .cntrl_1 {
	background: url(images/bg-features.gif) no-repeat 0 -21px;
}

#control .cntrl_2 {
	background: url(images/bg-features.gif) no-repeat -23px 0;
}

#control .cntrl_2:hover, #control .cntrl_active .cntrl_2 {
	background: url(images/bg-features.gif) no-repeat -23px -21px;
}

#control .cntrl_3 {
	background: url(images/bg-features.gif) no-repeat -46px 0;
}

#control .cntrl_3:hover, #control .cntrl_active .cntrl_3 {
	background: url(images/bg-features.gif) no-repeat -46px -21px;
}

#control .cntrl_4 {
	background: url(images/bg-features.gif) no-repeat -69px 0;
}

#control .cntrl_4:hover, #control .cntrl_active .cntrl_4 {
	background: url(images/bg-features.gif) no-repeat -69px -21px;
}

#control .cntrl_pause {
	width: 60px;
	background: url(images/bg-features.gif) no-repeat -94px 0;
}

#control .cntrl_pause:hover {
	width: 60px;
	background: url(images/bg-features.gif) no-repeat -94px -21px;
}

#control .cntrl_play {
	width: 60px;
	background: url(images/bg-features.gif) no-repeat -94px -21px;
}

#feature_1{
	padding-left: 10px;
}


#feature_1 img, #feature_2 img , #feature_3 img, #feature_4 img {
	padding: 0px 25px 3px 0px;
	padding-top: 12px;
	float: left;
	width: 375px;
	height: 250px;
}

span.credit {
	display: block;
	clear: both;
	padding: 0 0 0 0px;
	margin: 0;
	color: #ccc;
	font-size: .8em;
	font-style: italic;
}

span.credit a {
	color: #ccc;
}

#feature_1 p, #feature_2 p, #feature_3 p, #feature_4 p {
	margin-top: 4px;
	text-align: justify;
	line-height: 1.5em;
}


#specials {
	list-style: none;
	height: 109px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	margin: 2px 15px 10px 23px;
	overflow: hidden;
}

#specials li {
	float: left;
	width: 25%;
	text-align: center;
	height: 109px;
	line-height: 165px;
	font-size: .9em;
}

#specials a {
	display: block;
	color: #8d8d8d;
}

#specials a:hover {
	text-decoration: none;
}

#specials .lifehackvdmaand a {
	background: url(images/sprites-tussenbalk.gif) 0 -10px;
}

#specials .lifehackvdmaand a:hover {
	background: url(images/sprites-tussenbalk.gif) 0 -119px;
}

#specials .lifehackingacademy a {
	background: url(images/sprites-tussenbalk.gif) -168px -10px;
}

#specials .lifehackingacademy a:hover {
	background: url(images/sprites-tussenbalk.gif) -168px -119px;
}

#specials .lifehackingshop a {
	background: url(images/sprites-tussenbalk.gif) -336px -10px;
}

#specials .lifehackingshop a:hover {
	background: url(images/sprites-tussenbalk.gif) -336px -119px;
}

#specials .gratisdownloads a {
	background: url(images/sprites-tussenbalk.gif) -504px -10px;
}

#specials .gratisdownloads a:hover {
	background: url(images/sprites-tussenbalk.gif) -504px -119px;
}

a.feature_index img.featimgleft {
	float: left;
	padding-right: 23px;
	padding-top: 6px;
	margin-bottom: 6px;
}

a.feature_index img.featimgright {
	float: right;
	padding-left: 23px;
		padding-top: 6px;
		margin-bottom: 6px;
}

.post .entry a.more-link {
	text-align: left;
}
s/sprites-tussenbalk.gif) 0 -119px;
}

#specials .lifehackingacademy a {
	background: url(images/sprites-tussenbalk.gif) -168px -10px;
}

#specials .lifehackingacademy a:hover {
	background: url(images/sprites-tussenbalk.gif) -168px -119px;
}

#specials .lifehackingshop a {
	background: url(images/sprites-tussenbalk.gif) -336px -10px;
}

#specials .lifehackingshop a:hover {
	background: url(images/sprites-tussenbalk.gif) -336px -119px;
}

#specials .gratisdownloads a {
	background: url(images/sprites-tussenbalk.gif) -504px -10px;
}

#specials .gratisdownloads a:hover {
	background: url(images/sprites-tussenbalk.gif) -504px -119px;
}

a.feature_index img.featimgleft {
	float: left;
	padding-right: 23px;
		padding-top: 6px;
		margin-bottom: 6px;
}

a.feature_index img.featimgright {
	float: right;
	padding-left: 23px;
		padding-top: 6px;
		margin-bottom: 6px;
}

.post .entry a.more-link {
	text-align: left;
}
/* @override http://lifehacking.websitepreview.eu/wp-content/themes/linoluna/style.css */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

#writer .authorinfo a img {
	border: none;
}

.lhsearch{

}

#searchform {
	width: 225px;
	height: 30px;
	margin: 6px 6px 6px 5px;
	margin-right: 0px;
	padding: 6px 6px 6px 1px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#searchform input {
	float: left;
	line-height: 22px;
	padding-top: 10xp;
	color: #958063;
}
#searchsubmit {
	height: 34px;
	
	width: 34px;
}
#s {
	width: 175px;
	height: 22px;
	margin: 6px 0 0 0;
	padding: 0 0 0 10px;
	line-height: 12px;
	}
	
.post .ad_homepage_336x280  {
display:block;
width:336px;
margin: 0 auto;
}