/* http://bogdan.livedesign.ro */

/* ----------------------- START Reset ----------------------- */
html, body, div, span,iframe, applet, object, h1, h2, h3, h4, h5, h6, blockquote,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ul, li, fieldset, form, label, legend,table, caption, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, ins, kbd, q, s, samp, tbody, tfoot, thead, tr, th, td {
margin:0;padding:0;border:0;outline:0; vertical-align:baseline;background:transparent;}
img {margin:0;padding:0;border:0;outline:0; text-decoration:none; background:transparent;}
ul {list-style: none;}
strong {font-weight: bold;}
:focus {outline: 0;}
/* ----------------------- END Reset ----------------------- */

/* ----------------------- START Stiluri Generale ----------------------- */
body 
{
font-size: 12px;
font-family: 'Arial', Verdana, Helvetica, Sans-Serif;
color: #333333;
background:#FDFDF1;
}

small 
{
font-size: 11px;
line-height: 10px;	
}

acronym, abbr, span.caps 
{
cursor: help;
}

acronym, abbr 
{
border-bottom: 1px dashed #999;
}

blockquote 
{
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}

blockquote cite 
{
margin: 5px 0 0;
display: block;
}

select 
{
width: 130px;
}

.alt 
{
background-color: #FEFEFB;
border-top: 1px solid #EEEE99;
border-bottom: 1px solid #EEEE99;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike 
{
color: #777;
}

code 
{
font: 12px 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
font-size: 0.9em;
letter-spacing: .07em;
}

.center 
{
text-align: center;
}

.hidden 
{
display: none;
}

hr 
{
display: none;
}

a img 
{
border: none;
}

.navigation 
{
display: block;	
margin-top: 5px;
margin-bottom: 20px;
}

.v_align
{
vertical-align:middle;
}

.textspacer20
{
margin-left:20px;
}

.textspacer30
{
margin-left:30px;
}

.textspacer40
{
margin-left:40px;
}

.textspacer10
{
margin-left:10px;
}

.clear 
{
clear: both;
}
/* ----------------------- END Stiluri Generale ----------------------- */

/* ----------------------- START Fonturi ----------------------- */
h1, h2, h3 
{
font-weight: bold;
color:#000000;
}

h1 
{
font-size:24px;	
margin:0;
}
	
h2 
{
font-size:30px;
margin:0;
}

h2.statusbar
{
text-transform:capitalize;
font-size:16px;
margin-bottom:20px;
}



h2.statusbar a:visited
{
color:#7A1919;
}

h3 
{
font-size:21px;
padding:0;
margin:30px 0 0;
}

h3.comments 
{
padding:0;
margin:40px auto 20px ;
}

h1 a, h1 a:hover, h1 a:visited, #headerimg .description 
{
text-decoration: none;
color:#000000;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited 
{
color:#000000;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, .sidebar h2, #wp-calendar caption, cite 
{
text-decoration: none;	
}

a, h3 a:hover 
{
color: #7A1919;
text-decoration: none;
}

h2 a:hover
{
color:#7A1919;
}	

a:hover 
{
color: #000000;
text-decoration: underline;
}

.textalb          	{color:#ffffff; text-decoration:none;}
a.textalb	    	{text-decoration:none; color:#ffffff;}
a.textalb:hover   	{text-decoration:none; color:#ffffff;}

.textverde          	{color:#66CC00;}
a.textverde		    	{text-decoration:none; color:#66CC00;}
a.textverde:hover   	{text-decoration:underline; color:#61C100;}
/* ----------------------- END Fonturi ----------------------- */

/* ----------------------- START Lists ----------------------- 
Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */
html>body .entry ul 
{
margin-left: 0px;
padding: 0 0 0 30px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
}

html>body .entry li 
{
margin: 7px 0 8px 5px;
padding-left:40px;
background:url('images/dot.jpg') top left no-repeat;
}

.entry ol 
{
padding: 0 0 0 35px;
margin: 0;
}

.entry ol li 
{
margin: 0;
padding: 0;
}

.postmetadata ul, .postmetadata li 
{
display: inline;
list-style-type: none;
list-style-image: none;
}

.sidebar ul, .sidebar ul ol 
{
margin: 0;
padding: 0;
width:300px;
}

.sidebar ul li 
{
list-style-type: none;
list-style-image: none;	
line-height:20px;
margin-bottom:20px;	
}
	
.sidebar li li
{
margin:0;
padding-bottom:5px;
background:url('images/line_sep.jpg') bottom repeat-x;
}	

.sidebar ul p, .sidebar ul select 
{
margin: 5px 0 8px;
}

.sidebar ul ul, .sidebar ul ol 
{
margin: 5px 0 0 0;
}

.sidebar ul ul ul, .sidebar ul ol 
{
margin: 0 0 0 10px;
}

ol li, .sidebar ul ol li 
{
list-style: none;	
}

.sidebar ul ul li, .sidebar ul ol li 
{
margin: 3px 0 0;
}

.related_post ul li
{
border-bottom:1px solid #E9E9E9;
padding-bottom:5px;
padding-top:5px;
}

.related_post h3
{
font-size:18px;
}
/* ----------------------- END Lists ----------------------- */


/* ----------------------- START Comentarii ----------------------- */
.commentlist li, #commentform input, #commentform textarea 
{
font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li 
{
font-weight: bold;
}

.commentlist li .avatar 
{ 
float: right;
border: 1px solid #EEEE99;
padding: 2px;
background: #fff;
}

.commentlist cite, .commentlist cite a 
{
font-weight: bold;
font-style: normal;
font-size: 11px;
}

.commentlist p 
{
font-weight: normal;
line-height: 12px;
text-transform: none;
}

#commentform p 
{
font-family: 'Arial', Verdana, Helvetica, Sans-Serif;
}

.commentmetadata 
{
font-weight: normal;
}

#commentform input 
{
width: 190px;
padding: 2px;
border: 1px solid #EEEE99;
margin: 5px 5px 1px 0;
}

#commentform textarea 
{
width: 100%;
border: 1px solid #EEEE99;
padding: 2px;
}

#commentform 
{
margin: 0;
border:0;
float: left;
}

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

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

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

.commentlist p 
{
margin: 10px 5px 10px 0;
}

#commentform p 
{
margin: 5px 0;
}

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

.commentmetadata 
{
margin: 0;
display: block;
}
	

.trimitex
{
height:30px;
padding:0;
border:0;
margin:0;
width:200px;
background:url('images/trimite.jpg') center no-repeat;
color:#FFFFFF;

}
/* ----------------------- END Comentarii ----------------------- */	
	




	


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 12px;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

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






.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}







/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

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

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

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

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

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */




/* End Various Tags & Classes*/



/* 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 {
	margin: 0;
	padding: 0;
	border: 0 none;
}

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


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


.spacer10
{
height:10px;
font-size:10px;
}

.spacer20
{
height:20px;
}

.spacer30
{
height:30px;
}

.spacer35
{
height:35px;
}

/* content
--------------------------------------------------*/

/*---------------------------START Layout---------------------------*/

/* START header */
#header 
{	
margin:0 auto;
width:952px;
height:60px;
background:url('images/bg_header_center.jpg') repeat-x;
}

#header_bg_left
{
height:60px;
padding-left:15px;
background: url('images/bg_header_left.jpg') left no-repeat;
}

#header_bg_right
{
height:60px;
padding-right:15px;
background: url('images/bg_header_right.jpg') right no-repeat;
}


#header_left 
{
padding-top:5px;
float:left;
width:400px;
}


#header_right 
{
float:right;
width: 400px;
height:55px;
padding-top:5px;
text-align:right;	
background: url('images/oferta.jpg') right no-repeat;
}
/* END header */

/* START containere */

#page_bg_left
{
width:960px;
margin:0 auto;
background:#F9F9D9 url('images/page_bg_left.jpg') left repeat-y;
}

#page_bg_right
{
background:url('images/page_bg_right.jpg') right repeat-y;
}

#page_bg_gradient_left
{
background:url('images/page_bg_gradient_left.jpg') left top no-repeat;
}
#page_bg_gradient_center
{
background:url('images/page_bg_gradient_center.jpg') top repeat-x;
}
#page_bg_gradient_right
{
background:url('images/page_bg_gradient_right.jpg') right top no-repeat;
padding:20px 14px 20px 20px;
}

#page_bg_bottom_left
{
height:21px;
background:url('images/page_bg_bottom_left.jpg') left bottom no-repeat;
}

#page_bg_bottom_center
{
margin:0 auto;
width:960px;
height:21px;
background:url('images/page_bg_bottom_center.jpg') bottom repeat-x;
}

#page_bg_bottom_right
{
height:21px;
background:url('images/page_bg_bottom_right.jpg') bottom right no-repeat;
}

#content_left
{
float:left;
width:590px;
}

#content_right
{
float:right;
width:306px;
}

.item_left
{
float:left;
width:180px;
}

.item_right
{
float:right;
width:410px;
}

#menu
{
width:952px;
margin:0 auto;
padding-left:30px;
}

.m_start, .m_start:visited
{
display:block;
float:left;
width:80px;
height:40px;
line-height:40px;
padding-left:30px;
background:url('images/m_start.jpg') left top no-repeat;
color:#FFFFFF;
}

.m_start:hover
{
text-decoration:none;
color:#CCCCCC;
background:url('images/m_start_hover.jpg') left top no-repeat;
}

#menu ul
{
display:block;
float:left;
height:40px;
background:url('images/m_center.jpg') repeat-x;

}

#menu ul li
{
display:inline;
list-style:none;
line-height:40px;
margin-left:15px;
}

#menu ul li a
{
font-size:14px;
font-weight:bold;
color:#FFFFFF;
}

.m_right
{
float:left;
display:block;
width:20px;
height:40px;
background:url('images/m_right.jpg') no-repeat;
}

#footer
{
margin:0 auto;
width:960px;
height:60px;
background:url('images/footer_center.jpg') bottom repeat-x;
}

#footer_left
{
height:60px;
background:url('images/footer_left.jpg') left bottom no-repeat;
}

#footer_right
{
height:60px;
background:url('images/footer_right.jpg') right bottom no-repeat;
}

#footer_branding
{
height:60px;
padding-left:20px;
line-height:60px;
background:url('images/footer_branding.jpg') center no-repeat;
}



/*START sidebar*/
.sidebar 
{
margin:0 auto;
}

.sidebar h2 
{
width:286px;
height:48px;
line-height:43px;
margin:0;
padding-left:20px;
font-size:16px;	
background:url('images/title_sidebar.jpg') top left no-repeat
}

.sidebar form 
{
margin: 0;
}

#bg_contact
{
width:286px;
height:138px;
padding-left:20px;
padding-top:10px;
background:url('images/bg_contact.jpg') top left no-repeat
}

.contact_style
{
font-size:18px;
font-weight:bold;
}

#bg_contact ul li
{
padding-top:5px;
padding-bottom:5px;
}

#social_media
{
width:286px;
height:58px;
line-height:58px;
padding-left:20px;
padding-top:10px;
background:url('images/social_media.jpg') top left no-repeat
}

/*END sidebar*/

/*START post*/
.entry 
{
margin-top:10px;
line-height: 18px;
}

.entry p a:visited 
{
color: #7A1919;
}

.post 
{
margin: 0 0 40px 0;
text-align: justify;
}

.post hr 
{
display: block;
}

.postmetadata 
{
clear: both;	
padding-bottom:10px;	
}
/*END post*/

/*START footer*/



/*END footer*/

#post_content
{
width:500px;
float:right;
}

#post_options
{
width:192px;
margin-bottom:10px;
float:left;
}

.optiuni_p li
{
margin-bottom:10px;
}

/* END containere */


/* START cautare */
.cautare_input
{
width:216px;
height:23px;
padding-left:10px;
padding-top:2px;
padding-right:0;
padding-bottom:0;
border:0;
margin:0;
background:url('images/cauta_input.jpg') top left no-repeat;
vertical-align:middle;
}

.cautare_buton
{
margin:0;
border:0;
padding:0;
width:74px;
height:25px;
background:url('images/cauta_buton.jpg') top left no-repeat;
color:#FFFFFF;
vertical-align:middle;
}

.cautare_buton:hover
{
background:url('images/cauta_buton_hover.jpg') top left no-repeat;
}

#searchform 
{
margin:0;	
}

.sidebar #searchform #s 
{	
padding: 0;
}

.sidebar #searchsubmit 
{
padding: 0;
}
/* END cautare */

/*START listare*/
.line_sep
{
margin-bottom:20px;
margin-top:5px;
height:10px;
font-size:9px;
background:url('images/line_sep.jpg') repeat-x;
}

.tags
{
margin-top:10px;
margin-bottom:5px;
text-transform: capitalize;
}

.tags_title
{
color:#999999;
}
	
.moretext 
{
clear:both;
cursor:pointer; 
display: block;
margin-top:5px;
width:80px;  
height: 20px; 
line-height:18px;
text-align:center;
background: url('images/more.png') top left no-repeat;
}

.moretext:hover
{
background: url('images/more_hover.png') top left no-repeat;
}

/*END listare*/	

.admincomm
{
color: #FF9900;
}	

/*START chenar*/
.chenar1
{
background:#E9E9E9 url('images/p_left_top.gif') left top no-repeat;
margin-top:10px;
}

.chenar2
{
background:url('images/p_left_bottom.gif') left bottom no-repeat;
}

.chenar3
{
background:url('images/p_right_top.gif') right top no-repeat;
}

.chenar4
{
background:url('images/p_right_bottom.gif') right bottom no-repeat;
padding:10px;
}

.chenar_left
{
float:left;
width:50%;
color:#999999;
}

.chenar_right
{
float:right;
width:50%;
text-align:right;
}



/*END chenar*/

/*START wp thumbnail*/
.wp-post-image
{
margin-top:10px;
}

.list-thumb
{
float:left;
}

.list-thumb .wp-post-image
{
margin-top:0;
margin-bottom:10px;
margin-right:10px;
}

.post_image 
{
float:left;
}

.post_image	.wp-post-image
{
margin-top:0;
padding-right: 10px;
padding-bottom:10px;
width:320px;
}

/*END wp thumbnail*/

/*START must read plugin*/
#mustread-posts
{
border-bottom:1px solid #EF9B11;
}

#mustread-posts li 
{
list-style:none;
padding-bottom:10px;
padding-left:25px;
background:url('images/more_gri.jpg') left top no-repeat;
}
/*END must read plugin*/
	
/*---------------------------END Layout---------------------------*/


/*
Theme Name: NORC v 1.0
Theme URI: http://wordpress.org/
Description: Theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Bogdan Gheorghe
Author URI: http://www.ghidjurnalism.ro
Tags: fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
