/*

Author: Mark Bowley
Author URI: http://mbowley.com
Version: 1.0

*/

html {background:#eee url('images/blackorchid.png') repeat; }

body { 
	font-size:18px; 
	font-family: 'PT Serif', serif;
	line-height:26px;
	padding: 0;
	}

p.footnote {font-size: small;}

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.header{padding: 0;}

#content{
	color: #333;
	text-indent: 0px;
	clear: both;
}

img.bio-image {
	float: left;
	margin-right: 20px;
	margin-bottom: 0px;
	border: 1px solid #ccc;
	padding: 1px;
	top: -10px;
	position: relative;
}

#container{
	background-color: white;
	max-width: 650px;
	width: 90%;
	margin: 2em auto;
	padding: 30px 50px 50px 50px;
	border: 1px solid #ccc;
}

.mb {
	background-image: url('images/mbowley-header.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 200px !important;
}

.nb {}

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

* html .clearfix {zoom: 1;}
*:first-child+html .clearfix {zoom: 1;}

h1 {
	font-size: 35px;
	line-height: 50px;
	font-weight: 700;	
}

h2 {
	font-size: 22px;
	line-height: 32px;
	color: #333;
	font-weight: 400;
	margin-bottom: 30px;
}

.link {
	font-size: 18px;
	line-height: 28px;
	height:25px;
	width:150px;
	display: block;
	margin-top:10px;
	}

a, a:visited{
	text-decoration: none;
	color: /* #CE3A2F */ #777;
	padding: 2px;
}

a:hover, a:hover:visited {text-decoration: underline;}
a:active {top: 1px;}

a.twitter {
	background: url('images/icons-sprite.png') no-repeat 0 -58px;
	padding-left:19px;
	height: 16px;
	margin-left: 3px;
	}
	
a.bowley {
	background: url('images/icons-sprite.png') no-repeat 0 0;
	padding-left:19px;
	margin-left: 3px;
	}
	
a.linkedin {
	background: url('images/icons-sprite.png') no-repeat 0 -144px;
	padding-left:19px;
	margin-left: 3px;
	}

a.zerply {
	background: url('images/icons-sprite.png') no-repeat 0 -28px;
	padding-left:19px;
	margin-left: 3px;
	}

a.behance {
	background: url('images/icons-sprite.png') no-repeat 0 -171px;
	padding-left:19px;
	margin-left: 3px;
	}
	
a.flickr {
	background: url('images/icons-sprite.png') no-repeat 0 -85px;
	padding-left:19px;
	margin-left: 3px;
	}

a.pinterest {
	background: url('images/icons-sprite.png') no-repeat 0 -115px;
	padding-left:19px;
	margin-left: 3px;
	}
	
a.instagram {
	background: url('images/icons-sprite.png') no-repeat 0 -199px;
	padding-left:19px;
	margin-left: 3px;
	}
	
a.wwu {
	background: url('images/WWU-favicon.png') no-repeat 0 6px;
	padding-left:17px;
	}
	
a.continu {
	background: url('images/continu.png') no-repeat 0 6px;
	padding-left:20px;
	margin-left: 3px;
	}



@media screen and (max-width: 600px) {
	img.bio-image {top: 0px; margin-bottom:20px;}
	h2 {font-size: 20px; line-height: 27px;}
	.mb {padding: 200px 20px 50px 20px !important;}
	.nb {padding: 0 20px 20px 20px !important;}
	}



