
/* --------- 
 -----------*/
body{
	font-family: 'probapro-regular';
	background-color:#ffffff !important;
	}
	
.body-italic {
	font-family: 'probapro-italic';
}

.floated {
	
	
}

.float {
	float:right;
}

.bioText {
	font-size:1.5em;
	line-height:1.5em;
}

.bioPic {
	width:200px;
	margin-left:50px;
	margin-top:10px;
/*	vertical-align:top;
*/}

.leftIndent {
	padding-left:20px;
}

#sm-introduction #hor-topper {
	display:block;
	position:relative;
/*	background-color:beige;
*/	margin-bottom:15px;
}

#sm-introduction  #icon-holder {
	display:inline-block;
	position:relative;
	vertical-align:middle;
	width:20%;
	max-width:240px;
	
/*	min-width:180px;
*/	height:auto;  
/*	background-color:pink;
*/}

#sm-introduction #icon-art {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:150px;
	height:150px;
	margin-top:50px;
/*	background-color:lightpink;
*/	vertical-align:middle;
}

#main-title {
	font-size:5em;
}

#state-of-purpose {
	margin-left:30px;
}

#sm-introduction .intro-statement {
	font-size:1.1em;
	margin-bottom:8px;
	display:block;
/*	padding-left:20px;
*/	
}

#first-statement {
	margin-top:20px;
}	

.grey-divider {
	border-bottom:1px solid #dddddd;
	width:80px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:30px;
}						
 
.grey-divider-two {
	border-bottom:1px solid #dddddd;
	width:80px;
	margin-top:40px;
	margin-bottom:40px;
	margin-left:15px;
}						

#contact {
	margin-left:30px;
}
.small-grey-text {
	color:#999999;
}

.small-dark-text {
	color:#333333;
}


#sm-introduction #header-holder {
	vertical-align:top;
	display:inline-block;
	width:75%;
/*	height:50px;
	background-color:lightcyan;*/
}

#sm-introduction #left-gutter {
	display:inline-block;
	width:18%;
	max-width:240px;
	
/*	background-color:lavenderblush;
*/	padding:1%;
	padding-top:20px;
/*	max-width:400px;
	min-width:180px;
	height:500px;
*/	vertical-align:top;
}

#sm-introduction #display-area {
	
	display:inline-block;
	width:74%;
	max-width:820px;
	margin:1%;
/*	background-color:lemonchiffon;
*/	height:500px;
}

#sm-introduction #main-title {
	display:block;
	padding-left:20px;
	padding-top:30px;
}


#sm-introduction #list-holder {
	
}

#portfolio-menu-header {
	padding-top:20px;
}


#portfolio-menu-first {
	padding-top:20px;
}

.chatter {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	color: #666666;
}

.image-set {
/*	visibility:hidden;
*/}


.portfolio-menu, .external-menu {
/*	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
*/	color: #999999;
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
	margin-right:15px;
	margin-left:15px;
	padding-bottom:5px;
	cursor: pointer;
}

.portfolio-menu:hover, .external-menu:hover, .hovered, #email-sean:hover {
	color: #b20b27;
	border-bottom: 1px solid #b20b27;
}

.external-menu {
	display:block;
}

@media only screen and (min-width: 801px)  and (max-width: 920px) {
	#sm-introduction  #icon-holder {
		width:24%;
	
	}
	

 	#sm-introduction #left-gutter {
		width:24%;
/*		background-color:pink;
*/	}
	
	#sm-introduction #display-area {
		width:69%;
	}

}
@media only screen and (min-width: 631px)  and (max-width: 800px) {

	#sm-introduction  #icon-holder {
		display:none;
	}
	
	#sm-introduction #header-holder {
		width:95%;
	/*	height:50px;
		background-color:lightcyan;*/
	}


	#sm-introduction #left-gutter {
		width:28%;
/*		background-color:orange;
*/	}
	
	#sm-introduction #display-area {
		width:66%;
	}


}


@media only screen and (min-width: 301px)  and (max-width: 630px) {


	#sm-introduction  #icon-holder {
		display:none;
	}

	#sm-introduction #left-gutter {
		width:100%;
/*		background-color:green;
*/	}

	#sm-introduction #header-holder {
		width:72%;
	}

	#sm-introduction #display-area {
		width:100%;
	}

}


/*@media only screen and (min-width: 500px)  and (max-width: 650px) {
	#sm-introduction #icon-holder {
		width:35%;
	}

	#sm-introduction #left-gutter {
		width:35%;
		background-color:beige;
	}

	#sm-introduction #header-holder {
		width:62%;
	}

	#sm-introduction #display-area {
		width:62%;
	}
}*/


/*@media only screen and (max-width: 499px) {
	#sm-introduction #icon-holder {
		width:45%;
	}

	#sm-introduction #left-gutter {
		width:45%;
		background-color:azure;
	}

	#sm-introduction #header-holder {
		width:52%;
	}

	#sm-introduction #display-area {
		width:52%;
	}
}*/


/*@media only screen and (max-width: 399px) {
	#sm-introduction #icon-holder {
		width:100%;
	}

	#sm-introduction #left-gutter {
		width:100%;
		background-color:yellow;
	}

	#sm-introduction #header-holder {
		width:100%;
	}

	#sm-introduction #display-area {
		width:100%;
	}
}*/


/*@media only screen and (max-width: 720px) {
	#sm-introduction #display-area {
		display:block;
		width:100%;
		background-color:bisque;
		height:500px;
	}
}
*/

