@charset "utf-8";
/* CSS Document */

body, p {
	background:#000000;
	font-size:14px;
	line-height:18px;
	color:#dddddd;
}

a { color:#9a68ff; text-decoration:underline; }
a:hover {  text-decoration:none; }

h1 { 
	font-size:22px; 
	color:#eeeeee; 
	line-height:26px;
	padding-bottom:5px;
	font-weight:bold;
	font-family:"Courier New", Courier, monospace;
	text-transform:lowercase;
	}

h2 { 
	font-size:16px;	
	line-height:20px;
	padding-bottom:5px;
	color:#dddddd;
	 }
	.post h2 a {
		color:#dddddd;
		text-decoration:none;
	}
	.post h2 a:hover {
		text-decoration:underline;
	}

h3 {
	font-weight:bold;
	font-size: 14px;
	line-height:18px;
	padding-bottom:5px;
	color:#cda9ff;
	}
	h3 a {
		color:#cda9ff;
	}
h4{
	font-size:13px;
	line-height:17px;
	color:#e9dbff;
	margin-bottom:-2px;
	
	}


#outercontainer, #innercontainer, #insidebg, #topleftbg {
	width:320px !important;
	padding:0px; margin:0px;
	min-width:320px;
	background:transparent; 
}


#main {
	width: 320px;
	position: relative;
	margin:0px;
	padding:0px;
	background:transparent;
}

#header {
	width:320px;
	height:125px;
	position:relative;
	padding:0px; margin:0px;
	background:url(/images/header-bg-iphone.gif) transparent no-repeat top left;
}
	#header #logo {
		position:absolute;
		width:202px;
		height:1px;
		padding-top:79px;
		background:url(/images/logo.gif) transparent no-repeat top left;
		overflow:hidden;
		left:1px; top:1px;
		display:block;
		font-size:9px;
		}	
		
		
#middle {
		width:320px;
		background:transparent;
		zoom:1;
		position:relative;
		padding:0px;
		margin:0px;
	}
	
	#middle-container {
		width:310px;
		padding:0px 5px 15px 5px;
		margin:0px;
		background:transparent;
		min-height:0;
		
		}	
		
#sidebar{
	display:none;
}

#contentbottom {
	width:280px;
	height:50px;
	position:relative;
	margin:0 auto 10px auto;
	padding:0px;
	background:transparent;
	padding:10px 0px 0px 0px;
}
#copyright {
	position:absolute;
	bottom:0px;
	left:20px;
	color:#bababa;
	font-size:9px;
	line-height:13px;
	font-family:Verdana, Arial, sans-serif;
	text-align:left;
}

ul#navigation {
			position:absolute;
			left:5px; top:95px;
			margin:0px;
			padding:0px;
			width:315px;
			height:22px;
			background:transparent;
		}

ul#navigation li {
	padding-right:4px;
}
ul#navigation li a {
	display:block;
	border:0px; margin:0px;
	height:22px;
	padding:0px 0px 0px 0px;
	background:transparent;
	color:#cccccc;
	width:80px;
	text-transform:uppercase;
	font-size:12px;
}

#navigation a * {
		  display: block;;
		}
		
#navigation a .hover { display:none; }
		


ul#navigation li a#nav-projects, ul#navigation li a#nav-music, ul#navigation li a#nav-code, ul#navigation li a#nav-imagery, ul#navigation li a#nav-portfolio, ul#navigation li a#nav-contact {
	width:100%;
} 
ul#navigation li a:hover, ul#navigation li a.active {
	background:transparent; display:block;
}

ul#navigation li a.active, ul#navigation li a.active  {
	color:#bef204;
	display:block;
}

.portfolio-thumb, img.size-thumbnail {
	background:url(/images/portfolio-icon-bg-black.gif) transparent no-repeat top left;

}
.wp-caption {
	margin:4px;
}
.wp-caption-text {
	font-size:10px;
	text-align:center;
	color:#CCCCCC;
}

ul.flickr-gallery {
	list-style-type:none;
	margin:0 auto;
	padding:0px;
	width:320px !important;
	overflow:auto;
	zoom:1;
}

.postmetadata {
	display:none;
}
