/*--------------------------------------------
BEGIN IPHONE STYLES
---------------------------------------------*/
@media only screen and (max-device-width : 481px) {

/*--------------------------------------------
MAIN
---------------------------------------------*/
.page-wrap {
	padding: 0px 0 45px 0;
	width: 100%;
}

.page-slide {
	width: 95%;
	height: auto;
}

/*--------------------------------------------
HEADER
---------------------------------------------*/
#header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

#header-container {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

#top-shadow {
	position: relative;
	top: 0;
	left: 0;
}

/*--------------------------------------------
LOGO
---------------------------------------------*/
a#logo {
	position: relative;
	top: 6px;
	float: none;
	font-size: 24px;
	line-height: 24px;
}

span.logo {
	position: relative;
	top: -2px;
	left: -3px;
	float: none;
	font-style: italic;
	font-size: 14px;
}

/*--------------------------------------------
MAIN NAV
---------------------------------------------*/
ul#main-nav {
	display: none;
}

/*--------------------------------------------
PROJECTS
---------------------------------------------*/
#projects {
	display: none;
}

/*--------------------------------------------
ABOUT
---------------------------------------------*/
#skill-container {
	margin: 0 auto !important;
	padding:10px 0 20px 0;
	width: 95%;
	height: auto;
	min-height: 900px;
}

#bio {
	margin-bottom: 20px;	
}

#bio img {
	display: none;
}

#bio p {
	clear: left;
	color: #383838;
	font-size: 0.75em;
	margin: 0 auto;
	width: 95%;
}

.skill-section {
	padding-top: 20px;
	margin:0 auto 15px auto;
	float: none;
	width: 95%;
	height: 280px;
	border: 1px solid #dddddd;
}

.skill-section:last-child {
	margin:0 auto 15px auto;
	position: relative;
	left: -6px;
}

.skill-section h2, .skill-section h4 {
	color: #383838;
	text-align: center;
}

.skill-section ul {
	margin:25px 0 0 0;
	list-style: disc;
} 

.skill-section ul li {
	margin:0 0 3px 28px;
	color: #555555;	
}

.skill-section ul li a, .skill-section ul li a:visited {
	color: #555555;
}

.skill-section ul li a:hover {
	text-decoration: underline;
}

/*--------------------------------------------
CONTACT
---------------------------------------------*/
#hire-content {
	float: none; 
	padding-bottom: 30px;
	margin:0px 0px 0 20px;
	width: 95%; 
	min-height: 95%; 
}

#hire-content h2 {
	font-size: 24px;
}

#hire-content h4 {
	font-size: 14px;
}

#hire-content p {
	font-size: 0.75em;
}

#hire-content p a, #hire-content p a:visited {
	font-size: 0.75em;
}

#hire-content p a:hover {
	text-decoration: none !important;
}

/*--PROJECT PLANNER FORM--*/
form#project-planner {
	display: none;
}

/*--------------------------------------------
FOOTER
---------------------------------------------*/
#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	text-align: center;
	color: #dddddd;
	background: #383838;
}

#footer p {
	font-size: 12px;
	margin-top: 12px;
}


}
/*--------------------------------------------
END IPHONE LANDSCAPE STYLES
---------------------------------------------*/

/*--------------------------------------------
BEGIN IPAD PORTRAIT STYLES
---------------------------------------------*/
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {

/*--------------------------------------------
MAIN
---------------------------------------------*/
.page-slide {
	width: 95%;
}

/*--------------------------------------------
HEADER
---------------------------------------------*/
#header-container {
	width: 95%;
}

/*--------------------------------------------
PROJECTS
---------------------------------------------*/

/*--PARENT SLIDER--*/
ul.slides.slides-parent {
	width: 95%;
	height: 575px;
}

/*--NESTED SLIDER--*/
.nested-slider {
	left: 0;
	margin: 0 auto !important;
	float: none;
}

/*--PROJECT CONTENT--*/
.project-content {
	display: none;
}

/*--------------------------------------------
ABOUT
---------------------------------------------*/
#skill-container {
	width: 95%;
	height: auto;
	min-height: 620px;
}

#bio {
	margin-bottom: 20px;
}

#bio img {
	max-width: 145px;
	max-height: 163px;
}

#bio p {
	font-size: 13px;
	width: 100%;
}

.skill-section {
	width: 31%;
	height: 300px;
}

/*--------------------------------------------
CONTACT
---------------------------------------------*/
#hire {
	height: 750px;
}

#hire-content {
	float: left; 
	margin:0 30px 0 20px;
	width: 30%; 
	min-height: 350px; 
}

#hire-content p {
	font-size: 13px;
}

#hire-content p a:hover {
	text-decoration: none !important;
}

/*--PROJECT PLANNER FORM--*/
form#project-planner {
	float: left;
	margin-top: 0px;
	width: 450px;
	height: auto;
}

.form-item input[type="text"] {
	width: 200px;
}

.form-item textarea {
	width: 431px;
	max-width: 431px;
}

/*--------------------------------------------
FOOTER
---------------------------------------------*/
#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	text-align: center;
	color: #dddddd;
	background: #383838;
}

#footer p {
	margin-top: 12px;
}

}
/*--------------------------------------------
END IPAD PORTRAIT STYLES
---------------------------------------------*/

/*--------------------------------------------
BEGIN IPAD LANDSCAPE STYLES
---------------------------------------------*/
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {

.form-item input[type="text"] {
	width: 235px;
}

}
/*--------------------------------------------
END IPAD LANDSCAPE STYLES
---------------------------------------------*/