/*
 *	Pantera Press: Frontpage
 *	@author Adam Schilling <adam.schilling@august.com.au>
 */


/*	Imports 
	----------------------------------- */

@import url("../modules/bookcase.css");

@media screen, projection, print {


/*	Page structure
	----------------------------------- */
	
	#frontpage #masthead {
		position: absolute;
	}

/*	Generic Elements
	----------------------------------- */

	#slider {
		position: relative;
		padding-top: 370px;
		}

	#slider .images {
		/*background: transparent url('../../images/slider/slide-red.jpg') no-repeat top center;*/
		display: block;
		height: 370px;
		left: 0;
		margin: 0;
		padding: 0;
		position: absolute;
		text-align: center;
		top: 0;
		width: 100%;
		}

	#slider .transition-options {
		display: block;
		height: 40px;
		margin: -40px auto 0;
		max-width: 990px;
		min-width: 990px;
		padding: 0;
		position: relative;
		text-align: left;
		width: 990px;
		white-space: nowrap;
		z-index: 999;
		}

	#slider ul {
		display: block;
		height: 40px;
		list-style: none;
		margin: 0;
		max-width: 95px;
		min-width: 95px;
		padding: 0;
		position: absolute;
		right: 50px;
		text-align: right;
		top: 0;
		width: 95px;
		white-space: nowrap;
		z-index: 999;
		}

	#slider ul li {
		background: transparent url(../../images/transition-nav-sprites.png) no-repeat 0 0;
		display: block;
		border: 0;
		cursor: pointer;
		float: left;
		height: 40px;
		margin: 0;
		max-height: 40px;
		max-width: 19px;
		min-height: 40px;
		min-width: 19px;
		padding: 0;
		text-align: left;
		text-indent: -9999em;
		white-space: nowrap;
		width: 19px;
		}

	#slider ul li:hover,
	#slider ul li:active,
	#slider ul li:focus,
	#slider ul li.selected {
		background-position: 0 -40px;
		}

	#slider .transition-options .transition-previous,
	#slider .transition-options .transition-next {
		background: transparent url(../../images/transition-nav-sprites.png) no-repeat 0 -80px;
		cursor: pointer;
		display: block;
		height: 40px;
		margin: 0;
		max-height: 40px;
		max-width: 19px;
		min-height: 40px;
		min-width: 19px;
		overflow: hidden;
		position: absolute;
		right: 36px;
		text-align: left;
		text-indent: -9999em;
		top: 0;
		white-space: nowrap;
		width: 19px;
		}

	#slider .transition-options .transition-previous:hover,
	#slider .transition-options .transition-previous:active,
	#slider .transition-options .transition-previous:focus {
		background-position: 0 -120px;
		}

	#slider .transition-options .transition-next {
		background-position: 0 -160px;
		right: 17px;
		}

	#slider .transition-options .transition-next:hover,
	#slider .transition-options .transition-next:active,
	#slider .transition-options .transition-next:focus {
		background-position: 0 -200px;
		}

	#main p {
		color: #999696;
		font-size: 16;
		line-height: 22px;
		max-width: 720px;
		min-width: 720px;
		width: 720px;
		}

	

	#sidebar {
		color: #2b2b2b;
		float: right;
		margin: 0 0 20px;
		max-width: 230px;
		min-width: 230px;
		padding: 0;
		position: relative;
		width: 230px;
		}

	#sidebar li {
		left: 0;
		position: absolute;
		top: 0;
		}

	#sidebar h3 a,
	#sidebar h3 a:link,
	#sidebar h3 a:visited {
		border: 1px solid #fff;
		border-bottom: 0;
		color: #b6b3b3;
		cursor: pointer;
		display: inline-block;
		height: 26px;
		line-height: 26px;
		margin: 0 5px 0 0;
		max-height: 26px;
		min-height: 26px;
		overflow: hidden;
		padding: 12px 9px;
		}

	#sidebar h3 a.selected,
	#sidebar h3 a.selected:link,
	#sidebar h3 a.selected:visited {
		background-color: #f6f2ef;
		border-color: #d4cbc3;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		color: #726559;
		}

	#sidebar h4 {
		font-size: 13px;
		line-height: 16px;
		margin: 0 0 5px;
		padding: 15px 0 0;
		}

	#sidebar p {
		font-size: 12px;
		line-height: 15px;
		margin: 0 0 5px;
		padding: 5px 0 0;
		}

	#sidebar a.sidebar-read-more,
	#sidebar a.sidebar-read-more:link,
	#sidebar a.sidebar-read-more:visited {
		clear: none;
		display: block;
		float: right;
		font-size: 13px;
		line-height: 16px;
		margin: 0;
		padding: 15px 0 0;
		position: relative;
		text-align: right;
		text-transform: lowercase;
		}

	#sidebar #news-content,
	#sidebar #events-content {
		border-top: 1px solid #d4cbc3;
		clear: both;
		display: block;
		margin: 50px 0 0;
		padding: 5px 0 0;
		position: relative;
		}

	#sidebar #news {}

	#sidebar #news-content {}

	#sidebar h3 a#events {
		left: 90px;
		position: absolute;
		top: 0;
		}

	#sidebar #events-content {
		display: none;
		}

	#noteworthy {
		color: #2b2b2b;
		}

	#coming-soon {
		float: left;
		width: 365px;
		}

	#featured-author {
		float: right;
		width: 595px;
		}

	#noteworthy img {
		float: left;
		padding: 0 25px 25px 0;
		}

	#noteworthy p {
		font-size: 14px;
		line-height: 20px;
		padding-bottom: 10px;
		}

	#coming-soon h2,
	#featured-author h2 {
		border-bottom: 1px solid #c1bebe;
		margin-bottom: 17px;
		padding-bottom: 5px;
		}

	#coming-soon h2 {
		color: #564d47;
		}

	#coming-soon h4,
	#featured-author h4 {
		font-size: 18px;
		margin: 0 0 10px;
		}

	#coming-soon h4 {
		color: #756a60;
		font-size: 16px;
		}

	#noteworthy #coming-soon p {
		line-height: 18px;
		padding-bottom: 8px;
		}

}
	
	
	/*	Print
		----------------------------------- */
	
	@media print {}

