/*
Theme Name:     Reel-tech blog
Theme URI: 		http://blayneypartnership.co.uk
Description:    Child theme for the caterpillar theme 
Author:         In.House Media
Theme URI: 		http://blayneypartnership.co.uk
Version:        1.0
*/

body{
    margin:0;
    padding:0;
    font-size: 14px;
}

a{
    
    text-decoration: none;
    color:inherit;
    
}

.content {
    min-height: 700px;
    padding-top: 40px;
}


#sidebar    {
    
    width:250px;
    position:absolute;
    top:0;
    right:0;
    
}

#sidebar h2{
    font-family:'BebasNeueRegular',Arial,sans-serif;
    font-size:22px;
}

#sidebar a{
    color: #666666;
    font-size: 14px;
}

#sidebar ul li{
    
    list-style:none;
}


.logo {
    float: left;
    margin-top: 30px;
}
.wrapper {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 960px;
    position:relative;
}

.header{
position:relative;
background:#FFFFFF;
height:95px;
margin-bottom:0px;
/*z-index:9999;*/
z-index:99;
}


.nav{
float: right;
    margin-top: 38px;
    position: relative;
    z-index: 9999;
}
.nav ul{
margin: 0px;
position:relative;
list-style: none;
}
.nav ul li{
float: left;
position: relative;
margin-right:30px;
font-family:'BebasNeueRegular',Arial,sans-serif;
text-transform:uppercase;
font-size:18px;
}
.nav ul li a{
text-decoration:none;
color:#000000;
}
.nav ul li a:hover{
color:#2968C3;
}
.nav ul li.blue a{
display:block;
text-indent:-9999px;
line-height:0px;
font-size:0px;
background:url('../images/contact-header.png') top left no-repeat;
padding:5px;
padding-left:15px;
padding-right:15px;
color:#FFFFFF;
margin-right:0px;
margin-top:-8px; 
width:51px;
height:24px;
}
.nav ul li.blue a:hover{
background:url('../images/contact-header.png') 0px -34px no-repeat;
}
.nav ul li.blue:hover a{
color:#000000!important;
}
/*
.nav ul li.blue a{
color:#FFFFFF;
}
.nav ul li.blue{
background:#2968c3;
padding:5px;
padding-left:15px;
padding-right:15px;
color:#FFFFFF;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
margin-right:0px;
margin-top:-6px; 
}
.nav ul li.blue:hover{
background:#ffc321;
}
.nav ul li.blue:hover a{
color:#000000!important;
}
*/
.nav ul li ul{
position:absolute;
display:block;
left:-9999px;
background:#FFFFFF;
padding:20px;
box-shadow: 0px -4px 22px rgba(0, 0, 0, 0.63);
-moz-box-shadow: 0px -4px 22px rgba(0, 0, 0, 0.63);
-webkit-box-shadow: 0px -4px 22px rgba(0, 0, 0, 0.63);


-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.nav ul li.blue a {
    background: url("https://www.reeltechuk.com/images/contact-header.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    font-size: 0;
    height: 24px;
    line-height: 0;
    margin-right: 0;
    margin-top: -8px;
    padding: 5px 15px;
    text-indent: -9999px;
    width: 51px;
}

.nav ul li.blue a:hover{
background:url("https://www.reeltechuk.com/images/contact-header.png") 0px -34px no-repeat;
}

.nav ul li:hover ul,
.nav ul li.hover ul {
left: 0px;
top:17px;
}
.nav ul li ul li {display: block; float: none; margin-bottom:5px;}

.nav ul li ul li a{
margin:0px;
padding:0px;
display:block;
line-height:28px;
white-space:nowrap;
}

.searchform {
    
    color: #333333;
    font-family: 'OpenSansRegular',Arial,sans-serif;
    line-height: 21px;
    
}


.posts  {
    
    width:700px;
    min-height:400px;
    
}



.footer{
margin-top:100px;
background:#f4f4f4;
border-top:1px solid #e2e2e2;
border-bottom:1px solid #e2e2e2;
color:#666666;
font-size:13px;
font-family:'OpenSansRegular',Arial,sans-serif;
padding-top:30px;
padding-bottom:30px;
line-height:24px;
}
.footer_left{
float:left;
width:214px;
margin-right:30px;
}
.footer_middle{
float:left;
width:350px;
margin-right:130px;
}
.footer_middle ul{
float:left;
display:block;
list-style: none;
text-transform:uppercase;
text-decoration:underline;
margin-top:0px;
margin-right:35px;
padding-left:0px;
}
.footer_middle ul.last{
margin-right:0px;
}
.footer_middle ul li a{
color:#666666;
text-decoration:underline;
}
.footer_middle ul li a:hover{
color:darkorange;
}
.footer_right{
float:right;
width:214px;
}
.footer_right a{
color:#666666;
}
.footer_right img{
margin-right:10px;
}
.footer_right span.bold{
font-family:'OpenSansBold',Arial, sans-serif;
font-weight:normal;
}

.clear  {
    
    clear:both;
    
}

.ihm{
font-size:12px;
color: #666;
}

.post   {
    
    color: #333333;
    font-family: 'OpenSansRegular',Arial,sans-serif;
    line-height: 21px;
}

.title_bar{
background:url('https://www.reeltechuk.com/images/titlebar_bg.jpg') top left repeat-x;
height:79px;
width:100%;
margin-bottom:0px;
line-height: 88px;
}
.title_bar h1{
color:#fff;
font-family:'OpenSansBold',Arial,sans-serif;
font-size:36px;
margin:0px;
letter-spacing:-2px;
font-weight:normal;
margin:0px;
}