/* Setup */

* {
	margin: 0px;
	padding: 0px;
	border: 0;
	text-decoration: none;
	list-style: none;
	font-family: times;
	font-size: 13px;
	line-height: 130%;
	color:#000;
}

body {
	background-color: #FFFFFF;
		bg-color: #FFFFFF;
}

#loading {
     display: none;
}

a:link, a:active, a:visited{
	color: #000; 
	text-decoration: none; 
}

a:hover {
	text-decoration: underline;
}






/* HEADER */ 

#logo {
    position: fixed;
    width: 600px;
    text-align: left;
    left: 180px;
    top: 60px;
    z-index:2;
}

#info {
    position: fixed;
    text-align: center;
    top: 85px;
    left: 500px;
	font-family: times;
	font-size: 15px;
	line-height: 100%;
	z-index: 2;
}


/* SIDEBAR */ 

div#sidebar{
	position:absolute !important;
	width: 200px;
	height:100%;
	background-color:#FFFFFF;
	margin-left: 50px;
}

#sidebar #sections {
	background-color:#FFFFFF;
	z-index: 1;
	width: 200px;
}

#bookCategories {
}

#sidebar ul {
	margin-bottom: 12px;
}
#sidebar li {
	line-height: 100%;
}
#sidebar a {
	text-transform: uppercase;	
	font-size: 11px;
}

#sidebar a.selected {
	background-color:#ffd200;
}



/* Index page */

#indexPage div.editions, #indexPage div.information, #indexPage div.newsletter, #indexPage div.publishing, #indexPage div.distribution_info, #indexPage div.press_release, #indexPage div.sold {
	display: none;
}

#indexPage .more {
	display: none;
}

#posts {
	margin-left: 250px;
	margin-top: 160px;
}

.post {
	display: block;
	position: relative;
	z-index: 1;
	float: left;
	width:466px;
	height: 1025px;
	margin-left: 40px;
	margin-right: 10px;
}

.post p {
	clear: left;
	margin:0px;
	text-align: left;
	width:500px;
	text-transform:uppercase
}

.post.press_release p {
	text-transform: none;
}

.post p.uppercase {
	text-transform: uppercase;
}

.post p a:link, .post p a:active {
	background-color:#ffd200;
}

.post img {
	 max-width: 466px;
	 margin-bottom: 10px;
	 height: auto;
	 width: auto;
}

.photoset embed {
	max-width: 466px;
}

.permalink{
	display: block;
	text-transform: uppercase;
	font-size: 9px;
	text-align: right;
}

#footer, #infscr-loading {
     clear:both;
}



/* Store info pages */

.storeInfo div.publishing, .storeInfo div.editions, .storeInfo div.distribution, .storeInfo div.projects, .storeInfo div.information, .storeInfo div.newsletter {
	display: block;
}
.permalinkPage div.publishing, .permalinkPage div.editions, .permalinkPage div.distribution, .permalinkPage div.projects, .permalinkPage div.information, .permalinkPage div.newsletter {
	display: block;
}
.storeInfo #bookCategories {
	display: none; 
}



/* Publishing and editions page */

.publishing .photoPostLink, .editions .photoPostLink {
	float: left;
}

body.publishing .caption{
	float: left;
	margin-left: 60px;
	width: 350px;
}
body.publishing .post {
	min-width: 1020px;
	margin-bottom: 110px;
	height: auto;
	clear: both;
}



/* Information Page */

.information .post {
	width: 1000px;
}



/* Newsletter Signup */

#newsletterOverlay {
	width: 400px;
	height: 300px;
	position: fixed;
	top: 50%;
	margin-top: -150px;
	left: 50%;
	margin-left: -200px;
	display: none;
	background-color: white;
	border: 1px solid #000;
	z-index: 1;
}

#newsletterCont {
	display: none;
	padding: 30px;
	background-color: #FFD200;
	position: fixed;
	left: 50%;
	top: 140px;
	width: 300px;
	margin-left: -150px;
	z-index: 2;
}

#newsletterForm input {
	width: 85%;
	padding: 10px;
	margin-left: -10px;
	float: left;
}
#newsletterForm a {
	display: block;
	text-align: center;
	margin-top: 6px;
	float: left;
	font-size: 23px;
	margin-left: 15px;
}
#nlCloseLink {
	position: absolute;
	top: 5px;
	right: 5px;
	font-family: arial;
	font-size: 12px;
	padding-right: 5px;
	padding-top: 3px;
}
#nlCompleteText {
	display: none;
	text-align: center;
	margin-top: 2px;
}
