/*
	style_listing.css
	Stylesheet for akimbo.biz - Listing pages
	
	Copyright (c) 2008 Gordon Hicks, all rights reserved	

	created:  2008 Mar 8
	modified: 2008 Mar 12
	
*/	

	.page-container-inner {
		margin-bottom: 12px;
	}


	.column-123 { /* contains column-1, -2, -3 */
		width: 801px;
		float: left;
		padding-right: 9px;
		border-right: solid 1px rgb(153,153,153); /* grey */
		padding-bottom: 45px; /* space for footer */
	}

	.column-1 {
		width: 99px;
		height: 625px; /* controls min-height */
	}
	
	.column-2 {
		width: 200px;
		margin-top: 16px;
	}
	
	.column-3 {
		width: 481px;
		margin-left: 21px;
		margin-top: 14px;
	}
	
	.column-4 {
		width: 80px;
		padding-left: 9px;
	}

	.column-calendar-posting {
		width: 580px;
		float: left;
		margin-left: 21px;
		margin-top: 14px;
	}
	



/* Author */

	.author {
		width: 200px;
		height: 80px;
		padding-top: 1px;
		padding-bottom: 1px;
		border-top: solid 25px rgb(49,81,181); /* blue */
		border-bottom: solid 25px rgb(49,81,181); /* blue */
		margin-bottom: 8px;
		line-height: 15px;
		overflow: hidden;
	}
	
	.author img {
		width: 80px;
		height: 80px;
		float: right;
	}

	.author h3 {
		padding-top: 10px;
		margin: 0 85px 0 5px;
		color: rgb(255,102,0); /* orange */
	}

	.author h3.lines-1 { padding-top: 30px; }
	.author h3.lines-2 { padding-top: 22px; }
	.author h3.lines-3 { padding-top: 16px; }
	.author h3.lines-4 { padding-top: 10px; }
	.author h3.lines-5 { padding-top: 4px; }


	.author p {
		margin: 0 86px 0 12px;
	}

/* Biography */

	.biography {
		padding: 2px 12px;
		font-size: 11px;
		line-height: 14px;
		color: rgb(33,33,33); /* lightened black */
		background-color: rgb(180,213,254); /* light blue */
	}
	
	.biography p {
		margin: 14px 0;
	}


/* Listing Item */

	.listing-item {
		width: 100%;
		padding: 10px 0 8px 0;
		border-bottom: dotted 1px rgb(204,204,204);
		line-height: 15px;
	}

	.listing-item p {
		margin-bottom: 1px;
	}

	.listing-item p.event,
	.listing-item p.call,
	.listing-item p.posting,
	.listing-item p.announcement,
	.listing-item p.blog-location,
	.listing-item p.dateline {
	}
	
	.listing-item p.location-date,
	.listing-item p.blogger-date,
	.listing-item p.headline {
		font-weight: bold;
		color: rgb(49,81,181); /* blue */
	}
	

/* Hit List Item */

	.hit-list-item {
		width: 100%;
		padding: 6px 0 3px 0;
		border-bottom: dotted 1px rgb(204,204,204);
	}

	.hit-list-item h3 {
		margin: 7px 0 7px 0;
		font-weight: bold;
		color: rgb(49,81,181); /* blue */
	}
	
	.hit-list-item h3 span {
		color: rgb(255,102,0); /* orange */
	}
	
	.hit-list-item p {
		width: 470px;
		margin: 7px 0 7px 0;
		line-height: 17px;
	}

/* Theme photos */

	#theme {
		width: 200px;
		height: 140px;
		margin-bottom: 2px;
		background-repeat: no-repeat;
	}
	
	.call-for-submissions { background-image: url(/img/global/theme_call_for_submissions.jpg); }
	.exhibitions-festivals { background-image: url(/img/global/theme_exhibitions_festivals.jpg); }
	.jobs { background-image: url(/img/global/theme_jobs.jpg); }
	.publications { background-image: url(/img/global/theme_publications.jpg); }
	.workshops-courses { background-image: url(/img/global/theme_workshops_courses.jpg); }
	.akimblog { background-image: url(/img/global/theme_akimblog.jpg); }
	.news { background-image: url(/img/global/theme_news.jpg); }
	.hitlist { background-image: url(/img/global/theme_hitlist.jpg); }


/* Bar link */

	a.bar {
		display: block;
		width: 200px;
		height: 16px;
		margin: 0 0 2px 0;
		font-size: 11px;
		line-height: 16px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		background-color: rgb(49,81,181); /* blue */
	}

	a:link.bar,
	a:visited.bar {
		color: white;
	}

	a:hover.bar,
	a:active.bar {
		color: rgb(255,223,68); /* yellow */
	}
	







/* Footer */

	.footer {
		width: 801px;
	}

	.footer .copyright {
		left: 320px;
	}

	.footer .footer-nav {
		left: 317px;
	}



