/****************
Author: Henry Rose
Email: henryrose@gmail.com
****************/



/******** Utilities ********/

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

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/******** Site Layout ********/
#wrapper {
	width:900px; 	
	margin-left:40px; 
	}

#flairWrapper {
	width:1000px; 	
	margin-left:40px; 
	}


#header{
	height:110px; 
		}

#flairNav{
    height:110px;
}
#nav{
	height:60px; 
	}

#ptNav{
	height:35px;
}
	
#ptSubNav {
	height:25px;
}
	
#aboutMe{

}
	
#footer {
	border-style: solid;
	border-width: 1px 0pt 0pt;
	padding: 10px;
	margin: 10px;
	}
	
#hobbiesBoxRight{
    width:50%;
    float:right;
}

#hobbiesBoxLeft{
    width:50%;
    float:left;
}


.floatingflair{
    float: left;
    padding: 4px;
    margin: 5px;
}

.flaircontainer{
    width:100%;
    overflow: hidden;
}

#cmbtable{
    margin:10px;
}

#cmbtable tr td{
    width:120px;
    height:120px;
    vertical-align:top;
}

#thebutton{
    margin-top:34px;
}
