/*  
Theme Name: Arthemia modded by Tobiasz Magadzia for BioWorld - DragonAge2
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

Style Sheet changes by: Tobiasz Magadzia
*/


/* HTML Elements */
.podpis{
color:#961C16;
}


.bg_lp{

border-left:1px solid #c9c9c9;
 border-right:1px solid #c9c9c9;
 background-color:white;
 text-align:left;
}

.bg_ti{
border-left:1px solid #c9c9c9; border-right:1px solid #c9c9c9; background-color:white; text-align:left;

}

.img_me{
display:none;


}

.img_da{
display:block;



}

* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica;
	background:#fff url(images/background.jpg) no-repeat top center;
	color: #000;
	}
	
#dolne_tlo {
	background:#fff url('images/bg_down.jpg') no-repeat bottom center;
	position: absolute;
	z-index: 10; /* 10 jest mniejsze od 100, wi�c b�dzie pod obrazkiem */
	height: 50%; /* po�owa strony */	
	bottom: 0;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #961c16;
	text-decoration:none
	}

a:hover, a:active {
	color: #961c16;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#3A0F09;
	color: #fff;
	}	

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 #be0000;
	border-bottom: 1px solid #be0000;
	background: #860000;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	color: #fff;
	}

select {
	width: 130px;
	}	



/* Structure */


#head {
	width:982px;
	margin:0px auto;
	margin-top:29px;
	padding:0px;
	font-size:0.7em;
	}


#page {
	width:958px;
	margin:0px auto;
	padding:10px;
	background:#E1E1E1;
	/* e7e7e7 */
	font-size:0.7em;
	border-left: 1px solid #C9C9C9;
  	border-right: 1px solid #C9C9C9;
	}
	


.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}


/* Navigation Bar*/
#navbar {
	height:72px;
	margin:0 auto;
	margin-top:10px;
	padding:0px 10px;
	text-transform:uppercase;
	background:url(images/navbar.png) no-repeat center;
	width:963px
	}

#page-bar {
	margin-top:19px;
	margin-left:18px;
	width:660px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:0px solid #3A0F09;
	}

#page-bar li.right {	
	border-right:0px solid #3A0F09;
	}
	
#page-bar li:hover {

	}
	
#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 16px;
	color:#fff;
	font-size: 12px;
	display: block !important;
	display: inline;
	height: 10px;
	}

#page-bar a:hover {

	text-decoration:none;
	display: block !important;
	display: inline;
	}
	
#searchform {
	width:270px;
	float:right;
	text-align:right;
	padding-top:0px;
	margin-right:10px;
	margin-bottom: 0 !important;
	margin-bottom: 5px;
	}

/* 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 {
	
	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.3em Georgia, "Times New Roman";
	}

h3 {
	font:1.3em Arial;
	color:#080808;
	}

h4 {
	font:1.0em Arial;
	}

.cat_partnerzy{
	border-left:2px solid #3A0F09;
	height:200px;
	width:2px;
	float:left;
	margin-top:20px;

	}
	
h3.cat_title_expand {
	color:#000;
	font-weight: bold;
	letter-spacing:-0.05em;
	font-size:1.2em;		
	border-bottom: 2px solid #3A0F09;
}	

h3.cat_title_expand a {
	margin-left: 10px;
	font-weight: normal;
	color:#3A0F09;	
	}


h3.cat_title {
	color:#000;
	letter-spacing:-0.05em;
	font-size:0.85em;	
	}

	
h3.cat_title a {
	color:#8b8b8b;	
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	width:613px;
	margin-left: 201px;	
	padding-top: 0 !important;
	background:url(images/logo.png) no-repeat center top;
	height:150px;

	}

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}

#top {
	padding:0;
	}

#headline {

	background:url(images/main_news.jpg) no-repeat center top;
	width:587px;

	float:left;

	height:376px;
	padding:10px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
	}

#headline  div.title {
	margin-top: 3px;
	font-weight:bold;
	font:25px 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 {
	margin-top:1px;
	
	width:270px;
	/*height: 270px;
	background:#fff url(images/da_feat_bg.png) no-repeat top right;
	padding:0px 10px 9px 10px;
	*/
	float:right;
	
	font-weight: bold;
	font-size: 12px;
	}
	
.featured {
	margin-top:1px;
	
	width:270px;
	/*height: 270px;
	background:#fff url(images/da_feat_bg.png) no-repeat top right;
	padding:0px 10px 9px 10px;
	*/
	float:right;
	
	font-weight: bold;
	font-size: 12px;
}

#featured .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
	}
	
#featured .info {
	margin-top:5px;
	padding-top:5px;
	float:right;
	width:180px;
	}

#featured .title {
	font-weight:bold;
	}

#featured a img {
	border:1px solid #3A0F09;
	margin:5px auto 5px auto;
	padding:2px;
	}
	
#featured p {
	padding: 6px;
	border-left:1px solid #3A0F09;
	border-right:1px solid #3A0F09;
	border-bottom:1px solid #3A0F09;
	margin: -5px auto -5px auto;
	}
	
#middle {
	width: 940px;
	background:#fff;
	float:right;
	padding:10px;
	margin:10px 0;
	}

.category {
	width:168px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
	}

.category p {
	margin:0;
	}

#cat-1, #cat-3, #cat-5  {margin-top:10px;border-top:8px solid #a4a4a4;}
#cat-2, #cat-4 {margin-top:10px;border-top:8px solid #3C0F0A;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	text-transform:lowercase;
	margin:0;
	font-size:1.1em;
	letter-spacing:-0.05em;
	}

#front-popular h3 {
	color:#fff;
	}

.category a {
	color:#080808;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#cat-1:hover, #cat-3:hover, #cat-5:hover {background:#a4a4a4; color:#080808; }
#cat-2:hover, #cat-4:hover {background:#3C0F0A; color:#080808; }
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#a4a4a4; color:#080808; }
#cat-2:hover a, #cat-4:hover a {background:#3C0F0A; color:#080808; }

#bottom {
	width: 960px;
	}

#front-list {
	width:677px;
	/*background:#fff url(images/da_content_bg.png) no-repeat top right;*/
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	}

#archive {
	padding-top:15px;
	font-size:1.05em;
	line-height:1.75em;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #archive .title {
	font-weight:bold;
	font:2.0em Georgia;
	letter-spacing:-0.05em;
	}

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;
	/*border-bottom:1px dotted #242b3c;*/
	margin-bottom:10px;
	}

#front-list .spoiler, #archive .spoiler {
	background-color:white;
	display:block;
	padding-top:15px;
	}

#front-list p, #archive p {
	margin:0px;
	padding:0px;
	}

.spoiler a {
	color: #961c16;
	}
	
.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:12px;
	color:#8b8b8b;
	}

.meta a {
	color:#961c16;
	}

#headline p {
	margin-top: 15px;
	}
	* html .post {position:relative;}

/* Content Page*/

#content {
	width:586px;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:400px;
	background-color: #fff;
	}

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#3A0F09;
	}

#content h2.title {
	font:2.0em Georgia;
	font-weight:bold;
	letter-spacing:-0.05em;
	border-bottom:1px solid #860000;
	border-top:3px solid #860000;
	padding:5px 0px;
	color: #000;
	}


#content img {
	border: 0;
	vertical-align: middle;
	}
	
.post {
	font-size:1.05em;
	line-height:1.75em;
	
	}
	
.post a {
	color: #961c16;
}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:1px dotted #242b3c;
	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, #archive img {
	border:1px solid #3A0F09;
	margin:0 10px 5px 0;
	padding:2px;
	}
	
#front-list img.wp-smiley {
	vertical-align: middle;
	border: 0;
}

.post, .ads {
	margin-top:10px;
	}

.entry {
	margin-top:20px;
	}
	
.p_title{
font-weight:bold;
	font:2.0em Georgia;
	letter-spacing:-0.05em;
	background:url(images/post_title.png) no-repeat top right;
	height:8px;

}

.p_title_single{
font-weight:bold;
	font:2.0em Georgia;
	letter-spacing:-0.05em;
	background:url(images/post_title_single.png) no-repeat top right;
	height:18px;
	margin-bottom:-2px;
	width:608px;

}

.p_footer{
font-weight:bold;
height:19px;
	font:2.0em Georgia;
	letter-spacing:-0.05em;
	background:url(images/post_bottom.png) no-repeat top right;

}

.p_footer_single{
font-weight:bold;
height:19px;
	font:2.0em Georgia;
	letter-spacing:-0.05em;
	background:url(images/post_bottom_single.png) no-repeat top right;
	width:608px;

}

#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;
	}

#tools img {
	border: 0;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}

/* Sidebar*/
#sidebar {
	width:161px;
	float:right;
	margin:0px 0px 0px 0px;
	}

#sidebar h3 {
	font:1.0em Arial;
	background:#000;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

#sidebar-top, #sidebar-bottom {
	width:270px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff;
	}

#sidebar-bottom, #sidebar-top {
	margin-top:10px;
	}

#sidebar-middle {
	width:290px;
	float:right;
	}

#sidebar-left {
	width:125px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#fff;
	}

#sidebar-right {
	width:125px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#fff;
	}


#sidebar li {
	list-style:none;
	border-bottom:1px dotted #860000;
	display:block;
	padding:2px 0px 2px 13px;
	background:url(images/sub.gif) no-repeat 0 7px;
	}

#sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #860000;
	display:block;
	padding:2px 0px 0px 13px;
	background:url(images/sub.gif) no-repeat 0 7px;
	}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}
	
#sidebar-bottom a, #sidebar-top a, #sidebar-bottom a:visited, #sidebar-top a:visited {
	color:#000;
	}
	
#sidebar-top li {
	list-style:none;
	margin-left: 70px;
	border-bottom:0px dotted #860000;
	display:block;
	padding:2px 0px 2px 13px;
	background:url(images/sub.gif) no-repeat 0 7px;
	}


/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}
	
#s {	
	padding-left: 3px;
	border:0px;
	width:150px;
	height: 33px;
	background:url(images/search_bg.png);
	position: static;	
	}
	
#searchsubmit {
	padding-left: 0px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	background: #3A0F09;
	color: #fff;
	}



/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#860000;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.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:#3A0F09;
	border-top:1px solid #be0000;
	border-bottom: 1px solid #be0000;
	color: #fff;
	width:495px;
	float:right
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}

.commenttext a{
	color: #eb0000;
}

li.my_comment {
	background: #fff;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#fff;
	}
	
#commentform small {
	background:#3A0F09;
	font-weight:bold;
	color: #fff;
	padding:5px;
	}
	
.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 #3A0F09;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:590px;
	background:#fff;
	}

/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 955px !important;
	width: 953px;
	background: url(images/bottombar.gif) right no-repeat;
	margin: -2px auto !important;
	margin: -4px auto;
	padding:15px;
	}

#recentpost, #lastcommented {
	width:285px;
	height: 160px !important;
	height: 172px;
	float:left;
	padding:10px;
	border:1px solid #a4a4a4;
	color: #b5b5b5;
	}

#lastcommented {
	margin-left:17px;
	}

#about_bioworld {
	width:285px;
	height: 160px;
	float:right;
	padding:10px;
	border:1px solid #a4a4a4;
	color: #b5b5b5;
	font-size: 12px;
	}

#about_bioworld  p{
	margin: 0 auto auto 90px;
	width:190px;	
	}
	
	
#recentpost a, #about_bioworld a {
	color:#b6b5b3;
	font-weight: normal;	
	}

#lastcommented a {
	color:#be0000;
	font-weight: bold;
}
	
#recentpost ul, #lastcommented ul, #about_bioworld ul {
	margin-top:5px;
	}

#recentpost ul li, #lastcommented ul li, #about_bioworld ul li {
	list-style:none;
	border-top:1px dotted #8b8b8b;
	padding:5px;
	display:block;
	}

#recentpost ul li:hover, #lastcommented ul li:hover, #about_bioworld ul li:hover {
	background:#3A0F09;
	color:#8b8b8b;
	}

#recentpost ul li:first-child, #lastcommented ul li:first-child, #about_bioworld ul li:first-child {
	border-top:0px dotted #fff;
	}


#footer {
	margin: 0 auto;
	margin-bottom: 10px;
	width: 955px;
	font-size:0.7em;
	padding-top:16px;
	color: #676767;
	}
	
#footer a{
	color: #959492;
	}


/* 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;
	}
	

	
/* Added structures */
#changestylenav {
	font-size: 11px;
	margin: 0 0 auto auto;
	background: #3c0201;
	opacity: .9;
	width: 210px;
	color: #fff;
	padding: 3px;
	}

#changestylenav a.bioworld {
	color: #bbb;
}

#changestylenav a.bioworld:visited {
	color: #bbb;
}

#changestylenav a.dragonage, #changestylenav a.dragonage2 {
	color: #eb0000;
}

#changestylenav a.dragonage:visited, #changestylenav a.dragonage:visited {
	color: #eb0000;
}

#changestylenav a.masseffect {
	color: #bbb;
}

#changestylenav a.masseffect:visited {
	color: #bbb;
}

#container {
	margin-top: 0px;
}

img.headlineimgborder {
	float:left;
	border:1px solid #3A0F09;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	width:274px;
	height:251px;
}

#headerlineimage {
	background: url(images/headline.png) left no-repeat;
	width: 405px;
	height: 40px;
	margin-left:5px;
	}
		
#grybiowareimage {
	background: url(images/gry_bioware.png) left top no-repeat;
	width: 300px;
	height: 35px;
	}

#partnerzybiowareimage {
	background: url("images/partnerzy.png") no-repeat scroll left center transparent;
	width: 300px;
	height: 66px;
	margin-top:0px;
	margin-bottom:-1px;
	}	

#box1 {
	background: url("images/box1.png") no-repeat scroll left center transparent;
	width: 300px;
	height: 66px;
	margin-top:0px;
	}		

#box2 {
	background: url("images/box2.png") no-repeat scroll left center transparent;
	width: 300px;
	height: 66px;
	margin-top:0px;
	}		
	
#box3 {
	background: url("images/box3.png") no-repeat scroll left center transparent;
	width: 300px;
	height: 66px;
	margin-top:0px;
	margin-bottom:-1px;
	}		
	
#box4 {
	background: url("images/box4.png") no-repeat scroll left center transparent;
	width: 300px;
	height: 66px;
	margin-top:0px;
	}	
	
#box5 {
	background: url("images/box5.png") no-repeat scroll left center transparent;
	width: 300px;
	height: 66px;
	margin-top:0px;
	margin-bottom:-1px;
	}	
	
#dol_partnerzy {
background: url("images/dol_partn.png") no-repeat left center;
width:258px;
background:black;
height:19px;
float:right;
margin-right:1px;
	}	
	
#dol_box {
background: url("images/dol_box.png") no-repeat left center;
width:258px;

height:11px;
float:right;
margin-right:1px;
	}	
	
#dol_str{
background: url('images/page_down.png') no-repeat left center;
 width:980px;
 height:20px;
 margin-top:-1px;
 /*margin-left:185px;*/




}
#dol_pom{
background: url('images/dol_pom.png') no-repeat left center;
 width:980px;
 height:92px;
 margin-top:-1px;
 /*margin-left:185px;*/




}

#foot_txt{
background: url('images/foot_bg.png') no-repeat left center;
 width:980px;
 height:92px;
 margin-top:-1px;
 /*margin-left:185px;*/




}

#copy{
text-align:center;
 /*width:980px; */
 height:92px;
 margin-top:-1px;
 /*margin-left:185px; */
 color:#a9a9a9;
 font-size:10px;



}	
		
#cetegoryimage {
	background: url(images/category.png) left bottom no-repeat;
	width: 450px;
	height: 27px;
	}	
	
#czytajheadlineimage {
	float: right;
	margin-right: 30px;
	margin-top: -10px;
	background: url(images/czytaj.png) right no-repeat;
	width: 135px;
	height: 60px;
	}
	
#czytajnormalimage {
	float: right;
	margin-right: 30px;
	margin-top: 0px;
	background: url(images/czytaj_normal.png) right bottom no-repeat;
	width: 165px;
	height: 50px;
	}	
		
#tagimage {
	/*background: url(images/tag.png) left bottom no-repeat;	
	width: 450px !important;
	width: 150px;*/
	height: 42px;
	margin-left: 0px;
	/*margin-top: 5px !important;
	margin-top: 30px;*/
	}	
	
#taghelper {
	/*margin-top: -25px;
	margin-bottom: 10px;*/
	padding-left: 30px;
	
	}	
	
#ostatniewpisyimage {
	background: url(images/ostatnie_wpisy.gif) left top no-repeat;	
	width: 200px;
	height: 28px;	
	}
	
#ostatniekomimage {
	background: url(images/ostatnie_komentarze.gif) left top no-repeat;	
	width: 280px;
	height: 28px;	
	}
	
#czymjestbioimage {
	background: url(images/czym_jest_bio.gif) left top no-repeat;	
	width: 280px;
	height: 28px;
	margin-top: -15px;
	margin-bottom: 3px;
	}

#ealogoimage {
	background: url(images/ea_logo.gif) left top no-repeat;	
	width: 70px !important;
	width: 65px;
	height: 70px;
	margin: 25px 5px 10px 10px !important;
	margin: 25px 5px 10px 7px;
	float:left;
	}
	
	
#tlo_box_part{

width:258px;
background:black;
/*height:200px;*/
float:right;
margin-right:1px;



}

#tlo_box{

width:256px;
background:white;
/*height:200px;*/
float:right;
margin-right:1px;
border-left:1px solid #c9c9c9;
border-right:1px solid #c9c9c9;


}
		
	
/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Alex Rabe
Version: 1.43

This is a template stylesheet that can be used with NextGEN Gallery. I tested the
styles with a default theme Kubrick. Modify it when your theme struggle with it,
it's only a template design

*/

/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
    height: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #fff;
}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
    overflow:hidden;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
} 

.ngg-album {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #A9A9A9;
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 

}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
}

.ngg-gallery-thumbnail img {
	background-color:#000;
	border:1px solid #3A0F09;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #3A0F09;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers, a.next, a.prev, 
				span.page-numbers, span.next, span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover, a.next:hover, a.prev:hover, 
				span.page-numbers:hover, span.next:hover, span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	
}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%;
	display:block !important;
	padding:5px;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;	
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;	
}

.slideshowlink {
	
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#000;
	border:1px solid #A9A9A9;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-left {
	float: left;
	padding-right:10px;
}

.ngg-right {
	float: right;
	padding-left:10px;
}

.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px;
	text-align: center;
	border-bottom: 1px solid #3A0F09;
}

.ngg-widget img {
	border:1px solid #3A0F09;
	margin:0pt 2px 2px 0px; 
	padding:1px; 
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #3A0F09;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #3A0F09;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #3A0F09;
} 


/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.5 Plugin: WP-PageNavi 2.30									|
|	Copyright (c) 2008 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Page Navigation CSS Style													|
|	- wp-content/plugins/wp-pagenavi/pagenavi-css.css					|
|																							|
+----------------------------------------------------------------+
*/


.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #b5b5b5;
	color: #b5b5b5;
	background-color: #fff;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #b5b5b5;
	color: #b5b5b5;
	background-color: #fff;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000;
	color: #be0000;
	background-color: #fff;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #000;
	color: #3c78a7;
	background-color: #fff;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #be0000;
	border: 1px solid #000;
	background-color: #fff;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000;
	color: #be0000;
	background-color: #fff;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #b5b5b5;
	color: #b5b5b5;
	background-color: #fff;
}

#rot{
background: url(images/tlo_rot.png) left top no-repeat;
height:290px;


}


	.date {position:absolute; font:normal 24px/47px Georgia; margin-left:10px; color:#ffffff; width:49px; height:50px; overflow:hidden; text-align:center;  background: url(images/date-bg.png) left top no-repeat; margin-left:10px;}
	.date .month {font: 14px/16px Arial; color:#white; margin:-14px 0px 0 0; text-transform:lowercase;}

