/* colours used:
black: #151515;
yellow: #f4d614;
body text: #a1a1a1;
*/

/* 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{
	background:#151515;
	color:#fff;
	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:#f4d614;
	text-decoration:none;
}

h3{
	font-size:14px;
	color:#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, .meta a:hover, #meta2 a:hover, span.highlight{
	color:#f4d614;
}

a:hover, .meta a, #meta2 a{
	color:#bcbcbc;
}

a:active, a:focus {
	outline: 0;
}

#container{
	width:800px;
	margin:0 auto;
	padding:40px 50px 30px 50px;
	background: url(http://www.chriskasch.co.uk/assets/templates/yellow/images/diagonal_bg.png) no-repeat 100% 0%;
	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{
	background: url(http://www.chriskasch.co.uk/assets/templates/yellow/images/banner.png) no-repeat;
	width:800px;	
	height:174px;
	border-bottom:1px solid #666;

}

#header h2 {
	display: none;
}


/* LOGO */ 

#logo {
	background: url(http://www.chriskasch.co.uk/assets/templates/yellow/images/logo.png) no-repeat;
	width: 231px;
	height: 18px;
	margin:0 0 30px 0;
}

#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;
}

#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, #nav4014 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;
}

li#nav4014 a{
	background: url(http://www.chriskasch.co.uk/assets/templates/yellow/images/menu_prints.png) 0 0;
}

li#nav4014 a:hover{
	background: url(http://www.chriskasch.co.uk/assets/templates/yellow/images/menu_prints.png) 0 200px;
}

li#nav4014.active a{
	background: url(http://www.chriskasch.co.uk/assets/templates/yellow/images/menu_prints.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;
}

/* blog */

.blogimage{
	margin:15px 0 0px 25px;
	width:175px;
}

#meta2{
	margin:10px 0 20px 0;
	color: #666;
	font-size:.9em;
	float:left;
	width:125px;
	margin:10px 0 0 0px;
	padding:0 0 0 25px;
}

.meta{
	margin:10px 0 20px 0;
	color: #666;
	font-size:.9em;
}

.blogentry{
	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-container2 {
	width: 546px;
	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:#f4d614;
}

div.errors {
	display:block;
	margin: 0px 0 15px 0;

}

div.errors p { 
	padding:10px;
}

div.errors p em { 
	padding:10px;
}

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;
}

.form-container2 input, .form-container2 textarea{
	padding:4px;

}

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{
	background: #222 url(http://www.chriskasch.co.uk/assets/templates/yellow/images/diagonal_brown.png);
	color:#a1a1a1;
	cursor: pointer;
	padding:5px 20px;
	width:100px;
}

input.button, input.btn, input.submit{
	background: #222 url(http://www.chriskasch.co.uk/assets/templates/yellow/images/diagonal_brown.png);
	color:#a1a1a1;
	cursor: pointer;
	padding:5px 20px;
}

 a.txtButton{
	background: #222 url(http://www.chriskasch.co.uk/assets/templates/yellow/images/diagonal_brown.png);
	color:#a1a1a1;
	cursor: pointer;
	text-align:center;
	padding:5px 20px;
	margin:0 5px 0 0;
	text-decoration:none;
	border:1px solid #5c5c5c;
	display:block;
	float:left;
}

.cartButton1{
	float:right;
	margin:20px 0px 20px 0;
}

.cartButton2{
	float:right;
	margin:20px 0px 20px 0;
}

.cartButton3{
	float:right;
	margin:20px 50px 20px 0;
}

input.button:hover, input.btn:hover, input.submit:hover, a.txtButton:hover{
	background: #222 url(http://www.chriskasch.co.uk/assets/templates/yellow/images/diagonal_yellow.png);
	color:#111;
}

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:#f4d614;
}

#sitemap li{
	padding:5px;
}

ul li ul li{
	margin:0 0 0 10px;
}

/* commenting */

#commentcontainer{
width:575px;
}

#commentform{
float:left;
clear:left;
margin:30px 0;
}

.comments{
float:left;
border-bottom:1px solid #222;
width:575px;
}

.jot-message {
}

.jot-err, .jot-cfm  {
	width:283px;
	border: 1px solid #f4d614;
	background: #444 url(http://www.chriskasch.co.uk/assets/templates/yellow/images/diagonal_brown.png);
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
}

.jot-row .jot-content {

}
.jot-row-alt .jot-content {
}
.jot-row-author .jot-content {

}
.jot-row-me .jot-content {

}

.jot-user {

float: left;
width:175px;
margin:0 0 0 25px;
padding:25px 0 25px 25px;
}

.jot-user img{
display:block;
float:right;
}


span.date{
	color: #414141;
	font-size:.9em;
float:left;
}

.jot-row-up {
}
.jot-row-new {

}
.jot-comment {
	padding:0;
}
.jot-comment hr {
	border: 0px; 
}
.jot-posticon {
	display: none;
}
.jot-posticon img {
	border: 0px;
}
.jot-mod {
	text-align: right;
	font-weight: bold;
}
.jot-mod img {
	border: 0px;
}
.jot-mod a {
	float: right;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
}
.jot-mod a:hover {

}
.jot-subject {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
.jot-message {
	width:350px;
	float:left;
	padding:25px 0;
}
.jot-poster {
	margin-bottom: 0px;
	padding-left:6px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 10px;
}
.jot-nav {
	padding: 0px;
	text-align: center;
	margin: 10px;
}
.jot-list ul {
	padding: 0px;
	text-align: left;
	margin-bottom: 10px;
	list-style:none;

}
.jot-list li {
	list-style:none;
	margin:0;
	font-size:10px;
	font-weight:bold;
}
.jot-list li a{
	font-size:12px;
}
.jot-subscribe {
	margin-bottom: 10px;
}
.jot-form {
float:left;
}
.jot-form fieldset {
	border: 0px;
}
.jot-form label {
	display: block;
}

.jot-content {
width:350px;

float:left;
}
.jot-extra {
	text-align: right;
}
.jot-editby {
	font-size: 10px;
	color: #666666;
	font-style: italic;
	display:none;
}