/*
Theme Name: 0010desene
Theme URI: http://www.0010media.com/
Description: Theme designed for Desenele Copilariei by <a href="http://www.0010media.com/">0010 Media</a>.
Version: 1.0
Author: 0010 Media
*/


/* Global */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5d513a;
	background:url(images/bg-main.jpg) top repeat-x #BBAC83;
}
.body-bg {
	height:593px;
	background: url(images/bg-padure.jpg) bottom repeat-x;
}

::-moz-selection {
	background: #fff;
	color: #000;
}

::selection {
	background: #369;
	color: #ff0;
}

code::-moz-selection {
	background: #333;
}

code::selection {
	background: #333;
}

a {
	text-decoration: none;
	color: #803821;
}


a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

img {
	border: none;
}

h1,h2,h3,form,ul,li {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 1.6em;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #666;
}

blockquote {
	margin: 5px 20px;
	padding: 0;
	color: #fff;
	border: 1px dashed #0f2ac5;
	background: url(images/bq.jpg) top right no-repeat #000000;
}

blockquote p {
	padding: 10px 20px;
	display: block;
}

.endline {
	clear: both;
}

/* Clear Fix */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/ 
.clearfix {
	display: block;
}
/* End hide from IE Mac */ 
/* end of clearfix */

#wrapper {
	width: 1100px;
	margin: 0 auto;
	background: url(images/top_frame.png) no-repeat top left;
}


/* Header */
#header {
	width: 1000px;
	height: 850px;
}

#header h1 {
	font-size: 4.5em;
	color: #eb4209;
	padding: 51px 0 0 330px;
}
#header h1 a {
	text-decoration: none;
	color: #eb4209;
}
#header h2 {
	font-size: 1.4em;
	color: #eb4209;
	padding: 0 0 0 330px;
}
#rss {
	padding: 9px 0 0 910px;
}

/* Navigation */
#navigation {
	color:
	width: 279px;
	height: 36px;
	*position: relative;
	margin: 107px 0 0 731px;
}
#navigation div {
	display: table;
	height: 36px;
	*height: auto;
	position: relative;
	*position: absolute;
	*top: 50%;
	*left: 0;
}
#navigation div div {
	display:table-cell;
	vertical-align:middle;
	*position: relative;
	*top: -50%;
	*left: 0;
}
#navigation ul {
	width: 277px;
	list-style-type: none;
}
#navigation ul li {
	font-size: 1.4em;
	font-weight: bold;
	float: left;
	padding: 0 12px 0 0;
}
#navigation ul li a {
	color: #5a2399;
}
#navigation ul li a:hover {
	color: #02d214;
	text-decoration:none;
}


/* Container */
#container {
	width: 1100px;
/*	margin: 17px 0 0 0;*/
	background: url(images/content_bg.jpg) repeat-y 84px 0px;
}

/* Content */
#content {
   width: 664px;
   display: inline;
   margin: -70px 0 0 86px;
   float: left;
}
.post {
	width: 620px;
	position: relative;
	margin: 0 0 20px 15px;
}
.postmetadata {
	color: #929292;
	font-size: 1.2em;
	padding: 5px 20px 5px 0;
	text-align: right;
}
.postmetadata a {
	text-decoration: underline;
}
.postmetadata a:hover {
	text-decoration: none;
}
.post_date {
/*	width: 53px;
	height: 57px;
	padding: 49px 0px 0px 31px;
	line-height: 36px;
	position: absolute;
	left: -160px;
	top:0;
	color: #0e28cf;
	font-size: 1.9em;
	font-weight: bold;
	background: url(images/date_bg.jpg) no-repeat left top;*/
background:url("images/date_bg.jpg") no-repeat; 
height:57px; 
left:-22px; 
padding-bottom:0; 
position:absolute; 
top:1px; 
width:53px;
color:#FFF;

display:block;
text-align:center;
text-transform: uppercase; font-weight: bold;
text-shadow: -1px -1px 1px #763224;
}
span.month { font-size: 13px; margin-top:1px; }
span.day { font-size: 24px; margin-top:-1px; }

.entry {
	font-size: 1.2em;
	line-height: 20px;
}

.tags {
	font-size: 1.2em;
	color: #623200;
	margin: 10px 0 0 10px;
}

.tags a {
	text-decoration: underline;
}
.tags a:hover {
	text-decoration: none;
}
.notfound {
	margin: 100px auto;
	text-align:center;
	font-size: 4em;
	font-weight: bold;
	color: #7e2d17;
}


/* PageNavi*/

.wp-pagenavi {
	padding: 5px 40px;
	margin-left: 17px;
}

.wp-pagenavi a {
	padding: 2px 4px;
	_padding: 2px 0;
	margin: 2px;
	_margin: 1px;
	text-decoration: none;
	border: 1px solid #000000;
	color: #A0A0A0;
	background-color: #432817;
}

.wp-pagenavi a:hover {
	border: 1px solid #fff;
	color: #f0f0f0;
}

.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
	padding: 2px 4px;
	_padding: 2px 0;
	margin: 2px;
	_margin: 1px;
	border: 1px solid #000000;
	color: #A0A0A0;
	background-color: #432817;
}

/* Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 100%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	font-size: 1.1em;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 1.1em;
}

#wp-calendar a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #000;
	color: #fff;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	font: bold 1.3em Verdana, Arial, Sans-Serif;
}

#wp-calendar td {
	padding: 3px 0;
	font-size: 1.2em;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	font-size: 1.2em;
	text-transform: capitalize;
}

/* Social Bookmarking */

.bookmark {
	margin: 18px 0 0 10px;
}

.bookmark ul {
	display: inline;
}

.bookmark ul li {
	background: none;
	display: inline;
	list-style-type: none;
}

.bookmark_line img {
	border: 0;
}

.bookmark_icon {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	_filter: alpha(opacity=100);
}

.bookmark_icon:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
/* Comments */
.read_comments {
	height: 32px;
	text-align: right;
	margin: 10px 0 0 0;
	background: url(images/comments-bg.jpg) no-repeat;
}
.read_comments a {
	font-size: 1.2em;
	color: #ba5e14;
	padding: 10px 0 10px 25px;
	background: url(images/icons/heart.png) no-repeat left;
	font-weight: bold;
}
.comments {

}

h3#comments {
	padding: 0 0 0 10px;
}

h3#comments, #respond h3 {
	padding-top: 10px;
	font-size: 1.4em;
	color: #333;
}

#commentform {
	margin: 5px 0 0 0;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform textarea {
	width: 98%;
	padding: 2px;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform p {
	margin: 5px 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

#respond {
	padding: 0 0 0 10px;
	color: #333;
}

#respond:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.commentlist {
	padding: 0 0 0 10px;
	*margin: 0 0 0 10px;
	*padding: 0;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	font-weight: bold;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	font-size: 1em;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 1.2em;
	text-transform: none;
}

.commentlist li .avatar {
	/*width:60px;
	height:60px; */
	float: right;
	border: 1px solid #333;
	padding: 2px;
	background: #fff;
}

.commentlist li a {
	color: #666;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
}

.nocomments {
	text-align: center;
}

.commentmetadata {
	font-size: 1.2em;
	display: block;
	font-weight: normal;
}
.thread-alt {
	background-color: #dcbea4;
}

.thread-even {
	background-color: #e3cbb3;
}

.depth-1 {
	border: 1px solid #000;
}

.alt {
	/*border-top: 1px dashed #6c3ca4;
	border-bottom: 1px dashed #6c3ca4;*/
	background-color:#432817;
	color:#A0A0A0;
	padding: 10px;
}

.even {
	/*border-top: 1px dashed #02c315;
	border-bottom: 1px dashed #02c315;*/
	background-color:#432817;
	color:#A0A0A0;
}

/* Sidebar */
#sidebar {
	width: 340px;
/*	margin: 8px 0 0 0;*/
	line-height: 16px;
	float: left;
	position: relative;
	color: #666;
}
#sidebar a {
	/* color: #424242; */
	color: #c0c0c0;
}
#sidebar ul ul {
	font-size: 1.2em;
}
#sidebar_top h3 {
	font-size: 1.6em;
	padding: 0 0 0 6px;
	color: #855045;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar_top {
	padding: -10px 0 0 0;
	/*background: url(images/sidebar_paper_bg.jpg) repeat-y;*/
}
#sidebar_top ul li {
	width: 184px;
	padding: 0 10px 10px 0;
	margin: 0 0 15px 44px;
	border-bottom: 1px dashed #323232;
}
#sidebar_top ul ul {
	margin: 5px 0 0 0;
}
#sidebar_top ul ul li {
	width: 164px;
	margin: 0 0 0 6px;
	padding: 2px 0 2px 18px;
	border: none;
	background: url(images/sidebar_top_li.gif) no-repeat left 6px;
}
.sidebar_paper_bottom {
	height: 96px;
	background: url(images/sidebar_paper_bottom.png) no-repeat;
}

/* For Widgets */
h3.sidebar_bottom_widget {
	padding: 0 0 0 27px;
}

#sidebar_bottom {
	margin: 95px 0 0 27px;
}
#sidebar_bottom ul {
	
}
#sidebar_bottom ul li {
	margin: 0 0 18px 0;
}
#sidebar_bottom ul ul {
	
}
#sidebar_bottom ul ul li {
	width: 151px;
	margin: 0 0 0 28px;
	padding: 2px 0 2px 12px;
	background: url(images/sidebar_bottom_li.gif) no-repeat left 8px;
}

.fix_bottom {
	width: 203px;
	height: 200px;
	left: 20px;
	position:inherit;
	/*background: url(images/fix_bottom.png) no-repeat;*/
}

/* searchform */
#searchform {
	width: 282px;
	height: 80px;
/*	margin: -35px 0 0 30px;
/*	position: absolute;
	left: 50%;
	top:209px;
	margin-left: -43px;*/
	background: url(images/search-bg2.jpg) no-repeat;
}
.searchtext {
	width: 152px;
	color: #BBAC81;
	display: inline;
	margin: 55px 0 0 -44px;
	border: 0;
	background:transparent;

	
}
#searchsubmit {
	display: block;
	border: 0;
	width: 44px;
	height: 25px;
	margin: -21px 0 0 170px;
	background:transparent;
}

/* Footer */
#footer {
	width: 665px;
	height: 260px;
	margin: 0 0 0 84px;
	background: url(images/footer_bg.jpg) left top no-repeat;
	clear: both;
	color: #6d382c;
	font-size: 1.1em;
}

.credit {
	width: 585px;
	text-align: right;
	padding: 50px 0 0 0;
}
.credit a {
	color: #6d382c;
	text-decoration: none;
}

/* Images */

p img {
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float: none;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	float: none;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


/* Captions */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
}
/*Titlu*/

.titlu {
	padding-left: 35px;
}

.titlu a {
	/* margin:0 0 0 32px; */
	font:Verdana, Geneva, sans-serif;
	font-size:29px;
	font-weight:bold;
	color:#422816;
	
	text-shadow: -1px -1px 1px #BBAC83;
}
.titlu a:hover {
	text-decoration:none;

}
#gd {
	padding: 12px 0px 0px 545px;
	position:absolute;
	z-index: -5000;
}
#gdd {
	padding: 3px 0px 0px 620px;
	position:absolute;
	z-index: -500;
}

/*FLICKR*/
.flickr {
	width:230px;
	display:block;
	padding: 2px 2px 2px 19px;
}
.flickr a:hover {

text-decoration: none;
}
.flickr a {
text-decoration: none;
}
.flickr img {
	padding:3px;
	width:70px;
}
.flickr_text {
	display:block;
	padding: 2px 2px 2px 19px;
}
/*GD*/
.gmijloc {
	color:#FF358B;
	margin:2 auto;
	font-size:11px;
	line-height:12px;
	list-style:none;
	padding-left: 13px;
	padding-right: 2px;
}
/*TWT*/
.twtr { 
font-size:12px;
line-height:11px;
color:#5a2399; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
margin:0 auto; 
display:block; 
width:225px; 
height:100px; 
position:absolute; 
left: 50%px; 
top: 96px;
margin-left: 751px;
}
.twtr a { 
color:#02d214;
text-decoration:none;
}


.seriale {
	width:207px;
	height:265px;
	display:block;
	padding: 2px 2px 2px 30px;
}
.head_home {
	padding: 0 0 0 95px;
}
.gmijloc {
	display:block;
	padding: 2px 2px 2px 25px;
	}
	
#m-filme a {
	position:absolute;
	left: 50%;
	top:151px;
    margin-left: -69px;
}
#m-filme a:hover {
	width:60px;
	height:71px;
	background:url(images/filme-hover.jpg) no-repeat;
}

#m-arhiva a {
	position: absolute;
	left: 50%;
	top:151px;
    margin-left: 0px;
}
#m-arhiva a:hover {
	width:71px;
	height:71px;
	background:url(images/arhiva-hover.jpg) no-repeat;
}
.social {
	width:340px;
}
.coment-sus {
	width:341px;
	height:85px;
	background:url(images/com-sus.jpg) no-repeat;
}
.coment-mijloc {
	width:341px;
	background:url(images/com-mijloc.jpg) repeat-y;
}
.coment-jos {
	width:341px;
	height:16px;
	background:url(images/com-jos.jpg) no-repeat;
}
.lava-footer {
	width:auto;
	height:136px;
	background:url(images/lava-bg.jpg) repeat-x;
}
#parallax {
	background:transparent;
	position:absolute; 
	overflow:hidden;
	width:931px; 
	height:629px; 
}
.paral {
	width:931px;
	height:629px;
	position:absolute;
	left: 50%;
	top:1;
    margin-left: -500px;
}
#m-rss a {
	position:absolute;
	left: 50%;
	top:627px;
    margin-left: -482px;
}
#m-rss a:hover {
	width:68px;
	height:60px;
	background:url(images/rss-over.jpg) no-repeat;
}
/*
#reclama a {
	position:absolute;
	left: 50%;
	top:629px;
    margin-left: -368px;
}
*/
#reclama {
	height:90px;
	margin-left:182px;
	margin-top:629px;
	position:absolute;
	width:728px;
}


#footer-dreapta {
	width: 282px;
	height: 140px;
	margin: 10px 0 0 416px;
/*	position: absolute;
	left: 50%;
	top:209px;
	margin-left: -43px;*/
	background: url(images/footer-bg-com.jpg) no-repeat;
}
#footer-stanga {
	width: 282px;
	height: 140px;
	margin: 10px 0 0 -31px;
    position: absolute;
/*	left: 50%;
	top:209px;
	margin-left: -43px;*/
	background: url(images/footer-bg-art.jpg) no-repeat;
}
#footer-centru {
	width: 277px;
	height: 199px;
	margin: 49px 0 0 194px;
    position: absolute;
/*	left: 50%;
	top:209px;
	margin-left: -43px;*/
	background: url(images/blogroll-bg.png) no-repeat;
}
/*meniu sus*/
.despre-m a {
	position:absolute;
	left: 50%;
	top:7px;
    margin-left: -497px;
	background:url(images/despre-n.png) no-repeat;
}
.despre-m a:hover {
	width:268px;
	height:111px;
	background:url(images/despre.png) no-repeat;
}

.bannere-m a {
	position:absolute;
	left: 50%;
	top:7px;
    margin-left: -90px;
	background:url(images/banere-n.png) no-repeat;
}
.bannere-m a:hover {
	width:276px;
	height:111px;
	background:url(images/banere.png) no-repeat;
}
.desene-m a {
	position:absolute;
	left: 50%;
	top:7px;
    margin-left: 197px;
	background:url(images/desene-n.png) no-repeat;
}
.desene-m a:hover {
	width:267px;
	height:111px;
	background:url(images/desene.png) no-repeat;
}
/*forum*/
.forum-sus {
	width:341px;
	height:85px;
	background:url(images/forum-sus.jpg) no-repeat;
}
.forum-mijloc {
	width:341px;
	background:url(images/com-mijloc.jpg) repeat-y;
}
.forum-jos {
	width:341px;
	height:16px;
	background:url(images/com-jos.jpg) no-repeat;
}

.twitterBox {
	margin-right:5px;
	margin-top:-110px;
	max-height:130px;
	width:235px;
}

.desenebarImg {
	width: 75px; 
	border: 5px #432817 solid;
	height: 75px;
	margin-bottom: 3px;
}
a.desenebarLink { text-decoration: none; }

.recentPostsBox {
	width: 200px;
	margin-left: 40px;
	margin-top: 55px;
	position:absolute;
	color:#FFF;
}
.recentPostsBox a {
	color:#CCC;
}
.recentCommentsBox {
	width: 200px;
	margin-left: 40px;
	margin-top: 55px;
	position:absolute;
	color:#FFF;
}
.recentCommentsBox a {
    color:#CCC;
}
.blogrollBox {
	width: 200px;
	margin-left: 45px;
	margin-top: 10px;
	position:absolute;
	color:#FFF;
}
.blogrollBox a {
	color:#ccc;
}

.ml_col_2  {
	margin-right: 5px!important;
	width: 45%!important;
}
li.ml_item {
	list-style-type:none;	
}

li.categorii {
	color: #f5f5f5; 
	border-bottom: 0px!important;
	margin: 0px!important;
	padding: 0px!important;
	width: 100%!important;
}

.bannersImg { border: 1px solid #432817; }

iframe html body.fan_widget {
	background-color: #000000!important;
}