/*   
Theme Name: Silkdrop
Theme URI: http://www.silkdrop.com
Description: The first theme developed and used by Silkdrop Webstudios for our webpage.
Author: Radu Paraschivescu
Author URI: http://www.raduparaschivescu.com
Version: 1.0
*/

/* Meyer's 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, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ENDS RESET.CSS */

/* Layout */

html {
	height: 100%; /*Footerstickalt*/
}

body
{
	margin: 0;
	padding: 0;
	height:100%; /*Footerstickalt*/
}

#container
{
	margin: 0 auto;
	width: 770px;
	text-align: left;
	background-color: transparent;
	position: relative; /*Footerstickalt*/
	min-height: 100%; /*Footerstickalt*/
}
	
* html #container /*Footerstickalt - for IE*/
{
	height: 100%;
}

#header { 
	background-color: black;
	height:140px;
	border-bottom: 1px solid white;
}

#header img {
	display:block; /* Altfel afisa logo-ul ca element inline */
	} 

#col_dr
{
	float: right;
	width: 290px;
}

#contents
{
	width: 450px;
	float:left;
}

#contents a.more-link {
	text-decoration:none;
	color:black;
	border-bottom: 1px dotted black;
	}
	
#contents a.more-link:hover {
	border-bottom: none;
	color:#2E7CBA;
	}

#footer
{
	clear: both;
	height: 2.5em;
	position: relative;
	margin-top: -2.5em; /* Footerstickalt */
}



/* ENDS LAYOUT.CSS */


/* Bug fixes */

html {
	font-size: 100.01%; /* IE Font Size inheritance bug */
}

/* Primary elements */

body {
	background-color: #FFF;
	background-image: url(images/body_bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font: 85% Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

/* Main Navigation */

#mainnav { 
height: 46px;
overflow:hidden;
margin-bottom: 20px;
}

#mainnav ul
{
/*background-image: url(images/navbar_bkg.jpg);
background-position: top;
background-repeat: repeat-x;*/ /* Commented out -- background looks fine anyway */

padding-left: 0;
margin-left: 0;
color: white;
float: left;
width: 100%;

font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
text-transform:uppercase;

}

#mainnav ul li { display: inline; }

#mainnav ul li a
{
padding: 1.3em 1.0em;
background-color: transparent;
color: white;
text-decoration: none;	
float: left;
font-size: 9pt;
}

#mainnav ul li.current_page_item a {
color:black;
text-decoration:underline;
}

#mainnav ul li.current_page_parent a {

}

#mainnav ul li a:hover
{
background-image: url(images/navbar_bkg_hover.jpg);
background-repeat:repeat-x;
background-position: top;
color: #fff;
}

#mainnav ul li.current_page_item a:hover {
color:black;
background-image: none;
}


#mainnav ul li#active a
{ 
text-decoration: underline;
color: black;
background-image:none;
}

/* Global */

.main_text {
	padding: 10px 20px;
	background-color:white;
}

.main_text div.alignright {
	float:right;	
	margin: 1em 0 1em 1em;
	padding: 0.4em 0.2em;
	text-align:center;
	background-color:#F2F7FB;
	border: 1px solid #E5EFF8;
}

.main_text div.alignright:hover {
	border: 1px solid #CCC;
}


.main_text div.alignright a {
	border-bottom: 0;
	padding-bottom:0;
	margin-bottom:0;
}

.main_text div.alignright p.wp-caption-text {
	text-align:center;
	margin-top:0;
	font-size: 75%;
}


.main_text#blog_page {
	background-image:url(images/blog_post_bkg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.main_text a {
	text-decoration:none;
	color:black;
	border-bottom: 1px dotted black;	
	}

.main_text a:hover {
	border-bottom: none;
	color:#2E7CBA;
	}

.main_text .blog_post {
	margin-bottom: 5px;
}

#main_img {
	margin-bottom: 10px;
	}

h1 {
	background-position: left;
	background-repeat:no-repeat;
	padding-left: 23px;
	font-weight: 400;
	font-size: 15pt;
	color:#142736;
	border-bottom: 1px solid black;
}	

h2 {
	background-position: left;
	background-repeat:no-repeat;
	padding-left: 23px;
	font-weight: 400;
	font-size: 15pt;
	color:#142736;
	border-bottom: 1px solid black;
}	

.main_text h1#prima_pagina {
	background-image:url(images/daisy.gif);
}

.main_text h2#desprenoi {
	background-image:url(images/group.gif);
}

.main_text h2#serviciiweb {
	background-image:url(images/star.gif);
}

.main_text h2#proiecte {
	background-image:url(images/award.gif);
}

.main_text h2#single_post_title {
	background-image:url(images/page.gif);
}

.main_text h2.blog_title_bullet {
	background-image:url(images/page.gif);
}

#col_dr h2#newsletter {
	background-image:url(images/newsletter.gif);
}

.main_text h2 a {
	text-decoration: none;
	color:  black;
	}

.main_text p {
	margin-top: 7px;
	line-height: 1.8em;
	font-size:0.85em;
	font-variant:normal;
	font-family: Verdana, sans-serif;
	}

.main_text ul {
	padding: 7px 0 0 10px;
	line-height: 1.5em;
	}

.main_text ul li {
	background-image: url(images/bullet_blue_long.gif);
	background-position: top left;
	background-repeat:no-repeat;
	padding-left: 20px;	
	font-family: Verdana, sans-serif;
	font-size: 0.88em;
	}

#col_dr_first {
	background-image:url(images/col_dr_bkg.jpg);
	background-repeat:repeat-x;
	background-position: top;
	background-color: white;
	padding: 10px 15px;
}

.col_dr_second {
	margin-top: 15px;
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fff;
	padding: 10px 15px;
}

#col_dr_second_blue {
	background-image:url(images/col_dr_second_bkg.jpg);	
}

#col_dr_second_orange {
	background-image: url(images/col_dr_bkg_orange.jpg);
}


/* Despre noi */

#col_dr h2#inf_firma {
	background-image:url(images/information.gif);
}

#col_dr ul#blue_bullet {
	font-weight: 400;
	font-size: 9pt;
	padding-left: 10px;
}

#col_dr ul#blue_bullet li {
	padding: 3px 0 3px 20px;	
	background-image: url(images/bullet_blue.gif);
	background-position: left;
	background-repeat:no-repeat;
}

.user_profile {
	margin-top: 20px;
	background-image: url(images/col_dr_third_bkg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#F0F5FB;	
}

.user_profile .photo_float_right {
	padding: 0 5px 5px 5px;
	margin: 0 0 0 10px;
	background-color:white;
	float:right;
}

.user_profile .photo_float_left {
	padding: 0 5px 5px 0px;
	margin: 0 10px 0 0;
	background-color:white;
	float:left;
}

.user_profile .user_profile_ul {
	padding: 13px 10px 10px 10px;
	text-align:right;
}

.user_profile .user_profile_li {
	margin: 2px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}

.user_profile p {
	padding: 5px 10px;
}

.user_profile a	{
	text-decoration:none;
	color:black;
	border-bottom: 1px dotted black;
}

.user_profile a:hover	{
	color: #2E7CBA;
	border-bottom: none;
}


/* Servicii */

#col_dr h2#despre_noi_scurtaturi {
	background-image:url(images/link.gif);
}

#col_dr ul#servicii_scurtaturi {
	font-weight: 400;
	font-size: 10pt;
	padding-left: 15px;
}

#col_dr ul#servicii_scurtaturi li {
	padding: 3px 0 3px 20px;	
	background-image: url(images/bullet_arrow_down.gif);
	background-position: left;
	background-repeat:no-repeat;
}

#col_dr ul#servicii_scurtaturi li a {
	text-decoration: none;
}

#col_dr ul#servicii_scurtaturi li a:hover {
	text-decoration:underline;
}

.unit_servicii {
	border-top: 1px solid #2A4F61;
	margin-top: 20px;
	background-image: url(images/servicii_unit_bkg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-right: 10px;
}

.unit_servicii .unit_servicii_title a {
	border-bottom: none;
	font-size: 23px;
	color: #2A4F61;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.unit_servicii p.unit_servicii_title {
	margin-top: 0;
}

.unit_servicii p {
	margin-top: 5px;
	padding-top: 0;	
}

.unit_servicii ul {
	margin-top:5px;
	padding:0 0 0 10px;
}

.unit_servicii ul li {
	padding: 0 0 2px 20px;	
	background-image: url(images/bullet_yellow.gif);
	background-position: left;
	background-repeat:no-repeat;
}

/* Proiecte */

.unit_proiecte {
padding: 5px 0;
}

div.toggleable {

}

.main_text hr {
	width: 20%; 
	height:1px; 
	color:#CCC; 
	background-color: #CCC; 
	border:none;
	clear:both;
}

.unit_proiecte#last {
	border-bottom: none;
}

.unit_proiecte h2 {
	background-image: none;
	padding-left:0;
	font-size: 13pt;
	border-bottom: none;
}

.toggler {
	border: 5px solid #ECECEC;
	cursor: pointer;	
}

.toggler:hover {
	border: 5px solid #D6D6D6;
}

.unit_proiecte_detalii {
}

.unit_proiecte ul {
	margin-top: 5px;
	padding-top: 0;
}

.unit_proiecte ul li {
	padding: 0 0 0 20px;	
	background-image: url(images/bullet_yellow.gif);
	background-position: left;
	background-repeat:no-repeat;
}

.proiecte_sectiune {
	border-bottom:none;
	font-size: 12pt;
	font-weight:bold;
	padding: 15px 0 0 0;
	text-align:center;
}

#col_dr h2#proiecte_clienti_header {
	background-image:url(images/user_suit.gif);
}

#col_dr ul#proiecte_clienti_lista {
	font-weight: 400;
	font-size: 10pt;
	padding-left: 15px;
}

#col_dr ul#proiecte_clienti_lista li {
	padding: 3px 0 3px 20px;	
	background-image: url(images/bullet_blue.gif);
	background-position: left;
	background-repeat:no-repeat;
}

#col_dr ul#proiecte_clienti_lista li a {
	text-decoration: none;
}

#col_dr ul#proiecte_clienti_lista li a:hover {
	text-decoration:underline;
}


/* Contact */

#formular_contact #form_box {
	margin: 20px 0 10px 0;
	padding: 10px 20px;
	background-image:url(images/form_bkg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border-top: 1px solid #999;
}

#formular_contact form label {
	display: inline-block;

	vertical-align: top;
}

#formular_contact form fieldset ol {
	margin: 0;
	padding: 0;
}

#formular_contact form fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

#formular_contact form label {
	width: 150px; /* Width of labels */
	color: #333;
}

#formular_contact form fieldset fieldset label {
	margin-left: 153px; /* Width plus 3 (html space) */
}

#formular_contact form input {
	width: 190px;
	border:1px solid #CCC;	
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
	padding: 5px;
	}

#formular_contact form input:hover {
	border:1px solid #999;
	}

#formular_contact form input:focus {
	border:1px solid #999;
	}

#formular_contact form input#submit-button {
	width: 100px;
	}

#formular_contact form textarea {
	width: 344px;
	height:100px;
	border:1px solid #CCC;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	padding:5px;
}

#formular_contact form textarea:hover {
	border:1px solid #999;
}

#formular_contact form textarea:focus {
	border:1px solid #999;
}

span.redstar {
	color:red;
}

#formular_contact div#submitter {
	text-align:center;
}

#col_dr ul li a:hover {
	text-decoration:underline;
	color:#2E7CBA;
}

#col_dr ul li h2 a:hover {
	text-decoration:none;
	color:#2E7CBA;
}

#col_dr ul#date_contact {
	font-weight: 600;
	font-size: 11pt;
	padding-left: 20px;
	padding-bottom: 5px; /* pt distantarea butonului de contact */
}

#col_dr ul#date_contact li {
	padding: 3px 0 7px 25px;
	background-position:left;
	background-repeat:no-repeat;
}	

#col_dr h2#contacteaza_pag_contact {
	background-image:url(images/connect.gif);
}

#col_dr ul#date_contact li#date_contact_email {
	background-image: url(images/email.gif);
}

#col_dr ul#date_contact li#date_contact_telefon {
	background-image:url(images/telephone.gif);
	}

#col_dr ul#date_contact li#date_contact_yahoo {
	background-image:url(images/yahoomsgr.gif);
	}

#log_res {
	padding: 0 10px;
	line-height: 1.5em;
}

span.contact_error {
	padding-left:20px;	
	background-image:url(images/bullet_blue.gif);
	background-position:left;
	background-repeat:no-repeat;
}

/* Blog */

.main_text h2#cat_title {
	background-image:url(images/book.gif);
}

#single_next_prev {
	padding: 20px 0px;
	font-size: 8pt;
}

#single_next_prev a	{
	display: block;
	padding:5px;
	background-color: #EFF5FA;
	text-decoration:none;
	color:black;
	border-bottom: none;
	
}

#single_next_prev a:hover	{
	color: #2E7CBA;
	text-decoration:underline;
}

#blog_subscribe {
	background-image:url(images/col_dr_third_bkg.jpg);
	background-repeat:repeat-x;
	background-position: top;
	background-color: #F0F5FB;
	padding: 10px 15px;
}

#blog_subscribe p {
	line-height: 1.5em;
	padding: 0 10px;
}

/* newsletter subscribe */

div#newsletter_subscribe form {
	padding:3px;
	text-align:center;
}

div#newsletter_subscribe form #submit {
border: 0;
background-color:transparent;
background-image: url(images/validate.gif);
background-position:right;
background-repeat:no-repeat;
padding-right:17px;
font-weight: bold;
}

div#newsletter_subscribe form input {
	border:1px solid #CCC;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	padding: 3px;
	color: black;
}

div#newsletter_subscribe form input:hover {
	border:1px solid #999;
}

div#newsletter_subscribe form input:focus {
	border:1px solid #999;
}

/* end newsletter subscribe */

.widecolumn {
	background-color:#fff;
	background-image:url(images/col_dr_second_bkg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding: 10px 20px;
}

.widecolumn h2 {
	background-image:url(images/newsletter.gif);
	margin-bottom: 10px;
}

.widecolumn h3 a {
	color: black;
	text-decoration:none;
	border-bottom: 1px dotted black;
	font-weight:400;
}

.widecolumn h3 a:hover {
	color: #2E7CBA;
	border-bottom: none;
}

.widecolumn form br {
	display:none;
}

.widecolumn form input {
	border:1px solid #CCC;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	padding: 5px;
}

.widecolumn form input:hover {
	border:1px solid #999;
}

/* Main Page */

#col_dr_third {
	margin: 15px 0 0 0;
	padding: 10px 15px;
	background-image: url(images/col_dr_third_bkg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #EFF5FA;
}

#col_dr #center_image {
	text-align:center;
	}

#user_photo_articole {
	padding: 5px 5px 15px 5px;
	margin: 0 0 10px 10px;
	background-color:white;
	float:right;
	border: 1px solid #EBEBEB;
	}

#col_dr_third p	{
	padding-bottom: 5px;
	font-size: 9pt;
	line-height:1.6em;
}

#col_dr_third p a {
	text-decoration:none;
	font-weight:bold;
	}

#col_dr_third p a:hover {
	color: #2E7CBA;
	text-decoration:underline;
	}

#col_dr a	{
	text-decoration:none;
	color:black;
	}

#col_dr a:hover	{
	text-decoration:none;
	color:#2E7CBA;
	}

ul.post-categories li {
	margin-bottom:5px;
	background-image:url(images/book.gif);
	padding-left: 23px;
	font-weight: 400;
	font-size: 15pt;
	color:#142736;
	border-bottom: 1px solid black;
}

#col_dr ul.post-categories li a:hover {
	text-decoration:none;
	color:#2E7CBA;
}

#col_dr ul li {
	background-position:left;
	background-repeat:no-repeat;
	}

#col_dr h2	{
	margin-bottom:5px;
	}

#col_dr h2#noi {
	background-image:url(images/star.gif);
}

#col_dr h2#voi {
	background-image:url(images/key.gif);
	margin-top:20px;
}

#col_dr h2#contacteaza {
	background-image:url(images/thumb_up.gif);
}

#col_dr h2#despre_autor {
	background-image:url(images/user.gif);
}

#col_dr h2#articole_header {
	background-image:url(images/book.gif);
}

#col_dr ul#articole {
		padding-left: 20px;
		padding-bottom: 10px;
}

#col_dr ul#articole li {
	padding: 2px 0;
	font-size: 9pt;
	background-image:url(images/page_white.gif);
	text-indent: 17px;
}

#col_dr ul#articole a:hover	{
	text-decoration:underline;
	color:#2E7CBA;
	}

#col_dr ul.orange_bullet {
	font-weight: 400;
	font-size: 10pt;
	padding-left: 20px;
}

#col_dr ul.orange_bullet li {
	padding: 3px 0 3px 20px;	
	background-image: url(images/bullet_orange.gif);
	background-position: left;
	background-repeat:no-repeat;
}


/* Cleardiv (before footer) */

#cleardiv { 
	clear:both; 	
	height: 3em;

}


/* Footer */

#footer	{
	background-image:url(images/footer_bkg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}

#footer_continut {
	clear:both;
	width: 770px;
	height:100%;
	margin:0 auto;
	background-image:url(images/footer_continut_bkg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-size: 8pt;
	color: white;
}

#footer_text_right {
	padding:10px;
	float:right;
}

#footer_text_left {
	padding:10px;
	text-align:left;
}

#footer_text_left a {
	text-decoration:none;
	color:white;
}

#footer_text_left a:hover {
	text-decoration:underline;
}

#footer_text_right a {
	text-decoration:none;
	color:white;
	padding-left: 18px;
	background-image:url(images/icon_accept.gif);
	background-repeat:no-repeat;
	background-position:left;
}

#footer_text_right a:hover {
	text-decoration:underline;
}

