/*
Theme Name: Sensitive Globe
Theme URI: http://www.orapamantului.ro
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.0
Author: Laurentiu Matache

*/
/*=========================================================================================*/
html, body, * { 
	margin: 0; 
	padding: 0;
	}
a {
	cursor: pointer;
	}
a img, iframe { 
	border: 0;
	}
a:active, a:focus {
	outline: none;
	}
h1, h2, h3, h4, h5, h6 { 
	font-size: 100%; 
	font-weight: normal;
	}
ul, ol, dl, li, dt, dd {
	list-style: none;
	}
form, fieldset {
	border: 0;
	}	
legend { 
	color: #000;
	}
select {
background:#000;
color:#fff;
margin:inherit;
width:180px;
border:1px solid #fff;
	}
table {
	border-collapse: collapse;
	border: 0;
	}
td, th, caption {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	}
/*=========================================================================================*/
body {
	background: #000 url(images/body_bg.gif);
	font: 62.5%/100% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #bbb;
	text-align: center;
	}
#wrapper {
	border-left:2px solid #78A427;
	border-right:2px solid #78A427;
	background: #000;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}
#header {
	margin-bottom: 15px;
	}
#main {
	padding-top: 20px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	}
#content {
	width: 690px;
	float: left;
	padding-left: 20px;
	}
#sidebar {
	width: 200px;
	float: right;
	padding: 0 20px 30px 0;
	}
#footer {
	background:#78A427;
	clear:both;
	font-size:1.2em;
	overflow:hidden;
	padding:10px;
	color:#000;
	line-height:15px;
	}
/*=========================================================================================*/
a {
	color: #78A427;
	text-decoration: none;
	}
blockquote {
	padding-left: 15px;
	border-left: 3px solid #78A427;	
	}
pre {
	margin-bottom: 1.5em;
	}
code {
	font: 1.2em/1.8em "Courier New", Courier, mono;
	}
hr {
	display: none;
	}
/*=========================================================================================*/
.site-info {
	padding: 0px 10px 10px;
	border-bottom:2px solid #78A427;
	}
.site-title a {
	color: #78A427;
	font: bold 2.8em 'Trebuchet MS';
	}
.site-title a:hover {
	color: #fff;
	}
.site-description {
	color: #eee;
	font: 1.4em Arial;
	}
/*=========================================================================================*/
#navigation {
	overflow: hidden;
	width: 100%;
	height:22px;
	background: #78A427;
	}
#navigation li {
	display: inline;
	font: 1.1em Arial;
	text-transform: uppercase;
	font-weight:bold;
	}
#navigation li a {
	display: block;
	padding: 4px 15px;
	margin-left: 1px;
	float: left;
	color: #fff;
	}
#navigation li.choose-layout a {
	margin-top: 10px;
	padding: 5px 5px 2px 5px;
	float: right;
	}
#navigation li a:hover,  #navigation li.current_page_item a {
	color: #fff;
	background:#901723;
	}
#navigation li.subscribe a {
	float: right;
	padding-right: 0;
	}
/*=========================================================================================*/
.content-title {
	display: block;
	padding: 10px 0;
	margin-bottom: 25px;
	color: #aaa;
	font: 2.0em Arial;
	text-transform: uppercase;
	text-align: center;
	}
.post {
	padding-bottom: 3.0em;
	}
.post-title {
	color: #333;
	font: 2.0em Arial;
	display: block;
	}
#content h2{
	display: block;
	}
.post-title a {
	color:#78A427;
}
.post-title a:hover{
	color:#fff;
}
.post-date {
	margin-top: 5px;
	padding-bottom: 15px;
	font-size: 1.1em;
	text-transform: uppercase;
	}
.post-info {
	margin-top: 1.0em;
	font-size: 1.1em;
	background: #333;
	border: 1px solid #444;
	padding: 5px 0 10px 20px;
	}
.post-info a {
	color: #fff;
	text-decoration:none;
	}
.post-info a:hover {
	text-decoration:underline;
	}
.post-info span {
	display: inline;
	padding: 10px 30px 12px 20px;
	}
.post-info span.post-category {
	background: url(images/icon-folder.png) center left no-repeat;

	}
.post-info span.post-feed {
	background: url(images/icon-folder-feed.png) center left no-repeat;

	}
.post-entry {
	width: 100%;
	overflow: hidden;
	}
.post-entry p, .post-entry blockquote {
	margin-bottom: 1.5em;
	}
.post-entry p {
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: justify;
	}
.post-entry p a {
	text-decoration: underline
	}
.post-entry p a:visited {
	text-decoration: none;
	}
.post-entry p a:hover {
	color: #ff0000;
	}
.post-entry h3 {
	font: bold 1.5em Arial;
	margin-bottom: 1.0em;
	}
.post-entry ul, .post-entry ol {
	font-size: 1.2em;
	margin-bottom: 2.0em;
	}
.post-entry ul li, .post-entry ol li {
	line-height: 1.4em;
	margin: 0.8em 0 0.8em 3.5em;
	}
.post-entry ul li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	}
.post-entry ul li {
	margin-left: 3.0em;
	padding-left: 0.5em;
	list-style-type: circle;
	}
.post-entry ol li {
	list-style-type: decimal;
	}
.post-entry code {
	font-size: 1.5em;
	}
/*=========================================================================================*/
/* COMMENTS */

#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
ol.commentlist ul.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.post_thumbnail {
    padding: 6px;
    border: 1px solid #2e2d2d;
    margin: 0 10px 10px 0;
}
/*=========================================================================================*/
#sidebar ul li.sidebar-item {
	font-size: 1.1em;
	margin-bottom: 2.5em;
	}
#sidebar h3 {
	font: 1.4em Arial;
	margin-bottom: 1.0em;
	padding: 5px 10px;
	color: #fff;
	}
#sidebar ul li a {
	display: block;
	font: 1.4em Arial;
	margin-bottom: 1.0em;
	padding: 5px 10px;
	color: #78A427;
	line-height: 1.4em;
	background: transparent url(images/glob_side.gif) no-repeat;
	text-indent:25px;
	}
#sidebar ul li a:hover {
	background: transparent url(images/glob_over.gif) no-repeat;
	color:#ff0000;
	}
#sidebar ul li.sidebar-item p {
	line-height: 1.8em;
	}
#sidebar ul li.sidebar-item ul {
	margin-bottom: 0;
	}
#sidebar ul li.sidebar-item ul li ul li {
	padding-left: 1.5em;
	}
/*=========================================================================================*/
#footer p {
	font-size: 1.2em;
	}
#footer a {
	color: #fff;
	}
#footer a:hover {
	color: #901723;
	}
#footer img {
	margin: 0 7px -3px 3px;
	}
/*=========================================================================================*/
.search-input {
	width: 96%;
	padding: 3px 2px 2px 2px;
	font-size: 1.2em;
	}
/*=========================================================================================*/
.navigation {
	overflow: hidden;
	width: 100%;
	font: 1.2em Verdana;
	}
.navigation .previous-entries {
	float: left;
	width: 49%;
	}
.navigation .next-entries {
	float: right;
	width: 49%;
	text-align: right;
	}
.navigation a {
	color: #ccc;
	display: block;
	padding: 1.0em 0 3.0em;
	}
.permalink-nav a {
	padding: 0 0 2.0em;
	}
	
#content h2, .post-title a {
	color: #78A427;
	font-size:16px;
	line-height:1.2em;
	}

#sidebar h3 {
	background: transparent url(images/glob_side.gif) no-repeat;
	text-indent:25px;
	color:#78A427;
	}

#body_content {position: absolute;left: -10000px;}
.banner_text {border: 1px solid #444444; padding: 5px; width: 500px; color: #ffffff;line-height:1.2;margin-bottom:20px;}
input { background:#000; color:#fff;border:1px solid #444;}
textarea { background:#000; color:#fff;border:1px solid #444;}

.post-entry .parteneri, .post-entry .sustinatori {
margin-bottom:10px;
padding:0;
text-align:left;
}
.post-entry .parteneri img, .post-entry .sustinatori img {
margin-right:20px;
	}
.post-entry .parteneri a img, .post-entry .sustinatori a img {
margin-right:20px;
}

/* Preia afis */
#sidebar #afis-toggle {
padding-left:10px;
}
#sidebar #preia-afis {
border:1px solid #ddd;
padding:0px;
display: block;
font-family: monospace;
font-size: 12px;
line-height: 14px;
overflow: auto;
background-color: #000;
word-wrap: break-word;
color: #333;
}
#sidebar #preia-afis li a {
float:left;
list-style-type:none;
padding:4px;
margin:0px;
background:none;
text-indent:0;
}
.op_like {
margin-top:10px;
}
