@charset "UTF-8";
body {
	background-color: #000000;
	font-family: "Adobe Caslon Pro", "Times New Roman", Times, serif;
	color: #ffffff;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-left: 20px;
	background-image: url('../images/bg-default2009.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000000;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
}

h1 {
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 7px;
}

a {
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	
}


a:hover {
	color: #256ebf;
	text-decoration: none;
	}
	
a:active {
	color: #ffffff;
	background-color: #256ebf;
}


.highlight {
	color: #256ebf;
}
	
#container {
	width: 720px;
	padding: 0px;
}


#topbar {
	width: 700px;
	padding: 10px;
	font-size: 10px;
	height: 60px;
	border-bottom: thin dashed #256ebf;
}	

#mainnav {
	width: 600px;
	padding: 5px;
	margin-top: 5px;
	font-size: 28px;
	line-height: 42px;
	float: left;
}

#nav2 {
	width: 70px;
	text-transform: uppercase;
	padding: 16px 0px 0px 0px;
	font-size: 12px;
	text-align: right;
	line-height: 42px;
	float: right;
}	

.subnav {
	font-size: 12px;
}


#contentvideo {
	width: 720px;
	padding: 0px;
	border: thin dashed #256ebf;
	clear: right;
	-webkit-transition: all .25s ease-in-out;
	}
	
#contentvideo:hover {
	border-style: solid;
}
		


#worknav {
	width: 130px;
	padding: 0px 10px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	float: left;
}

ul {
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0px;
	padding: 0px;
	}

li {
	font-size: 12px;
	line-height: 16px;
/*	background-image: url('http://leftchannel.com/images/plus.png'); 
	background-repeat: no-repeat; 
	background-position: 0px 1px;
	padding-left: 15px; */
	}
	
li:before {
	content: '+ ';
	font-family: Arial, Sans-serif;
	color: #256ebf;
}

#workdesc {
	width: 465px;
	margin-top: 15px;
	margin-right: 30px;
	padding-left: 50px;
	float: right;
	border-left: thin dashed #256ebf;
	min-height: 300px;
	text-align: left;
}	


#footer {
	font-size: 10px;
	clear: both;
	margin-left: 0px;
	padding-top: 15px;
	padding-left: 10px;
}

#box {
	width: 400px;
	padding: 45px;
	border: thin dashed #256ebf;
	margin-top: 150px;
	margin-left: 100px;
	font-size: 28px;
	line-height: 42px;
}

.download {
	padding: 5px;
	margin-right: 15px;
	border: thin dashed #256ebf;
	font-variant: small-caps;
	letter-spacing: 2px;
}

.download:hover {
	background-color: #256ebf;
	color: #fff;
	border: thin dashed #fff;
}

#toycar {
	margin: auto;
	margin-top: 100px;
	width: 720px;
	letter-spacing: 3px;
	font-variant: small-caps;
}

.flipx {
	-webkit-transform:scale(-1,1);
}