/***********************************************************

	RESET
	
***********************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/***********************************************************

	CLASSES
	
***********************************************************/

.fL		{ float: left; }
.fR		{ float: right; }
.cB		{
	clear: both;
	font-size: 1%;
}
.fS10	{ font: 10px Tahoma;}
.tAC	{ text-align: center;}
.tAJ	{ text-align: justify;}

/***********************************************************

	GENERAL
	
***********************************************************/

body {
	background: #858585;
	font: 12px Tahoma;
	padding-bottom: 20px;
}

a		{ text-decoration: none; color: #202020; }
a:hover	{ text-decoration: underline; color: #223b51; }

p {
	margin-bottom: 10px;
}

#container {
	width: 900px;
	margin: auto;
}

#header {
	/*height: 320px;*/
	height: 240px;
	position: relative;
}

/***********************************************************

	LOGO
	
***********************************************************/

.logo,
.logo img {
	width: 200px;
	height: 91px;
}

.logo {
	background: url('../images/001/logoEN.gif') no-repeat;
	position: absolute; bottom: 60px; left: 0px;
}

/***********************************************************

	NAVIGATION
	
***********************************************************/

.nav {
	position: absolute;
	left: 230px;
	bottom: 85px;
}

.nav ul li {
	float: left;
	height: 37px;
	margin: 0px 10px 0px 10px;
	_margin-left: 0px;
}
	.nav ul li img {
		height: 37px;
	}

	.nav ul li a {
		width: 100%;
		display: block;
		background: url('../images/001/navSep.gif') right 4px no-repeat;
		padding-right: 10px;
	}
	
	.nav ul li.last a {
		background: none;
	}

.nav ul li.contact,
.nav ul li.contact img {
	width: 49px;
}

.nav ul li.contact {
	background: url('../images/001/navContact.gif') no-repeat;
}

	.nav ul li.contact:hover {
		background: url('../images/001/navContact.gif') 0px -37px no-repeat;
	}

.nav ul li.archive,
.nav ul li.archive img {
	width: 47px;
}

.nav ul li.archive {	
	background: url('../images/001/navArchive.gif') no-repeat;
}

	.nav ul li.archive:hover {	
		background: url('../images/001/navArchive.gif') 0px -37px no-repeat;
	}

.nav ul li.notebook,
.nav ul li.notebook  img {
	width: 63px;
}

.nav ul li.notebook {
	background: url('../images/001/navNotebook.gif') no-repeat;
}

	.nav ul li.notebook:hover {	
		background: url('../images/001/navNotebook.gif') 0px -37px no-repeat;
	}

.nav ul li.publication,
.nav ul li.publication img {
	width: 71px;
}

.nav ul li.publication {
	background: url('../images/001/navPublication.gif') no-repeat;
}

	.nav ul li.publication:hover {	
		background: url('../images/001/navPublication.gif') 0px -37px no-repeat;
	}

.nav ul li.about,
.nav ul li.about img {
	width: 38px;
}

.nav ul li.about {
	background: url('../images/001/navAbout.gif') no-repeat;
}

	.nav ul li.about:hover {	
		background: url('../images/001/navAbout.gif') 0px -37px no-repeat;
	}
	
.cat_logo {
	width: 170px;
	height: 155px;
	position: absolute;
	right: 90px;
	top: 65px;
}

.lang{
	font: bold 12px Tahoma;
	padding-left: 22px;
	position: absolute;
	right: 0px;
	top: 130px;
}

	.lang a{
		color: #FFFFFF;
	}
	
.lang.PE,
.lang.PE img {
	width: 32px;
	height: 15px;
}

.lang.PE {
	background: url('../images/001/pe.gif') right no-repeat;
}

/***********************************************************

	SLIDER
	
***********************************************************/

.sliderContainer {
	height: 212px;
	padding: 18px 0px 0px 18px;
	margin-bottom: 60px;
	background: #8d8f92;
	position: relative;
}

.sliderContainer .slider,
.sliderContainer .slider ul {
	width: 880px;
	height: 194px;
	overflow: hidden;
}

.sliderContainer .slider ul li {
	width: 253px;
	height: 184px;
	background: url('../images/001/sliderBG.gif') no-repeat;
	padding: 10px 12px 0px 10px;
	margin-right: 18px;
	float: left;
	visibility: hidden;
}

.sliderContainer .slider ul li p {
	text-align: center;
	margin-bottom: 2px;
	*margin-bottom: 6px;
}

	.sliderContainer .slider ul li p,
	.sliderContainer .slider ul li p a {
		font: bold 14px Arial;
		color: #233139;
	}
	
.sliderContainer .sliderBtn {
	width: 50px;
	position: absolute; right: 20px; top: 240px;
}

.sliderContainer .sliderBtn .btnLeft,
.sliderContainer .sliderBtn .btnRight {
	width: 22px;
	height: 22px;
	cursor: pointer;
}

.sliderContainer .sliderBtn .btnLeft {
	background: url('../images/001/btnLeft.gif') 0px 0px no-repeat;
	float: left;
}

	.sliderContainer .sliderBtn .btnLeft:hover {
		background: url('../images/001/btnLeft.gif') 0px -22px no-repeat;
	}
	
.sliderContainer .sliderBtn .btnRight {
	background: url('../images/001/btnRight.gif') 0px 0px no-repeat;
	float: right;
}

	.sliderContainer .sliderBtn .btnRight:hover {
		background: url('../images/001/btnRight.gif') 0px -22px no-repeat;
	}
	
/***********************************************************

	TEXT CONTAINER
	
***********************************************************/

.textContainer {
	padding: 10px;
	background: #bdbdbd;
	/*text-align: right;*/
}

.textContainer .textContent {
	width: 520px;
	margin-left: 40px;
	float: left;
	*width: 500px;
	/*text-align: right;*/
}

.textContainer .sidebar {
	width: 250px;
	padding: 10px;
	background: #c8c8c8;
	float: right;
	text-align: left;
}

/***********************************************************

	DETAIL PAGE
	
***********************************************************/

p.breadcrumb {
	font: 11px Verdana;
}

.post {
	padding: 30px 0px 30px 0px;
	line-height: 18px;
}

	.post .head {
		margin-bottom: 30px;
	}

		.post .head h1 {
			font: bold 18px Arial;
			color: #223b51;
			margin-bottom: 20px;
		}
		
		.post .head p.date {
			padding: 1px 0px 1px 15px;
			color: #223b51;
			background: url('../images/001/bullet01.gif') left no-repeat;
		}

.archives h1 {
	font: bold 18px Arial;
	color: #223b51;
	margin-bottom: 10px;
}
.archives ul {
	margin-bottom: 20px;
}

.archives ul li{
	padding: 1px 0px 1px 15px;
	background: url('../images/001/bullet01.gif') left no-repeat;
}

/***********************************************************

	SIDEBAR
	
***********************************************************/

.sidebarHeader {
	display: block;
	width: 44px;
	height: 12px;
	background: url('../images/001/sidebarHeader.gif') no-repeat;
	margin: 10px 0px 20px 5px;
	display:none;
}
	.sidebarHeader span {
		display: none;
	}

.box {
	margin-bottom: 20px;
}

	.box h3 {
		font: bold 12px Tahoma;
		color: #223b51;
		margin-bottom: 10px;
	}
	
	.box ul {
	
	}
		
		.box ul li {
			padding: 1px 0px 1px 15px;
			background: url('../images/001/bullet01.gif') left no-repeat;
		}



form#searchform label {
	display: block;
	width: 141px;
	height: 21px;
	background: url('../images/001/headerSearch.gif') left no-repeat;
	margin-bottom: 8px;
}

form#searchform input#s {
	background: #dddddd;
	border: none;
	padding: 4px;
}

form#searchform input#searchsubmit {
	display: none;
}

h3.headerRecentPosts {
	display: block;
	width: 141px;
	height: 21px;
	background: url('../images/001/headerRecentPosts.gif') left no-repeat;
}

h3.headerBlogroll {
	display: block;
	width: 141px;
	height: 17px;
	background: url('../images/001/headerBlogroll.gif') left no-repeat;
}

h3.headerTags {
	display: block;
	width: 141px;
	height: 21px;
	background: url('../images/001/headerTags.gif') left no-repeat;
}

a.tag {
	color: #707070;
}

/***********************************************************

	COMMENTS
	
***********************************************************/

.commentName span,
.commentEmail span,
.commentWebsite span {
	display: none;
}

.commentName {
	background: url('../images/001/commentName.gif') right no-repeat;
}

.commentEmail {
	background: url('../images/001/commentEmail.gif') right no-repeat;
}

.commentWebsite {
	background: url('../images/001/commentWebsite.gif') right no-repeat;
}

.comments form {
  width: 100%;
}

	.comments form fieldset {
	  padding: 10px;
	  margin-bottom: 10px;
	}

		.comments form fieldset label {
			float: left;
			width: 150px; 
			*width: 150px; 
			margin-top: 13px;
			text-align: right;
			display: block;
		}
		
		.comments form fieldset input,
		.comments form fieldset textarea,
		.comments form fieldset select {
			width: 180px;
			background: #c8c8c8;
			padding: 3px;
			margin: 10px 0px 0px 10px;
			border: none;
		}
		
		.comments form fieldset textarea {
			width: 330px;
			overflow: auto;
		}
		
			.comments form fieldset input:hover,
			.comments form fieldset input:focus,
			.comments form fieldset textarea:hover,
			.comments form fieldset textarea:focus,
			.comments form fieldset select:hover,
			.comments form fieldset select:focus {
				background: #FFFFFF;
			}
		
		.comments form fieldset br {
			clear:left;
		}
		
		.comments form fieldset .right {
			margin: 5px 0px 0px 130px;
		}
		
		.comments form fieldset .button {
			width: 65px;
			height: 21px;
			cursor: pointer;
		}
		
			.comments form fieldset .button,
			.comments form fieldset .button:hover,
			.comments form fieldset .button:focus {
				background: url('../images/001/commentSubmit.gif') right no-repeat;
			}
			
.comments h3 {
	font-weight: bold;
	margin-bottom:20px;
}

.commentlist{
	border-top: 1px solid #cdcdcd;
}

.commentlist li{
	padding-top: 5px;
	border-bottom: 1px solid #cdcdcd;
}

.commentlist li p{
	margin-bottom: 8px;
}

.comment-author {
	margin-bottom: 5px;
}

.comment-author img {
	float: left;
	margin-right: 5px;
	border: 3px solid #cdcdcd;
}

.comment-meta,
.comment-author,
.comment-meta a {
	color: #145485;
	font-size: 11px;
}

.comment-meta {
	margin-bottom: 10px;
}

/***********************************************************

	FOOTER
	
***********************************************************/

#footer {
	border-top: 0px solid #707070;
	padding-top: 15px;
	margin-top: 20px;
	font: 11px Tahoma;
	color: #666;
	text-align: left;
}

/***********************************************************

	PLUGINGS
	
***********************************************************/

.sociable li {
	float: left;
	width: 16px;
	height: 16px;
	margin: 10px 5px 0px 0px;
}

.btnShare {
	float: left;
}

.btnPrint,
.btnPrint img {
	width: 16px;
	height: 16px;
}

.btnPrint {
	background: url(../images/001/print_16x16.gif) no-repeat;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}



/*************************************

by Daanial

*************************************/



.textContent a { text-decoration: none; color: #134B84;}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
