/* Home Structure
----------------------------------------------- */
#header {
	margin-bottom:52px;
}

#page {
	min-height:auto;
}

/*html>body #content {
	height:auto;
}*/

.jqGSContainer,
#content {
	margin-right:-50px;
}

#content {
	float:right;
	width:701px;
	font-size:1.4em;
	color:#8F8F8F;
	background:#fff url('../images/loading.gif') 0 206px no-repeat;
	min-height:604px;
	height:604px;
}

#sortables {
	position:absolute;
	left:0px;
	z-index:1;
	float:left;
	line-height:1.7em;
	font-size:1.2em;
	padding:1em 0 0 .5em;
}
#sortables h2 {
	color:#666;
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:bold;
	line-height:normal;
}

#sortables ul {
	margin:0 0 1.2em 0;
}

img {
	border:none;
}

#sortables,
#sortables a {
	color:#8F8F8F;
}

#sortables a:hover,
#sortables a.active {
	color:#398E38;

}

#image-container {
	height:400px;
}

#content .thumbnail:hover img,
#content .thumbnail:hover,
#content .thumbnail {
	background:#fff;
	border:none;
}

.indent {
	padding-left:15px;
}


#copyright {
	margin-top:0;
}

/* Page Backgrounds
-------------------------------------------------- */

body {
	background:url('../images/portfolio-bg.gif') 0 123px repeat-x;
}

/*
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width:600px;
	height:156px;
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	
	/* decoration */
	margin-left:10px;
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;

	/* custom decoration */
	text-align:center;
	padding:0px;
  	height:156px;
    margin-right:10px;
}

/* active item */
div.scrollable div.items div.active {
	border-bottom:2px;
	background-color:#000;
}

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
#content a.prev:hover, 
#content a.next:hover, 
#content a.prevPage:hover, 
#content a.nextPage:hover,
a.prev, 
a.next, 
a.prevPage, 
a.nextPage {
	display:block;
    width:32px;
    height:34px;
	background:#fff url('../images/previous.gif') no-repeat 0 0;
	float:left;
	margin:43px 0;
	cursor:pointer;
}

/* mouseover state */
#content a.prev:hover, 
#content a.next:hover, 
#content a.prevPage:hover, 
#content a.nextPage:hover {
    background-position:-64px 0;
}

/* disabled navigational button */
#content a.disabled {
	background-position:-32px 0px;
}

/* next button uses another background image */
#content a.next:hover, 
#content a.nextPage:hover,
#content a.next, 
#content a.nextPage {
	background-image:url('../images/next.gif');
	clear:right;	
}
