/*
Theme Name: jameskoster
Theme URI: http://jameskoster.co.uk/
Description: WordPress theme designed and developed by jameskoster.co.uk.
Version: 1.0
Author: James Koster
Author URI: http://jigowatt.co.uk/
Tags: jameskoster, blueprint
*/

body {
background:url(images/body.gif) #FEFEFF;
font-family:"museo-sans-1","museo-sans-2", "Helvetica", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
outline:none;
}

.top {
background:url(images/header.jpg) top repeat-x;
margin-bottom:20px;
}

th, td {
vertical-align:top;
padding:5px;
}

.cv table {
font-size:80%;
width:100%;
margin-bottom:30px;
}

.cv table th {
width:20%;
color:#333;
}

.cv table td, .cv table th {
border-bottom:1px dotted #ccc;
padding:10px 0;
} 

.content {
padding-top:40px;
padding-bottom:40px;
}

.twitter a.followme {
display:block;
width:31px;
height:30px;
text-indent:-9999px;
background:url(images/twitter-link.gif) bottom no-repeat;
position:absolute;
bottom:40px;
right:70px;
}

.twitter a.followme:hover {
background-position:top;
}

.twitter a.followme span {
position:relative;
display:block;
}

.twitter a.followme span img {
display:none;
}

.twitter a.followme:hover span img {
position:absolute;
display:block;
right:-85px;
top:-45px;
}

.nav ul {
float:right;
margin-top:5px;
}

.nav ul li {
float:left;
list-style:none;
margin:0 0 0 20px;
}

.nav ul li a {
color:#ECE7D6;
text-shadow:1px 1px #000;
}

.nav ul li a:hover {
color:#fff;
}

.archive h4.subheader {
float:right;
}

.header {
height:80px;
padding-top:20px;
}

.footer {
clear:both;
}

.description {
text-align:right;
}

.description p, h4.subheader, .pn {
font-size:.57em;
text-transform:uppercase;
color:#32312D;
}

.project-details p {
font-size:75%;
}

.pn {
text-align:center;
color:#666;
}

.prev, .next {
padding-top:20px;
}

.pagetitle {
margin-bottom:40px;
}

.intro {
font-family:Helvetica, Arial, sans-serif;
padding-right:200px;
letter-spacing:-1px;
font-size:2.4em;
font-weight:bold;
color:#fff;
text-shadow:1px 1px rgba(0,0,0,0.3);
}

h4.subheader {
text-shadow:1px 1px #fff;
font-weight:bold;
padding-top:25px;
}

.project-details h4.subheader {
margin-top:-40px;
margin-bottom:20px;
}

.project-details h4.subheader a {
padding:4px 8px;
background:#fff;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
-moz-box-shadow:0 1px 2px rgba(0,0,0,0.2);
-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2);
box-shadow:0 1px 2px rgba(0,0,0,0.2);
}

.project-details h4.subheader a:active {
-moz-box-shadow:0 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);
box-shadow:0 1px 1px rgba(0,0,0,0.1);
}

a:active {
position:relative;
top:1px;
}


.thumb img {
max-width:550px;
-moz-box-shadow:0 1px 2px rgba(0,0,0,0.3);
height:auto;
}

.deliverables label {
display:block;
}

.tab_content input[type=text] {
width:97%;
}
 .tab_content textarea {
 width:97%;
 height:100px;
 font-family:Helvetica, Arial, sans-serif;
 font-size:12px;
 }
 
.tab_content label {
font-size:80%;
}

.wpcf7-list-item label {
font-weight:normal;
}

input[type=text], textarea {
background:#fff;
padding:5px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
border:1px dashed rgba(0,0,0,0.1);
}

.latest ul {
margin:0 0 30px;
padding:0;
}

.latest ul li {
padding-lefT:0;
margin-left:0;
list-style:none;
float:left;
}

.description {
padding-top:155px;
}

.header .logo {
height:225px;
position:relative;
}

.logo img {
position:absolute;
left:0;
top:114px;
}

span.amp {
  font-family: Baskerville, Constantia, Palatino, "Book Antiqua", serif;
  font-style: italic;
  font-weight:normal;
  color:#B2A9A2;
  }


.speech {
	position:relative;
	padding:15px 20px;
	margin:1em 0 3em;
	background:#fff; /* default background for browsers without gradient support */
	font-size:80%;
	color:#999;
	font-family:Helvetica, Arial, sans-serif;
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.prev a, .next a {
display:block;
height:42px;
width:43px;
text-indent:-9999px;
margin:50% auto 0;
}

h4.subheader a {
color:#32312D;
text-shadow:none;
}

.prev a {
background:url(images/icons/prev-trans.png) top no-repeat;
}

.prev a:hover {
background-position:bottom;
}

.next a {
background:url(images/icons/next-trans.png) top no-repeat;
}
.next a:hover {
background-position:bottom;
}

.prev, .next {
text-align:center;
}



/* creates triangle */
.speech:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-40px; /* value = - border-top-width - border-bottom-width */
	left:110px; /* controls horizontal position */
	width:0;
	height:0;
	border-width:20px 20px 20px 0px; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#fff transparent transparent; 
}

p.intro {
margin-bottom:0;
}

.content .span-20 {
padding:20px 0;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #E5DAC3;
	border-left: 1px solid #E5DAC3;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #E5DAC3;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	font-size:12px;
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
	background:#FDFCFB;
}
ul.tabs li a:hover {
	background: #FDFCFB;
}	
html ul.tabs li.active, html ul.tabs li.active a  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #E5DAC3;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: url(images/tab.jpg) bottom no-repeat #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	margin-bottom:20px;
}
.tab_content {
	padding: 20px;
	
}

a {
color:#0C4D72;
text-decoration:none;
}

ul.social li {
padding:10px 0;
margin:0;
list-style:none;
}

ul.social {
margin:0;
padding:0;
}

ul.social li a {
padding:10px 10px 10px 40px;
}

ul.social li.facebook a {
background:url(images/icons/facebook.png) left no-repeat;
} 

ul.social li.lastfm a {
background:url(images/icons/lastfm.png) left no-repeat;
} 

ul.social li.stwitter a {
background:url(images/icons/twitter.png) left no-repeat;
}

ul.social li.facebook a:hover, ul.social li.lastfm a:hover, ul.social li.stwitter a:hover {
padding-left:45px;
}

.link a, input[type=submit] {
padding:8px 14px;
background:#7E2831;
border-bottom:1px solid rgba(0, 0, 0, 0.5);
color:#fff;
font-weight:bold;
text-decoration:none;

background-image: -moz-linear-gradient(top, #7E2831, #5c0620); /* FF3.6 */
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7E2831),color-stop(1, #5c0620)); /* Saf4+, Chrome */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#7E2831', EndColorStr='#5c0620'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7E2831', EndColorStr='#5c0620')"; /* IE8 */
text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
-moz-border-radius:25px;
-webkit-border-radius:25px;
border-radius:25px;
cursor:pointer;
border-top:none;
border-right:none;
border-left:none;
font-family:Arial, Helvetica, sans-serif;
font-size:inherit;
}

.link a.green {
background:#879615;
background-image: -moz-linear-gradient(top, #879615, #435201); /* FF3.6 */
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #879615),color-stop(1, #435201)); /* Saf4+, Chrome */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#879615', EndColorStr='#435201'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#879615', EndColorStr='#435201')"; /* IE8 */
}

.link a.green:hover {
background:#879615;
background-image: -moz-linear-gradient(top, #a9b837, #435201); /* FF3.6 */
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #a9b837),color-stop(1, #435201)); /* Saf4+, Chrome */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#a9b837', EndColorStr='#435201'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#a9b837', EndColorStr='#435201')"; /* IE8 */
}


.link a:hover, input[type=submit]:hover {

background-image: -moz-linear-gradient(top, #9f4a43, #5c0620); /* FF3.6 */
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #9f4a43),color-stop(1, #5c0620)); /* Saf4+, Chrome */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#9f4a43', EndColorStr='#5c0620'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#9f4a43', EndColorStr='#5c0620')"; /* IE8 */

}

.link a:active, input[type=submit]:active {
position:relative;
top:1px;
}



blockquote {
padding:0;
margin-left:0;
margin-right:0;
color:#993300;
font-family: "felt-tip-roman-1","felt-tip-roman-2";
}

.twitter {
background:url(images/twitter.gif) 20px 0 no-repeat;
height:280px;
font-family: "felt-tip-roman-1","felt-tip-roman-2", Comic Sans, sans-serif;
color:#111;
position:relative;
}

.hpcontent {
padding-top:50px;
}

.twitter .tweet {
padding:70px 80px 0 70px;
text-shadow:1px 1px rgba(255,255,255,0.3);
font-size:110%;
position:relative;
}

.twitter .tweet a {
text-shadow:1px 1px rgba(255,255,255,0.3);
}

ul.posts {
margin:0;
}

.footer ul {
margin-left:0;
}

.footer li {
list-style:none;
}

.footer h4 {
margin-bottom:10px;
}

ul.posts li {
position:relative;
height:158px;
padding:5px;
width:300px;
overflow:hidden;
float:left;
margin-right:10px;
margin-bottom:10px;
background:#fff;
border-bottom:5px solid #fff;
-moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);
-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);
-khtml-box-shadow:0 1px 1px rgba(0,0,0,0.2);
-o-box-shadow:0 1px 1px rgba(0,0,0,0.2);
box-shadow:0 1px 1px rgba(0,0,0,0.2);

-moz-border-radius:5px;
-webkit-border-radius:5px;
-o-border-radius:5px;
-khtml-border-radius:5px;
border-radius:5px;
}

ul.posts li a {
position:absolute;
top:5px;
left:5px;
display:block;
height:98px;
width:300px;
background:rgba(255,255,255,0.9);
text-align:center;
color:#000;
padding-top:65px;
text-shadow:none;
font-family: "hellenic-wide-1","hellenic-wide-2", Arial, sans-serif;
}

ul.posts li:nth-child(3n) {
margin-right:0;
}

.introcopy {
font-size:75%;
}

.hppostsbg {
margin:20px 0 60px 0;
background:url(images/postsbg.gif) top no-repeat;
padding:13px 0;
}


.hppostsbg .container {
position:relative;
}

.hppostsbg .container h3.someofmywork {
width:127px;
height:18px;
text-indent:-9999px;
position:absolute;
top:-40px;
left:40px;
background:url(images/someofmywork.png);
}

.nav {
font-family: "hellenic-wide-1","hellenic-wide-2", Arial, sans-serif;
}

.footer {
background:url(images/footer-trans.png) top repeat-x;
font-size:75%;
padding-bottom:20px;
padding-top:40px;
}

.footer .connect {
margin:0;
padding:0;
}

.footer .connect li {
float:left;
list-style:none;
margin:0 15px 0 0;
}

.footer p {
margin-bottom:5px;
}

.flogo {
}

.flogo h3 {
margin-top:-20px;
}

.flogo h3 a {
width:228px;
display:block;
text-align:left;
height:55px;
text-indent:-9999px;
background:url(images/footerlogo-trans.png) top no-repeat;
}

.flogo h3 a:hover {
background-position:bottom;
}
