/* FROM cp/style.css */

html {
	font-size: 62.5%;
}
body {
/* http://stackoverflow.com/questions/1150163/stretch-and-scale-a-css-image-in-the-background-with-css-only */
	background-image: url(media/images/dallas_skyline_-_dave_hensley_20120421_1920_proc.jpg);
	min-width: 252px;
	background-position: 60% 0%;
	padding: 0;
	-webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}

@media all and (max-width: 1200px) {
	body {
		background-position: 0% 0%;
	}
}

@media all and (max-width: 899px) {
	body {
		background-position: 30% 0%;
	}
}

.stretch {
    margin: auto;
    height:100%;
}

div.transbox {
	position: relative;
	left: 10%;
	top: 5%;
	width: 400px;
	padding: 10px 20px;
/*	padding-bottom: 5%;*/
	vertical-align: text-top;
/*	border:1px solid black;*/
	background-color: rgba(0, 0, 0, 0.65);
	color: #ccc1ba;
	font-style: normal;
	font-size: 18px; font-size: 1.8rem;
	font-family: 'Source Sans Pro', sans-serif;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 1px solid #444;
	box-sizing: border-box;
	z-index: 1000;
}
div.transbox p {
	margin: 0;
}
@media all and (max-width: 656px) {
	div.transbox {
		left: 0;
		top: 0;
		margin: 5% auto;
		padding: 5% 8%;
		width: 90%;
		font-size: 15px; font-size: 1.5rem; text-align: center;
	}
	div.transbox h1 { font-size: 35px; font-size: 3.8rem; text-align: center; }
	div.transbox h2 { font-size: 27px; font-size: 2.8rem; text-align: center; }
	div.transbox h3 { font-size: 20px; font-size: 2.0rem; text-align: center; }
	div.transbox p { font-size: 15px; font-size: 1.5rem; text-align: center; }
	div.transbox .profile-picture {
		width: 100%;
		display: block;
		margin: 5px auto 20px;
		max-width: 240px;
		float: none;
	}
}

div.profile-header {
	padding: 0;
	margin: 0;
}

.profile-header h1 {
/*	font-family: Helvetica, Tahoma;*/
	font-family: 'Arbutus Slab', serif;
	font-weight: normal;
	text-align: justify;
	font-size: 48px; font-size: 4.8rem;
	color: #ccc1ba;
	margin: 0;
}

.profile-header h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-size: 24px; font-size: 2.4rem;
	color: #fff;
	margin: 0;
}

.profile-picture {
	width: 35%;
	margin-right: 10px;
	float: left;
}

img.icons {
	width:20px;
	vertical-align: middle;
}
span.contact-icons {
	line-height: 2em;
}

.clearer {
	clear: both;
	height: 0;
	line-height: 0;
	}
span.left {
	float: left;
	text-align: left;
	}
span.right {
	float: right;
	text-align: right;
	}
.coltable {
	padding: 6px;
	background-color: #eee;
	border: 1px solid #ccc;
	font: normal 8pt Tahoma;
	border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	}
hr {
	 height: 1px;
	 line-height: 1px;
	 border: none;
	 color: black;
	 background-color: black;
	}

a {
	color: #CFCFCF;
	text-decoration: none;
}

.photo-license-info {
	position: absolute;
	bottom: 1em;
	right: 1em;
	text-align: center;
	background: rgba(255,255,255,0.5);
	border-radius: 16px;
	padding: 0.5em 1em;
}
.photo-license-info a {
	color: #000000;
	line-height: 1.5em;
}

.photo-license-url i.ui-icon-tiny-3cc {
	background: url(https://combo.staticflickr.com/ap/build/images/sprites/scrappy-38d5d4a7.png) 0 -55px no-repeat;
    height: 22px;
    width: 76px;
	vertical-align: middle;
	opacity: 1;
	display: block;
	margin: 0 auto;
}

