/*
Theme Name: Cephas
Author: Chris Mole Media
Author URI: http://www.chrismole.co.nz/
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
body{
	background: #f5f5f3;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding: 0;
	color: #545454;
	}
#wrapper{
	width: 970px;
	margin:0 auto;
	}
#header{
	 height: 135px;
	 position:relative;
	 width: 100%;
	}
#logo{
	position: absolute;
	left:0;
	top: 40px;
	}
#menuMain {
	position: absolute;
	right:0;
	top: 52px;
	}

#menuMain li{
	list-style: none;
	list-style-image: none;
	float: left;
	height: 25px;
	margin:0 1px 0 1px;
	}
#menuMain li a{
	color: #545454;
	font-family:Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	padding:0 7px 0 7px; 
	display: block;
	height: 25px;
	line-height: 23px;
	}
#menuMain li.current_page_item,
#menuMain li:hover
{
	background: url(images/menuMain-right.gif) no-repeat right;	
	}	
#menuMain li.current_page_item a,
#menuMain li a:hover
{
	background: url(images/menuMain-left.gif) no-repeat left;	
	color: #fff;
	}		
#banner{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #d2cec4;
	-moz-box-shadow: 0px 0px 3px #ccc;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0px 0px 3px #ccc;		
	width: 970px;
	min-height: 365px; 
	background: #fff;
	padding: 9px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	position:relative; 	
	margin: 0 0 25px 0;
	}	
#bannerText{
	width: 395px;	
	text-align: right;
	position:relative;
	top: 45px;
	left: 15px
	}
#bannerText h1{
	 font-size: 17px;
	 color: #444444;
	 margin-bottom: 30px;
	}
#bannerText h2{
	 font-size: 18px;
	 color: #444444;
	 font-weight: normal;
	}	
#banner1{
	background: url(images/banner1.jpg) no-repeat;
	height: 313px;
	width: 952px;
	margin:0 auto;
	}

#banner ul {
        margin: 0 0 0 40px;
        text-align:left;
}

#banner ul li {
        font-size:18px;
        list-style: none;
	list-style-image: none;
	background: url(images/bullet.gif) no-repeat left;
	padding: 0 0 0 20px;
        line-height:120%;
}

#projectBox{
	float: right;
	padding: 0 20px 0 0;
	color: #555;
	font-size: 18px;
	}	
h1, h2, h3, h4, h5, p, ul, li{
	padding: 0;
	margin:0;
	}
.container{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #d2cec4;
	-moz-box-shadow: 0px 0px 3px #ccc;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0px 0px 3px #ccc;		
	width: 930px;
	min-height: 200px; 
	background: #fff;
	margin: 0 0 25px 0;
	padding: 20px 20px 20px 20px;	
	}
.container p {
        margin: 0 0 10px 0;
        padding:0;
        line-height:120%;
}
#boxes{
	margin: 0 auto;
	}
#boxes .box{
	width: 294px;
	font-size: 14px;
	color: #545454;
	line-height: 18px;
	float: left;
	}
#boxes .box h3{
	font-size: 25px;
	color: #545454;
	font-family:Arial Narrow, sans-serif;
	font-weight: normal;
	padding: 20px 0 25px 0;
	}
#boxes .box h3 a{
	color: #545454;
	text-decoration:none;
	}	
#boxes .middle{
	margin: 0 23px 0 23px;	
	}	
.clear{
	clear: both;	
	}
#boxes .box span.readMore a{
	color: #0d95c8;
	text-decoration: none;
	font-weight: bold;
	}
#testimonial p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	}
#testimonial .name,
#testimonial .nameTitle{
	text-align: right;	
	}
#welcome{
	height: 205px;
	width: 930px;
	}
#welcome h3	{
	color: #00658c;
	font-family: Arial Narrow, sans-serif;
	font-size: 24px;
	font-weight: normal;
	padding: 0 0 15px 0;
	text-align:center;
	}
#welcome ul{
	margin: 10px 0 10px 5px;
	list-style-position:inside;
	}
#welcome ul li{
	list-style: none;
	list-style-image: none;
	background: url(images/bullet.gif) no-repeat left;
	padding: 0 0 0 20px;
        line-height:120%;
	}	
#welcome .welcomeImg{
	margin: 0 0 0 0;
	width: 294px;
        padding-right:40px;
	}
#welcome .welcomeTxt{
	width: 900px;
	padding-left:30px;
	}
#footer li{
	display: inline;
	}
#footer a{
	color: #555;
	text-decoration: none;
	}	
#footer{
	text-align: center;	
	padding: 30px 0 30px 0;
	font-size:12px;
	}
#footerMenu {
	margin: 0 0 15px 0;	
	}	
#footerMenu a{
	color: #555;
	font-size: 12px;
	text-decoration: none;
	padding: 0 10px 0 10px;
	}
.assistive-text,
.skip-link{
	display: none;	
	}
h1.entry-title{
	font-family: Arial Narrow, sans-serif;
	font-size: 30px;
	font-weight: normal;
	padding:0 0 0 0;
	margin:0 0 15px 0;
	}
.entry-meta{
	padding: 25px 0 0 0;	
	font-size: 12px;
	}
#comments{
	padding: 25px 0 0 0;	
	}
h3#reply-title	{
	font-family: Arial Narrow, sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding:0 0 25px 0;	
	}
.form-allowed-tags{
	padding: 15px 0 15px 0;
	font-size: 12px;
	font-style:italic;
	}
.entry-content ul{
	margin: 0 0 15px 30px;
	}
.entry-content ul li{
	padding: 2px 0 2px 0;	
	}
.entry-content h2 {
        margin:0; 
        padding:10px 0 10px 0; 
        color:#03668f;
        font-size:20px;   
}

.entry-content h3 {
        margin:0; 
        padding:5px 0 10px 0; 
        color:#03668f;
        font-size:18px; 
        font-weight:normal;
}

#content{
	float:left;	
	width: 575px;
	}	
#sidebar{
	float: right;
	width: 294px;
	}
#sidebar h3{
	font-size: 25px;
	color: #545454;
	font-family:Arial Narrow, sans-sehttp://www.cephasrock.co.nz/rif;
	font-weight: normal;
	padding: 20px 0 25px 0;	
	}	

iframe {
        padding:4px;
        border: 1px solid #ddd;
        margin-left:20px;
}

.wpcf7 textarea {
        height:50px;
        width:265px;
}

.wpcf7 select {
        margin-top:3px;
        margin-bottom:5px;
}

blockquote {
	font-family: Arial, helvetica, sans-serif;
	font-weight: normal;
	margin: 3em;
        padding: 0 0 0 3.5em;     
        background:url(images/quote.png) no-repeat;
        clear:both;
        width:750px;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
        text-align:right;
        float:right;
        padding-bottom:3em;
}

#boxes cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
        text-align:right;
        float:right;
        padding-top:1em;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Images */

.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright {
       margin-top:6px;
       margin-bottom: 10px;
}
p img,
.wp-caption {
	margin-top: 0;
}
.wp-caption {
	background: #fff;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 0;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 10px;
	position: relative;
}

#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}
