* {
	margin: 0;
}
html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	min-width:1200px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
	background:#fff;
	padding:0 20px;
	clear:both;
}
#push {
	height: 60px; /* .push must be the same height as .footer */
}

#container {
overflow: hidden;
margin: 0 0 20px;
}

#footer {
	height:20px;
	background:#ddd;
	padding: 20px;
	}
#footer p {
	margin:0;
}

#content{
width: 600px;
padding: 20px 0;
}

#header {
height:65px;
width:100%;
overflow: hidden;
}

#subnav {
overflow: hidden;
position: relative;
height:60px;
}

#tag{
	width: 155px;
	height: 20px;
	position: relative;
	z-index: 100;
	padding:25px 23px 20px 22px;
	margin: 0 20px 0 0;
	float:left;
	background: #dcae3d;
	overflow: hidden;
}

#logo {
	display:block;
	height:15px;
	margin: 0 0 20px;
	
}

#kyle {
	height:15px;
	width:66px;
	float: left;
	background: url(../img/tag_kyle.gif) left no-repeat;
}
#ferino {
	height:15px;
	width:89px;
	float: left;
	background: url(../img/tag_ferino.gif) left no-repeat;
}


#nav a {
	background: url(../img/nav_inactive.png) no-repeat;
	display:block;
	height: 5px;
	width: 155px;
	padding: 12px 0;
	}
#nav a:hover {background-image: url(../img/nav_active.png);}

#nav .about {background-position: center 0;}
#nav .work {background-position: center -35px;}
#nav .tear {background-position: center -70px;}
#nav .blog {background-position: center -105px;}

ul.pages {
	width:200px;
	height:42px;
	padding: 0 20px 0 0;
	margin: 11px 0 7px 0;
	overflow: hidden;
	float:left;
}

ul.pages li {
	height: 14px;
	list-style-image: url(../img/subnav_arrow.gif);
}

#slide{
margin: 20px 0 0;
height:600px;
}


#slide.loading{
background: url(../img/loader.gif) center no-repeat;
}
 
#slideControl {
margin: 0 0 20px;
}

a.slideNext, a.slidePrev{
display: block;
width:25px;
height:20px;
float:left;
background: url(../img/button_inactive.gif) no-repeat;
}

a.slideNext:hover, a.slidePrev:hover {background: url(../img/button_active.gif) no-repeat;}
a.slideNext, a.slideNext:hover { background-position: right;}
a.slidePrev, a.slidePrev:hover { background-position: left;}
a.statement {margin: 0 0 0 20px;}
/* CLASSES */

.left {float:left;}
.right {float:right;}

body.home h3{margin-top: 80px;}

body.page-template-portfolio-php #content { display: none; }

.left {float:left;}
.right {float:right;}

body.home h3{margin-top: 80px;}

body.page-template-portfolio-php #content { display: none; }
body.page-template-portfolio-php #slide{ display: none; }