/*   
Theme Name: Hyerneph Theme
Theme URI: http://www.codastar.com
Description: Hyperneph Theme
Author: Craig Martindale
Author URI: http://www.codastar.com
Version: 1
*/

@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1{
	font-size: 24px;
	margin-bottom: 10px;
}

h2{
	font-size: 18px;
	margin-bottom: 10px;
}

h3{
	font-size: 16px;
	margin-bottom: 10px;
	
}

h4{
	font-size: 18px;
}

p{
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 10px;
}

ul{
	margin-left: 15px;
}

a{
	color: #03a5e0;
	text-decoration: none;
}

.clearfix{
	clear:both;
}

/*** colours ***/

.blue {
	color: #03a5e0;
}

.white{
	color:#FFF;
}

/*** end colours ***/

/*** align ***/

.alignleft{
	float:left;
}

.alignright{
	float:right;
}

/*** end align ***/

/*** buttons ***/

#read-more{
	background:url(images/read-more.jpg);
	width: 88px;
	height: 28px;
}

#read-more:hover{
		opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

/*** end buttons ***/


/*** main ***/

#container{
	float:left;
	width: 100%;
}

#wrapper{
	width: 1000px;
	border-left: solid 1px #d6d6d6;
	border-right: solid 1px #d6d6d6;
	margin: 0 auto;
}


/*** end main ***/

/*** slideshow ***/

#slideshow{
	width: 380px;
	height: 300px;
	float:left;
	margin-bottom: 15px;
}

/*** end slideshow ***/

/*** columns ***/

.column410{
	width: 378px;
	padding: 15px;
	float:left;
}

.column295{
	width: 265px;
	padding: 15px;
	float:left;
}

.column705{
	width: 674px;
	float:left;
	padding: 15px;
}

.column1000{
	width: 970px;
	float:left;
	padding: 15px;
}

/*** end columns ***/

/*** borders ***/

.borderright{
	border-right: solid 1px #d6d6d6;
}

.borderleft{
		border-left: solid 1px #d6d6d6;		
}

.bordertop{
		border-top: solid 1px #d6d6d6;
}

.borderbottom{
		border-bottom: solid 1px #d6d6d6;
}

/*** end borders ***/

/*** header ***/

#header-wrapper{
	background: #171717;
	width: 100%;
}

#header{
	width: 1000px;
	height: 100px;
	margin: 0 auto;	
}

#logo{
	background:url(images/logo.jpg);
	width: 366px;
	height: 63px;
	float:left;
	margin-top: 20px;
}

#logo:hover{
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

#contact {
	width: 490px;
	float:right;
	margin-top: 15px;
}

#contact .left{
	width: 200px;
	height: 40px;
	float:left;
	text-align: right;
	padding: 10px 10px 15px 0;
	border-right: solid 1px #313131;
}

#contact .middle{
	width: 120px;
	height: 40px;
	float:left;
	text-align: left;
	padding: 15px 10px 10px 10px;
	border-right: solid 1px #313131;
}

#contact .right{
	width: 120px;
	height: 40px;
	float:right;
	padding: 10px 0 15px 0;
}

/*** end header ***/

/*** top nav ***/

#menu-wrapper{
	background: #171717;
	float:left;
	width: 100%;
	border-top: solid 1px #333333;
}

#menu{
	padding:0;
	margin: 0 auto;
	width: 1000px;
}

#menu ul{
	padding:0;
	margin:0;
}

#menu li{
	position: relative;
	float: left;
	list-style: none;
	margin: 10px 20px 10px 0;
	padding:0;
} 

#menu li a{
	height: 30px;
	display: block;
	text-decoration:none;
	line-height: 30px;
	color: #ccc;
	font-size: 12px;
	font-weight: bold;
} 

#menu li a:hover{
	color: #fff;
} 

#menu ul ul{
	position: absolute;
	top: 30px;
	visibility: hidden;
	width: 150px;
	background: #171717;
	padding: 10px;
	margin-left: -10px;
}

#menu ul ul li{
	width: 150px;
	margin: 0;
}

#menu ul li:hover ul{
	visibility:visible;
} 

/*** end top nav ***/


/*** social icons ***/

#icon-fb, #icon-li, #icon-tw, #icon-go{
	width: 23px;
	height: 24px;
	float:left;
	margin-right: 5px;
}

#icon-fb:hover, #icon-li:hover, #icon-tw:hover, #icon-go:hover{
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

#icon-fb{
	background:url(images/icon-fb.png);
}

#icon-li{
	background:url(images/icon-li.png);
}

#icon-tw{
	background:url(images/icon-tw.png);
}

#icon-go{
	background:url(images/icon-go.png);
}

/*** end social icons ***/

/*** homepage icons ***/

.image-holder{
	width: 266px;
	height: 100px;
	position:relative;
	margin-bottom: 15px;
}

.image-holder img{
	width: 266px;
	height: auto;
}

#icon-bespoke, #icon-downtime, #icon-why, #icon-partner{
	width: 46px;
	height: 46px;
	position:absolute;
	left: 0px;
	bottom: 0px;
}
	

#icon-bespoke{
	background:url(images/icon-bespoke.jpg);
}

#icon-downtime{
	background:url(images/icon-downtime.jpg);

}

#icon-partner{
	background:url(images/icon-partner.jpg);
}

#icon-why{
	background:url(images/icon-why.jpg);
}

/*** end homepage icons ***/

/*** contact banner ***/

#contact-banner-wrapper{
	border-bottom: solid 1px #d6d6d6;
	border-top: solid 1px #d6d6d6;
	background: #efefef;
	z-index: 9999;
}

@media screen and (orientation:portrait) {
.fixed {
        position: relative !important;
		width: 100%;
		height: 58px;
        bottom: 0px;
		float:left;
      }	
}


.fixed {
        position: fixed;
		width: 100%;
		height: 58px;
        bottom: 0px;
      }
	  
.ie7 .fixed{
	float:left !important;	
		width: 100%;
		height: 58px;
		position:static;
}
	

	  


#contact-banner{
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
	height: 28px;
}

#contact-banner .right{
	width: 190px;
	float:right;
	text-align:left;
}


#icon-help, #icon-call, #icon-email, #icon-info{
	background-position: left;
	height: 23px;
	float:left;
	padding-left: 35px;
	background-repeat: no-repeat;
	color:#333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	margin-right: 30px;
}

#icon-help{
	background-image:url(images/icon-help.jpg);
}

#icon-call{
	background-image:url(images/icon-call.jpg);
}

#icon-email{
	background-image:url(images/icon-email.jpg);
}

#icon-info{
	background-image:url(images/icon-info.jpg);
}

#icon-help:hover, #icon-info:hover, #icon-call:hover, #icon-email:hover{	
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
	

/*** end contact banner ***/

/*** footer ***/


.ie7 #footer-wrapper{
	padding-top: 0 !important;
}

#footer-wrapper{
	width: 100%;
	float: left;
	background: #efefef;
	padding-top: 60px;
}

#footer{
	width: 1000px;
	margin: 0 auto;	
	padding: 20px 0;
	height: 300px;
}

#footer-nav{
	
}

#footer-nav ul{
	list-style: none;
	line-height: 24px;
}

#footer-nav li{
}

#footer-nav li a {
	text-decoration: none;
	color: #333;
}



/*** end footer ***/

/*** MISC ***/

.subnav{
	margin-bottom: 20px;
	list-style: none;
	font-size: 18px;
	color: #03a5e0;
	font-weight: bold;
}

.subnav li{
	line-height: 24px;
}

.subnav ul{
	list-style:none;
}

.subnav a{
	color:#000;
	text-decoration:underline;
	font-weight: bold;
	font-size: 14px;
}

.subnav a:hover, .subnav li.current_page_item a{
	color:#03a5e0;
}

/*** END MISC ***/

