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

body{
		color:#696969; 
	font-size:18px;
	font-family:"Georgia";
	line-height:25px;
	
	height:100%;
}

p{
	line-height:25px;
}

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



/* 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:16px; 
	color:#737373;

		
	
	font-family: "Times New Roman";
	
}

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

.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:#33cccc;
}




/* 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:#57c9e6;	
	font-size:14px; 
	font-family:"Times New Roman";
	
		
	}

.header_container .header_menu ul li ul li a:hover{	background-color:#ffffff;	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:#57c9e6;
}


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


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

	color:#57c9e6;	
	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: #f1f1f1;
	color:#555555;
}


/* footer settings */
.footer {	color:#555555; background:url(http://www.alexanderbruceestates.co.uk/wp-content/themes/fringetech/images/footer_bg.png) top center; }

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



/* general link styles */

.widget_nav_menu ul li a,
.recently_boxes .title a,
a{					color:#4f5454;	}

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

::selection {	 	background: #4f5454; color: #f1f1f1; }
::-moz-selection {	background: #4f5454; color: #f1f1f1; }



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


h1{				font-size:36px;	line-height:41px; }
h2{				font-size:28px;	line-height:35px; }
h3{				font-size:14px;	line-height:19px; }
h4{				font-size:18px;	line-height:21px; }
h5{				font-size:16px; }
h6{				font-size:14px; }


