/*
Theme Name: Lifestyletrut
Theme URI: http://lifestyletrut.be/
Description: The Original Lifestyletrut theme.
Version: 1.0
Author: Tim Van Damme
Author URI: http://madebyelephant.com/
Tags: green, image-friendly
*/

/* @group Reset */

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 1em;
	border: 0;
	list-style: none;
	outline: none;
}

/* @end */

/* @group Default */

hr {
	display: none;
}

a {
	color: #69c;
}

a:hover,
a:focus {
	text-decoration: underline;
}

a:active {
	color: #369;
}

img {
	vertical-align: bottom;
border: 0 none;
}
.gallery-icon {
	margin:0;padding:0;
}
dl.image .thumbnail {
	width:240px;
	height:240px;
}

h2 {
	width: 540px;
	margin: 0 auto;
	font-size: 30px;
	color: #fff;
	line-height: 40px;
	text-shadow: #360 0 -1px 0;
	padding: 20px 0 10px;
}

h2 a {
	color: #cf9;
}

h2 a:hover,
h2 a:focus {
	color: #fff;
	text-decoration: none;
}

h2 a:active {
	color: #9c6;
}

.textblock p,
.textblock ul,
.textblock ol,
.textblock table,
.textblock pre,
.textblock dl {
	margin-bottom: 19px;
}

.textblock em,
.textblock blockquote,
.textblock q {
	font-family: Georgia, serif;
	font-style: italic;
}

.textblock code {
	font-family: "Courier New", monotype;
	font-size: 18px;
}

.textblock blockquote {
	border-left: 2px solid #666;
	padding-left: 18px;
}

.textblock acronym,
.textblock abbr {
	border-bottom: 1px dotted #999;
}

.textblock li {
	margin-bottom: 5px;
}

.textblock ol li {
	list-style: decimal;
}

.textblock ul li {
	list-style: disc;
}

.textblock del {
	text-decoration: line-through;
}

.textblock ins {
	text-decoration: underline;
}

.textblock table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-collapse: collapse;
}

.textblock table caption {
	padding-bottom: 5px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.textblock table td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

.textblock table th {
	padding: 5px;
	border-bottom: 2px solid #999;
	text-align: left;
	font-weight: bold;
}

.textblock dl dt {
	font-weight: bold;
}

.textblock dl dd {
	padding-left: 20px;
	margin-bottom: 5px;
}

.textblock h3 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 19px;
}

.textblock h4 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 19px;
}

.textblock h5 {
	text-transform: uppercase;
}

/* @end */

/* @group Layout */

body {
	font: 16px/22px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333; 
	background: #4b8c37 url(images/body.jpg) repeat 33% 0;
}

/* @group Paging */

#paging {
	width: 240px;
	margin: -80px auto 0;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	height: 50px;
	line-height: 40px;
}

#paging a {
	color: #cf9;
	text-shadow: #9c6 0 0 3px;
	display: block;
	width: 100%;
}
#paging a:hover,
#paging a:focus {
	color: #fff;
	text-decoration: none;
}

#paging a:active {
	color: #9c6;
}

#paging-newer {
	width: 110px;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
}

#paging-older {
	width: 120px;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

/* @end */

/* @group Content */

#content {
	padding-top: 1px; 
	background: url(images/content.gif) repeat-x 25% 0;
	overflow: hidden;
	padding: 1px 0 50px 0;
}

/* @end */

/* @group Footer */

#footer { 
	background: #1f1f20 url(images/footer.jpg) repeat-x 33% 0;
	padding-bottom: 20px;
}

#footer p {
	width: 820px;
	margin: 0 auto;
	padding: 30px 0;
	font-size: 14px;
	color: #ccc;
	text-shadow: #000 0 -1px 0;
	font-weight: bold;
}

#footer p span.vcard {
	float: right;
	text-align: right;
}

/* @end */

/* @group Header */

/* @group Masthead */

#masthead { 
	background: #bd9796 url(images/masthead.jpg) repeat 33% 0;
}

#skip {
	display: none;
}

h1 {
	height: 151px; 
	background: #1f1f20 url(images/h1.jpg) repeat-x 25% 0;
}

h1 a {
	display: block;
	margin: 0 auto;
	width: 260px;
	height: 150px; 
	background: url(images/logo.gif) no-repeat 12px 29px;
	text-indent: 150%;
	overflow: hidden;
	white-space: nowrap;
}

h1 a:hover,
h1 a:focus {
	opacity: .75;
}

h1 a:active {
	background-position: 12px 30px;
}

/* @end */

#header {
	width: 820px;
	margin: 0 auto;
	padding: 4px 0;
	overflow: hidden;
	line-height: 40px;
}

/* @group Search */

#search {
	float: right;
	width: 260px;
	padding: 5px 0;
}

#search legend {
	display: none;
}

#search .text {
	width: 180px;
	padding: 5px;
	font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 20px; 
	background: #fcc url(images/search-input.gif) no-repeat 0 0;
	float: left;
}

#search .text:focus {
	background-position: 0 -30px;
	background-color: #fff;
}

#search .submit {
	width: 70px;
	height: 30px;
	float: right; 
	background: url(images/search-submit.gif) no-repeat 0 0;
	font: bold 12px/28px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 1px 0;
	text-transform: uppercase;
	color: #fcc;
	text-shadow: #7e4747 0 -1px 0;
	cursor: pointer;
}

#search .submit:hover {
	color: #fff;
	background-position: 0 -30px;
}

#search .submit:active {
	padding: 2px 0 0;
	background-position: 0 -60px;
}

/* @end */

/* @group Navigation/Categories */

#navigation,
#categories,
#navigation li,
#categories li,
#navigation li a,
#categories li a,
#navigation li a span,
#categories li a span {
	float: left;
}

#navigation {
	padding-right: 2px;
	margin-right: 10px; 
	background: url(images/navigation.gif) no-repeat right 5px;
}

#navigation li,
#categories li {
	padding: 5px 0;
	font-style: normal;
	color: #c99;
}

#navigation li a,
#categories li a {
	margin-right: 10px;
	font-size: 12px;
	line-height: 30px;
	padding-left: 10px;
	color: #fff;
	text-shadow: #905656 0 1px 0; 
	background: #966 url(images/navigation-li.gif) no-repeat -30px 0;
}

#navigation li a span,
#categories li a span {
	padding: 0 10px 1px 0;
	background: url(images/navigation-li.gif) no-repeat right 0;
}

#navigation li a:hover,
#categories li a:hover,
#navigation li a:focus,
#categories li a:focus {
	background-position: -30px -31px;
	text-decoration: none;
	background-color: #905656;
}

#navigation li a:hover span,
#categories li a:hover span,
#navigation li a:focus span,
#categories li a:focus span {
	background-position: right -31px;
}

#navigation li a:active,
#categories li a:active {
	background-position: -30px -62px;
	background-color: #874b4b;
}

#navigation li a:active span,
#categories li a:active span {
	padding: 1px 10px 0 0;
	background-position: right -62px;
}

li#nav-rss a {
	padding: 0;
	width: 30px;
	height: 31px;
	background-position: 0 0;
}

li#nav-rss a:hover,
li#nav-rss a:focus {
	background-position: 0 -31px;
}

li#nav-rss a:active {
	background-position: 0 -62px;
}

#nav-rss a span {
	display: none;
}

/* @end */

/* @end */

/* @end */

/* @group Specific */

/* @group Gallery */

.gallery {
	clear:both; 
	background-image: url(images/gallery.jpg);
	padding: 16px 0 0 14px;
	overflow: hidden;
	border-bottom: 50px solid #fff;
}

.gallery br {
	display: none;
}

.gallery-item {
	float: left;
	margin: 10px;
	width: 152px;
	height: 170px;
	text-align: center;
	font-size: 10px;
	color: #fff; 
	text-transform: uppercase; 
	font-weight: bold; 
	background: url(images/gallery-item.gif) no-repeat 0px 0px;
}
.gallery-item img{
	width: 150px;
	height: 150px;
	padding:1px 0 0 0;
}

.gallery-caption {
	display: none;
	height: 20px;
	line-height: 20px;
}

.gallery a:hover img {
	opacity: .9;
}

.attachment {
	padding-top: 50px;
	text-align: center;
}

.caption {
	text-align: center;
	padding: 20px 0 50px;
}

.alignleft,
.alignright {
	position: absolute;
	top: 50px;
	background: #333;
	width: 150px;
	height: 150px;
	overflow: hidden;
}

.alignleft {
	left: 50px;
}

.alignright {
	right: 50px;
}

.alignleft a:hover,
.alignleft a:focus,
.alignright a:hover,
.alignright a:focus {
	opacity: .9;
}

/* @end */

/* @group Contentblock */

.contentblock {
	background-color: #fff;
	padding: 0 50px;
	width: 720px;
	margin: 0 auto 20px;
	position: relative;
}

.textblock {
	padding: 50px 90px 31px;
}

/* @end */

/* @group Article */

#details {
	margin: -10px auto 0;
	width: 540px;
	font-size: 10px;
	font-weight: bold; 
	text-transform: uppercase;
	color: #363;
	text-shadow: #9c6 0 0 3px;
	margin-bottom: 12px;
	line-height: 18px;
}

#details a {
	color: #363;
	text-decoration: underline;
}

#details a:hover,
#details a:focus {
	color: #030;
}

#details a:active {
	color: #000;
}

.article-image {
	float: right;
	padding: 50px 90px 20px 30px;
}

/* @end */

/* @group Article List */

#article-list {
	width: 820px;
	margin: 0 auto;
	padding: 20px 0 100px;
	overflow: hidden;
}

/* @group Google ads */

#gads-small {
	float: right; 
	background: #fff url(images/gads-small.gif) no-repeat right 0;
}

#gads-small div {
	padding: 20px 20px 22px;
	background: url(images/gads-small-div.gif) no-repeat 0 bottom;
}

/* @end */

#list .article {
	width: 550px;
	float: left;
	position: relative; 
	background: #1f1f20 url(images/list-article.jpg) repeat-y 50px 0;
}

#list .article.alt {
	float: right;
	background-position: 0 0;
}

#list h3 {
	padding: 32px 20px 8px 290px; 
	background: url(images/list-article-h3.jpg) no-repeat 260px 0;
	text-shadow: #000 0 -1px 0;
}

#list .alt h3 {
	padding: 32px 290px 8px 20px;
	background: url(images/list-article-h3-alt.jpg) no-repeat 0 0;
}

#list h3 a {
	color: #fff;
	display: block;
}

#list p {
	padding: 0 20px 0 290px;
	font-size: 13px;
	color: #ccc;
	line-height: 18px;
	text-shadow: #000 0 -1px 0;
}

#list .alt p {
	padding: 0 290px 0 20px;
}

#list p.read-more {
	font-weight: bold;
	padding-bottom: 13px;
	padding-top: 7px;
}

#list .meta { 
	background: url(images/list-article-meta.jpg) no-repeat 260px 0;
	padding-top: 1px;
	line-height: 20px;
	padding: 1px 0 0 290px;
	font-size: 10px;
	font-weight: bold; 
	text-transform: uppercase;
	color: #363;
}

#list .alt .meta { 
	background: url(images/list-article-meta-alt.jpg) no-repeat 0 0;
	padding: 1px 290px 0 0;
	text-align: right;
}

#list .meta dt {
	display: none;
}

#list .meta dd {
	display: inline;
	padding-right: 5px;
}

#list .alt .meta dd {
	padding-right: 0;
	padding-left: 5px;
}

#list .meta a {
	color: #363;
	text-shadow: #9c6 0 0 3px;
}

#list .meta a:hover,
#list .meta a:focus {
	color: #030;
	text-decoration: none;
}

#list .meta a:active {
	color: #000;
}

dl.image {
	width: 260px;
	height: 260px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
}

dl.image:hover dt {
	opacity: .9;
}

.alt dl.image {
	left: auto;
	right: 0;
}

dl.image dt {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 240px;
	height: 240px;
}

dl.image dd a {
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	height: 262px;
	text-indent: 150%;
	overflow: hidden;
	white-space: nowrap; 
	background: url(images/article-image-overlay.png) no-repeat;
}

.alt dl.image dd a {
	background-image: url(images/article-image-overlay-alt.png);
}

/* @end */



/* @end */
.wp-caption {
	display:none;
}