/*-  BASE STYLES
----------------------------------------------------------------------*/

/*- self-clearing floats ----------*/

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

/*- fluid images and objects ----------*/

img,
object,
embed {max-width: 100%;}


/*- optional vanity styles ----------*/

::selection {background: #c80000;}
::-moz-selection {background: #c80000;}

img::selection {background: transparent;}
img::-moz-selection {background: transparent;}

@media only screen and (max-device-width: 480px) {

	html {-webkit-text-size-adjust: none}
	a { -webkit-tap-highlight-color: rgba(200,0,0,0.4);}

}

/*- Paul Irish's Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ ----------*/

@font-face {
  font-family: 'Graublau Web';
  src: url('GraublauWeb.eot');
  src: local('☺'),
         url('GraublauWeb.woff') format('woff'), url('GraublauWeb.ttf') format('truetype');
}


/*- LET'S GET STARTED!
----------------------------------------------------------------------*/

body {
	background-color: #fff;
	color: #fff;
	font: normal 16px/22px Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

abbr {
	cursor: help;
}

div#himan-brown-home {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

div#himan-brown-home>header {
	background-color:black;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-image: url(../img/homepage.jpg);
	padding-right: 600px;
	width: 360px;
	height: 419px;
}

div#himan-brown-home>header>h1 {
	font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 300%;
	padding-bottom: 80px;
	padding-top: 80px;
	text-align: center;
}

div#himan-brown-home>header>nav {	
	text-align: center;	
	display: block;	
	margin-right: auto;	
	margin-left: auto;	
	font-size: 125%;
}

div#himan-brown-home>header>nav li {	
	padding-bottom: 20px;	
	padding-top: 20px;	
}

div#himan-brown-home>header>nav a:link,
div#himan-brown-home>header>nav a:visited {
	border-color: black;
	border-style: none;
	color: white;
}

div#himan-brown-home>header>nav a:hover,
div#himan-brown-home>header>nav a:active {
	border-color: black;
	border-style: none;
	color: #bfbfbf;
}

#inline_bio {
	padding:10px;
	background-color: white;
	color: black;
}

#inline_bio>p {
	margin-bottom: 20px;
}

footer {
	background-color: #ffffff;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

footer>p {
	color: #3f3f3f;
	text-align: center;
}

footer>p>small {
	font-size: 50%;
}