@charset "UTF-8";

/** BIO STYLES **/

#frank-bio {
	overflow: auto;	
	height: 31em;
}
#frank-bio p {
	margin-top: 0;
	margin-right: .5em;	
	font-size: .9em;
}


/** ACCORDION & SLIDER STYLES **/

#influences-box { width: 18.5em; }
.about-list {
	overflow: hidden;
	height: 14em;
	position: relative;
	border-top: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	background-image: url(../images/sliderbg.png);
	background-repeat: repeat-x;	
}
.about-slider-content {
	position: absolute;	
	width: 100%;
}
.about-item {	
	font-size: 1em;
	padding: 1em;
	text-align: left;
	min-height: 3em;
}
.infl-item {
	height: 10.3em;	
	padding: 1em;
}
.showlogo {
	width: 8em;
	margin-right: .2em;
	float: left;
}
.showlogo img { border: none; }
.showtext {
	text-align: left;
	padding-top: 5px;
}
#journalism-box .showlogo {
	width: 6.5em;
	height: 5em;
}
#journalism-box .showlogo img {

}
#journalism-box .infl-item {
	height: 6em;
}
.about-intro {
	padding: .5em;
	margin-bottom: 1em;
	
	font-size: .9em;
	line-height: 1.25em;
}
#books-about-list .selected { background-color: #9DD0E9; }
#journalism-about-list .selected { background-color: #9DD0E9; }
#influences-about-list .selected { background-color: #9DD0E9; }
.about-item a:link {
	color: #000000;
	text-decoration: none;
}
.about-item a:visited {
	color: #000000;
	text-decoration: none;
}
#about-box { height: 38em; }
#about-box-content {
	height: 25.8em;
	overflow: auto;	
}
#influences-about-list {
	height: 24em;
	height: 21.2em;
}
#books-about-list { height: 21.2em; }
#journalism-about-list {
	height: 13em;
	height: 19em;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	#influences-about-list { height: 22em; }
	#journalism-about-list { height: 19.8em; }
	#books-about-list { height: 22em; }
}

#about-accordion { height: 38em; }
#about-accordion .AccordionPanelContent {
	margin: 0px;
	padding: 0px;
	height: 29.6em;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	#about-accordion .AccordionPanelContent { height: 30em; }
}



/** LAYOUT STYLES **/

#left-col {
	float: left; 
	width: 31em;
	padding: 0; 
}
#left-col .col-content { margin-right: .5em;	}
#right-col {
	float: right; 
	width: 25em;
	padding: 0;
}
#right-col .col-content { margin-left: .5em; }
#middle-col {
 	margin: 0 25em 0 31em;
	position: relative;
}
#middle-col .col-content { margin: 0 .25em 0 .25em; }


/** INFLUENCES STYLES **/

.influences-box-content {
	padding: 0 .5em 1em .5em;
	margin: 1em .5em 0 0;
	height: 32.5em;
	overflow: auto;
	
	
	padding: 1em 1.5em;
	height: 33.5em;
	margin: 0;
	overflow: auto;
}
.infl-title-wrap { padding-bottom: 1em; }
.infl-title {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.1em;
}
.infl-crew { padding-bottom: 1em; }
.infl-author { padding-bottom: 1em; }
.infl-author span { font-weight: bold; }
.infl-writer span { font-weight: bold; }
.infl-director span { font-weight: bold; }
.infl-summary { padding-bottom: 1em; }
.infl-summary span { font-weight: bold; }
.infl-amazon { padding-bottom: 1em; }
.infl-amazon img { border: none; }
.infl-notes div { font-weight: bold;	}

/** JOURNALISM STYLES **/
.journalism-box-content {
	padding: 1em 1.5em;
	height: 33.5em;
	overflow: auto;
}

.journ-title {
	font-weight: bold;
}

.journalism-box-content .infl-title-wrap {
	padding: 0;
}

.journalism-box-content .infl-title {
	font-weight: bold;
	font-variant: normal;
}

.journalism-box-content .infl-date {
	font-size: .9em;
	color: #666666;
}

.journalism-box-content .infl-pub {
	font-style: italic;
}

.journalism-box-content .infl-intro {
	font-variant: small-caps;
	font-size: 1.2em;
}

.journalism-box-content .infl-excerpt {
	padding: 0;
	margin: 0;
}

.journalism-box-content .infl-excerpt p {
	
}

.journalism-box-content .infl-link {
	font-style: italic;	
	font-size: .9em;
}
