/*
Theme Name: iefem.bas.bg
Theme URI: http://grifit.net/themes/iefem
Description: Iefem wordpress page
Author URI: http://grifit.net/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header
Text Domain: iefem
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	font-family: Verdana;
}

a:link,a:visited{
	text-decoration: none;
	color:black;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

#header{
	height:210px;
	background-image:url('images/header-bg.png');
	background-position: center;
}
#menu-width {
	width: 915px;
	margin: auto;
	position: relative;
}
#under-logo{
	width: 210px;
	height: 30px;
	background: white;
	position: relative;
	float: left;
	opacity: 0.05;
	filter: alpha(opacity=5); /* For IE8 and earlier */
}
.menu-header{
/*	width: 915px;
	margin: 0 auto;
*/
}
.menu-header > ul{
	position: relative;
	float: right;
	margin-right: 10px;
	/*margin-top:6px;*/
}

.menu-header > ul > li{
	position: relative;
	z-index: 100000;
	float:left;
	background: url('images/menu-vr.png');
	background-repeat: no-repeat;
	background-position: right top;
}

.menu-header > ul > li > a:hover{
	border-bottom: 2px solid #999;
	margin-bottom: -2px;
	background-color: #696969;
}

.menu-header > ul > li.current-menu-parent > a:link,
.menu-header > ul > li.current-menu-parent > a:visited,
.menu-header > ul > li.current-menu-item > a:link,
.menu-header > ul > li.current-menu-item > a:visited
{
	border-bottom: 3px solid #ed1c24;
	margin-bottom: -3px;
}
.menu-header > ul > li > a:link,
.menu-header > ul > li > a:visited
{
	color:#fff;
	display: block;
	line-height: 30px;
	padding-right:20px;
	padding-left:20px;	
	font-size:12px;
	text-transform: uppercase;
}

#menu-menu-sidebar a:link,
#menu-menu-sidebar a:visited
{
	display: block;
	padding: 8px 0;
}

#menu-menu-sidebar li:hover
{
	/*font-weight: bold;*/
	background-color: #fcf0f0;
}


/*sub-menu*/
.menu-header > ul > li .sub-menu{
	position: absolute;
	display: none;
	/*top:0;*/
	background:#ffffff;
	-webkit-box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px 3px 4px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         3px 3px 4px 0px rgba(50, 50, 50, 0.75);
	border:1px solid #f0f0f1;
}

.menu-header > ul > li:hover .sub-menu{
	width: 200px;
	display: block;
}

.menu-header > ul > li .sub-menu a:link,
.menu-header > ul > li .sub-menu a:visited
{
	color: #363636;
	display: block;
	line-height: 30px;
	padding-right:20px;
	padding-left:20px;	
	font-size: 12px;
	background-image: url('images/arrow.png');
  	background-repeat: no-repeat;
  	background-position: 10px center;
  	padding-left: 20px;	
}

.menu-header .sub-menu a:hover{
	background-color: #fcf0f0;
}
.menu-header > ul > li .sub-menu > li{
}

#primary .current-menu-parent > a:link,
#primary .current-menu-parent > a:visited,
#primary .current-menu-item > a:link,
#primary .current-menu-item > a:visited
{
	color:#ffffff;
}
#primary .current-menu-parent,
#primary .current-menu-item 
{
	background-image:url('images/titles-bg.png');
	background-repeat: repeat-x;
	background-color: #8c0304;
	background-position: center top;
}

#primary .current-menu-item a{
		color:#fff;
}
#primary .current-menu-item a{
	background-image:url('images/arrow-w.png');
}
#primary li a:link,
#primary li a:visited
{
	color:#000;
	background-image:url('images/arrow.png');
	background-repeat:no-repeat;
	background-position:10px center;
	padding-left:20px;
}
#primary ul ul li{
	border-bottom: 1px solid #f0f0f1;
	/*padding-top:5px;
	padding-bottom:5px;*/
}
#primary ul ul{
/*	list-style-image: url('images/arrow.png');*/
}

#primary li {
	position: relative;
	z-index: 205;
}
#primary li a:link,
#primary li a:visited
{
	text-decoration:none;
	text-transform: uppercase;
	font-size:12px;
	display: block;
	line-height: 150%;
	color: #1a1a1a;
}

#menu-menu-sidebar li ul li a:link, 
#menu-menu-sidebar li ul li a:visited
{
	text-transform: none;
	color:#6d6e71;
}
#branding{
	position: relative;
	width:915px;
	margin:0 auto;
	height:180px;
	background-image:url('images/logo-iefem.png');
	background-repeat:no-repeat;
	background-position:left;
}
.header-info p{
	font-family:Verdana;
	font-size:18px;
	color:#fff;
	padding-left: 250px;
	line-height: 30px;
}
#access{
	height:30px;
	background-image:url('images/menu-bg.png');
}
.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	overflow: hidden;
	clear: both;
}
#main{
	width:915px;
	margin:0 auto;
	margin-top: 30px;
}
#primary{
	width:210px;
	float:left;
}
#content{
	width: 675px;
	margin-left:14px;
}
#container{
	width:702px;
	background-image:url('images/single-page-content-header.png');
	background-repeat:no-repeat;
	background-position:top;
	float: right;
	min-height: 500px;
	color:#333333;
}
#colophon{
	height:100%;
	padding: 30px 0;
	background-image:url('images/footer-bg.png');
}
#footer{
	/*height:233px;*/
	color: #808080;
	font-size: 10px;
	margin-top: 40px;
	position: relative;
	padding-bottom: 26px;
	background-color:#181516;
}
#site-info{
	height:30px;
	width:915px;
	margin:0 auto;
}
.slider{
	float:left;
	margin-right:20px;
	padding:10px;
}
.home-info{
	width:330px;
	float: right;
	margin-top: -330px;
	font-family:Arial;
	font-size:12px;
}
.home a{
	text-decoration:none;
	color:#fff;
}
h1, h2, h3{
	padding-top: 7px;
	font-family:Verdana;
	padding-left: 10px;
	color:#fff;
	padding-bottom: 7px;
	line-height: 20px;
}
h3{
	background-image:url('images/titles-2-bg.png');
	font-size:12px;
	margin-bottom:10px;
}
#main h1,h2{
	background-image:url('images/titles-bg.png');
	font-weight:bold;
	font-size:14px;
}

p{
	padding: 10px 0;
}
td, p{
	font-family:Arial;
	font-size:12px;
	line-height: 18px;
}
.home-top{
	/*margin-bottom:30px;*/
}

.cont p a{
	background-image:url('images/titles-2-bg.png');
	padding: 6px;
	border-radius: 7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}

 .cont p a{
	position: relative;
	float:right;
	top: 20px;	
	color:white;
	padding: 6px 10px;
	margin-left: 10px;
}
.home .cont p a{
	position: absolute;
	top:auto;
	bottom: 0px;
}

.post-preview{
	margin-bottom: 30px;
}

.home-info .cont{
	position: relative;
	height: 320px;
}
.home-info p a{
	position: absolute;
	right: 10px;
	bottom: 0px;
}
.banner-preview{
	position:relative;
	float:left;
	margin-right:18px;
}
.banner5{
	margin-right:0px !important;
}
.archive .post{
	padding:20px;
}
.nivo-controlNav{
	bottom:10px !important;
}
.nivo-caption p{
	text-align:right;
	padding-right:10px;
}
.slider .nivoSlider{
	margin:0px !important;
}

.short-excerpt a{
	display: absolute;
	bottom: 20px;
	right: 20px;
}
.short-excerpt p{
	height: 300px;
}
.home-top .slider {
	height: 340px;
} 
.home-news .post-preview {
	width:330px;
	height:300px;
	float:left;
	margin-top:5px;
	position: relative;
}
.home-news .post-preview h3{
	padding-left:60px;
}
.home-news .post-preview .thumb_pic{
	margin-top:10px;
}
.home-news .post-preview p a{
	background-image:url('images/titles-2-bg.png');
}
.home-news .post1{
	margin-right:15px;
}
.home-news p a{
	float: right;
	margin-top: 10px;
}
.thumb_pic{
	float:left;
	margin-right:10px;
	margin-left: 10px;
}


#first{
	/*position: absolute;*/
	/*top: 0;
	left: 0;
	right: 0;
	bottom: 0;*/
	/*overflow: hidden;*/
}

#first > ul > li{
	/*background: red;*/
	min-height: 110px;
}
#second .widget_text, #third .widget_text{
	border: none!important;
}
#second{
	position: absolute;
	/*background: blue;*/
	height: 26px;
	bottom: -56px;
	left: 0;
	width: 360px;
	line-height: 26px;
	text-align: center;
	overflow: hidden;
}

#third ul li{
	float: right!important;
}
#third{
	position: absolute;
	text-align: right;
	/*background: blue;*/
	height: 26px;
	bottom: -56px;
	right: 0;
	width: 360px;
	line-height: 26px;
	/*text-align: center;*/
	overflow: hidden;
}

#footer p{
	padding:0;
	font-size:10px;
}

#footer p
/*#footer .widget-container div*/
{
	line-height: 120%;
}
#footer-widget-area{
	width:915px;
	height: 100%;
	position: relative;
	margin:0 auto;
}
#footer-widget-area ul li{
	float:left;
	margin-right:10px;
}

#footer-widget-area li{
	
}

#footer .widget_nav_menu a:link,
#footer .widget_nav_menu a:visited
{
	text-transform: uppercase;
}
#footer a:link,
#footer a:visited
{
	text-decoration:none;
	font-size: 10px;
	color:#808080;
	display: block;
	line-height: 150%;
}

#footer a:hover{
	color:white;

}
#footer .foot-e a:link, 
#footer .foot-e a:visited{
	color: white;
}
#footer .foot-e a:link, 
#footer .foot-e a:visited, 
#second a:link,
#second a:visited
{
	display: inline;
	text-transform: none;
}
#footer-widget-area ul ul li{
	clear:both;
}
#footer-widget-area ul ul{
	/*margin-top:20px;*/
}
#footer-widget-area h3{
	background-image:none;
}
.contacti{
	float:left;
}
.foot-info{

	width:210px;
	height: 100%;
	margin-right: 30px;
	/*position: relative;*/
	/*background-color: red;*/
	text-align:center;
/*	position: relative;
	top: -38px;
*/
}
.foot-h{
	cursor: pointer;
	position: relative;
	top: -39px;
	margin: 0;
	height: 38px;
	line-height: 34px;
	color: #ffffff;
	background-image:url('images/ask-iefem-top-bg.png');
	background-repeat: no-repeat;
	font-size: 9px;
	background-position: center;
	font-weight: bold;
}
.foot-h a:link,
.foot-h a:visited
{
	line-height: 34px !important;
	color:#fafafa !important;
}
.foot-c{
	position: relative;
	top: -37px;
	font-size: 10px;
	color:#999999;
	padding-bottom: 14px;
	padding-top: 4px;
	height: 56px;
	line-height: 120%;
}
.foot-e{
	background-image:url('images/ask-iefem-bottom-bg.png');
	height: 30px;
	background-repeat: no-repeat;
	font-size: 9px;
	line-height: 30px;
	font-weight: bold;
	color: #ffffff;
	background-position: center;
	position: absolute;
	/*bottom: -30px;*/
	left: 0;
	width: 210px;
}
#footer .textwidget{
	/*margin-top:20px;*/
	height: 100%;
}
#footer .widget_nav_menu,
#footer .widget_text{
	border-right:1px solid #6c6d6f;
	padding-right:10px;
}

#footer a.icon{
	display: block;
/*	background: red;
*/	width: 32px;
	height: 32px;
	float: left;
	margin-right:4px;
	text-indent: -9999px;
}

#footer a.facebook
{
	background:url(images/icon-32-fb.png);
}

#footer a.blogger
{
	background:url(images/icon-32-blogger.png);
}
#text-4{
	border:none !important;
}

.single .post-preview h2{
	background-image:none;
}
.single .post-preview h2 a{
	text-decoration:none;
	color:#000;
	text-transform:uppercase;
	font-weight: normal;
}
.single .post-preview p a {
	background-image: url('images/titles-2-bg.png');
	padding: 6px;
	text-decoration:none;
	color:#fff;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	float: right;
	margin-top: 10px;
}

.delim{
	background:url('images/red-dots-line.png');
	background-repeat: repeat-x;
	line-height: 5px;
	padding: 0;
	margin: 15px 0;
	width: 100%;
	height: 5px;
}

.single .post-preview{
	border-image:url('images/red-dots-line.png')  10 10 round;
	border-top:2px solid;
	padding-top:30px;
	padding-bottom:30px;
}
.single .post1{
	border:none;
}
.entry-content{
	padding:20px;
}

#languages {
	position: absolute;
	right: 10px;
	top: 51px;
	width: 60px;
	height: 30px;
}

#languages ul li{
	float:left;
	display: block;
	width: 30px;
	height: 30px;
}

#languages ul li a:hover{font-weight: bold;}
#languages ul li a:link,
#languages ul li a:visited
{
	text-decoration: none;;
	background: url('images/lang-bg.png');
	display: block;
	width: 100%;
	height: 100%;
	line-height: 30px;
	text-align: center;;
	color: #231f20;
	font-size: 11px;
}

#branding .site-title{
	position: absolute;
	top: 90px;
	left: 240px;
	font-size: 18px;
	font-weight: bold;
	width: 500px;
	line-height: 150%;
}

#branding .site-description{
	color: #ffffff;
	position: absolute;
	top: 58px;
	left: 240px;
	font-size: 18px;
	width: 500px;
	line-height: 150%;
}

#branding .site-title a:link,
#branding .site-title a:visited
{
	color: #ffffff;
}

#menu-menu-sidebar li{
	position: relative;
}
#menu-menu-sidebar > li:hover > ul > li:hover > ul,
#menu-menu-sidebar > li:hover > ul{
	display: block;;
}
#menu-menu-sidebar li  ul{
	position: absolute;
	display: none;
	width: 300px;
	top:0;
	background:#ffffff;
	/*padding: 0px 20px 0 5px;*/
	-webkit-box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px 3px 4px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         3px 3px 4px 0px rgba(50, 50, 50, 0.75);
	border:1px solid #f0f0f1;
}

#menu-menu-sidebar > li > ul > li > ul{
	left: 300px;	
}
#menu-menu-sidebar > li > ul{
	left: 210px;
}

.clearfix {
	width: 100%;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
.home .date{
	width:41px;
	height:46px;
	position:absolute;
	background-image:url('images/date-bg.png');
	text-align: center;
	left: 9px;
	top: -5px;
}
.month{
	font-size: 7px;
	color: #FFF;
}
.day{
	font-size: 23px;
	font-weight: bold;
	color: grey;
	padding-top: 7px;
	padding-bottom: 5px;
}
.short-des{
	width:150px;
	float:left;
}
.short-anather{
	width:500px;
	float: right;
}

.entry-content img {
	max-width: 615px;
	height: auto;
}

.entry-content img.aligncenter {
	text-align: center;
	clear: both;
	display: block;
	margin: 10px auto;	
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 24px;
margin-top: 4px;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

td.alignleft, .alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 24px;
margin-top: 4px;
}


.s-des {
	font-family: Arial;
	font-size: 12px;
	padding: 10px 0 0 5px;
	line-height: 18px;
}

.left-padding-gone {
	/*padding-left: 0 !important;*/
	margin-left: -30px;
}

#picture-box {
position: absolute;
top: 30px !important;
width: 330px;
}

.full-thumb img{
	max-width: 150px ;
	height: auto;
}



#calendar_1 .calbg {
background-color: #ED1C24 !important;
}

.calbottom_border {
	padding: 4px 0px !important;
	color:#58585B;
}

#spider_calendar-2{
	background:#D6D6D6;
	position: relative;
	padding-bottom: 5px;

}
#spider_calendar-2 .cal-table{
	position: relative;
	left: 4px;

}
td.cala_day a:link,
td.cala_day a:visited
{
	text-align: center !important;
	text-decoration: none !important;
	padding: 0 !important;
}

td.cala_day a:hover
{
	text-decoration: underline !important;
}
td.cala_day {
	background:red !important;
	text-align: center !important;
}

#TB_title{
  background-image: url('images/titles-bg.png') !important;
  font-size: 12px !important;
  padding-bottom: 10px !important;	
}
#TB_title .tb-close-icon{
	color:#fff !important;
}
#TB_closeWindowButton{
	color:#fff !important;
}
.screen-reader-text{
	display:none !important;
}
.holder {
  height: 30px !important;
  overflow: visible !important;
}
/*news*/
.pt-cv-readmore{
	position: relative;
    float: right;
    top: 20px !important;
    color: white !important;
    padding: 6px 10px !important;
    margin-left: 10px !important;
    background-image: url('images/titles-2-bg.png') !important;
    padding: 6px !important;
    border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
    border:none !important;
}
.pt-cv-readmore:hover{
	color: white !important;
}
.pt-cv-title a{
	font-family:Verdana;
	font-size:16px;
	font-weight:normal;
	height:16px;
	line-height:10.72px;
	position: relative;
}
.pt-cv-title{
	position:absolute;
	top: 0px;
}
.pt-cv-content{
	font-family: Arial !important;
  font-size: 12px !important;
  line-height: 18px !important;
}
.pt-cv-content-item a img{
	/*position:absolute;
	top: 50px;*/
}
.pt-cv-content{
	width: 465px !important;
  float: right !important;
}
.pt-cv-content-item{
	    padding-top: 60px;
	 margin-bottom: 30px !important;
	 border-bottom:1px solid !important;
	 -webkit-border-image:url('images/red-dots-line.png')  100 80% 50% 80 repeat !important;
}
#pt-cv-view-6730a9c625 .pt-cv-content, #pt-cv-view-0c20877748 .pt-cv-content{
	width:100% !important;
}
.entry-content ol li{
	  font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    margin-left:30px;
}