/* @override 
	http://localhost:8001/media/css/basic.css
	http://localhost/generated/media/css/basic.css
*/

/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

img {
	border: none;
}

a {
	/*color: #595c5e;*/
	color: #8c8f8e;
	text-decoration: none;
}

body {
  font: 62.5%/1.6 "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  background-color:#fff;
  color: #595c5e;
}

h1 {
  font: 2.4em "Baskerville", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  color: #7f6e6e;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

p, li {
  font-size: 1.0em;
  text-decoration: none;
}

h1, h2, p {
  margin: 1em 0;
}


#wrapper {
  background-color: #fff;
}

#sidebar {
  text-align: left;
}

#footer {
	padding-top:20px;
}
#footer p {
	font-size: 1.0em;
}

/* The Core Technique
================================= */

body {
  text-align: center;
  min-width: 940px;
}

#wrapper {
  width: 1160px;
  margin: 0 auto; 
  text-align: left;
}


#container { 
  width: 700px;
  margin-right: 100px;
  float: right;
  position: relative;
  display: inline;
}

#sidebar { 
  width: 250px;
  /*width: *;*/
  height: 70px; 
  float: left; 
} 

#footer { 
  clear: both; 
} 

/* Add some padding 
================================== */

#sidebar {
  padding-top: 42px;
}
#sidebar a img {
	padding-left: 100px;
}
/* Script below by Adi Luhung Suryadi
for yunijie desain
================================== */
/* Main Navigation Above */
#mainNav {
	list-style: none;
	float: left;
	margin: 50px 0 0px 0;
	width: 705px;
}

#mainNav li {
	float: left;
	width: 135px;
	margin: 0 3px;
	padding: 15px 0 70px 0;
	background: url(../img/navbarbutton_inactive.jpg) no-repeat center top;	
	text-align: center;
	/* IE Double floating bug */
	display: inline;
	height: 20px;
}

#mainNav li.current {
	background: url(../img/navbarbutton_active.jpg) no-repeat center top;
}
#mainNav li.first {
	margin: 0 3px 0 0;
}

#mainNav li a {
	text-decoration: none;
	color: #ff5400;
	font-size: 1.2em;
}

#mainContent {
	float: left;
	padding: 0;
}

#mainContent p {
	padding: 0;
	text-align:justify;
	font-size: 1.1em;
	margin: 2em 0 0 0;
}

p {
	/*color: #595c5e;*/
	/*color: #616463;*/
	/*color: #7f6e6e;*/
	color: #8c8f8e;

}

p.orange-text {
	color: #ff5400;
}

a.block-link {
	font-size: 1.1em;
	background: url(../img/square_bullet.jpg) no-repeat left center;
	padding-left: 20px;
	color: #8c8f8e;
	text-decoration: none;
}

/* Site Component
/* ----------------- */
#link-thumbs {
	clear: left;
	width: 40em;
	float: left;
	margin-left: 29.5em;
	display: inline;
}
#link-thumbs a {
	text-decoration: none;
}
#link-thumbs div.linkbox {
	border: solid 1px #ff5400;
	width:112px;
	height:112px;
	float: left;
	margin-right: 8px;
	cursor: url;
}
#link-thumbs div.linkbox h4 {
	font-size:1.1em;
	color:#ff5400;
	font-weight:normal;
	padding:5px 0 0 6px;
}
#link-thumbs div.linkbox p {
	font-size:1.1em;
	color:#ff5400;
	padding:0 6px;
}


/* Style per sections
====================================== */
.admin #mainContent {
	float: left;
	width: 41.7em;	
}
.admin #mainContent p, .press-news #mainContent h2  {
	font-size: 1.1em;
	margin-top: 2em;
	margin-bottom: 1em;
	/*color: #616463;*/
	color: #7f6e6e;
}
.admin #mainContent h2 {
	background: url(../img/square_bullet.jpg) no-repeat left center;
	padding-left: 20px;
}
.admin #separator {
	height: 1px;
	background: url(../img/press.separator.gif);
}
.admin #separator hr {
	display: none;
}

/* Main (Splash Random Image)
====================================== */
.main #mainContent {
	float: left;
	padding: 0;
	width: 560px;
}
.main #mainContent p {
	margin : 2em 0;
}
.main a.block-link {
	margin-left: 0;
}

.main #slider {
	margin : 2em 0;
	/*padding:2.5em 0; ASALNYA error safari*/
}


/* About Front
====================================== */
.about-front #mainContent {
	float: left;
	padding: 0;
	width: 560px;
}
.about-front #mainContent p {
	margin : 2em 0;
}
.about-front a.block-link {
	margin-left: 0;
}

/* About Founder
====================================== */
.about-founder #mainContent {
	float: right;
	width: 41.5em;
}
.about-founder #mainContent p {
	margin : 20px 0;
	padding: 0px;
}
.about-founder #mainContent p.detail {
	color:#ff5400;
}
.about-founder a.block-link {
	margin-left: 0px;
}
.about-founder #secondaryContent {
	float: left;
}
.about-founder #secondaryContent p {
	margin-top: 0;
}
.about-founder #secondaryContent img {
	margin: 2.5em .5em 0 0;
}

/* Book
====================================== */
.book #mainContent {
	float: right;
	width: 42.0em;
	/*margin-bottom: 10.0em;*/
}
.book #mainContent p{
	margin-top : 20px;
}
.book #spacer {
	float: right;
	width: 42.0em;
	height: 16em;
}
.book #secondaryContent {
	float: right;
	width: 42.0em;
	margin-top: 2.5em;
}
/*
.book #secondaryContent img {
	margin: 2em 0;
}
*/
.book #preview-area {
	width: 18.0em;
	float: left;
}
.book #preview-area img.cover {
	margin : 2.5em 0 0 0;
}
.book #preview-area .navigation {
	width: 64px;
	list-style: none;
	float: left;
	margin-top: 25px;
	margin-left: 78px;
	display: inline;
}
.book #preview-area .navigation li {
	display: inline;
}
.book .book-link {
	padding: 1em 0;
}
.book .book-link p {
	margin: 0;
	font-size: 1.1em;
	padding-left: 20px;
}
.book a.block-link {
	font-size: 1.1em;
	background: url(../img/blinking-square.gif) no-repeat left center;
	padding-left: 20px;
	color: #ff5400;
	text-decoration: none;
}


/* Work
====================================== */
.work #mainContent p {
	width: 52em;
	text-align: justify;
	margin : 20px 0;
	padding: 0px;
	float: left;
}

.work #secondaryContent {
	float: left;
	width: 100%;
}
.work #secondaryContent img {
	padding: 5 0 0 0;
}
.work #secondaryContent img.first {
	padding: 5px 0 0 0;
}
.work #secondaryContent img.last {
	padding: 5px 0 0 0;
}

/* Work Place CSS -------------> *?
/* don't add bottom padding on ul, add on li instead, there's a bug on IE 6*/
#placenavigation {
	list-style: none;
	float: left;
	width: 300px;
	margin : 23px 0 0 0;
}
#placenavigation li {
	float: left;
	width: 25px;
	padding: 0 3px 16px 0;
}

#placenavigation li a {
	border: 1px solid #ff5400;
	text-decoration: none;
	font-size: 1.1em;
	padding: 3px 3px;
	color: #ff5400;
	position: relative;
}
/* work place */
/* section 1 */
#placenavigation li.current a {
	background-color: #ff5400;
	color: #fff;
}
/* section 1 - part 1 */
.work-place #mainContent.01-01l {

}

/* setup dulu floating untuk preview */
img#a {
	float:left;
	display:inline;
}

img#b {
	float:right;
	display:inline;
	margin-bottom:4px;
	border: 1px solid #ff5400;
}
img#c {
	float:right;
	display:inline;
	margin-bottom:4px;
	border: 1px solid #ff5400;
}
img#d {
	float:right;
	display:inline;
	border: 1px solid #ff5400;
}

/* place 01, which image a/01 large/focus */

/* place 01, which image b large/focus */
.work-place #mainContent.p01-02l div {
	width: 417px;
}
/* ----------end ---------------*/
.work-place #secondaryContent {
	clear: both;
	padding-top: 10px;
}
.work-place #secondaryContent p {
	font-size: 1.2em;
	color: #ff5400;
}
.work-place #secondaryContent p.credits {
	font-size:1.1em;
	color:#6c6e71;
}

/* Collection
============================ */
.collection #mainContent {
	float: right;
	width: 40em;
}
.collection #mainContent p {
	margin : 20px 0;
	padding: 0px;
}
.collection #secondaryContent {
	float: left;
}
.collection #secondaryContent img {
	margin: 2.5em 0 0 0;
}

.collection-location #container {
	width: 700px;
	margin-right: 100px;
	float: right;
	position: relative;
}
.collection-location #mainContent {
	float: right;
	width: 41.0em;
	position: relative;
	display: inline;
	/*margin-bottom: 10.0em;*/
}
.collection-location #mainContent p {
	margin: 4.7em 0 0 0;
	margin-right: 12.7em;
}
.collection-location #mainContent p.orange-text {
	margin-top: 1em;
	color: #ff5400;
}

.collection-location #secondaryContent {
	float: left;
	width: 24.0em;
	position: relative;
	display: inline;
	/*margin-bottom: 10.0em;*/
}
.collection-location #placenavigation {
	list-style: none;
	float: left;
	width: 240px;
	margin : 23px 0 0 0;
}
.collection-location #collectionimages {
	float: left;
	width: 25em;/*dilebihin 1em untuk ie */
	/*margin-bottom: 10.0em;*/
}

.collection-location img#a {
	float:left;
	display:inline;
	margin-bottom: 3px;
}

.collection-location img#b {
	float:left;
	display:inline;
	margin-right:3px;
	border: 1px solid #ff5400;
}
.collection-location img#c {
	float:left;
	display:inline;
	margin-right:3px;
	border: 1px solid #ff5400;
}
.collection-location img#d {
	float:left;
	display:inline;
	border: 1px solid #ff5400;
}



/* Press
--------------------------- */
.press #mainContent {
	float: left;
	padding: 0;
	height: 1%;
}

.press #mainContent p {
	width: 38em;
	text-align: justify;
	margin : 20px 0 0 0;
	float: left;
}

.press #secondaryContent {
	float: left;
	width: 41.5em;
}

.press #link-thumbs {
	float: left;
	display: inline;
	clear: left;
	width: 100%;
	margin: 6em 0;
}

.press #link-thumbs div.linkbox {
	width:86px;
	height:86px;
	margin-right: 6px;
	margin-bottom: 6px;
	border: solid 1px #ff5400;
	float: left;
	cursor: url;
}

.press #link-thumbs div.linkbox p {
	font-size:1.1em;
	color:#ff5400;
	margin: 8px 0;
	padding:0 6px;
}

.press #otherlinks {
}
.press #otherlinks li {
	line-height: 3em;
}
.press #otherlinks li a {
	text-decoration: none;
}
.press #facebooklink a img{
	margin: -3px;
	padding-left:0.8em;
}
.press #facebooklink img {
	
}

.press-paper #mainContent {
	float: left;
	padding: 0;
	width: 700px;
}

.press-paper #pressnavbar {
	float: right;
	width: 278px;
}

.press-paper #mainContent span {
	width: 208px;
	float: left;
	margin-top: 23px;
}

.press-paper #mainContent span h2 {
	font-size: 1.1em;
	color: #ff5400;
	margin: 0;
}

.press-paper #press-paper-front {
	float: left;
	padding: 0;
	width: 700px;
}
.press-paper #press-paper-front span {
	float: right;
	width: 278px;
}
.press-paper #press-paper-front span h2 {
	font-size: 1.1em;
	color: #ff5400;
	margin: 0;
}
.press-paper #pagedescription {
	float: right;
}
.press-paper #pagedescription h2 {
	font-size: 1.1em;
	color: #ff5400;
	margin: 0;
	width: 278px;
}


#pagepagination {
	float: right;
	margin-top: 23px;
}
#pagepagination li {
	float: left;
	width: 16px;
	display: inline;
	text-align: center;
}

/* Press News
============================ */
.press-news #mainContent {
	float: left;
	width: 41.7em;	
}
.press-news #mainContent p, .press-news #mainContent h2  {
	font-size: 1.1em;
	margin-top: 2em;
	margin-bottom: 3em;
	/*color: #616463;*/
	color: #7f6e6e;
}
.press-news #mainContent h2 {
	background: url(../img/square_bullet.jpg) no-repeat left center;
	padding-left: 20px;
}
.press-news #mainContent a.block-link {
	
}
.press-news #previousnewslink {
	margin: 2em 0;
}
.press-news #separator {
	height: 1px;
	background: url(../img/press.separator.gif);
}
.press-news #separator hr {
	display: none;
}
/* Press Detail
============================ */
.press-detail #mainContent {
	float: right;
	width: 25.0em;
}
.press-detail #secondaryContent {
	float: left;
}
.press-detail #secondaryContent img {
	margin: 2em 0;
}
.press-detail #pagination {
	list-style: none;
	float: left;
	width: 200px;
}
.press-detail #pagination li {
	float: left;
	width: 20px;
	padding: 2px;
}
.press-detail #pagination li a {
	text-decoration: none;
	padding: 0 2px;
	border: 1px solid #ff5400;
}
.login  {
	
}
.login a img {
	padding-top: 42px;
	padding-bottom: 10px;
}
.login form{
	width: 40em;
}
.login fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
	background-color:#F5F5F5
}
.login legend {
	font-weight: bold;
}
.login form p {
	position: relative;
	width: 100%;
}
.login label{
	font-size:1.1em;
	float: left;
	width: 10em;
}
.login .forgetmenot {
	float: left;
}
.login .submit {
	float: right;
}

/* jquery */
.target {
	display:none;
}

#mainNav li a.active {
	color: #ff5400;
}

#mainNav li a.inactive {
	/*color: #6E6E6E;*/
	color: #8c8f8e;
}
#loading {
	/*display: none;*/
}

.clear {
	clear: both;
}
.prevpage {
	background-image: url(../img/book.nav.prev.a.gif);
	width: 16px;
	height: 20px;
	border: 0px;
}
.nextpage {
	background-image: url(../img/book.nav.next.a.gif);
	width: 16px;
	height: 20px;
	border: 0px;
}
.prevpage-disabled {
	background-image: url(../img/book.nav.prev.i.gif);
	width: 16px;
	height: 20px;
	border: 0px;
}
.nextpage-disabled {
	background-image: url(../img/book.nav.next.i.gif);
	width: 16px;
	height: 20px;
	border: 0px;
}
p.credits {
	font-size:1.1em;
	color:#6c6e71;
}
#collectionimages {
	margin-bottom:2em;
}