/* 
 *
 *
 Begining Dynamic Header Stylesheets
 *
 *
*/

body{
	background-image:url(https://www.bulgaristanvizemerkezi.com/wp-content/themes/fringetech/images/bg.png);	color:#555555; 
	font-size:13px;
	font-family:"Tahoma";
	line-height:21px;
	
	height:100%;
}

p{
	line-height:21px;
}

.header_line{		background:url(https://www.bulgaristanvizemerkezi.com/wp-content/themes/fringetech/images/header_dashed.png) repeat-x;	}

.header_effect {	
	background:url(https://www.bulgaristanvizemerkezi.com/wp-content/themes/fringetech/images/header_dark.png) no-repeat top center;	
	}


/* begin header types */

.header_logo{	float:left;	width:100%;	text-align:center;	margin-top:20px;	}
.header_container .header_menu{	margin-top:20px;	text-align:center;	float:left;	width:100%;	}

.header_container .header_menu ul{		list-style:none;	z-index:1;	margin:0 auto; display:table;	}


/* end header types */



/* menu styles - colors */

.header_container .header_menu > ul > li > a{

	font-size:15px; 
	color:#555555;

		font-weight:bold;
		
	
	font-family: "Tahoma";
	
}

.recently .categories ul li a{
	color:#555555;	
}

.recently .categories ul li a:hover,
.recently .categories ul li.current_page_item a,
.header_menu > ul > li.current_page_ancestor > a,
.header_menu > ul > li.current_page_item > a,
.header_menu > ul > li a:hover{	
	color:#2ba09e;
}




/* drop down menu styles */
.header_container .header_menu ul li ul{		

	background-color:#ffffff; 
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px; 	
	border-radius: 3px;	
	width:175px;
}

.header_container .header_menu ul li ul li a{			
	color:#000000;	
	font-size:13px; 
	font-family:"Tahoma";
	
		font-weight:bold;
		
	}

.header_container .header_menu ul li ul li a:hover{	background-color:#e0e0e0;	color:#666666;	}

.header_container .header_menu ul ul li.current_page_ancestor > a,
.header_container .header_menu ul ul li.current_page_item > a{
	color:#2ba09e;
}


/* header menu line and current_line effect */
.categories_cline,
.header_menu_cline{			border-bottom:1px solid #2ba09e;	}


/* tooltip settings using dropdown vars */
.tooltip_text{

	color:#000000;	
	background-color:#ffffff; 
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px; 	
	border-radius: 3px;
	
}
.tooltip_arrow{				border-color:#ffffff transparent !important; }

/* General Site Lines */

.page_sidebar .recent_post,
hr,
.divider_with_top,
.divider_hr,
.blog_boxes .blog_box,
.no_slide,
.page_title,
.recently,
.recently .intro .title,
.header_menu_line,
.categories_line,
.home_cboxes .one_cbox .title,
.home_custom .home_custom_content,
.home_custom .home_custom_title,
.intro_content{	border-bottom:1px solid #e1e1e1;	}

.quickly_support,
.header_icon_seach{
	border-left:1px solid #e1e1e1;
}

.lock_box,
.settings_box,
.megaphone_box,
.support_box,
pre.code{
	border:1px solid #e1e1e1;
}


/* twitter settings */

.bottom_up_wrap{
	background-color: #e1e1e1;
	color:#555555;
}


/* footer settings */
.footer {	color:#555555; background:url(https://www.bulgaristanvizemerkezi.com/wp-content/themes/fringetech/images/footer_bg.png) top center; }

.footer .footer_info{	border-top:1px solid #cfcfcf;	}
.footer_list ul li{		border-bottom:1px solid #cfcfcf;	}



/* general link styles */

.widget_nav_menu ul li a,
.recently_boxes .title a,
a{					color:#2ba09e;	}

.widget_pages ul li.current_page_item > a,
.widget_nav_menu ul li a:hover,
.recently_boxes .title a:hover,
a:hover{			color:#222222;	}

::selection {	 	background: #2ba09e; color: #f1f1f1; }
::-moz-selection {	background: #2ba09e; color: #f1f1f1; }



/* Headline Typography Styles */
h1, h2, h3, 
h4, h5, h6 {
	font-family:"Tahoma";
	letter-spacing:0.4px;	
	padding-bottom:10px;	
	font-weight:normal;
	
		
		
	
}


h1{				font-size:26px;	line-height:31px; }
h2{				font-size:18px;	line-height:25px; }
h3{				font-size:15px;	line-height:20px; }
h4{				font-size:14px;	line-height:22px; }
h5{				font-size:14px; }
h6{				font-size:14px; }


