﻿/*
*** decIT
*** Ioan Mang blog stylesheet
*/

@import url("reset.css");

/* -- ++++++++++++++++++++ to force a 100% height page ++++++++++++++++++++ -- */
.hide {
	display: none;
}
/*
body, html {
	height: 100%;
}
#container {
	width: 100%;
	min-height: 100%;
	position: relative;
}
#container .wrap {
	padding-top: 24px;
	padding-bottom: 110px;
	width: 100%;
	overflow: hidden;
}
#container .wrap2 {
	min-height: 478px;
}
#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 68px;
}
#footer p {
	position: absolute;
	right: 0;
	bottom: 10px;
}*/




body {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	margin: 0 auto;
	width: 840px;
	position: relative;
	/*background: url(../../pics/mang/body_bkg.png) no-repeat top center #0b1c3e;*/
}

h1, h2, h3, h4, h5, h6 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
	
h1 
{
	font-size: 0.94em;
	letter-spacing: 1px;
}

h2 {
	font-size: 0.81em;
}

a {
	text-decoration: none;
	color: #b00;
}

a:hover {
	text-decoration:underline;
}

img {
	border: none;
}

#content {
	float: left;
	width: 70%;
	background:url(../../pics/mang/entry.jpg) repeat-y right #fff;
	/*position:relative;
	left:-1px;*/
	width:587px;
	border-left:1px solid #b8bfd0;
	border-bottom:1px solid #b8bfd0;
}

#sidepanel {
	float:right;
	width:30%;
	width:251px;
	border-right:1px solid #b8bfd0;
}

#mang_footer {
	background:#cdd0d7;
	text-align:center;
	float:right;
	width:100%;
}

#mang_footer p {
	margin:5px;
	color:#999;
}

#mang_footer p a{
	margin:5px;
	color:#777;
}

#mang_footer p a:hover{
	margin:5px;
	color:#444;
	text-decoration:underline;
}

.loginbox {
	margin: 0 auto;
	margin-top:150px;
	margin-bottom:150px;
}

#postnavigation {
	display:block;
	border-bottom:1px dashed #ccc;
	color:#666;
	width:95%;
	margin:10px;
	line-height:120%;
}

#postnavigation table {
	margin-bottom:10px;
}

/*----------------------------
					 Header
----------------------------*/

#header {
	width: 100%;
	position:relative;
}

#header h1 #a_header {
	background:url(../../pics/mang/header_mang_ioan_180.png) no-repeat top left;
	width: 840px;
	height:180px;
	display:block;
	text-indent:-5000px;
}

#header span.mang_login
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}

#header span.mang_login a
{
	color:#6886ae;
	font-size:10px;
	line-height:100%;
	float:right;
}

#header span.mang_login #a_website_mang
{
	color:#6886ae;
	font-size:11px;
	line-height:110%;
	float:left;
}

/*----------------------------
						Menu
----------------------------*/

#menu{
	background:url(../../pics/mang/menu_item_bkg1.jpg) repeat-x;
	width:840px;
	height:35px;
	display:block;
}

#menu #mang_blog
{
	/*background:url(../../pics/mang/blog.jpg) no-repeat;*/
	background:url(../../pics/mang/blog_ioanmang_ro.png) no-repeat;
	float:right;
	/*width:60px;*/
	width:182px;
	height:35px;
	text-indent:-5000px;
	margin-right:10px;
}
#menu a.apmlfilter
{
	float:right;
	margin-right: 10px; 
	background:url(../../pics/apml.png) no-repeat left 1px; 
	padding-left:16px
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li{
	display:inline;
}

#menu ul li.separator span
{
	background:url(../../pics/mang/menu_separator.jpg) no-repeat;
	display:block;
	float:left;
	width:2px;
	height:35px;
}

#menu ul li a
{
	background:url(../../pics/mang/menu_item_bkg1.jpg) repeat-x;
	display:block;
	float:left;
	width:100px;
	height:35px;
	color:#fff;
	font-size:1em;
	line-height:35px;
	text-align:center;
}

#menu ul li a:hover
{
	background:url(../../pics/mang/menu_item_bkg2.jpg) repeat-x;
}



#menu ul li a.feed img{
	margin-right: 3px;
	margin-bottom: -2px;
}

/*----------------------------
					 Widgets
----------------------------*/

div#widgetzone{
	padding: 0;
	background: none;
}

div#widgetzone .clear{
	clear: left;
}

div.widget{
	background: url(../../pics/mang/widget_bkg.jpg) repeat-x #fff;
	padding: 10px 15px;
	border-bottom:2px solid #0b1c3e;
	z-index: 1;
	min-width: 1px;
}

div.widget .content{
	line-height: 16px;
	color: #333;
}

div.widget h4{
	font-size: 1.13em;
	border-bottom: 1px solid #0b1c3e;
	padding-bottom: 5px;
	margin: 0;
	margin-bottom: 5px;
	z-index: 0;
	color: #0b1c3e;
	letter-spacing: 1px;
	font-family:'Trebuhet MS', Verdana, Arial;
}

div.widget a.edit{
	font-size: 10px;
	font-weight: normal;
	float: right;
	z-index: 1;
}

div.widget a.delete{
	font-weight: bold;
	color: #999999;
	float: right;
	margin-left: 5px;
	z-index: 1;
	text-decoration: none;
}

div.widget a.delete:hover{
	color: black;
}

#widgetzone .widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

#widgetzone .widget ul li {
	margin-bottom: 3px;
}

#widgetzone div.search{
	padding-left: 10px;
}

#widgetzone img.rssButton {
	margin-right: 3px;
}

/*----------------------------
					 Blogroll
----------------------------*/

#blogroll ul {
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0px;
}

#blogroll ul li ul li a {
	margin-left: 25px;
	color: #666666;
	text-transform:none;
}


#blogroll ul li a img {
	border: none;
	margin-right: 3px;
}

/*----------------------------
					 Posts
----------------------------*/

div.post, .mceContentBody, #page {
	padding: 20px 10px;
	/*line-height: 17px;*/
	line-height:130%;
	background:url(../../pics/mang/entry.jpg) repeat-y right #fff;
	font-family:'Trebuchet MS';
	font-size:1.13em;
	/*border-bottom: 2px solid #0b1c3e;
	border-bottom:10px solid #0b1c3e;
	border-bottom:10px solid #dbdbdb;*/
}

div.post h1, .mceContentBody h1, #page h1 {
	background:url(../../pics/mang/post_title_bkg_large.png) no-repeat top left;
	font-family:'Trebuchet MS';
	color:#b00;
	display:block;
	font-size:160%;
	font-weight:400;
	line-height:110%;
	margin:0;
	padding-top:14px;
	padding-left:40px;
	position:relative;
	left:-28px;
	min-height:71px;
}

div.post .entrymeta, #page .entrymeta {
	background:url(../../pics/mang/entrymeta.jpg) no-repeat top left;
	color:#666;
	font-weight:400;
	padding-left:50px;
	padding-right:10px;
	padding-top:15px;
	min-height:53px;	/* background height - vertical padding */  /* 68-15 */
}

#page .entrymeta h2
{
	font-size:120%;
	font-family:'Trebuchet MS';
	font-weight:normal;
	padding-top:10px;
	line-height:normal;
}

div.post .author, div.post .pubDate {
	color: #666666;
	font-size:100%;
}

div.post .text, #page .text {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	margin-top:0px;
	font-size:110%;
	color:#666;
	padding-top:10px;
	line-height:150%;
}

#page .text p
{
	margin-bottom:10px;
}

div.post div.mang_end_text, #page div.mang_end_text {
	background:url(../../pics/mang/entrybody.jpg) no-repeat bottom right #fff;
	height:32px;
	color:#fff;
}

div.post .text h2 {
	margin-top:10px;
	font-size:100%;
}

div.post .text h3 {
	font-size:90%;
	margin-top:7px;
}

div.post .footer {
	text-align: right;
	border-top: 1px dashed #ccc;
	padding-top: 4px;
	padding-bottom: 2px;
}

div.post .bottom 
{
	margin-bottom: 45px;
	padding-left:10px;
	padding-right:10px;
}

div.post .categories {
	margin-bottom: 5px;
	float: right;
}

div.post .tags {
	float: left;
	margin-bottom: 5px;
}

div.post .text a[href^="http:"] {
	background: url(../../pics/remote.gif) right top no-repeat;
	padding-right: 10px;
	white-space: nowrap;
}

/*----------------------------
			Related Posts
----------------------------*/

#relatedPosts {
	background:url(../../pics/mang/entry.jpg) repeat-y right #fff;
	padding:10px;
	font-family:'Trebuchet MS';
	font-size:120%;
}

#relatedPosts div {
	padding: 5px 10px 10px 10px;
}

#relatedPosts h1 {
	margin: 10px 0 0 0;
	font-family:'Trebuchet MS';
	font-size:110%;
}

#relatedPosts a {
	display: block;
	margin-bottom:5px;
	margin-top:5px;
}

#relatedPosts span {
	color: #666666;
	font-size:90%;
	margin-bottom:5px;
}

/*----------------------------
				Recent posts
----------------------------*/

ul.recentPosts li{
	padding-bottom: 10px;
}

ul.recentPosts li a{
	font-weight: bold;
	text-transform:none;
}

ul.recentPosts li span{
	display: block;
	text-indent: 10px;
	text-transform: none;
}

/*----------------------------
			Recent comments
----------------------------*/

ul.recentComments li{
	padding-bottom: 10px;
	text-transform: none;
}

ul.recentComments li a.postTitle{
	font-weight: bold;
}

/*----------------------------
			Social bookmarks
----------------------------*/

.bookmarks {
	float: left;
}

/*----------------------------
					Comments
----------------------------*/

.mang_comments {
	background:url(../../pics/mang/entry.jpg) repeat-y right #fff;
	border-top: 2px solid #0b1c3e;
	padding:10px;
	font-size:120%;
}

#commentlist {
	background:url(../../pics/mang/entry.jpg) repeat-y right #fff;
	padding:10px;
}

#commentlist div {
	background:url(../../pics/mang/comment_start.jpg) no-repeat top left #fff;
	min-height:68px;
	margin-top:15px;
	padding:0;
}

#commentlist div p.content {
	display:block;
	background:url(../../pics/mang/comment_end.png) no-repeat bottom right;
	min-height:32px;
	padding-bottom:15px;
	margin:0;
	margin-left:10px;
	line-height:120%;
	font-family:'Trebuchet MS';
	font-size:120%;
}

#comment {
	font-family:'Trebuchet MS';
	font-size:110%;
}

.comment {
	background:url(../../pics/mang/entry.jpg) repeat-y right #fff;
	padding: 3px 10px;
}

.comment .date {
	margin: 0;
	padding: 3px 0px;
	position:relative;
	top:-13px;
	color: #666666;
	text-align:right;
	margin-right:10px;
}

.comment .author {
	margin: 0;
	padding: 3px 0px;
	position:relative;
	top:10px;
	left:10px;
	display:block;
	height:16px;
}

.self {
	border: 1px solid black;
}

.comment .gravatar {
	float: left;
	clear: both;
	margin: 5px 10px 5px 0;
	display:none;
}

.comment .gravatar img {
	height: 80px;
	width: 80px;
	display:none;
}

.comment cite{
	font-family: Monospace;
	font-style: normal;
}

.comment img.flag {
	position: relative;
	top: 2px;
}

.commentForm {
	background:url(../../pics/mang/entry.jpg) repeat-y right #fff;
	padding:10px;
	font-size:120%;
}

.commentForm h1 {
	font-family:'Trebuchet MS';
	margin: 10px 0;
	font-size:110%;
}
	
.commentForm label {
	float: left;
	display: block;
	width: 80px;
	margin-top: 4px;
	margin-left:10px;
	font-family:'Trebuchet MS';
}

.commentForm i {
	font-family:'Trebuchet MS';
	font-size:90%;
}

.commentForm input {
	width: 300px;
	font-family:'Trebuchet MS';
}

.commentForm textarea {
	width: 100%;
	height: 150px;
	border:1px solid silver;
	font-family:'Trebuchet MS';
}

.commentForm .mang_submit_comment {
	width:100px;
	height:20px;
	background:url(../../pics/mang/submit_comment1.jpg) no-repeat #333;
	border:none;
	cursor:pointer;
}

.commentForm .mang_submit_comment:hover {
	background:url(../../pics/mang/submit_comment2.jpg) no-repeat #b00;
}

#commentMenu{
	padding: 0;
	margin:0;
	clear:both;
}

#commentMenu li{
	float:left;
	border:1px solid silver;
	border-bottom: transparent;
	margin:0;
	list-style:none;
	margin-right:5px;
	padding: 3px 8px;	
	cursor:pointer;
	position:relative;
	top: 2px;
	background:#d8d8d8;
}

#commentMenu li.selected{
	background:white;
	border-bottom:1px solid white;
}

#commentPreview {
	font-family:'Trebuchet MS';
	display:none;
	clear:both;
	min-height: 150px;
}

.success {
	color: green;
	font-weight: bold;
}

.commentForm .bbcode {
    font-size:10px;
    float:right;
    position:relative;
    top:20px;
    padding: 3px;
}

.bbcode a {
    margin: 1px;
    padding: 1px 3px 1px 3px;
    background: #fff;
    border: 1px solid #ccc;
}

/*----------------------------
					Archive
----------------------------*/

#archive {
	padding: 10px;
	background:url(../../pics/mang/entry.jpg) repeat-y top right #fff;
}

#archive h1 {
	font-family:'Trebuchet MS';
	color:#b00;
	display:block;
	font-size:160%;
	font-weight:400;
	line-height:110%;
	margin:0;
	padding-top:15px;
}

#archive h2 {
	border-bottom: 1px solid silver;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top:10px;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive table{
	width: 100%;	
	border-collapse: collapse;
}

#archive table td, #archive table th{
	text-align:left;
}

#archive table td{
	text-align:left;
	border-bottom: 1px solid #D8D8D8;
	padding: 2px 0;
}

#archive .date{
	width: 70px;
}

#archive .comments{
	width: 70px;
	text-align: center;
}

#archive .rating{
	width: 70px;
	text-align: center;
}

/*----------------------------
					 Search
----------------------------*/

#searchbox {
	margin-bottom:25px;
	margin-top:15px;
	padding:0px;
	width:200px;
	height:20px;
	background:url(../../pics/mang/search_textbox.png) no-repeat top left;
	position:relative;
}

#searchbox #searchbutton {
	text-indent:-5000px;
	background:url(../../pics/mang/search1.png) no-repeat top left;
	border:0px;
	width:37px;
	height:20px;
	cursor:pointer;
	margin:0px;
	padding:0px;
	margin-left:8px;
	position:absolute;
	left:155px;
	top:0px;
}

#searchbox #searchbutton:hover {
	background:url(../../pics/mang/search2.png) no-repeat top left;
}

#searchbox #searchfield {
	font-family:Verdana;
	color:#fff;
	font-size:11px;
	background:url(../../pics/mang/nimic.jpg);	/* daca era background:none; nu puteam scrie in textbox ?!? wtf? weird bug? */
	border:0px;
	width:155px;
	margin:0px;
	padding:0px;
	position:absolute;
	top:3px;
	left:7px;
}

#searchbox #mang_chk {
	position:absolute;
	top:25px;
	left:0px;
}

#searchbox #mang_chk input {
	position:relative;
	top:1px;
}

/*----------------------------
			Search on search
----------------------------*/

#searchonsearch {
	padding: 5px 10px;
	margin-bottom: 20px;
}

#searchonsearch h3 {
	margin: 3px;
	font-size: 13px;
}

#searchonsearch ol li {
	margin: 2px 0;
}

/*----------------------------
				Month list
----------------------------*/

ul#monthList{
	font-weight: bold;
}

ul#monthList ul li{
	margin-left: 20px;
	font-weight: normal;
}

ul#monthList li.year{
  cursor: pointer;
}

ul#monthList ul{
	display: none;
}

ul#monthList ul.open{
	display: block;
}

/*----------------------------
				 Tag cloud
----------------------------*/

.tagcloud {
	white-space: normal;
}

.tagcloud li {
	display: inline;
}

.tagcloud a {
	margin-right: 3px;
	display: inline;
}

.tagcloud a.biggest {
	font-size: 19px;
}

.tagcloud a.big {
	font-size: 17px;
}

.tagcloud a.medium {
	font-size: 14px;
}

.tagcloud a.small {
	font-size: 12px;
}

.tagcloud a.smallest {
	font-size: 10px;
}

/*----------------------------
					 Page	// diverse stiluri sunt in zona "post"
----------------------------*/

#page {
	padding:10px;
}

#page #admin {
	border-top: 1px solid silver;
	margin-top: 10px;
}

/*----------------------------
					 Categorii
----------------------------*/
#categorylist li a
{
text-transform:none;
}

/*----------------------------
					 Calendar
----------------------------*/

#calendarContainer {
	text-transform: capitalize;
	margin: 0 auto;
}

.calendar {
	border: none;
	margin: 0 auto;
}

.calendar .weekend {
	background-color: #F1F1F1;
}

.calendar .other {
	color: silver;
}

.calendar a.exist {
	display: block;
	font-weight: bold;
	background-color: #F1F1F1;
}

.calendar td {
	vertical-align: top;
	background: white;
}

/*----------------------------
					Star rater
----------------------------*/

.rating{
	margin-bottom: 10px;
}

.rating p{
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
}

.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}

/* smaller star */
.small-star {
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(../../pics/star_small.gif);
	line-height: 10px;
	height: 10px;
}

/*----------------------------
				Search page
----------------------------*/

#searchpage{
	margin-bottom: 30px;
}

#searchpage input#q{
	width: 300px;
}

#searchpage input#comment{
	clear: both;
}

.searchresult{
	margin-bottom: 20px;
}

.searchresult a{
	font-weight: bold;
}

.searchresult span.text{
	clear: both;
	display: block;
	padding:0px;
	margin:0px;
	margin: 3px 0;
	background:none;
}

.searchresult span.type{
	display: block;
}

.searchresult span.url{
	color: Gray;
}

.searchpage ul.paging{
 list-style-type: none;
 margin:0px;
 margin-bottom: 20px;
 padding:0px;
}

.searchpage ul.paging li{
 display: inline;
 border: 1px solid gray; 
 background: #f1f1f1;
 margin-right: 5px;
}

.searchpage ul.paging li a{
 padding: 5px 8px;
}

.searchpage ul.paging li.active{
 background: #f1f1f1;
 border: 1px solid black;
}

/*----------------------------
				Contact page
----------------------------*/

#contact{
	background:url(../../pics/mang/entry.jpg) repeat-y top right #fff;
	padding:10px;
}

#contact h1{
	font-family:'Trebuchet MS';
	color:#b00;
	display:block;
	font-size:160%;
	font-weight:400;
	line-height:110%;
	margin:0;
	padding-top:15px;
	margin-bottom:15px;
}

#contact label {
	display: block;
	padding-top: 5px;
	font-weight:bold;
}

#contact input.field {
	width: 200px;
}

#contact textarea {
	display: block;	
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}

#contact #mang_attachment {
	display:none;
}

#contact div div p{
	margin-bottom:20px;
}

/*----------------------------
			Syntax highlighter
----------------------------*/

.code
{
	font-size: 12px;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #F1F1F1;
  line-height: normal;
}

.code p{
	padding: 5px;
}

.code .rem { color: #008000; }

.code .kwrd { color: #0000ff; }

.code .str { color: #006080; }

.code .op { color: #0000c0; }

.code .preproc { color: #0000ff; }

.code .asp { background-color: #ffff00; }

.code .html { color: #800000; }

.code .attr { color: #ff0000; }

.code .alt {	background-color: #f4f4f4; }

.code .lnum { color: #606060;}

/*----------------------------
					XFN tags
----------------------------*/

div.post .text a[rel] {
	padding-right:11px;
	background-repeat: no-repeat;
	background-position: right center;
}
div.post .text a[rel="me"] {	
	background-image:url('../../pics/xfn/me.gif');
}

/*-------- [ These should cascade to pick the correct icon for the contact ]--*/

/*-------- [ Normal contacts ]--*/
div.post .text a[rel~="contact"] ,
div.post .text a[rel~="acquaintance"],
div.post .text a[rel~="friend"] {
	background-image:url('../../pics/xfn/contact.gif');
}
/*-------- [ Normal contacts youve met ]--*/
div.post .text a[rel~="contact"][rel~="met"] ,
div.post .text a[rel~="acquaintance"][rel~="met"] ,
div.post .text a[rel~="friend"][rel~="met"] {
	background-image:url('../../pics/xfn/contactMet.gif');
}

/*-------- [ Colleague and co worker icon more important than contact ]--*/
div.post .text a[rel~="colleague"] ,
div.post .text a[rel~="co-worker"] {
	background-image:url('../../pics/xfn/colleague.gif');
}
/*-------- [ Colleague and co worker icon when met ]--*/
div.post .text a[rel~="colleague"][rel~="met"] ,
div.post .text a[rel~="co-worker"][rel~="met"] {
	background-image:url('../../pics/xfn/colleagueMet.gif');
}

/*-------- [ Sweethearts are more important than work!!! ]--*/
div.post .text a[rel~="muse"] ,
div.post .text a[rel~="crush"] ,  
div.post .text a[rel~="date"] ,
a[rel~="sweetheart"] {
	background-image:url('../../pics/xfn/sweet.gif');
}
/*-------- [ ...and if youve met them thats even better ]--*/
div.post .text a[rel~="muse"][rel~="met"] ,
div.post .text a[rel~="crush"][rel~="met"] ,  
div.post .text a[rel~="date"][rel~="met"] ,
div.post .text a[rel~="sweetheart"][rel~="met"] {
	background-image:url('../../pics/xfn/sweetMet.gif');
}