@charset "utf-8";

html {
	padding-left: 10px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	}
	
body {
	background-color: white;
	color: #3e4344;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

/*  main architecture */
#scrollcontainer {
	width: 800px;
	height: 500px;
	overflow: hidden;
	position:relative;
}

#scrollpane {
	font-family: Georgia, "Times New Roman", Times, serif;
	left: 271px;
	top: 65px;
	width: 8500px;
	height: 7500px;
	position: relative;
}

#menu {
	background-image: url(../graphics/interface/menu-back.png);
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	padding-left: 0px;
	padding-bottom: 0;
	padding-right: 0px;
	padding-top: 0;
	margin: 0;
	height: 100%;
	width: 220px;
	position: fixed;
	top: 0px;
	left: 0px;
}

#sweeper {
	margin: 0;
	padding: 0;
	position: fixed;
	width: 162px;
	height: 2px;
	top: 0px;
	left: 29px;
	background-color: #f36e21;
	visibility: hidden; 
}

span.date {
	color: #969798;
	font-style: italic;
}

/* does the sweeper go there? */
div.sweeptarget {
}

/* each row */
div.row {
	margin: 0px;
	padding: 0px;
}

/* each project */			
div.box {	
	margin-left: 0px;
	margin-bottom: 70px;
	margin-right: 90px;		
	margin-top: 0px;		
	float: left;		
	padding: 0px;		
}

div.content {
	min-height: 450px;
	float: left;
	padding: 0px;
	margin: 0px;
}

h2 {
	color: #3E4344;
	font-style: normal;
	font-weight: normal;
	margin-left: 0;
	margin-bottom: 3px;
	margin-right: 0;
	margin-top: 3px;
	font-size: 21px;
	padding: 0;
}

p {
	line-height: 1.2em;
	font-size: 13px;
	color: #231f20;
	margin: 0;
	padding: 0;
	max-width: 500px;
}

p a {
	color: #f36e21;
}

p a:hover {
	color: #3e4344;
}

p+p {
	margin-top: 1em;
}

p.price {
	margin-top: 0;
}

p.column {
	width: 190px;
	float: left;
	margin-right: 15px;
	font-size: 13px;
}

div.textcontent {
	border-top-width: 1px;
	border-top-color: #969798;
	border-top-style: solid;
	float: left;
	width: 600px;
	padding: 0px;
	margin: 0px;
}

img {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

div.clear	{
	clear: both;
}
	
div.boxbartop	{
	float: left;
	width: 13px;
	height: 452px;
}

div.boxbar {
	width: 13px;
	float: left;;
}

div.about	{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: white;
}

div.anchorline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #969798;
}

/* note borders add to width and height of element */
/* just scale this down since it will be replaced */
div.graphic {
	border-color: #fad7c2;
	border-style: solid;
	border-width: 1px;
	height: 448px;
}

div.loadedgraphic {
	height: 450px;
	text-align: center;
}

img.border {
	border-width: 1px;
	border-color: #dbdcdd;
	border-style: solid;
}

img.storethumb {
	margin-left: 14px;
	margin-top: 34px;
	cursor: pointer;
}

div.slideshow {
	height: 450px;
	overflow: hidden;
}

div.slidetext {
	overflow: hidden;
}

div.slidetext p {
	position: absolute;
	margin-top: 0;
}

/* generic button switch */
div.sidebutton {
	cursor: pointer;
	background-color: white;
	margin-bottom: 8px;
}

div.sidebutton:hover {
	background-color: #dbdcdd;
}

/* folio-esque side buttons */
div.buttonstrip {
	margin-top: 113px;
	margin-left: -12px;
	width: 22px;
	position: absolute;
}

div.basic {
	width: 21px;
	height: 13px;
	border-color: #969798;
	border-style: solid;
	border-width: 1px;
}

/* this should inherit from basic */
div.spread {
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../graphics/interface/gray-dot.gif);
}

div.verso {
	width: 10px;
	height: 13px;
	border-color: #969798;
	border-style: solid;
	border-width: 1px;
}

div.recto {
	width: 10px;
	height: 13px;
	border-color: #969798;
	border-style: solid;
	border-width: 1px;
	margin-left: 11px;
}

div.poster {
	margin-left: 6px;
	width: 10px;
	height: 13px;
	border-color: #969798;
	border-style: solid;
	border-width: 1px;
}

/* menu */
ul {
	padding: 0px;
	margin: 0em;
	list-style-type: none;
}

#lastitem {
	padding: 0px;
	margin: 0px;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
}

/* first level */
ul li {
	border-top-width: 1px;
	border-top-color: #fad7c2;
	padding: 0;
	margin: 0;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: solid;
	cursor: pointer;
}

/* second level */
ul li ul {
	padding: 0;
	margin: 0;
}

ul li ul li {
	text-indent: 4px;
	border-style: none;
	line-height: .9em;
	border-width: 0;
}

/* third level */
ul li ul li ul li {
	text-indent: 9px;
}

#menulogo {
	left: 29px;
	top: 18px;	
	position: absolute;
	cursor: pointer;
}

#accordion {
	position: absolute;
	left: 29px;
	margin: 0px;
	top: 67px;
	padding: 0px;
	width: 162px;
}

#firstitem {
	padding-bottom: 0px;
	margin-top: 0px;
	padding-right: 0px;
	margin-left: 0px;
	padding-left: 2px;
	padding-top: 3px;
	margin-right: 0px;
	margin-bottom: 40px;
	color: #f36e21;
}

a.menulink {
	margin: 0px;
	padding-right: 0px;
	padding-left: 2px;
	padding-bottom: 3px;
	padding-top: 3px;
	display: block;
}

a {
	color: #3e4344;
	text-decoration: none;
	border-style: none;
}

a:hover {
	color: #f36e21;
}

a.arrow {
	padding-top: 2px;
	margin: 0;
	display: block;
	font-weight: bold;
	font-size: 21px;
	color: #f36e21;
	text-decoration: none;
}

a.back {
	text-align: left;
}

a.forward {
	text-align: right;
}

a.arrow:hover {
	text-decoration: none;
	color: #3e4344;
}

noscript {
	font-weight: bold;
	padding: 10px;
	border-color: #f36e21;
	border-style: solid;
	border-width: 5px;
	font-size: 15px;
	position: fixed;
	width: 570px;
	top: 18px;
	left: 271px;
	background-color: white;
	line-height: 1.5em;
}

noscript a {
	color: #f36e21;
	text-decoration: underline;
}

noscript a:hover {
 color: #3e4344;
}

/* store stuff */


div.storebuttons {
	float: left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	margin-top: 8px;
	margin-left: 9px;
	margin-right: 0; 	/* for IE 6 */
	margin-bottom: 0;	/* for IE 6 */
}


div.storebutton {
	border: 1px;
	border-color: #969798;
	border-style: solid;
	text-align: center;
	line-height: 15px;
	float: left;
	width: 15px;
	height: 15px;
	cursor: pointer;
	margin-bottom: 3px;
}

div.storebutton:hover {
	border-color: #f36e21;
	color: #f36e21;
}

div.size {
	margin-right: 5px;
}

div.sizepicked {
	border-color: #f36e21;
	color: #f36e21;
}

div.storegender {
	float: left;
	line-height: 17px;
	text-align: center;	
	width: 17px;
	height: 17px;
	margin-right: 3px;
	margin-bottom: 3px;	
}

.men {
	color: #00aeef;
}

.women {
	color: #ec008c;
	clear: left;
}


div.storecaptions {
	float: left;
	overflow: hidden;	
	margin: 0; /* for IE 6 */
}

div.storewindow {
 float: left;
 overflow: hidden;
}

div.storecaptions div.storecaption {
	position: absolute;
	margin: 0;  /* for IE 6 */
}


div.iteminfo {
	position: absolute;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	text-transform: capitalize;
	cursor: pointer;
	text-align: center;
	width: 40px;
	left: 0px; /* for IE */
}

div.outofstock {
	position: absolute;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	width: 70px;
	left: 0px; /* for IE */	
}

div.iteminfo:hover{
	text-decoration: line-through;
}

span.times {
	line-height: 17px;
}

div.addtocart {
	width: 58px;
}

div#storefloater {
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../graphics/interface/checkout-background.png);
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	width: 91px;
	height: 65px;
	visibility: hidden;
}

p.storetotal {
	position: absolute;
	left: 14px;
	top: 11px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;	
}

div#checkout {
	position: absolute;
	left: 14px;
	top: 31px;
	width: 58px;
	float: none;
	background-color: white;
}

/* blog teaser */
div.blog-row {margin-top: 1em; margin-bottom: 1.5em; }
div.blog-thumb {float: left; width: 60px; }
p.blog-preview-text {float: left; margin-left: 1em;}
span.blog-date { font-style: italic; color: #969798; }


