/*  
Theme Name: Lunamedia 2010
Theme URI: http://www.lunamedia.co.uk
Description: It's all about me, me, me
Version: 4.0
Author: Lunamedia
Author URI: http://www.lunamedia.co.uk
*/

/* Layout */

@import url('reset.css');
@import url('text.css');




/* Global Styling */

html{
	background: url(images/minty2.jpg) repeat fixed; 
}

body:before {  content: ""; position: fixed; top: -10px; left: 0; width: 100%; height: 10px;  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8); -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8); box-shadow: 0px 0px 10px rgba(0,0,0,.8);  z-index: 100; }

body{
	width: 980px;
	margin: 0 auto;
}

#wrap{
	float: right;
	width: 980px;
	font-size: 1.3em;
	line-height: 1.6em;
	color: #343434;
	background: url(images/brush.png) no-repeat top center;
}

/* Links and lists */

a:link, a:visited{
	text-decoration: none;
	color: #0c6568;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

a:hover, a:focus, a:active{
	color: #000;
}

a:active{
	outline: none;
}

a img {
	border: none;
}

p a:link, p a:visited{
	font-weight: bold;
}

li{
	list-style-type: none;
}

#navigation a:hover, #navigation a:focus, #navigation a:active{
	text-decoration: none;
	color: #1a8084;
}


/* Branding */

a#logo{
	display: block;
	position: relative;
	top: 55px;
	width: 140px;
	height: 70px;
	text-indent: -9999px;
	background: url(images/logo2012.png) no-repeat 0 0;
}

a#logo:hover{
	background: url(images/logo2012.png) no-repeat 0 -70px;
}


/* Content */

#content{
	float: right;
	width: 790px;
	margin-top: 115px;
	padding-top: 25px;
}

p img {
	padding: 0;
	max-width: 100%;
}


/* Sidebar */

#sidebar{
  position: fixed;
  top: 0;
  width: 140px;
}


#branding{
	float: left;
	width: 140px;
	height: 124px;
}

#contact-details{
	float: left;
	width: 140px;
	padding-top: 25px;
	font-size: 13px;
}

#contact-details a{
	position: relative;
	top: -8px;
	color: #4b4b4b;
}

#navigation{
	float: left;
	width: 140px;
	margin-top: 18px;
}

#navigation li{
	margin-bottom: 10px;
}

#navigation a{
	font-family:"Avalon Bold", 'Avant Garde', 'Century Gothic', 'Apple Gothic', Verdana, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;  
	font-size: 16px;
	color: #4b4b4b;
	text-shadow: 1px 1px 1px #fafafa;
}

#navigation a:hover{
	text-decoration: none;
	color: #1a8084;
}

#reading, #available{
	float: left;
    margin-top: 18px;
    padding-top: 18px;
    width: 140px
	padding-top: 25px;
	background: url(images/border-sidebar2.png) repeat-x top left;
}

#available h4{
	margin-bottom: 10px;
}

#available-date{
	display: block;
	margin-top: 10px;
	font-weight: bold;
}

/* Footer */

#footer{
	float: right;
	width: 790px;
	margin-top: 7px;
	margin-bottom: 20px;
}

#worksheet{
	float: left;
	width: 70px;
	margin-bottom: 50px;
}

#footer-project{
	float: left;
	width: 380px;
	margin-left: 10px;
}

#footer-project h3{
	margin-bottom: 10px;
}

#footer-vcard{
	float: left;
	width: 243px;
	margin-left: 87px;
	color: #6b8484;
}

#copyright{
	/* float: left;
	width: 710px;
	margin-left: 80px; */
	margin-top: 17px;
}

.vcard span#vcard-download img{
	position: relative;
	top: 5px;
	margin-left: 5px;
}

.vcard span#vcard-download{
	position: relative;
	top: 10px;
}

.vcard span#contacts{
	position: relative;
	top: 8px;
}



/* Frontpage Styling */


/* Intro */

.front-section{
	margin-top: 112px;
}

#front-intro{
	float: left;
	width: 100%;
}

#snapshot{
	float: left;
	width: 56px;
	margin-bottom: 50px;
}

.front-intro-block{
	float: left;
	width: 335px;
	margin-left: 25px;
}


/* Front portfolio */

#front-portfolio{
	float: left;
	width: 100%;
	height: 500px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	overflow: hidden;
}

.front-slideshow-item{
	height: 460px;
	background: transparent;
}

.front-slideshow-item .front-full-shot{
	float: left;
	margin-right: 25px;
}

.front-slideshow-item h3{
	float: left;
}

.front-slideshow-item p{
	float: left;
	width: 305px;
}

.client-quote{
	float: left;
	width: 305px;
}

.front-slideshow-item .visit-site{
	position: absolute;
	bottom:0;
	right: 0;
}

#front-controls{
	float: right;
	width: 66px;
	margin-top: -36px;
}

#front-controls a{
	float: left;
	width: 28px;
	margin-left: 5px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity: 0.7;
}

#front-controls a:hover{
	opacity: 1;
}

a.visit-site{
	opacity: 0.7;
	-webkit-transition: background-color 0.2s linear; 
	-moz-transition: background-color 0.2s linear; 
	-o-transition: background-color 0.2s linear; 
	transition: background-color 0.2s linear;
	background: #fff;
	padding:0.3em 0.7em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
}

a.visit-site:hover{
	opacity: 0.7;
	color: #fff;	
	background: #0c6568;
	cursor: pointer;
	text-decoration: none;
}


/* Front Services */

#services{
	float: left;
	width: 790px;
}

#services p{
	float: left;
	clear: left;
	width: 435px;
	margin-right: 30px;
	margin-bottom: 20px;
}


/* Front blah blah blah */

#latest{
	float: left;
	width: 790px;
}

.blah{
	float: left;
	width: 243px;	
	margin: 0 30px 0 0;
}

.blah.third{
	margin: 0 0 15px 0;
}

.blah-thumbnail{
	float: left;
	width: 56px;
}

.blah-thumbnail img{
	padding: 6px;
	background: rgba(255,255,255,.4);
	border: 1px solid #cccdcb; 
}

.blah-detail{
	float: left;
	width: 233px;
}

.blah-title{
	margin-bottom: 5px;
	line-height: 1.2em;
}

.blah-date{
	font-size: 13px;
	color: #6b8484;
}

.blah-entry{
	font-size:13px;
}

body.blog .blah{
	margin-bottom: 40px;
}

body.blog .blah-title{
	margin-bottom: 0;
}

body.blog .blah-thumbnail{
	width: 243px;
	margin-bottom: 10px;
}

body.blog .blah-detail{
	width: 243px;
}

body.blog .blah-date, body.blog .blah-entry{
	font-size: 13px;
}



/* Work Page Styling */

.portfolio-item{
	float: left;
	width: 100%;
	margin-bottom: 80px;
}

.front-full-shot{
	float: left;
	margin-right: 25px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.8);
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.8);
	background: transparent;
}


#portfolio-proconnect a#pcm-screeny{
	float: left;
	margin-right: 25px;
	width: 460px;
	height: 460px;
	background: url(images/grabs/proconnect-iphone.png) no-repeat top left;
}

.portfolio-item h3{
	float: left;
}

.portfolio-item p{
	float: left;
	width: 305px;
}

.portfolio-item .client-quote{
	float: left;
	width: 305px;
}

.portfolio-item .visit-site{
	float: right;
	margin: 20px 0;
}


/* Services Page styling */

.service{
	float: left;
	clear: left;
	width: 355px;
	margin-bottom; 40px;
}

.service-alt{
	float: left;
	width: 355px;
	margin-left: 60px;
	margin-bottom; 40px;
}

.service-wide{
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.service-icon{
	float: left;
	width: 70px;
	margin-right: 10px;
}

.service p, .service-alt p{
	float: right;
	width: 275px;
}

/* Contact Page */

.contact-leftcol{
	float: left;
	width: 435px;
}

body.page-template-page-contact-php #content h2{
	margin-bottom: 10px;
}

.contact-download{
	float: left;
	width: 70px;
}

.contact-text{
	float: left;
	width: 315px;
	margin: 0 40px 0 10px;
}

#contact-form{
	float: left;
	width: 315px;
}

div.wpcf7{
	width: 315px;
}

textarea.form-field{
	margin: 2px 0 0;
}

input.wpcf7-submit{
	opacity: 0.7;
	-webkit-transition: all 0.2s linear; 
	-moz-transition: all 0.2s linear; 
	-o-transition: all 0.2s linear; 
	transition: all 0.2s linear;
	background: #fff;
	padding:0.3em 0.7em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
}

input.wpcf7-submit:hover{
	opacity: 0.7;
	color: #fff;	
	background: #0c6568;
	cursor: pointer;
	text-decoration: none;
} 

input, textarea{
	color: #0c6568;
	padding: 5px;
	border: 1px solid #caccc6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font: normal 12px "Helvetica Neue",Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
}


div.wpcf7 span.wpcf7-not-valid-tip-no-ajax  {
	display: inline-block;
	margin-top: 3px; 
	padding: 3px;
	font-size: 12px;
	background: url(images/blue-trans.png);
	background: rgba(12,101,104,0.4);
	color: #fff;
	border: 1px solid #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.wpcf7 div.wpcf7-response-output {
	margin:2em 0 1em;
	padding: 3px 5px;
}

div.wpcf7 div.wpcf7-validation-errors, div.wpcf7 div.wpcf7-mail-sent-ok{
	font-size: 12px;
	background: url(images/turquoise-trans.png);
	background: rgba(12,101,104,0.8);
	color: #fff;
	border: 1px solid #aaa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#worksheet a img, .contact-download a img, #services a img, .service a img, .service-alt a img, .service-wide a img{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity: 0.7;
}

#worksheet a:hover img, .contact-download a:hover img, #services a:hover img, .service a:hover img, .service-alt a:hover img, .service-wide a:hover img{
	opacity: 1;
}

#social-links{
	float: left;
	width: 460px;
}

#social-links a img{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity: 0.7;
}

#social-links a:hover img{
	opacity: 1;
}

#social-links span{
	margin-right: 10px;
}


/* Blog and Archive */

/* Posts */

.post{
	float: left;
	clear: left;
}

.postmetadata{
	color: #6b8484;
}

.entry ul, .entry ol{
	margin-left: 20px;
}

.entry ul.disc-list li{
	list-style-type: disc;
}

body.single-post #content{
	width: 650px;
	padding-right: 140px;
}

body.single-post .post h2, body.single-post .post h3{
	margin-top: 40px;
}

body.single-post #footer{
	position: relative;
	left: 140px;
}

/* Images */

.thumbnail{
	padding: 6px;
	background: #d5dad3;
	background: rgba(255,255,255,.4);
	border: 1px solid #cccdcb;
}

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
	background: #d5dad3;
	background: rgba(255,255,255,.4);
}

img.alignright {
	margin: 0 0 5px 10px;
	display: inline;
	padding: 6px;
	background: #d5dad3;
	background: rgba(255,255,255,.4);
}

img.alignleft {
	margin: 0 10px 5px 0;
	display: inline;
	padding: 6px;
	background: #d5dad3;
	background: rgba(255,255,255,.4);
}

.alignright {
	float: right;
	padding: 6px;
	background: #d5dad3;
	background: rgba(255,255,255,.4);
}

.alignleft {
	float: left
	padding: 6px;
	background: #d5dad3;
	background: rgba(255,255,255,.4);
}

.alignleft.paginate,.alignright.paginate{
	padding: 0;
	background: none;
	border: none;
}

.gallery-item img{
	border: none;
}

/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption{
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text{
	width: 90%;
}

.entry form {
	text-align:left;
}


/* Begin Comments */

#respond{
	padding-top: 20px;
}

#respond 

ul.commentlist {
	margin: 20px 0;
	padding:0;
}

ul.commentlist li {
	margin:0px;
	padding:10px 10px 20px 74px;
	position:relative;
	list-style:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 5px #ccc;
	-moz-box-shadow: 1px 1px 5px #ccc;
	box-shadow: 1px 1px 5px #ccc;
}

ul.commentlist li cite.fn{
	margin-bottom: 10px;
	text-align: left;
	font-size: 1.2em;
}

ul.commentlist .avatar {
	position:absolute;
	top:10px;
	left:10px;
	padding: 6px;
	background: #d5dad3;
	background: rgba(255,255,255,.4);
	border: 1px solid #cccdcb;
}

ul.commentlist .commentmetadata {
	display: none;
}

ul.commentlist ul  {
	margin: 20px 0px 20px 0px;
	padding: 0;
}

ul.commentlist ul li {
	border:none;
	overflow: auto;
	padding-bottom: 10px;
}

ul.commentlist li.even{
	margin-top: 20px;
	background: #d5dad3;
	background: rgba(255,255,255,.2);
}

ul.commentlist li.odd{
	margin-top: 20px;
	background: rgba(255,255,255,.2);
}

ul.commentlist li.bypostauthor{
	background: rgba(255,255,255,.6);
}

ul.commentlist li.bypostauthor .avatar{
	background: #fff;
}

.says{
	display: none;
}

#commentform p{
	clear: left;
	padding-bottom: 10px;
}

#commentform label{
	float: left;
	clear: left;
	width: 150px;
	margin-right: 10px;
}

#commentform input{
	width: 200px;
}

#commentform input#submit-comment{
	width: 120px;
	margin-left: 160px;
}


.comment-item{
	float: left;
	clear: left;
}

#submit, #submit-comment{
	opacity: 0.7;
	-webkit-transition: all 0.2s linear; 
	-moz-transition: all 0.2s linear; 
	-o-transition: all 0.2s linear; 
	transition: all 0.2s linear;
	background: #fff;
	padding:0.3em 0.7em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:none;
	font-weight: bold;
}

#submit:hover, #submit-comment:hover{
	opacity: 0.7;
	color: #fff;	
	background: #0c6568;
	cursor: pointer;
	text-decoration: none;
}



/* Various tags and classes */

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	text-align: center;
	background: url(images/quote.png) no-repeat top left;
}

blockquote p{
	line-height: 1.75em;
}

body.single blockquote{
	width: 670px;
	padding: 10px 60px;
	text-align: left;
	font: italic 1em Georgia, serif;
}

.border{
	padding-top: 25px;
}

.border-sidebar{
	padding-top: 25px;
	background: url(images/border-sidebar2.png) repeat-x top left;
}

.border-rocket{
	padding-top: 25px;
	background: url(images/rocket.png) no-repeat top left;
}

cite {
	margin: 5px 0 0;
	display: block;
	text-align: center;
	font-style: normal;
}

body.single cite{
	text-align: right;
}

.center {
	text-align: center;
}

.clearleft{
	float: left;
	clear: left;
}

.gallery img{
	border: 0px;
}

.highlight{
	color: #1a8084;
}

.pagination{
	float: left;
	clear: left;
	width: 100%;
}

/* Typekit */

.wf-loading h1, .wf-loading h2, .wf-loading h3{
	visibility: hidden;
}




