/* 

Minibuzz - CSS File

*/


/*** GLOBAL  ***/
html,body{height:100%; min-height:100%}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 auto;
	padding:0;
	/* color:#656253; */
	color:#51626f;
	line-height:20px;
	background-color:#ebeceb;
	
}
body:before 
{ 
   content: "";
   position: fixed;
   top: -10px;
   left: 0;
   width: 100%;
   height: 10px;
   z-index: 100;
   -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   }
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
.clr{clear:both}
form{margin:0; padding:0;}
hr {
	border: 0;
	color: #f2f2f2;
	background-color: #f2f2f2;
	height: 3px;
	margin:5px 0px 5px 0px;
	padding:0px;
}
*+html hr{margin:0px 0px 5px 0px;}

hr.dotted{background-image:url(../images/dotted-horizontal.gif) !important; border:0px; background-repeat:repeat-x;}

/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2{margin-bottom:12px; font-family:Arial, Verdana; font-weight:normal; color:#2d84b6}
h3, h4, h5, h6{margin-bottom:8px; font-family:Arial, Verdana; font-weight:normal; color:#2d84b6;  letter-spacing:-1px}
h1 {font-size:28px; line-height:30px;}
h2 {font-size:22px; line-height:24px;}
h3 {font-size:18px; line-height:20px;}
h4 {font-size:14px; line-height:15px;}
h5, h6 {font-size:13px; line-height:15px;}
/* links */
a, a:visited {color:#fd4239; text-decoration:none;}
a:hover{color:#fd4239; text-decoration:underline;}
a img{border:none}
.imgleft{float:left; margin-right:15px; margin-top:5px;}
.imgborder{padding:0px; margin:5px 0px;}
.imgright{float:right; margin-left:15px;}
.imgcenter{ margin:5px 0px 10px 0px; display:block; text-align:center}
/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	font-size:12px;
	margin-bottom:20px;
}
ul, ol {
	margin:10px 0 20px 20px;
}
li ol,
li ul
{
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol {list-style:decimal;}
	
blockquote {
	font-size:12px;
	margin:20px 0 20px 0px;
	color:#6b6b6b;
	padding:5px 20px 5px 30px;
	background-image:none;
	line-height:20px;
	border-left:solid 5px #005abb;
background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top,  #f7f7f7 0%, #efefef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7f7f7 0%,#efefef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7f7f7 0%,#efefef 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f7f7f7 0%,#efefef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */

box-shadow: 0px 0px 7px 1px #E2E2E2; -moz-box-shadow: 0px 0px 7px 1px #E2E2E2; -webkit-box-shadow: 0px 0px 7px 1px #E2E2E2;
	}

/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #e0e0e0;
	padding:15px 10px;
}

/*** END OF DEFAULT ELEMENT STYLES ***/

/*** CONTAINER ***/
#wrapper{width:100%;}
#container{width:940px; margin:0 auto; padding:0px 20px; background-color:#fff;
	box-shadow: 0px 0px 10px 3px #E0E0E0;
	-moz-box-shadow: 0px 0px 10px 3px #E0E0E0;
	-webkit-box-shadow: 0px 0px 10px 3px #E0E0E0;
	border:solid 2px #E0E0E0; border-top:0; border-bottom:0;
}

/* TOP */
.citat { font-family:Georgia, "Times New Roman", Times, serif; }
#top{height:92px; border-top:solid 2px #005abb; padding:15px 0px 0px 0px}
#logo h1, #logo h1 a, #logo h1 a:visited{font-size:48px; color:#2d84b6; margin-bottom:0px;}
#logo h1 a:hover{text-decoration:none;}
#logo .t1{color:#656253;}
#logo .desc{color:#7c7a6b; font-size:14px;}
#topnavigation{  border:solid 1px #e2e2e2; border-bottom:solid 1px #7c7a6b; height:34px; margin-top:10px;
box-shadow: 0px 1px 10px 2px #e2e2e2; -moz-box-shadow: 0px 1px 10px 2px #e2e2e2; -webkit-box-shadow: 0px 1px 10px 2px #e2e2e2;
}
#topnav{float:left; width:790px;}
#topnav ul{list-style-type:none; margin:0px; padding:0px 0px 0px 0px;}
#topnav ul li{list-style-type:none; margin:0px 0px 0px 0px; padding:0px 0px 0px 5px;color:#b9b9b9; background-image:url(../images/menu-separator.gif); background-repeat:no-repeat; background-position:0px 12px; transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;	}
#topnav ul li li{padding:0px; transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;}
#topnav ul li.home{background-image:none;}
#topnav ul li.active{border-top:solid 3px #005abb;}
#topnav ul li:hover {box-shadow: 0px 0px 5px 1px #6F93BA; -moz-box-shadow: 0px 0px 5px 1px #6F93BA; -webkit-box-shadow: 0px 0px 5px 1px #6F93BA; transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;}
#topnav ul li a, #topnav ul li a:visited{color:#005abb;}
#topnav ul li a:hover{color:#9fa1a2; text-decoration:none;}
#topsearch{width:142px; float:left; padding:7px 0px 0px 0px;}
#topsearch form p{margin:0px;}
*+html #topsearch {padding:5px 0px 0px 0px;}/* ie 7 only */
* html #topsearch {padding:5px 0px 0px 0px;}/* ie 6 only */
.inputbox{border:solid 1px #c4c3ba; padding:2px 2px 2px 2px; margin-right:3px; vertical-align:middle; width:170px}
.but{border:solid 1px #363637; font-family:Arial; font-size:11px; background-color:#b0bc22; color:#fff; padding:2px 10px;  cursor:pointer; vertical-align:middle; text-transform:uppercase; transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;}
.but:hover { background-color:#005abb; transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease; }
a.but, a.but:hover{text-decoration:none; color:#fff; padding:6px 10px !important}
*+html .but{padding:2px 3px 1px 3px !important;}/* ie 7 only */
* html .but{padding:2px 3px 1px 3px !important;}/* ie 6 only */

/* HEADER */
#header{height:350px; clear:left; margin:10px 0px 0px 0px; border-bottom:solid 1px #7c7a6b; position:relative}
#header-inner{
/*background-image:url(../images/dotted-horizontal.gif); background-repeat:repeat-x; background-position:bottom; */ padding:20px 5px 20px 5px;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
margin-top:10px;
box-shadow: 0px 0px 7px 1px #E2E2E2; -moz-box-shadow: 0px 0px 7px 1px #E2E2E2; -webkit-box-shadow: 0px 0px 7px 1px #E2E2E2;
}
#header-inner h1.pagetitle{margin:0px; color:#444133; font-size:36px;}
#slideshow ul{margin:0px; padding:0px; list-style-type:none;}
#slideshow ul li{margin:0px; padding:0px; list-style-type:none;}

/* CONTENT */
#content{margin:20px 0px; background-image:url(../images/bg-content.gif); background-repeat:repeat-y; width:940px}
#content-full{margin:20px 0px}
#content-left{width:650px; float:left;}
#content-right{width:290px; float:left;}
#maintext{padding:0px 20px 20px 0px;}
ul.inline{list-style-type:none; padding:0px; margin:20px 0px 20px 0px}
ul.inline li{list-style-type:none; padding:0px; margin:0px 20px 0px 0px; display:inline; float:left; width:196px}
ul.inline li.nomargin{margin:0px;}
ul.inline h2{margin:10px 0px 5px 0px;}
ul.checklist{list-style-type:none; padding:0px; margin:0px}
ul.checklist li{list-style-type:none; padding:0px 0px 0px 20px; margin:0px; background-image:url(../images/checklist.gif); background-repeat:no-repeat; background-position:0px 5px;}
* html ul.checklistdot li{ padding:0px 0px 0px 30px !important;}/* ie 6 only */
ul.checklistdot{list-style-type:none; padding:0px; margin:0px}
ul.checklistdot li{list-style-type:none; padding:0px 0px 0px 20px; margin:0px; background-image:url(../images/dot-orange.png); background-repeat:no-repeat; background-position:10px 7px;}
* html ul.checklistdot li{ padding:0px 0px 0px 30px !important;}/* ie 6 only */
#sideright{padding:0px 0px 0px 30px}
#sideright h2{margin-bottom:8px;}
#sideright ul{list-style-type:none; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
#sideright ul li { background-image:url(../images/arrowlist.gif); background-repeat:no-repeat; background-position:0px 11px; padding:5px 0px 5px 20px; }
#sideright ul.newslist li{list-style-type:none; padding:5px 3px 10px 5px; margin:0px 0px 5px 0px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #ffffff 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #ffffff 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(135deg,  #ffffff 0%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	box-shadow: 2px 2px 5px 1px #efefef;
	-moz-box-shadow: 2px 2px 5px 1px #efefef;
	-webkit-box-shadow: 2px 2px 5px 1px #efefef;
	line-height:20px;
	}
#sideright ul.newslist li.noline{background-image:none; padding-bottom:0px; margin-bottom:0px;}
li.rec input { font-style:italic; font-size:11px; color:#51626f; border:solid 1px #51626f; width:155px; height:25px; margin-bottom:5px;}
#sideright ul li a, #sideright ul li a:visited{color:#fd4239;}
.box{ background-image:url(../images/dotted-horizontal.gif); background-repeat:repeat-x; background-position:bottom;padding:0px 0px 18px 0px; margin:0px 0px 18px 0px;}
.boxnoline{background-image:none; padding:0px 0px 18px 0px; margin:0px 0px 18px 0px;}
.news-container .box{ background-image:none; padding:0px; margin:0px;}
#sideright blockquote{margin:10px 0px 0px 0px; padding:0px 0px 0px 30px; background:none; border:0px; background-image:url(../images/quote.gif); background-repeat:no-repeat;}
.small{color:#999; font-size:11px;}
span.tblue, span.tblue a, span.tblue a:visited{color:#2d84b6 !important; font-weight:bold;}
span.tblue2{color:#2d84b6 !important;}


/* FOOTER */
#footer{padding:10px 0px 40px 0px; width:940px; background-image:url(../images/double-line.gif); background-repeat:repeat-x}
#footer-text{font-size:11px; color:#999689 }

.parentship { /*font-weight:bold; /* color:#005abb; */ letter-spacing:1px; }
.parentshipgreen { /*color:#aab300; */ }
table.articol { width:300px; }
table.articol td { height:30px; text-align:left; vertical-align:middle; }

.recomandaarticol { border:solid 1px #5f6a72; float:left; -moz-border-radius: 10px; border-radius: 10px; padding: 1px 10px 5px 10px; }
.recomandaarticol legend { margin-left:10px; font-weight:bold; color:#51626f; }
.recomandaarticol input { font-style:italic; color:#51626f; padding:3px; border:solid 1px #ccc; }

.articlesnotes {
	font-size:9px;
}

.carti { margin-top: 30px; }
.carti img {
	border:solid 1px #51626f;
}

.aplica {
	border:solid 1px #51626f;
	padding:20px;
	padding-top:10px;
	width:250px;
}


/* SHOW HIDE TESTIMONIALS */
.more {
      display: none;
}
   a.showLink, a.hideLink {
      font-size: 11px;
   }

ul.agenda {
	list-style:none;
	margin-top: -15px;
	margin-left: 20px;
	}
	
ul.agenda li:before { content: "- "; }

/*general styles for all CSS Checkboxes*/
input[type=checkbox].css-checkbox {
	position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0;
    border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:20px;
	height:15px; 
	display:inline-block;
	line-height:15px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -15px;
}

input[type=checkbox].css-checkbox.lrg + label.css-label.lrg {
	padding-left:22px;
    height:20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
    cursor:pointer;
	font-weight:bold;
}

input[type=checkbox].css-checkbox.lrg:checked + label.css-label.lrg{
    background-position: 0 -20px;
	color:#005abb;
}

.vlad{background-image:url(http://parentship.ro/images/chekbox.png);}

img.imgart {
	padding:3px;
	margin-left:3px;
	border:solid 1px #EEE;
}

table.articles {
	display:block;
	margin-bottom:30px;
	border-bottom:solid 1px #e3e3e3;
	border-right:solid 1px #e3e3e3;
	padding-bottom:10px;
	transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

table.articles a:hover {
	color:#51626f; text-decoration:none;
}
a.articles { color:#51626f; text-decoration:none; }

table.articles:hover { 
	box-shadow: 0px 0px 5px 3px #e2e2e2;
	-moz-box-shadow: 0px 0px 5px 3px #e2e2e2;
	-webkit-box-shadow: 0px 0px 5px 3px #e2e2e2;
	transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
table.articles td {
	text-align:left;
	padding:5px;
}

table.articles img {
	border:solid 1px #EEE;
	padding:3px;
}

td.spacer {
	border-right:solid 1px #ccc;
}

.home-but {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
	background:-moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-weight:bold;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
	float:right;
	opacity:0.7;
	
}
.home-but:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
	background:-moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-o-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00',GradientType=0);
	background-color:#ce0100;
	text-decoration:none;
	color:#ffffff;
	opacity:1;
}
.home-but:active {
	position:relative;
	top:1px;
}

.home-but a {
	color:#ffffff;
	text-decoration:none;
}

div.homearticole {
	padding:10px;
	margin-bottom:35px;
	box-shadow: 2px 2px 5px 0px #bbb;
	-moz-box-shadow: 2px 2px 5px 0px #bbb;
	-webkit-box-shadow: 2px 2px 5px 0px #bbb;
	border:solid 1px #e2e2e2;
	border-bottom:0;
	border-right:0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
	
}

hr.articole {
	height:2px;
}