/** konch CSS **/
/** Iain McConchie 2010 **/


/** base resetter **/
body, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td {
  margin: 0;
  padding: 0;
}

ul, li {list-style: none;}

fieldset, img {
  border: 0;
}

img {vertical-align: bottom;}

html {
 	position: absolute;
 	top:0;
 	left:0;
 	bottom: 0;
 	height: 100%;  	
 	overflow-y: scroll;
}

body {
	position: absolute;
 	top:0;
 	left:0; 	
 	margin-left: 10px;
	background: rgb(255,255,255) url(../img/background.jpg) fixed no-repeat;
	color: rgb(100,100,100);
	font: 10px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1;
	margin-bottom: -10px;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {font-weight: normal;}

h1 {font-size:2em}
h2 {
	font-size:2.2em;
	line-height:1.4em;
	margin-bottom: 50px;
	color:rgb(35,35,35);
}
h3 {font-size:1.4em}
h4 {font-size:1.2em}
h5 {font-size:1.6em}

p {font-size: 1.2em;}

blockquote {font-style: italic; padding-top:10px; border-top: 1px dotted rgb(130,130,130)}

a:link {	color: rgb(35,35,35);
			text-decoration: none;
			-moz-transition: background-color 0.5s ease-out;
			-webkit-transition: background-color 0.5s ease-out;
			-o-transition: background-color 0.5s ease-out;
			transition: background-color 0.5s ease-out;
		}
		
a:visited {text-decoration: none;}

a:hover {
	text-decoration: none;
	background: rgb(174,0,0);
	background: rgba(200,0,0,0.8);
	color:rgb(29,7,7);
}

a:focus {text-decoration: none;}
a:focus,:focus {background: rgb(174,0,0); background: rgba(200,0,0,0.8);outline: none;}
a:active {outline: none;}

#aSide {
	position: fixed;
	background: rgb(37,189,226) url('../img/stripe.png') no-repeat;
	background: rgba(37,189,226, 0.9) url('../img/stripe.png') no-repeat;
	left: 0;
	top:0;
	bottom:0;
	width:10px;

}

#hireMe {
	position: fixed;
	background:url('../img/fade.png') no-repeat;
	left: 0;
	top:0;
	width: 960px;
	z-index: 20px;
	height:100px;
	padding: 15px 0 0 25px;
}

#leftColumn {
	position: fixed;
	padding:20px 0 0 25px;
	left: 0;
	top:35px;
	font-size:1.2em;
	line-height: 1.4em;
	width: 250px;
	z-index: 5px;	
}


#hireMe p, a.visit {
	text-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:5px 10px;	
	background:rgb(35,35,35);
	background:rgba(35,35,35,0.8);
	color:rgb(255,255,255);
	text-align: center;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#hireMe p:hover, a.visit:hover {
	color:rgb(255,255,255);
}

#hireMe p a{
	color:rgb(255,255,255);
}

#hireMe p:hover a{
	color:rgb(255,255,255);
}

#logo a{
	background: url('../img/konch_logo.png') 0 0 no-repeat;
	display: block;
	text-indent: 570px;
	overflow: hidden;
	width:220px;
	height:60px;
		
}

#logo a.logo:hover, #logo a.logo .hover{
	background: url('../img/konch_logo.png') 0 -60px no-repeat;	
}


#navigation {
	margin:60px 0 0 0;
	width:220px;
}

#navigation ul li{
	margin: 10px 0 0 0px;
}

#navigation ul li a{
	font-family: "museo-slab-1","museo-slab-2", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.4em;
	color: rgb(35,35,35);
	margin-left: -5px;
	margin-right: 5px;
	padding:5px;
	display: block;
	background: rgba(200,0,0,0);
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
		
}

#navigation ul li a#currentpage{
	background: rgb(26,176,35);
	background: rgba(26,176,35, 0.8);
	margin-left: 10px;	
	-webkit-animation-name: highlight;
	-webkit-animation-duration: 0.8s;	
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in-out;
}

@-webkit-keyframes highlight {
	from {
		margin-left:0px;
	}
	75% {
		margin-left:15px;
		
	}
	to {
		margin-left:10px;
		
	}
}

#navigation ul li a:hover{
	background: rgba(200,0,0,0.8);
	color: rgb(35,35,35);
	margin-left: 0px;
	margin-right: 0px;
}

#footer {
	margin-top: 50px;
}

#footer p{
	font-size: 1em;
	line-height: 1.2em;
}

#rightColumn {
	width:702px;	
	padding: 160px 0 30px 260px;
	background: url(../img/stroke.png) fixed 15px 105px no-repeat;
}

#heyThere {
	font-size:2.2em;
	line-height:1.4em;
	margin: 15px 0 50px 0;
}

#thumbsLeft, #thumbsRight{
	float:left;
}

#thumbsLeft{
	margin-right: 40px;
}

#thumbsLeft .client, #thumbsRight .client{
	margin-bottom: 40px;
}

.client img {
	padding:10px;
}

.client a {
	display: block;
}

.client h5 {
	text-align: center;
	padding: 15px 0;		
}

h2#desc {
	font-family: "museo-slab-1","museo-slab-2", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:2.8em;
	line-height:2em;
	color:rgb(35,35,35);
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 0px;
	float:left;
}

a.visit  {
	float:left;
	line-height:2em;
	font-size:1em;
	padding: 0 10px;
	margin:1.7em 20px 0 20px;
	text-transform: uppercase;
	color:rgb(255,255,255);
	text-shadow: none;
	background: rgb(100,100,100);
	background:rgba(35,35,35,0.3);
}

a.visit:hover {
	background: rgb(174,0,0);
	background: rgba(200,0,0,0.8);
}

#rightColumn p {
	font-size: 1.4em;
	line-height: 1.6em;
	margin-bottom: 1.5em;

}

.slider{
	border:1px solid rgb(230,230,230);
	border:1px solid rgba(35,35,35,0.4);
}

#controlsHolder{
	text-align: center;
	margin-bottom: 25px;
	border-bottom: 1px solid rgb(100,100,100);
	border-bottom: 1px solid rgba(35,35,35, 0.5);

}

#controls {
	/* background: red; */
	padding: 15px 0px;
	border-bottom: 1px solid rgb(255,255,255);
	border-bottom: 1px solid rgba(255,255,255, 0.8);	
}

#controls ol{
	
}

#controls li {
	float:left;
	margin:0 5px 0 0;
}

#controls li a{
	display: block;
	width:12px;
	height:12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background:rgb(230,230,230);
	background:rgba(0,0,0,0.3);
	text-indent: -50px;
	overflow: hidden;
}

#controls li a:hover{
	background:rgb(174,0,0);
	background:rgba(174,0,0,0.9);
}

#controls li.current a{
	display: block;
	background:rgb(35,35,35);
	background:rgba(0,0,0,0.9);
}

#rightColumn p a {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:1px 10px;
	background:rgb(35,35,35);
	background:rgba(35,35,35,0.5);
	color:rgb(255,255,255);
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	white-space: nowrap;
}

#rightColumn p a:hover {
	background: rgb(174,0,0);
	background: rgba(200,0,0,0.8);
	color:rgb(255,255,255);
}


/* Clearfix */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

* html .clearfix {height: 1%;}
*:first-child+html .clearfix {min-height: 1px;}
