/* This is the CSS file for RogerBlenman.com
	Created by Brendan DeBrincat January, 2010
	http://quacktacular.net
*/

body {
	margin: 0;
	background: white;
	color: rgb(100,100,100);
	font-size: 12px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-image: url("/images/wood1.jpg");
	}

h1 {
	margin: 0;
	float: left;
	background-image: url("/images/h1.png");
	height: 40px;
	width: 271px;
}

h1 span {
	display: none;
}

div {
	margin: 0;
}

/* h1 {
	font-family: 'Gill Sans', 'Gill Sans MT', sans-serif;
	font-size: 35px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: -1px;
	float: left;
} */

a {
	text-decoration: none;
	color: black;
}

#page {
	clear: both;
	margin: auto auto;
	background: white;
	width: 780px;
	padding: 20px;
	padding-top: 5px;
	border: 1px solid rgb(200,200,200);
	border-top: 0;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-box-shadow:0px 0px 10px black;
	-moz-box-shadow:0px 0px 10px black;
	box-shadow:0px 0px 10px black;
}

#header {
	margin: auto auto;
	width: 780px;
	height: 35px;
	margin-top: 23px;
	border-bottom: 5px solid rgb(200,200,200);
}

#face {
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	padding: 8px;
	border: 1px solid rgb(200,200,200);
	outline: 1px solid rgb(225,225,225);
	background: white;
}

#picture {
	background: url(/images/roger.jpg) no-repeat center;
	width: 465px;
	height: 375px;
}

#besideface {
	padding-top: 15px;
	float: right;
	width: 250px;
	padding: 12px;
	border: 3px solid rgb(225,225,225);
	border-top: none;
	background: rgb(250,250,250);
	margin-bottom: 15px;
}

#besideface h2 {
	text-align: right;
	font-family: Georgia, Serif;
	font-size: 18px;
	color: rgb(70, 130, 180);
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
}

#besideface h3 {
	font-size: 14px;
	margin: 0;
}

.accordion_toggle {
	cursor: pointer;
}

.accordion_content {
	overflow: hidden;
	margin-bottom: 10px;
}

.accordion_content p {
	margin: 0;
	margin-bottom: 10px;
}

.justify {
	text-align: justify;
}

.credits h3 a, .credits h3 a:visited {
	display: inline;
	color: rgb(100, 100, 100);
}

.credits span {
	margin-left: 3px; 
}

.description {
	clear: both;
	position: relative;
	height: 24px;
	font-size: 13px;
	text-align: center;
	padding: 8px;
	padding-bottom: 0px;
	border: 1px solid rgb(200,200,200);
	outline: 1px solid rgb(225,225,225);
	margin: 0;
}

.description a {
	padding-bottom: 8px;
	color: black;
	cursor: pointer;
}

#desclinks div {
	display: none;
	background: white;
	min-height: 25px;
	margin-top: -5px;
	position: absolute;
	background-color: rgb(250, 250, 250);
	text-align: left;
	color: rgb(100,100,100);
	font-size: 12px;
	padding: 10px;
	border: 1px solid rgb(150,150,150);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,.3);
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,.3);
	box-shadow:0px 0px 10px rgba(0,0,0,.3);
}

#desclinks div:hover {
	display: block;
}

#fancy_ajax h2 {
	margin-top: 0; 
}

p.credit {
	margin: 0;
	margin-top: 15px;
	color: black;
	text-align: right;
	font-style:italic;
}

.whitespace {
	white-space: pre;
}
