html, body {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
}
* { margin: 0; padding: 0; }
h1, h2, h3 {
	color: #069;
	margin: 2em;
	padding: 0;
	font-family: 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight: bold;
	-webkit-text-size-adjust: 150%;
	text-align: center;
}
h4 {
	color: #069;
	margin: 2em;
	padding: 0;
	font-family: 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight: bold;
	text-align: left;
}
p { margin: 0.5em; text-align: left; }
#header {
	background: #fff url('../images/mobile/header.png') no-repeat top center;
	width: 100%;
	height: 57px;
	border-bottom: 1px solid #999;
}
#header h1 { display: none; }
#text-phone {
	padding: 0.4em 5%;
	border-bottom: 1px solid #999;
}
#search-container {
	margin: 3px 0 0;
	padding: 0 0 3px 20px;
	border-bottom: 1px solid #999;
}
#search-container label { display: none; }
#menu li { list-style-type: none; border-bottom: 1px solid #999; }
#menu a {
	width: 90%;
	display: block;
	padding: 0.4em 5%;
	font-size: 200%;
	color: #666;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	background: transparent url('../images/iphone-list-arrow.gif') no-repeat center right;
}

#managesidebar li { list-style-type: none; border-bottom: 1px solid #999; }
#managesidebar a {
	width: 90%;
	display: block;
	padding: 0.4em 5%;
	font-size: 200%;
	color: #666;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	background: transparent url('../images/iphone-list-arrow.gif') no-repeat center right;
}
.altcptitle { border-bottom: 1px solid #999; }

#homeheader { margin: 0; padding: 0; border: 0; }
#services:before { content: "OUR SERVICES"; color: #fff; font-size: 120%; margin: 0 0 5% 5%; }
#services { padding: 1em; background: #999; }
#services ul { border-top: 1px solid #fff; margin-top: 12px; }
#services li { list-style-type: none; border-bottom: 1px solid #fff; }
#services a {
	padding: 0.8em;
	width: 90%;
	display: block;
	padding: 0.4em 5%;
	font-size: 150%;
	color: #fff;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	background: transparent url('../images/iphone-list-arrow-grey.gif') no-repeat center right;
}

#portfolio,
#slider,
#controls,
.homebox,
.push,
#footer,
.iphonehide { display: none; }

.back {
	background: url('/mobile/iui/toolbar.png') repeat-x top center;
	padding: 13px 0 0;
	height: 30px;
	border-bottom: 1px solid #999;
}
.back a {
	color: #fff;
	background: transparent url('/mobile/iui/backButton.png') no-repeat top center;
	width: 43px;
	height: 18px;
	margin: 0.6em;
	padding: 6px 3px 6px 9px;
	font-size: 80%;
	text-decoration: none;
}

.post {
	margin: 0 0 15px;
	padding: 0 15px;
	text-align: left;
}
.entry {
	word-wrap: break-word;
}
html > body .entry ul { text-indent: 0; }
html > body .entry li { margin: 7px 0 8px 20px; }
.entry p { margin: 5px 12px 1em 12px; }
.entry p img { max-width: 97%; margin: 5px; }
#commentform textarea { padding: 8px; width: 94%; }
.wp-page-nav a { padding: 1em; }

.hosting-photo { width: 275px; margin-bottom: 1em; }
.webdev-photo { position: relative; float: left; margin: auto; text-align: center; }

/* contact form */
#contactform { margin: 0 auto; text-align: center; }
#contactform p {
	float: left;
	position: relative;
	clear: both;
	width: 95%;
	margin: 0 0 8px 6px;
	text-align: left;
}
#contactform fieldset { border: 0; }
#contactform legend { display: none; }
#contactform input[type=text],
#contactform textarea {
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 95%;
	background: #FFFFFF url('../images/input-background.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}
#contactform input[type=submit] { font-size: 1.2em; }
#contactform textarea {
	width: 95%;
	height: 6em;
	line-height: 150%;
}
#contactform input:focus,
#contactform textarea:focus {
	border-color: #C9C9C9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
#contactform label {
	margin-right: 10px;
	color: #333;
	float: left;
	clear: both;
	width: 100%;
}
#contactform label.radio,
#contactform input.radio {
	clear: none;
	display: inline-block;
	float: left;
	position: relative;
	width: auto;
	padding: 3px;
}
#contactform input.radio { font-size: 1.4em; }
#contactform #payment_select { margin-top: 12px; margin-bottom: 12px; }
#contactform #payment_select input.radiobtn2 { position: relative; float: left; clear: left; }
#contactform .error { font-style: italic; color: red; }
#contactform label.error { font-weight: bold; margin-bottom: 1em; }
#contactform select { font-size: 1.2em; }

/* login form */
#loginform p {
	float: left;
	position: relative;
	clear: both;
	width: 95%;
	margin: 0 0 8px 6px;
	text-align: left;
}
#loginform fieldset { border: 0; }
#loginform legend { display: none; }
#loginform input[type=text],
#loginform input[type=password],
#loginform textarea {
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 95%;
	background: #FFFFFF url('../images/input-background.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}
#loginform input[type=submit] { font-size: 1.2em; }
#loginform textarea {
	width: 95%;
	height: 6em;
	line-height: 150%;
}
#loginform input:focus,
#loginform textarea:focus {
	border-color: #C9C9C9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
#loginform label {
	margin-right: 10px;
	color: #333;
	float: left;
	clear: both;
	width: 100%;
}
ul.logininfo { display: none; }

/* portfolio slider */
#iphone-slider {
	border: 1px solid #A0A0A0;
	margin: 0 auto;
	background: #e8e8e8 url('../images/roundbox_bg.gif') repeat-x top center;
}
#iphone-slider ul, #iphone-slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#iphone-slider li {
	/*
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/
	width: 320px;
	height: 100%;
	min-height: 290px;
	overflow: hidden;
	text-align: center;
}
#iphone-slider li span { margin: 0 3px; }
#iphone-slider p#iphone-controls {
	margin: 0;
	position: relative;
}
#prevBtn, #nextBtn {
	display: block;
	clear: none;
	margin: 0;
	overflow: hidden;
	text-indent: -8000px;
	width: 80px;
	height: 36px;
	position: absolute;
	top: 58px;
	left: 0;
}
#nextBtn { margin: 0 auto 0 0; float: right; left: auto; right: 0; }
#prevBtn { float: left; margin-left: 0; }
#prevBtn a, #nextBtn a {
	display: block;
	width: 80px;
	height: 36px;
	background: url('../images/iportfolio/btn_prev.png') no-repeat 0 0;
}
#nextBtn a {
	background: url('../images/iportfolio/btn_next.png') no-repeat 0 0;
}
img.iphone-portfolio { border: 1px solid #999; }
h1#iphone-portfolio { font-size: 110%; padding-top: 7.5px; margin-bottom: 7.5px; }
.postmetadata {
	display: none;
}
.backlink {
	margin: 12px 0 0 12px;
}
.pagerbox {
	margin: 0 0 0 12px;
}
.pagerbox a {
	padding: 8px;
}
.page-photo-left,
.page-photo-right {
	margin: 5px 3px;
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
