/*-----------------------------------------------------------------------
 | DPK Print Styles
 +---------------------------------------------------------------------*/

body {
	background: #FFFFFF;
	margin: 25px;
	}

body, p, td, li, div { 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 13px; 
	line-height: 17px;
	color: #333;
	}

a {
	color: #000;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

.headline { 
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: 16px; 
	line-height: 18px; 
	font-weight: bold;
	margin-bottom: 8px;
	}
	
.heading { 
	font-size: 14px; 
	line-height: 16px; 
	font-weight: bold;
	margin-bottom: 8px;
	}
	
.artist-name { 
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: 20px; 
	line-height: 22px; 
	font-weight: bold;
	}
	
.small { 
	font-size: 11px; 
	line-height: 13px; 
	}
	
.photopad-right {  
	margin-bottom: 10px; 
	margin-left: 20px; 
	margin-top: 4px;
	}
	
.photopad-left { 
	margin-bottom: 10px; 
	margin-right: 20px; 
	margin-top: 4px;
	}

/*-----------------------------------------------------------------------
 | Print Page Styles
 +---------------------------------------------------------------------*/

.header-wrap {
	margin-bottom:15px;
	}
	
.header-box {
	background: #444;
	border:1px solid #444;
	}
	
.logotype { 
	padding: 15px;
	padding-top: 25px;
	float: left;
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: 22px; 
	line-height: 26px; 
	color: #FFF;
	vertical-align: middle;
	text-transform: uppercase;
	}
	
.contact-info {
	padding: 15px;
	font-size: 12px; 
	color: #FFF;
	line-height: 13px;
	text-align: right;
	vertical-align: middle;
	}

.page-footer {
	margin-top: 15px;
	width: 100%;
	}
	
.page-footer td {
	background: #666;
	border: 1px solid #666; 
	padding: 7px;
	font-size: 12px; 
	line-height: 14px;
	color: #fff;
	}

.page-footer a {
	color: #fff;
	}

.content, 
.teaser {
	margin-bottom: 8px;
	}

/*---------------------------------------------------------------
 | >> GENERAL PAGE STYLES
 +-------------------------------------------------------------*/

.page-title-wrap {
	background: #666;
	margin-bottom: 15px;
	}

.page-title {
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: 18px; 
	line-height: 20px; 
	font-weight: bold;
	color: #fff;
	text-align: left;
	padding: 8px;
	}

.page-title-right {
	display: none;
	}

.page-buttons {
	margin-top: 15px;
	}

#btn,
.page-buttons, 
.link {
	display: none;
	}

.jump-wrap {
	text-align: center;
	}

.content-box {
	margin-bottom: 10px;
	}

/*---------------------------------------------------------------
 | Table List Styles
 +-------------------------------------------------------------*/

#tlist {
	border-top: 1px solid #ccc;
	}

#tlist th {
	text-align: left;
	background: #ccc;
	padding: 4px;
	border-bottom: 1px solid #999;
	}

#tlist td {
	border-bottom: 1px solid #ccc;
	padding: 6px;
	}

#tlist .row-norm {
	background-color: #FFFFFF;
	}

#tlist .row-tint {
	background-color: #f2f2f2;
	}

#tlist th.sortcol {
	background: #ccc;
	}

#tlist .sort-icon {
	margin-bottom: 2px;
	}

/*---------------------------------------------------------------
 | Site Photo Styles
 +-------------------------------------------------------------*/

#photo-wrap {
	float: left;
	border: 1px solid #ccc;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	}
	
#photo-wrap .photo img {
	display: block;
	}

#photo-wrap .photo-info {
	margin: 0;
	padding: 0;
	background: #fff;
	border-top: 1px solid #ccc;
	padding: 5px;
	}
	
#photo-wrap .caption {
	color: #ccc;
	font-size: 12px;
	line-height: 15px;
	}
	
#photo-wrap .photog {
	font-size: 11px;
	font-style: italic;
	margin-top: 4px;
	}

#photo-wrap .photog:before {
	content: "Photo: ";
	}
