/*
Theme Name: Result Home Theme
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, 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

*/



/* Begin Typography & Colors */



.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

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

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

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

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

.commentmetadata {
	font-weight: normal;
	}


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

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#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;
	}
/* End Typography & Colors */



/* Begin Structure */


#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}


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

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */


/* 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 */



/* Begin 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 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.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;
	}



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

select {
	width: 130px;
	}

#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;
	}
/* End Form Elements */



/* Begin Comments*/
.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;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

/* 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 */
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;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* 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." */

body {
	line-height:20px;
	font-family:Arial, verdana;
	background:url(images/bg-repeat2.gif) repeat top left;
	color: #333;
	text-align: center;
	margin:0; padding:0;
	text-align: left;
	font-size:13px;
	}	
ul,li {list-style-type:none;}
a {color:#E80717; text-decoration:none;}
a:hover {text-decoration:underline;}
img {border:0;}
p{ margin:0;}
.padding1 {margin:0; padding:1px;}
.padding2 {margin:0; padding:2px;}
.padding5 {margin:0; padding:5px;}
.padding10{margin:0; padding:10px;}

.padding10desc{margin:0; padding:10px;line-height:30px;}

.padding20{margin:0; padding-left:20px;}
.clearfloat{clear:both; margin:0; padding:0;height:1px;font-size:1px;}
	
#siteWrapper1 {
	background:url(images/top-repeat2.gif) repeat-x left top;
}
#siteWrapper2 {
	background:url(images/bg-center2.gif) no-repeat center top;
}

#siteContainer { width:922px;
	margin:0 auto; 
	background:#FFF; 
	padding:0;
	background:url(images/siteContainerBg2.gif) repeat-y left top;
	}
#header {
	background: url(images/header-top2.gif) no-repeat top center;
	height: 138px;
	width: 922px;
	}

#content {float:left; width:560px; margin-left:10px; background:url(images/bg-text.jpg) no-repeat; margin-top:5px; }
#content ul {padding:0;margin-left:20px;}
#content ul li h1 {padding:0px; margin:0px;font-size:15px;} 
#content ul li h1 a {font-size:15px; text-decoration:none; }	
	
#logo {	background:url(images/logo.jpg) no-repeat;width: 190px;	height: 86px; margin: 30px 0 0 8px; float:left;}	
#logo a{ display:block;width: 190px;	height: 86px;}	

#menu {background:#000; width:922px; height:39px; padding:1px;}
#menu ul{ margin:0; padding:0; margin:12px 0 0 20px; }
#menu ul li{float:left;margin-left:25px; font-family:Arial; font-size:15px; text-align: center; font-weight:bold;}
#menu ul li.current-cat a{color:#e20a17; background:#FFF; text-decoration:none;	}
#menu ul li a{color:#fff; display:block; padding:4px;}
#menu ul li a:hover{color:#e20a17; background:#FFF; text-decoration:none;}

#training {
	float:left;
	background:url(images/training.jpg) no-repeat;
	width:283px;
	height:41px;
	margin-top:40px;
}

#headerRight{
	float:right;
	width:300px;
}
#socialBox {float:right; width:230px; height:33px; margin-right:7px;}
#socialBox ul {margin:0;}
#socialBox ul li{float:left; margin-left:4px;}
#socialBox ul li a{ margin-top:7px; display:block;}
#socialBox ul li.steguletz a{ margin-top:10px; display:block;}
#socialBox ul li.rss a{display:block; width:22px;height:22px;background:url(images/rss-ico-b.jpg);}
#socialBox ul li.rss a:hover{background:url(images/rss-ico.jpg);}
#socialBox ul li.twitter a{display:block; width:22px;height:22px;background:url(images/twitter-ico-b.jpg);}
#socialBox ul li.twitter a:hover{background:url(images/twitter-ico.jpg);}
#socialBox ul li.faceb a{display:block; width:22px;height:22px;background:url(images/fb-ico-b.jpg);}
#socialBox ul li.faceb a:hover{background:url(images/fb-ico.jpg);}
#socialBox ul li.linked a{display:block; width:22px;height:22px;background:url(images/lnk-ico-b.jpg);}
#socialBox ul li.linked a:hover{background:url(images/lnk-ico.jpg);}

#socialBox ul li img{}

#sidebar { float:left; width:290px;}

.category_list {font-family:arial;width:550px;}
.category_list p{margin-left:10px;}
.category_list h3{ border-bottom:1px solid #999; margin-top:10px; margin-bottom:5px;padding-bottom:4px;}
.category_list h3 a{color:#000; font-size:14px; line-height:10px; text-decoration:none;}
.category_list h3 span{color:#E80717;font-size:15px;margin-left:9px;}
.category_list h3 a span{color:#E80717; font-size:15px; text-decoration:none;}
.sub_category_list{font-family:arial;width:550px;}
.sub_category_list h4{margin: 9px;}
.sub_category_list p{margin:9px;}
.pageDesc{ width:579px;margin-left:10px;}
.pageDescPart{ width:560px;margin-left:10px;}
.homeBottomDesc p{font-size:15px;margin-left:10px;}
.columns{height:200px;}

.newsBackground{height:300px;}
.newsContent{background:#f2f2f2;height:230px;}
.newsContent h3{font-weight:bold;font-size:15px;border-bottom:1px solid #999;color:#e20113; margin-left:5px; cursor:pointer; width:200px;}
.newsContent ul { margin:0;}
.newsContent p {font-style:italic;width:250px;}

.salesTitle {width:570px;  margin-left:10px; border-bottom:1px solid #f2f2f2; margin-bottom:10px;margin-top:10px;}

.salesTitle p{font-weight:normal;}
.salesTitle ul {margin-left:20px;}
.salesTitle ul li {line-height:20px	;list-style-type:square;}
.salesTitle ul li p{font-weight:normal;}
.salesTitle h3 {color:#E80717;font-size:15px;text-decoration:none; margin-top:0px;}
.salesTitle h3 span{color:#E80717;font-size:15px;text-decoration:none;}
.salesTitle a h3 span{text-decoration:none;}

.salesTitleStudii {width:55F0px; border-bottom:1px solid #f2f2f2; margin-bottom:10px;margin-top:10px;}
.salesTitleStudii p{font-weight:normal;}
.salesTitleStudii ul {margin-left:20px;}
.salesTitleStudii ul li {line-height:20px	;list-style-type:square;}
.salesTitleStudii ul li p{font-weight:normal;}
.salesTitleStudii h3 {color:#E80717;font-size:15px;text-decoration:none; margin-top:0px;}
.salesTitleStudii h3 span{color:#E80717;font-size:15px;text-decoration:none;}
.salesTitleStudii a h3 span{text-decoration:none;}

#sidebar_links{height:230px;}
.detail_link{background:#f2f2f2;height:200px;}
.detail_link ul{padding:5px;cursor:pointer;font-size:14px;font-weight:bold;line-height:25px;}
.detail_link ul li a{color:#000;}
.detail_link ul li a:hover{color:#e20a17; background:#FFF;text-decoration:none;}
#detail_ico {background:url(images/detalii.gif) no-repeat;width:55px;margin-left:530px;cursor:pointer;}
#image {width:400px;margin-left:80px;}
#liste{width:600px;}
.right {float:right;margin-right:40px;}
.left {float:left;}
.paginare {width:200px; float:right;}
.paginare ul li {list-style-type:none;float:left;margin-left:5px; color:#E80717;cursor:pointer;}
.paginare ul li p{cursor:normal;}

#testimoniale {width:560px;height:330px;}
#testimoniale ul {margin-left:-30px; margin-top:30px;}
#testimoniale ul li p {font-style:italic;width:580px;}
#separator{border-bottom:1px solid #999;width:600px;}

#footer { background:url(images/bg-footer2.gif);
	width: 922px;
	height:60px;
	padding-top:1px;

}
.footerCopy{text-align:center;margin-top:35px;color:#000;}


	
	
	
	
	
	