/* colours used:
white: #FFFFFF;
yellow: #C69A43;
body text: #000000;
background:#AD8334; ?????
*/

/* gets rid of the default browsing margin and padding */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
	padding:0;
}

body{
	
	color:#333333;
	font: normal 12px/16px "helvetica neue", helvetica, arial, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

img{
	border:0;
}


/* typography */

p{
	margin:12px 0 0 0;
}

h1,h2{
	word-spacing:-1px;
}

h1{
	font-size:18px;
	line-height:18px;
	margin:.4em 0 1em 0;
	padding:0 0 9px 0;
	color:#5c5c5c;
	letter-spacing:-1px;
	border-bottom:1px solid #444;
}


h1.noborder{
	font-size:18px;
	line-height:18px;
	margin:18px 0 0px 0;
	padding:0 0 0px 0;
	color:#444;
	letter-spacing:-1px;
	border-bottom:none;
}


h2, h2 a, h2 a:visited{
	font-size:14px;
	line-height:1em;
	margin:7px 0 7px 0;
	color:#C69A43;
	text-decoration:none;
}

h3{
	font-size:14px;
	color:#333;
	border-bottom:1px solid #333;
	padding:0 0 12px 0;
}

h4{
	font-size:12px;
	line-height:12px;
	margin:12px 0 0 0;
	padding:0 0 0 0;
	color:#666;
}

h1.collection{

	line-height:12px;
	margin:12px 0 0 0;
	padding:0 0 0 0;
	color:#666;
border-bottom:0;
}

a, a:visited{
	color:#bcbcbc;
}

a:hover{
	color:#C69A43;
}

a:active, a:focus {
	outline: 0;
}

#container{
	width:800px;
	margin:0 auto;
	padding:40px 50px 30px 50px;
	
	border-left:2px solid #111;
	border-right:2px solid #111;
	text-align:left; /* resets the text align in relation to centring in the body tag in order to centre in < IE6 */
}

#header{
	width:800px;
	height:174px;
	border-bottom:1px solid #666;
	background-repeat: no-repeat;




}

#header h2 {
	display: none;
}

/* GROUP */ 

#group {
	width: 100px;
	float: right;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;











}

/* LOGO */ 

#logo {
	background: no-repeat;
	width: 231px;
	height: 18px;
	margin:0 0 30px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;


}

#logo h1 {
	display: none;
}




/* layout */

#content{
	width:575px;
float:left;
}

#content_blog{
	width:400px;
	float:left;
	padding:0 25px 0 0;
	margin:0 0 50px 0;
}


#navbar{
	background-image: url(images/bg.jpg);




}

#sidebar{
	width:200px;
	float:left;
	margin:34px 0 0 25px;
}

#blog_rightcol{
	width:200px;
	margin:34px 0 0 0px;
	padding:18px 0 0 25px;
	border-top:1px solid #444;
}

#menu {
	float:left;
}

#menu ul{
	list-style:none;
	display:block;
}

#menu ul li{
	list-style:none;
	display:block;
	margin:0 0 5px 0;
}

#nav5 a, #nav4 a, #nav2 a, #nav1 a{
	width:200px;
	padding:100px 0 0 0;
	height: 0px !important; /* for the good browsers */
	height /**/:100px; /* for IE5.5's bad box model */
	overflow: hidden;
	display:block;
}

li#nav5 a{
	background: url(http://www.chriskasch.co.uk/assets/templates/yellow/images/menu_work.png) 0 300px;
}

li#nav5 a:hover{
	background: url(http://www.chriskasch.co.uk/assets/templates/yellow/images/menu_work.png) 0 200px;
}

li#nav5.active a{
	background: url(http://www.chriskasch.co.uk/assets/templates/yellow/images/menu_work.png) 0 100px;
}

li#nav4 a{
	background: url(http://www.chriskasch.co.uk/assets/templates/yellow/images/menu_blog.png) 0 0;
}

li#nav4 a:hover{
	background: url(http://www.chriskasch.co.uk/assets/templates/yellow/images/menu_blog.png) 0 200px;
}

li#nav4.active a{
	background: url(http://www.chriskasch.co.uk/assets/templates/yellow/images/menu_blog.png) 0 100px;
}

li#nav2 a{
	background: url(http://www.chriskasch.co.uk/assets/templates/yellow/images/menu_touch.png) 0 0;
}

li#nav2 a:hover{
	background: url(http://www.chriskasch.co.uk/assets/templates/yellow/images/menu_touch.png) 0 200px;
}

li#nav2.active a{
	background: url(http://www.chriskasch.co.uk/assets/templates/yellow/images/menu_touch.png) 0 100px;
}

li#nav1 a{
	background: url(http://www.chriskasch.co.uk/assets/templates/yellow/images/menu_home.png) 0 0;
}

li#nav1 a:hover{
	background: url(http://www.chriskasch.co.uk/assets/templates/yellow/images/menu_home.png) 0 200px;
}

li#nav1.active a{
	background: url(http://www.chriskasch.co.uk/assets/templates/yellow/images/menu_home.png) 0 100px;
}


#footer{
	margin:0px auto 0 auto;
	padding:20px 50px 20px 50px;
	font-size:11px;
	width:800px;
	border-left:2px solid #111;
	border-right:2px solid #111;
	text-align:right;
	background-color: #FFFFFF;

}
.content{
	border-bottom:1px solid #222;
	margin:20px 0 0 0;
}


/* random image */

.randomimage{
	margin:10px 0 0 0;
	padding:0 0 9px 0;
	border-bottom:1px solid #444;
}


/* CONTACT FORM */

/* Form styles */
div.form-container { 
	width: 300px; 
	margin: 0px 0px 10px 0px; 
}

div.form-container p{ 
	margin:0 0 0 0;
	padding:0;
}

p.legend { 
	margin-bottom: 1em; 
	padding: 0 0 0 1em;
}

p.legend em { 
	color: #ed2024; 
	font-style: normal; 
}

div.errors strong{
color:#C69A43;
}

div.errors {
display:block;
	margin: 0px 0 15px 0;

}

div.errors p { 
padding:10px;
}

div.errors p em { 
padding:10px;
}

div.form-container form p { 

}

label{
	margin:4px 0 2px 0;
color:#fff;
}

div.form-container form p.note { 
	margin-left: 170px;
	font-size: 90%;
	color: #333;
}

div.form-container form fieldset { 
	margin: 0px 0px 0px 0px; 
	padding: 2px;
	border: none; 
}

div.form-container form legend { 
	font-weight: bold; 
	color: #555; 
}

div.form-container form fieldset div { 
	padding: 0.25em 0;
}

div.form-container label, 
div.form-container span.label { 
	margin-right: 0px; 
	padding: 0 0px 0 0; 
	width: 140px; 
	display: block; 
	float: left; 
	text-align: left; 
	position: relative; 
}

div.form-container label.error, 
div.form-container span.error { 
	color: #ed2024;
}

div.form-container label em, 
div.form-container span.label em { 
	position: absolute; 
	right: 0; 
	font-size: 120%; 
	font-style: normal; 
	color: #ed2024; 
}


div.form-container input.error {
	border-color: #ed2024; 
	background-color: #FEF;
}

input,textarea{
	background:#fff;
	color:#333;
	border:1px solid #5c5c5c;
	padding:4px;
}

.form-container input, .form-container textarea, .jot-form input{
	padding:4px;
	width:285px;
}

input:focus, textarea:focus{
}

div.form-container div.controlset label, 
div.form-container div.controlset input { 
	display: inline; 
	float: none; 
}

div.form-container div.controlset div {
	margin-left: 170px;
}

div.form-container div.buttonrow { 
	margin: 0 0 0 2px;
}

#errormessage{
	color:#ed2024;
	padding:0px 0 15px 2px;
}

input.button, input.btn{
	width:100px;
	background: #222 url(http://www.chriskasch.co.uk/assets/templates/yellow/images/diagonal_brown.png);
color:#a1a1a1;
}

input.button:hover, input.btn:hover{
color:#151515;
	background: url(http://www.chriskasch.co.uk/assets/templates/yellow/images/diagonal_yellow.png);	

}

textarea {
	margin: 0 0 5px 0;
	width:285px;
	height:130px;
	font-family: inherit;
	font-size: 120%;
}

/* site map */

#sitemap{
	margin:20px 0 0 10px;
}

#sitemap ul{
	list-style:square inside;
	color:#C69A43;
}

#sitemap li{
	padding:5px;
}

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

