/*   
Theme Name: inception2
Theme URI: www.inception2.co.uk
Description: Theme for inception2 Website
Author: Mark Tansey
Author URI: www.inception2.co.uk
Template: 
Version: 
*/

@charset "UTF-8";
/* CSS Document */

/* ------------------------ */
/* 		Reset Elements	 	*/
/* ------------------------ */
body,
h1, h2, h3,
p, ul, li,
form {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.justify {
	text-align: justify;
	padding: 0px 13px 0px 7px;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
	clear: both;
}

/* BACKGROUND */

body { 
	background: url('images/pagebg.jpg') no-repeat center top;
}

/* LINKS */

#ContentContainer a {
	text-decoration: none;
	color: #09c;
	font-weight: bold;
}

#ContentContainer a:hover {
	text-decoration: none;
	color:#9c0;
	
	border-bottom: 1px dotted;
}

#ContentContainer a.top { 
	font-weight: normal;
	font-size: 80%;
}

a.whitelink {
	text-decoration: none;
	color: #fff;
}


/* TEXT FORMATTING */

#ContentContainer h2 {
	font-weight: normal;
	color: #0099cc;
	font-size: 140%;
	margin-bottom: 15px;
}	

#ContentContainer h3 {
	font-weight: normal;
	color:#9C0;
	font-size: 120%;
	margin-bottom: 10px;
	margin-top: 30px;
}	

#ContentContainer h3.top {
	margin-top: 10px;
}

#ContentContainer p {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	tex t-align: justify;
}

.italic {
	font-style:italic;
}

#ContentContainer img {
	border: 5px solid #ededed;
}

#ContentContainer img.noborder {
	border: none;
}

#ContentContainer img.margintop {
	margin-top: 10px;
}


#ContentContainer div.two-thirds ul {
	margin: 0px 0px 15px 30px;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}

#ContentContainer div.service h3 a {
	font-weight: normal;
	color:#9C0;
	font-size: 100%;
	margin-bottom: 10px;
	margin-top: 30px;
}

div.service p img {
	float: left;
	width: 35px;
	height: 35px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}
/* STRUCTURE */

body {
	margin: 0px;
	padding: 0px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	line-height: 140%;
	font-size: 90%;
}

#FullWrapper {
	background: url(images/footer-sitemap-bg.jpg) bottom repeat-x;
	width: 100%;
}

#Wrapper {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
}

#MainHeader h1 {
	background: url(images/header.jpg) center no-repeat;
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	height: 100px;
	text-indent: -10000em;
}

#BannerText {
	width: 960px;
	height: 120px;
	text-indent: -10000px;
}

div.home-banner {
	background: url(images/hometext.png) no-repeat center;
}
div.portfolio-banner {
	background: url(images/portfoliotext.png) no-repeat center;
}
div.contact-banner {
	background: url(images/contacttext.png) no-repeat center;
}
div.about-banner {
	background: url(images/abouttext.png) no-repeat center;
}
div.services-banner {
	background: url(images/servicestext.png) no-repeat center;
}
div.news-banner {
	background: url(images/newstext.png) no-repeat center;
}

#ContentContainer {
	margin: 30px 0px 20px 0px;
	padding: 0px;
	text-align: left;
	float: left;
}



/* COLUMNS */

.third {
	width: 300px;
	margin-right: 30px;
	float: left;
}

.two-thirds {
	width: 630px;
	margin-right: 30px;
	float: left;
}

.last { 
	margin-right: 0px;
}

.bottom {
	margin-bottom: 0px;
}


/* FOOTER */


#FooterBar {
    width: 960px;
	min-height: 241px;
	margin: 0px auto;
	padding: 0px;
	color: #ccc;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}

.footerMenuBlock {
	float: left;
	width: 145px;
	padding: 20px 10px 10px 5px;
	text-align: left;
}

.footerMenuBlock h3 a {
	font-size: 120%;
	color:#ccc;
	font-weight: normal;
	text-decoration: none;
}

.footerMenuBlock h3 a:hover {
	text-decoration: none;
	border: none;
	color:#fff;
}

#FooterBar .footerMenuBlock ul {
	list-style: none;
	margin: 10px 0px 0px 0px;
	font-size: 95%;
}

#FooterBar .footerMenuBlock li a  {
	color: #e2e2e2;	
	text-decoration: none;
}

#FooterBar .footerMenuBlock li a:hover {
	border-bottom: 1px dotted #e2e2e2;
}

#Footer {
	width: 960px;
	height: 90px;
	background:url(images/footer-copyright.jpg);
	margin: 0px auto;
	padding: 0px;
}

#Footer div#FooterSocial {
	hei ght: 100%;
	width: 300px;
	margin: 0px 30px 0px 250px;
	padding: 30px 0px 0px 0px;
	float: left;
}

#Footer div#FooterSocial h4 {
	color: #FFF;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	font-family:Verdana, Geneva, sans-serif;
	float: left;
	margin-right: 20px;
}

#Footer div#FooterSocial ul {
	
}

#Footer div#FooterSocial ul li {
	display: inline;
	list-style-type: none;
}

#Footer div#FooterSocial ul li a {
	width: 32px;
	height: 32px;
	display: block;
	text-indent: -10000px;
	float: left;
	margin-right: 8px;
	border: none;
}

#Footer div#FooterSocial ul li a:hover {
	text-decoration: none;
}

#Footer div#FooterSocial ul li a.fb {
	background:url(images/facebook_32.png);
}
#Footer div#FooterSocial ul li a.tw {
	background:url(images/twitter_32.png);
}
#Footer div#FooterSocial ul li a.li {
	background:url(images/linkedin_32.png);
}
#Footer div#FooterSocial ul li a.rs {
	background:url(images/rss_32.png);
}


#Footer div#FooterRight {
	heig ht: 100%;
	width: 380px;
	float: left;
	padding: 14px 0px 0px 0px;
}

#Footer div#FooterRight p {
	color: #FFF;
	font-size: 80%;
	line-height: 120%;
	margin-bottom: 8px;
}


/* MENU ITEMS */

#MainNav {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
    left:340px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	float: right;
	height: 34px;
	line-height: 34px;
}

#MainNav ul {
	margin: 0px;
	padding: 0px;
}

#MainNav ul li {
	display: inline;
	list-style-type: none;
    margin: 0px;
	padding: 0px;
}

#MainNav ul a {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	color: #666;
	text-align: center;
	text-decoration: none;
	width: 89px;
}

#MainNav ul a.active {
	color: #fff;
	text-decoration: none;
	border: none;
	background:url(images/navactive.jpg) no-repeat;
}


#MainNav ul a:hover {
	text-decoration: none;
	border: none;
	color: #FFF;
	background:url(images/navhover.jpg) no-repeat;
}

#MainNav ul a {
	margin-left:3px;
}

/* MODULES */

.module {
	width: 300px;
	margin-bottom: 30px
}

.bottom {
	margin-bottom: 0px;
}

.module .module-head {
	width: 300px;
	height: 34px;
	background:url(images/module-header-bg.jpg);
}
#ContentContainer .module .module-head h3 {
	display: block;
	text-indent: -10000px;
	height: 34px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.module .module-head h3.latest-news {
	background: url(images/module-latest-h3.png);	
}
.module .module-head h3.hello {
	background: url(images/module-hello-h3.png);	
}
.module .module-head h3.testimonials {
	background: url(images/module-testimonials-h3.png);	
}
.module .module-head h3.recent {
	background: url(images/module-recent-h3.png);	
}
.module .module-head h3.more-info {
	background: url(images/module-moreinfo-h3.png);	
}
.module .module-head h3.what-see {
	background: url(images/module-wanttosee-h3.png);	
}
.module .module-head h3.categories {
	background: url(images/module-categories-h3.png);	
}
.module .module-head h3.tags {
	background: url(images/module-tags-h3.png);	
}
.module .module-head h3.newsarchive {
	background: url(images/module-newsarchive-h3.png);	
}

.module .module-body {
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	min-height: 150px;
	padding: 15px;
}

.module .no-min-height {
	min-height: 10px;
}

.module .portfolio-short {
	min-height: 50px;
}

.module .homenews {
	min-height: 190px;
}

#ContentContainer .module .tags a {
	font-weight: normal;
	color: #9C0;
}

#ContentContainer .module .sidebar ul {
	margin-left: 10px;
	list-style: none;
	border-top: 1px dashed #e5e5e5;
	width: 250px;
}

#ContentContainer .module .sidebar li {
	font-size: 90%;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 0px;
	border-bottom: 1px dashed #e5e5e5;
}

#ContentContainer .module .sidebar li a {
	font-size: 100%;
	color: #0099CB;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#ContentContainer .module .sidebar li a.active {
	font-size: 90%;
	color: #9C0;
	font-family: Arial, Helvetica, sans-serif;
}

#ContentContainer .module .sidebar li a:hover {
	color:#9C0;
	border: none;
}

/* CALLOUTS */

.callout {
	width: 300px;
	height: 100px;
	margin-bottom: 30px;
}

.newsletter-signup {
	background:url(images/callout-newsletter.jpg);
}

/* BUTTONS */

#ContentContainer a.button {
	width: 95px;
	height: 24px;
	display: block;
	text-indent: -10000px;
	border: none;
	clear: left;
}

#ContentContainer a.findoutmore {
	background: url(images/btn-findoutmore-off.jpg);
}

#ContentContainer a.findoutmore:hover {
	background: url(images/btn-findoutmore-on.jpg);
	text-decoration: none;
	border: none;
}

#ContentContainer a.visitportfolio {
	background: url(images/btn-visitportfolio-off.jpg);
}

#ContentContainer a.visitportfolio:hover {
	background: url(images/btn-visitportfolio-on.jpg);
	text-decoration: none;
	border: none;
}

#ContentContainer a.visitsite {
	background: url(images/btn-visitsite-off.jpg);
}

#ContentContainer a.visitsite:hover {
	background: url(images/btn-visitsite-on.jpg);
	text-decoration: none;
	border: none;
}
#ContentContainer a.readmore {
	background: url(images/btn-readmore-off.jpg);
}

#ContentContainer a.readmore:hover {
	background: url(images/btn-readmore-on.jpg);
	text-decoration: none;
	border: none;
}
/* FORMS */

#signup {
	padding: 40px 0px 0px 15px;
	color: #fff;
}

#signup .signup-textbox {
	padding: 4px;
	margin: 0px;
	border: none;
}

#signup .subbtn {
	margin: -9px 0px 0px 40px;
	background:#9C0;
	color:#FFF;
	border: 1px solid #fff;
}

#signup .subbtn:hover {
	background: #709700;
	cursor: pointer;
}

/* PORTFOLIO */

div.portfolio {
	width: 300px;;
}

#ContentContainer div.portfolio p {
	min-height: 90px;
	text-align: justify;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px;
	line-height: 1.6em;
	color: #666;
	font-size: 80%;
}

#ContentContainer div.portfolio img {
	border: 1px solid #e9e9e9;
	width: 300px;
}

div.port-button a {
	clear: both;
	display: block;
	margin: 0px 0px 50px 0px;
}




/* OTHER STUFF */

div.testimonial {
	font-size: 13px;
	line-height: 1.48em;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	min-height: 110px;
}

#ContentContainer div.testimonial p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	clear: both;
}

#ContentContainer img.recent {
	border: 3px solid #f0f0f0;
	margin-bottom: 20px;
	height: 103px;
	width: 260px;
}

#home-webdesign {
	width: 300px;
	height: 120px;
	margin: 20px 0px;
	display: block;
	text-indent: -10000px;
	background:url(images/home-webdesign.jpg);
}

#home-otherservices {
	width: 300px;
	height: 120px;
	margin: 20px 0px;
	display: block;
	text-indent: -10000px;
	background:url(images/home-otherservices.jpg);
}

/* IMAGE ALIGNMENT */
img.alignright {float:right; margin:0 0 1em 1em;}
img.alignleft {float:left; margin:0 1em 1em 0;}
img.aligncenter {display: block; margin-left: auto;}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* BLOG */

.post-edit-link {
	text-decoration: none;
	color: #999999;
	font-size: 10px;
	clear: both;
}

a.continue {
	width: 100%;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}

.post-seperator {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
	clear: both;
	min-height: 200px;
}	

.postDateLine {
	margin: 0px;
	padding: 0px;
	color:#999;
	font-size: 70%;
}

.newsArchiveList {
	list-style:none;
	color: #000;
}

.newsArchiveList li a {
	color: #000;	
}

.post img.postImg {
	width: 250px;
	height: 200px;
	background:none;
	float: left;
	margin: 0px 20px 10px 0px;
	padding: 5px 0px 0px 0px;
}

#ContentContainer .post h2.postH2 a {
	border: none;
	padding-bottom: 5px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 110%;
	line-height: 120%;
}

#ContentContainer .post a {
	font-weight: normal;
}


/* CONTACT FORM 7 STUFF */

.wpcf7-form p {
	font-weight: bold;
	color: #333;
	margin-top: 20px;
}

.wpcf7-form .textbox {
	padding: 3px 2px;
	font-size: 100%;
	border: 1px solid #999;
}

.wpcf7-form .textboxarea {
	padding: 3px 2px;
	font-size: 100%;
	border: 1px solid #999;
	width: 400px;
	height: 175px;
	font-family:Arial, Helvetica, sans-serif;
}

.wpcf7-form .submitbtn {
	background: #9c0;
	border: 1px solid #f0f0f0;
	padding: 4px 7px;
	color: #FFF;
	font-weight: bold;
	font-size: 100%;
}

.wpcf7-form .submitbtn:hover {
	background: #709700;
	cursor: pointer;
}

.wpcf7-not-valid-tip, .wpcf7-not-valid-tip-no-ajax {
	color: #F00;	
	font-size: 10px;
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #d90000;
	border: 1px solid #d90000;
	color:#FFF;
	font-size: 13px;
	width: 220px;
	padding: 1px 5px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10px;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}

/* DESIGN PROCESS ACCORDIAN */
/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	background:#fff;
	width: 90%;
	border:1px solid #a2a2a2;	
	-background:#666;
	margin: 20px auto;
}

/* accordion header */
#accordion h3 {
	background:#f6f6f6;
	margin:0;
	padding:8px 12px;
	font-weight:bold;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer;	
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* currently active header */
#accordion h3.current {
	cursor:default;
	background-color:#666;
	color: #fff;
}

#accordion h3:hover {
	color: #fff;
	background: #898989;
}

/* accordion pane */
#accordion .pane {
	border:1px solid #fff;
	border-width:0 2px;
	display:none;
	height:120px;
	padding:15px;
	font-size:75%;
	line-height: 1.6em;
}

/* TESTIMONIALS */

#ContentContainer .TestimonialFull {
	border-top: 1px dotted #CCC;
	margin: 10px 0px 10px 0px;
	padding: 20px 0px 20px 0px;	
	clear: both;
	width: 100%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#ContentContainer .Tfirst {
	border-top: none; 	
	margin-top: 0px;
	padding-top: 10px;
}

#ContentContainer .TestimonialFull .TContent {
	margin: 0px;
	padding: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#ContentContainer .TestimonialFull .TContent p {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#ContentContainer .TestimonialFull .TAuthor {
	color: #000;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

/* BREADCRUMBS */

#breadcrumbs {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
	clear: both;
}

#breadcrumbs strong {
	font-size: 100%;
	font-weight: bold;
	color: #666;
	margin: 0px 3px;
}

#breadcrumbs a {
	color:#9c0;
	margin: 0px 3px;
}

/* SEARCH */

div.hsearch {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f0f0f0;
}

/* OTHER STUFF */

/* Case Study Images */

.CaseStudyImages {
	margin: 20px 0px 45px 30px;
	padding: 0px;
	height: 170px;
	width: 550px;
	clear: both;
	text-align: center;
	font-weight: bolder;
}

.CaseStudyImage {
	height: 170px;
	width: 170px;
	float: left;
	border: 1px solid #000;	
	margin-bottom: 10px;
	margin-right: 11px;
	
}

.CaseStudyImages .Image1MRBa {
	background:  url(images/casestudies/mrb/oldsite.jpg) no-repeat center;
	
}

.CaseStudyImages .Image2MRBa {
	background:  url(images/casestudies/mrb/oldlogo.jpg) no-repeat center;
}

.CaseStudyImages .Image3MRBa {
	background:  url(images/casestudies/mrb/oldbus.jpg) no-repeat center;
}

.CaseStudyImages .Image1MRBb {
	background:  url(images/casestudies/mrb/newsite.jpg) no-repeat center;
}

.CaseStudyImages .Image2MRBb {
	background:  url(images/casestudies/mrb/newlogo.jpg) no-repeat center;
}

.CaseStudyImages .Image3MRBb {
	background:  url(images/casestudies/mrb/newbus.jpg) no-repeat center;
}
