@charset "UTF-8";
/* CSS Document */

/* ---------------------- CSS RESET ---------------------- */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, img, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
 outline: 0;
 vertical-align: baseline;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

/* ---------------------- DIVs ---------------------- */

#wrapper {
	height: 800px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #27262e;

}

#header {
	height: 138px;
	width: 1000px;
	background-color:#000;
	background-image: url(images/jdm_logo.jpg);
	background-repeat: no-repeat;
	padding-top: 1px;
	
}

#condet {
	height: 30px;
	width: 150px;
	margin-top: 10px;
	margin-left:auto;
}

#nav {
	height: 30px;
	width: 672px;
	padding-left: 328px;
	margin-top: 19px;
	
}

#content {
	height: 470px;
	width: 970px;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	background-image:url(images/content_corner.gif);
	background-repeat: no-repeat;
}

#content_news {
	height: 470px;
	width: 500px;
	margin-left:470px;
	padding-right: 30px;
	padding-bottom: 30px;
	overflow:auto;
}

#content_news_top {
	height:30px;
	width:auto;
	background-image:url(images/content_corner.gif);
	background-repeat: no-repeat;
}

#content_proj_left {
	height: 470px;
	width: 475px;
	background-image:url(images/content_corner.gif);
	background-repeat: no-repeat;
	padding:30px;
}

#content_proj_right {
	height: 470px;
	width: 415px;
	padding-top: 55px;
	padding-right: 30px;
	padding-left: 20px;
	float: right;
	clear: both;
	overflow: auto;
}
#left {
	width: 410px;
	height: 440px;

}

#right{
	width: 500px;
	height: 470px;
	padding-left: 30px;
	padding-right: 30px;
	float:right;
	clear: both;
	overflow: auto;
}

#test_left {
	width: 410px;
	height: 500px;
	padding-left:30px;
}

#test_right{
	width: 500px;
	height: 500px;
	padding-left: 30px;
	padding-right: 30px;
	float:right;
	clear: both;
	overflow: auto;
}

#content_wide {
	height: 440px;
	overflow:auto;
}

#right_projects {
	width: 610px;
	height: 480px;
	padding-left: 30px;
	padding-right: 30px;
	float:right;
	clear: both;
}

#mp3 {
	height: 133px;
	width: 410px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 30px;
}


#soc_icon {
	height: 30px;
	width: 170px;
	margin-left: auto;
	margin-top:20px;
}

#footer_1 {
	height: 79px;
	width: 940px;
	background-color:#000;
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 30px;
}

#servicesflash {
	height: 306px;
	width: 410px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	float:left;
	clear: both;
}

#newssflash {
	height: 306px;
	width: 410px;
	padding-left:30px;
	padding-right: 30px;
	padding-bottom: 30px;
	float:left;
	clear: both;
}

#featuresflash {
	height: 306px;
	width: 410px;
	padding-left: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	float:right;
	clear:both;
}

#mail_form {
	width: 400px;
	height: auto;
	margin-left: 285px;
	margin-top: 30px;
}


/* ---------------------- Project Picture Divs ---------------------- */

#proj_pic_kz2 {
	width: 300px;
	height: 470px;
	background-color: #27262e;
	position: absolute;
	z-index: 15;	
}

#proj_pic_dust {
	width: 300px;
	height: 470px;
	background-color: #27262e;
	position: absolute;
	z-index: 14;
}

#proj_pic_fairies {
	width: 300px;
	height: 470px;
	background-color: #27262e;
	position: absolute;
	z-index: 13;
}

#proj_pic_scrap {
	width: 300px;
	height: 470px;
	background-color: #27262e;
	position: absolute;
	z-index: 12;
}

#proj_pic_nplus {
	width: 300px;
	height: 470px;
	background-color: #27262e;
	position: absolute;
	z-index: 11;
}

#proj_pic_code {
	width: 300px;
	height: 470px;
	background-color: #27262e;
	position: absolute;
	z-index: 10;
}

#proj_pic_fetch {
	width: 300px;
	height: 470px;
	background-color: #27262e;
	position: absolute;
	z-index: 9;
}

#proj_pic_galap {
	width: 300px;
	height: 470px;
	background-color: #27262e;
	position: absolute;
	z-index: 8;
}

#proj_pic_kzlib {
	width: 300px;
	height: 470px;
	background-color: #27262e;
	position: absolute;
	z-index: 7;
}

#proj_pic_80days {
	width: 300px;
	height: 470px;
	background-color: #27262e;
	position: absolute;
	z-index: 6;
}

#proj_pic_prince {
	width: 300px;
	height: 470px;
	background-color: #27262e;
	position: absolute;
	z-index: 5;
}

#proj_pic_killz {
	width: 300px;
	height: 470px;
	background-color: #27262e;
	position: absolute;
	z-index: 4;

}

#proj_pic_knights {
	width: 300px;
	height: 470px;
	background-color: #27262e;
	position: absolute;
	z-index: 3;
}

#proj_pic_whisp {
	width: 300px;
	height: 470px;
	background-color: #27262e;
	position: absolute;
	z-index: 2;
}

#proj_pic_dead {
	width: 300px;
	height: 470px;
	background-color: #27262e;
	position: absolute;
	z-index: 1;
}


/* ---------------------- Individual Project Pages ---------------------- */

#video_wrapper {
	height: auto;
	width: 475px;
	padding-bottom:30px;
	background-color: #27262e;
	position: absolute;
	z-index: 1;
}

#video_wrapper1 {
	height: auto;
	width: 475px;
	background-color: #27262e;
	position: absolute;
	z-index: 1;
}

#video_wrapper2 {
	height: auto;
	width: 475px;
	background-color: #27262e;
	position: absolute;
	z-index: 2;
}

#video_wrapper3 {
	height: auto;
	width: 475px;
	background-color: #27262e;
	position: absolute;
	z-index: 3;
}

#video_wrapper4 {
	height: auto;
	width: 475px;
	background-color: #27262e;
	position: absolute;
	z-index: 4;
}

#video_wrapper5 {
	height: auto;
	width: 475px;
	background-color: #27262e;
	position: absolute;
	z-index: 5;
}

#vid_numbers {
	width:190px;
	height:30px;
	margin-bottom:10px;
	margin-top:5px;
}

.vid_numberfloat {
	float:left;
	padding-right:5px;
}

/* ---------------------- TAGs ---------------------- */

body {
	background-color: #0F0F0F;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color:#CCC;
	padding-bottom: 1em;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	font-weight: 400;
	color: #F60;
	padding-bottom: 0.5em;
}

/* ---- h2 is used in the Projects Page above the images --- */

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #F60;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

/* ----- h3 is used in the footer --- */

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #F60;
}

/* --- h6 is used in the #condet div (contact details below social networking site icons) --- */

h6 {
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	font-size: 0.7em;
}

object {
	outline-style:none;
}


/* ---------------------- COMPOUND RULES ---------------------- */

#nav li {
	height: 30px;
}

ul.nav {
	list-style-type:none;
	padding-left:0;
	margin-left:0;
	overflow:hidden;
	zoom: 1;
}

ul.nav li {
	display:inline;
	float:left;
}

ul.nav a{
	width: 112px;
	height: 30px;
	text-decoration: none;
	display:block;
	border:none;
}

#homeLink {
	background-image:url(images/tab_home.gif);
	background-position: 0 60px;
}

#homeLink:hover {
	background-position:0 30px;
}

#newsLink {
	background-image:url(images/tab_news.gif);
	background-position: 0 60px;
}

#newsLink:hover {
	background-position: 0 30px;
}

#servicesLink {
	background-image:url(images/tab_services.gif);
	background-position: 0 60px;
}

#servicesLink:hover {
	background-position: 0 30px;
}

#projectsLink {
	background-image:url(images/tab_projects.gif);
	background-position: 0 60px;
}

#projectsLink:hover {
	background-position: 0 30px;
}

#featuresLink {
	background-image:url(images/tab_features.gif);
	background-position: 0 60px;
}

#featuresLink:hover {
	background-position: 0 30px;
}

#biographyLink {
	background-image:url(images/tab_biography.gif);
	background-position: 0 60px;
}

#biographyLink:hover {
	background-position: 0 30px;
}

#home #homeLink, #news #newsLink, #projects #projectsLink, #services #servicesLink, #features #featuresLink, #biography #biographyLink {
	background-position: 0 90px;
}

#moving_block {
	height: 30px;
	width: 1000px;
	background-image:url(images/moving_block.gif);
	background-repeat: no-repeat;
}

#header h6 {
	text-align:right;
	color:#CCC;
}

#footer_1 h3 {
	padding-top: 20px;
}

#right_projects table tr:nth-child(odd) {
	background-color:#595959;
}

#right_projects table tr:first-child {
	background-color:#27262e;
	border-bottom-width:thin;
	border-bottom-style: solid;
	border-bottom-color: #29ABE2;
	color: #F60;
}

#right_projects table td:first-child {
	width: 120px;
}

#right_projects table td:nth-child(2) {
	width: 50px;
}

#right_projects table td:nth-child(3) {
	width: 150px;
}

#right_projects table td:nth-child(4) {
	width: 150px;
}

#right_projects tr {
	height: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.55em;
	color: #FFF;
}

#content_proj_left tr {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	color: #999;
	vertical-align:top;
}

#content_proj_left td:first-child {
	width: 100px;
}

#content_proj_right ul {
	list-style-type:none;
	padding-left:0;
	margin-left:0;
	
}
#content_proj_right li {
	padding-bottom:0.5em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFF;
}

#content li {
	width: 440px;
	padding-bottom:0.5em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #CCC;
}

#test_right li {
	width: 440px;
	padding-bottom:0.5em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #CCC;
}
/* ---------------------- LINKS RULES ---------------------- */

a {
	outline-style:none;
}

a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #29ABE2;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #29ABE2;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Geneva, sans-serif;
	color:
	text-decoration: none;
	border:none;
	font-size: 1em;
}
/* ---- Link rules for Header ---*/

#header a:link, #header a:visited, #header a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #CCC;
	text-decoration: none;
}

#header a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #29ABE2;
	text-decoration: none;
}
/*---- Link rules for Projects page table ---*/

#right_projects a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
}

#right_projects a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #29ABE2;
	text-decoration: none;
}
#right_projects a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
}


#right_projects a:active {
	font-family: Verdana, Geneva, sans-serif;
	color:
	text-decoration: none;
	border:none;
	font-size: 1em;
}


/* ---------------------- CLASS RULES ---------------------- */

.block_home {
	background-position: -670px 0;
}

.block_news {
	background-position: -558px 0;
}

.block_projects {
	background-position: -446px 0;
}

.block_services {
	background-position: -222px 0;
}

.block_features {
	background-position: -334px 0;
}

.block_biography {
	background-position: -110px 0;
}

.soc_icon_float {
	float: right;
	padding-left: 5px;
}

.asoc_float {
	float:right;
	padding-left: 31px;
}

.blue_text {
	color: #29ABE2;
}
.superscript {
	vertical-align: super;
	font-size: 0.7em;
}
.img_padding_bottom {
	padding-bottom: 1em;
}.news_p_width {
	width: 500px;
}
.float_right {
	float: right;
	padding-left: 30px;
	padding-right: 30px;
}
.orange_text {
	color: #F60;
}

.boldtext {
	font-weight:bold;
}
hr {
	border-top-color: #29abe2;
	border-right-color: #29abe2;
	border-bottom-color: #29abe2;
	border-left-color: #29abe2;
	margin-bottom: 1em;
}

.centre {
	text-align:center;
}