/* @override 
	http://localhost/mikeboers/shutterbug/styles.css
	http://localhost/mikeboers/styles.css
	http://localhost/mikeboers_com/styles.css
*/

body {
	color: #1d1d1d;
	background-color: white;
	margin: 0px;
	font: 1em Geneva;
	padding: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

a {
	color: #6e6e6e;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a:hover {
	color: #aa5a00;
	border-bottom-style: solid;
}

#no_site-container {
	height: 13em;
	padding-top: 20%;
}

#no_site-text {
	padding: 1em;
	border: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
	width: 30em;
	text-align: center;
	font-size: .9em;
	line-height: 1.4em;
}

#no_site-title {
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	line-height: 60px;
	vertical-align: top;
	position: relative;
	left: 20px;
	width: 30em;
}

#no_site-title img {
	position: relative;
	display: inline;
	top: 23px;
	left: 10px;
}