/*
THEME NAME: loyalkaspar
THEME URI: http://deepend.com/
DESCRIPTION: custom.  
VERSION: 0.0.1
AUTHOR: Ben Needham <a href="http://www.deepend.com">deepend</a>
AUTHOR URI: http://www.deepend.com
TAGS: custom
*/

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, img, dl, dt, dd, ol, ul, li, form, label, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
}

*
{
	font-size: 16px;
	font-weight: normal !important;
}

@font-face  
{
	font-family: "Karma_Light";
	src: url(Karma_Light.eot);
	src: url("Karma_Light.otf") format("opentype");
}

body
{
	color: #e3e3e3;
	background: #000;
	font-family: "Karma_Light", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 1px;
}

#topmost-left
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 21px;
	width: 320px;
}




#topmost-right
{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 21px;
	width: 236px;
}

#wrapper { width: 100%; }

#header
{
	width: 280px;
	height: 141px;
	padding-top: 60px;
}

#container { padding-left: 460px; }
.page-template-mylk-php #container, .page-template-showreel-php #container { padding-left: 175px; }

#content
{
	width: 540px;
	position: relative;
	background-color: #000;
	margin: 0 auto;
}

#footer
{
	clear: left;
	width: 100%;
	text-align: right;
	color: #808080;
	margin-bottom: 150px;
}

#footer p { margin-right: 20px; }

/*
#sidebar { float: left; }
*/

#barLeft
{
	position: absolute;
	top: 240px;
	left: 50px;
	width: 125px;
	margin: 0;
}

#barRight
{
	position: absolute;
	top: 240px;
	left: 175px;
	width: 285px;
	margin: 0;
}

#navPointer
{
	position: absolute;
	top: 0px;
	left: -33px;
	width: 31px;
	height: 72px;
	display: none;
}

#navPointer .background
{
	position: relative;
	width: 31px;
	height: 72px;
	background-image: url(images/navSelector.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#barRight.green #navPointer .background { background-position: 0px -72px; }
#barRight.orange #navPointer .background { background-position: 0px -144px; }
#barRight.blue #navPointer .background { background-position: 0px -216px; }
#barRight.purple #navPointer .background { background-position: 0px -288px; }
#barRight.olive #navPointer .background { background-position: 0px -360px; }
#barRight.ochre #navPointer .background { background-position: 0px -432px; }

.page-template-pageofposts-php h2.green a { color: #87cd00; }
.page-template-pageofposts-php h2.orange a { color: #ff5800; }
.page-template-pageofposts-php h2.blue a { color: #00beff; }
.page-template-pageofposts-php h2.purple a { color: #ff1956; }
.page-template-pageofposts-php h2.olive a { color: #434d3e; }

#barRight ul.ochre li a:hover, #barRight ul.ochre li.nav-selected-ochre a { color: #c2a303; }
#barRight ul.green li a:hover, #barRight ul.green li.nav-selected-green a { color: #87cd00; }
#barRight ul.orange li a:hover, #barRight ul.orange li.nav-selected-orange a { color: #ff5800; }
#barRight ul.blue li a:hover, #barRight ul.blue li.nav-selected-blue a { color: #00beff; }
#barRight ul.purple li a:hover, #barRight ul.purple li.nav-selected-purple a { color: #ff1956; }
#barRight ul.olive li a:hover, #barRight ul.olive li.nav-selected-olive a { color: #434d3e; }
#barRight ul.ochre li a:hover, #barRight ul.ochre li.nav-selected-ochre a { color: #c2a303; }
.page-template-pageofposts-php h2 a:hover { color: #e3e3e3; }
.post { }
.singlepost { }




#global-tabs
{
	height: 21px;
	width: 270px;
	background-color: transparent;
	background-image: url(images/tabs-lk.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
}

a.left-tab,
a.right-tab
{
	height: 21px;
	width: 133px;
	float:left;
	clear: none;
	margin:0;
	padding:0;
}

#searchform
{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 21px;
	width: 334px;
}

#searchform input#searchsubmit
{
	background-color: transparent;
	background-image: url(images/search-lk.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 21px;
	width: 140px;
	color: #666666;
	font-size: 10px;
	vertical-align: middle;
	padding: 0;
	border: 0;
	cursor: pointer;
}

#searchform input#searchsubmit.searchsubmit-over
{
	background-image: url(images/search-lk.gif);
	background-position: 0px -21px;
}

#searchform input#s
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 194px;
	height: 21px;
	color: #00beff;
	font-size: 10px;
	vertical-align: middle;
	background: #343734 url(images/search-input.gif);
	padding: 0;
	border: 0;
}

.clear { clear: both; }

p { margin: 10px 0px; }

:focus { outline: 0; }

ol, ul { list-style: none; }

caption, th, td
{
	text-align: left;
	font-weight: normal;
}

.alignleft
{
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.aligncenter
{
	margin-left: auto;
	margin-right: auto;
}

.alignright
{
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
}

img.alignleft
{
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}

img.aligncenter
{
	margin: 5px auto 5px auto;
	display: block;
	padding: 5px;
}

img.alignright
{
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
}

a
{
	text-decoration: none;
	color: #575757;
}

a:hover
{
	text-decoration: none;
	color: #e3e3e3;
}

#header h1
{
	position: absolute;
	top: 77px;
	left: 38px;
	width: 280px;
	height: 141px;
	background-color: black;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}

#header h1 a
{
	display: block;
	width: 280px;
	height: 141px;
}

#header h1 a span { display: none; }




h2.entry-content
{
	margin: 0 0 0px 36px;
}

h2.entry-title
{
	margin: 0 0 0px 36px;
}

.page-template-mylk-php h2.entry-title
{
	margin: 0 0 0 36px;
}

.page-template-showreel-php h2.entry-title
{
	margin: 0px 0px 0px 36px;
	color: #ff1956;
}

.page-template-pageofposts-php .entry-title { 	margin: 0px 0px 10px 21px; }






.post h2 a { text-decoration: none; }
.post h2 a:hover { color: #fff; }

#sidebar li
{
	list-style: none;
	margin: 0 0 0px 0;
}

#sidebar ul ul { list-style-type: none; }

#sidebar ul ul li
{
	list-style: none;
	margin-bottom: 0px;
}

#sidebar ul ul li:hover { color: #666666; }
#sidebar ul ul li p { color: #CCCCCC; }
#sidebar ul ul li a { color: #C0C0C0; }

#sidebar ul ul li a:hover
{
	color: #990000;
	text-decoration: none;
}

li.page-item-38 { display: none; }

.entry-content div.hr,
.page-template-pageofposts-php div.hr,
.entry-content hr,
.page-template-pageofposts-php hr
{
	width: 552px;
	height: 6px;
	text-align: left;
	overflow: hidden;
	margin: 10px 0px 20px 0px;
	background-color: #FFF;
	color: transparent;
	background-image: url(images/horizontal-spacer3.gif);
	background-repeat: no-repeat;
	border: 0;
}

.page-template-pageofposts-php hr,
.page-template-pageofposts-php div.hr
{
	position: relative;
	left: -15px;
	margin: 16px 0 14px 0;
}

.entry-content blockquote { margin-left: 50px; }
.entry-content img { margin-left: 15px; }

.entry-content .credit-text
{
	color: #575b56;
	margin-left: 50px;
}

.home-title
{
	color: #fffb00;
	font-size: 26px;
	margin-bottom: 10px;
	padding-left: 15px;
}

.home-content
{
	color: #e3e3e3;
	font-size: 18px;
	padding-left: 15px;
}

.home-line
{
	position: absolute;
	background: transparent url(images/home-line-small.png) no-repeat;
	height: 49px;
	width: 20px;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.home-image
{
	position: absolute;
	z-index: 1;
}

.home-image img { position: absolute; }

.home-image-container
{
	position: absolute;
	z-index: 1;
	width: 720px;
	height: 400px;
	overflow: hidden;
}

.page-template-home-php #content
{
	width: 540px;
	margin: 0;
}

.page-template-home-php #container { padding-left: 320px; }

.page-template-home-php .entry-content
{
	z-index: 5;
	display: none;
	position: absolute;
	padding-top: 229px;
	padding-left: 35px;
}

.page-template-home-php .entry-content a, .page-template-home-php .entry-content a:link,
.page-template-home-php .entry-content a:active, .page-template-home-php .entry-content a:visited,
.page-template-home-php .entry-content a:hover { color: #fffb00; }

.entry-title p
{
	padding: 0;
	margin: 0;
}

.page-template-home-php .hit-test
{
	z-index: 10;
	background: transparent url(images/spacer.png);
	position: absolute;
	width: 720px;
	height: 400px;
	cursor: pointer;
}

body.page-template-home-php { background: #000 url(images/home-line-body.png) no-repeat; }

body.page-template-home-php .entry-content hr, body.page-template-home-php .entry-content div.hr
{
	background-color: transparent;
	background-image: url(images/home-spacer.png);
}

.page-template-pageofposts-php .entry-content img { margin-left: 0; }





#home-image-2
{
	display: none;
	position: absolute;
	z-index: 3;
}

#barLeft ul li, #barRight ul li
{
	line-height: 19px;
	height: 20px;
	overflow: hidden;
}

#barLeft ul li a, #barRight ul li a
{
	display: block;
}

.project-post .entry-content { position: relative; }

.project-post .project-corner
{
	background: transparent url(images/project-corner.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 49px;
}

.project-post .corner-line
{
	background-repeat: no-repeat;
	position: absolute;
	top: -9px;
	left: -7px;
	width: 31px;
	height: 72px;
}

.project-post .corner-line-green { background-image: url(images/corner-line-green.png); }
.project-post .corner-line-blue { background-image: url(images/corner-line-blue.png); }
.project-post .corner-line-purple { background-image: url(images/corner-line-purple.png); }
.project-post .corner-line-orange { background-image: url(images/corner-line-orange.png); }
.project-post .corner-line-ochre { background-image: url(images/corner-line-ochre.png); }
.project-post .corner-line-olive { background-image: url(images/corner-line-olive.png); }
.project-post .corner-line-white { background-image: url(images/corner-line-white.png); }

.page-template-pageofposts-php hr.green { background-color: #87cd00; }
.page-template-pageofposts-php hr.orange { background-color: #ff5800; }
.page-template-pageofposts-php hr.blue { background-color: #00beff; }
.page-template-pageofposts-php hr.purple { background-color: #ff1956; }
.page-template-pageofposts-php hr.olive { background-color: #434d3e; }
.page-template-pageofposts-php hr.ochre { background-color: #c2a303; }

body.page-template-pageofposts-php .project-post hr, body.page-template-pageofposts-php .project-post div.hr { background-color: #fffb00 !important; }

body.page-template-pageofposts-php .project-post .entry-title a { color: #fffb00 !important; }

body.page-template-pageofposts-php .project-post .entry-title a:hover { color: #e3e3e3 !important; }

.page-template-pageofposts-php #barRight ul li a:hover { color: #fffb00 !important; }

.page-template-pageofposts-php #navPointer .background { background-position: 0px -504px !important; }

.page-template-pageofposts-php .project-post .corner-line { background-image: url(images/corner-line-yellow.png) !important; }

.blue { color: #00beff; }
.ochre { color: #c2a303; }
.green { color: #87cd00; }
.dark-gray { color: #575b56; }
.light-gray { color: #dddddd; }
.purple { color: #ff1956; }
.orange { color: #ff5800; }

body.pageid-44 h2.entry-title,
body.pageid-46 h2.entry-title{ display: none; }

body.pageid-44 h2{ 	margin: 0 0 0 40px; font-size:16px; }
body.pageid-44 blockquote,
body.pageid-46 blockquote{ 	margin: 0 40px 0 40px; }

hr.green { background-color: #87cd00; }
hr.orange { background-color: #ff5800; }
hr.blue { background-color: #00beff; }
hr.purple { background-color: #ff1956; }
hr.olive { background-color: #434d3e; }
hr.ochre { background-color: #c2a303; }
