/* Stylesheet designed for iPhone and mobile users */

.bw-320 {
	margin:0;
	padding:0;
	background:black;
	font:10px/1.2 "American Typewriter", "Courier New", Courier, monospace;
	color:white;
}

.bw-320 a {
	padding:3px;
	color:#ddd;
}
.bw-320 a img {
	border:1px solid black;
}
.bw-320 a img.portfolioImage {
	border:none;
}
.bw-320 a.photoalbum img {
	margin:7px;
	height:124px;
}

.bw-320 #header {
	background:url('/images/iphone/header.png') no-repeat top left;
	height:100px;
	margin:0;
	padding:0;
}
	.bw-320 #header h1 {
		display:none;
	}
.bw-320 #container {
	margin:0;
	padding:0;
}
.bw-320 #contentWrap {
	position:relative;
	margin:0;
	padding:0;
}
.bw-320 #menu {
	position:relative;
	top:0;
	left:0;
	margin:0;
	padding:0;
	width:480px;
	height:200px;
	background:url('/images/iphone/nav.png') no-repeat top left;
}
	.bw-320 #menu h3 {
		display:none;
	}
	.bw-320 #menu ul {
		margin:0;
		padding:0;
		padding:8px;
	}
	.bw-320 #menu li {
		margin:0;
		padding:0;
		list-style-type:none;
		float:left;
	}
	.bw-320 #menu li a {
		margin:0;
		padding:25px 0;
		text-align:center;
		text-decoration:none;
		height:42px;
		width:153px;
		display:block;
		font-size:2.5em;
	}
	.bw-320 #menu li.current a {
		color:#466086;
	}

.bw-320 #content {
	margin:0;
	padding:10px;
	font-size:1.3em;
	max-width:460px;
}
.bw-320 #footer {
	margin:0;
	padding:10px;
	text-align:center;
	font-size:1.2em;
	max-width:460px;
}

.bw-320 #portfolioMaxHeight {
	overflow:hidden;
	height:680px;
}

.bw-320 .portfolioSite {
	background:url('/images/bird.png') no-repeat top left;
	height:680px;
	padding:10px;
}

.bw-320 .portfolioImage {
	text-align:center;
	float:none;
	margin:0 0 0 1em;
	width:auto;
}
	
.bw-320 #portfolioNavigation {
text-align:right;
padding:0 10px;
}

.bw-320 .rightInsert {
float:right;
margin:0;
padding:20px;
width:160px;
height:auto;
color:#e6e6e6;
background:url('/images/iphone/tile.png');
border:1px solid #466086;
}
	.bw-320 .rightInsert p, .bw-320 .rightInsert ul {
		text-shadow:1px 1px 1px #000 !important;
	}
	
	.bw-320 .rightInsert ul {
	margin:0;
	padding:0 0 0 1em;
	}
	
	.bw-320 .rightInsert a {
		color:#ccc;
	}
	
.bw-320 .hr {
	border: none;
	width: 450px;
	height: 25px;
	background: url('/images/iphone/hr.png') top center no-repeat;
	margin: 0 auto;
	text-align: center;
}
.bw-320 hr {
	display: none;
}
.bw-320 .indented {
margin-left:20px;
}
.bw-320 .centered {
text-align:center;
}
.bw-320 .justified {
text-align:justify;
}
.bw-320 .error {
color:red;
}
.bw-320 .copyright {
	float:none;
}
.bw-320 p, .bw-320 form {
	margin:0;
	padding:0 0 1em 0;
}
.bw-320 h2 {
	clear:both;
	font-weight:normal;
	font-style:oblique;
	margin:0;
	padding:0;
}
.bw-320 h3 {
	font-weight:normal;
	font-style:oblique;
	margin:0 0 1em 0;
	padding:0;
}