/* GENERAL */
html, body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	background:#cfd1d2;
	height:100%;
}

.alignleft, img.alignleft { float:left; }
.alignright { float:right; }
.center { text-align:center; }

a { color:#666666; cursor:pointer; text-decoration:underline; outline:0 none; }
a:hover, a.active { text-decoration:none; }

img { border:0 none; }

ul, ol { list-style:none; margin:0; padding:0; }
p { margin:0 0 15px 0; }

.hidden { display:none; }
.invisible { visibility:hidden; }
.bold { font-weight:bold; }

.input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border:1px solid #b1b3b4;
	height:16px;
}

.round {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.round-ie {
	position:absolute;
	background:url(../../images/corners_20.png) no-repeat;
	width:140px;
	height:20px;
	z-index:3;
}

/* COLOR PLATTER */
.light { color:#999999; }
.dark { color:#666666; }

#page.theme-green .txt-color,
#page.theme-green .txt-color a,
#page.theme-green a.txt-color,
#page.theme-green a:hover,
#page.theme-green .active a,
#page.theme-green a.active				{ color:#72c700; }
#page.theme-green .bg-color,
#page.theme-green ul.droplist a:hover	{ background:#72c700; }
#page.theme-green .border-color			{ border-color:#72c700; }

#page.theme-red .txt-color,
#page.theme-red .txt-color a,
#page.theme-red a.txt-color,
#page.theme-red a:hover,
#page.theme-red .active a,
#page.theme-red a.active			{ color:#d4001e; }
#page.theme-red .bg-color,
#page.theme-red ul.droplist a:hover	{ background:#d4001e; }
#page.theme-red .border-color		{ border-color:#d4001e; }

#page.theme-tata .txt-color,
#page.theme-tata .txt-color a,
#page.theme-tata a.txt-color,
#page.theme-tata a:hover,
#page.theme-tata .active a,
#page.theme-tata a.active		{ color:#006db2; }
#page.theme-tata .bg-color		{ background:#006db2; }
#page.theme-tata .border-color	{ border-color:#006db2; }


#page.theme-ibm .txt-color,
#page.theme-ibm .txt-color a,
#page.theme-ibm a.txt-color,
#page.theme-ibm a:hover,
#page.theme-ibm .active a,
#page.theme-ibm a.active		{ color:#0077ba; }
#page.theme-ibm .bg-color		{ background:#0077ba; }
#page.theme-ibm .border-color	{ border-color:#0077ba; }


#page.theme-st .txt-color,
#page.theme-st .txt-color a,
#page.theme-st a.txt-color,
#page.theme-st a:hover,
#page.theme-st .active a,
#page.theme-st a.active			{ color:#f47920; }
#page.theme-st .bg-color		{ background:#f47920; }
#page.theme-st .border-color	{ border-color:#f47920; }


#page.theme-dl .txt-color,
#page.theme-dl .txt-color a,
#page.theme-dl a.txt-color,
#page.theme-dl a:hover,
#page.theme-dl .active a,
#page.theme-dl a.active			{ color:#ab007c; }
#page.theme-dl .bg-color		{ background:#ab007c; }
#page.theme-dl .border-color	{ border-color:#ab007c; }


#page.theme-imperial .txt-color,
#page.theme-imperial .txt-color a,
#page.theme-imperial a.txt-color,
#page.theme-imperial a:hover,
#page.theme-imperial .active a,
#page.theme-imperial a.active		{ color:#739fc9; }
#page.theme-imperial .bg-color		{ background:#739fc9; }
#page.theme-imperial .border-color	{ border-color:#739fc9; }


#page.theme-estorick .txt-color,
#page.theme-estorick .txt-color a,
#page.theme-estorick a.txt-color,
#page.theme-estorick a:hover,
#page.theme-estorick .active a,
#page.theme-estorick a.active		{ color:#000000; }
#page.theme-estorick .bg-color		{ background:#000000; }
#page.theme-estorick .border-color	{ border-color:#000000; }


#page.theme-azudoo .txt-color,
#page.theme-azudoo .txt-color a,
#page.theme-azudoo a.txt-color,
#page.theme-azudoo a:hover,
#page.theme-azudoo .active a,
#page.theme-azudoo a.active		{ color:#00a79d; }
#page.theme-azudoo .bg-color		{ background:#00a79d; }
#page.theme-azudoo .border-color	{ border-color:#00a79d; }


#page.theme-myfj .txt-color,
#page.theme-myfj .txt-color a,
#page.theme-myfj a.txt-color,
#page.theme-myfj a:hover,
#page.theme-myfj .active a,
#page.theme-myfj a.active		{ color:#7b1f7d; }
#page.theme-myfj .bg-color		{ background:#7b1f7d; }
#page.theme-myfj .border-color	{ border-color:#7b1f7d; }


#page.theme-autograph .txt-color,
#page.theme-autograph .txt-color a,
#page.theme-autograph a.txt-color,
#page.theme-autograph a:hover,
#page.theme-autograph .active a,
#page.theme-autograph a.active		{ color:#00b9ff; }
#page.theme-autograph .bg-color		{ background:#00b9ff; }
#page.theme-autograph .border-color	{ border-color:#00b9ff; }





/* STRUCTURE */

#page {
	width:940px;
	min-height:100%;
	_height:100%;
	margin:0 auto;
	padding:0 20px;
	background:#ffffff;
}

#header {
	padding:20px 0;
	min-height:110px;
	_height:110px;
	overflow:hidden;
}
#header a { text-decoration:none; }

#logo {
	position:absolute;
	font-size:26px;
	letter-spacing:-1px;
	z-index:10;
	*margin-left:-940px;
	_margin-left:-540px;
}
#page #logo a, #page a.logo:hover { color:#666666; }
#twitter-block {
	float:left;
	width:380px;
	padding-right:20px;
	font-size:26px;
	overflow:hidden;
	letter-spacing:-1px;
}
.twitter-status {
	font-size:26px;
	color:#666666;
}
.twitter-status a { color:#666666; }

.twitter-meta {
	font-size:14px;
	color:#a7a9ac;
	padding-bottom:1px;
	padding-top:8px;
	padding-left:21px;
	background:url(../../images/twitter_w.gif) left center no-repeat;
}
.twitter-meta a { color:#a7a9ac; }

#sticker {
	position:absolute;
	z-index:2;
	margin-left:430px;
	*margin-left:-105px;
}
#topmenu {
	float:left;
	font-weight:bold;
	width:540px;
	letter-spacing:-1px;
	margin-top:-5px;
	*margin:0;
}
#topmenu li { cursor:pointer; }
#topmenu a {
	color:#999999;
	text-decoration:none;
}

#menulevel1 {
	float:left;
	width:160px;
	font-size:26px;
}
#menulevel1 li { height:26px; }
#menulevel2 {
	float:left;
	width:160px;
	font-size:19px;
}
#menulevel2 li { height:19px; }
#menulevel3 {
	float:left;
	width:220px;
	font-size:14px;
}

#main {
	min-height:450px;
	margin-bottom:20px;
	overflow:hidden;
}


#footer {
	padding:15px 0;
	font-size:11px;
	border-top-style:solid;
	border-top-width:2px;
	_float:left;
	_clear:both;
}
#footer p { margin-bottom:10px; }
#footer, #footer a { color:#a7a9ac; }
#myfj-badge {
	float:right;
}

/* TEMPLATES */
.color-mark {
	position:absolute;
	width:20px;
	height:100px;
	margin-left:-40px;
	z-index:5;
}

/* ABOUT SECTION */
#profile {
	float:left;
	width:700px;
	font-size:26px;
	font-weight:bold;
	color:#999999;
}
#studios {
	float:right;
	width:220px;
	font-size:14px;
	font-weight:bold;
	color:#999999;
	padding-top:45px;
}

#peoplelist ul {
	float:left;
	width:200px;
}
#peoplelist li {
	margin-bottom:10px;
}
#peoplelist a {
	text-decoration:none;
}
#peoplelist .name {
	font-size:14px;
	font-weight:bold;
}

#people {
	float:left;
	width:140px;
	margin-right:20px;
	text-align:right;
}

#biog {
	float:right;
	width:380px;
	font-size:14px;
}

.map {
	width:940px;
	height:450px;
	margin-bottom:20px;
}

/* SHOWCASE SECTION */
.absolute {
	position:absolute;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
}

/* WORK SECTION */
#filter {
	float:left;
	width:140px;
	margin-right:20px;
}
.block {
	margin-bottom:10px;
}
.dropdown {
	position:absolute;
	z-index:5;
}
.headlink {
	display:block;
	cursor:pointer;
	background:#b1b3b4;
	color:#ffffff;
}
.headlink .inner { padding:2px 6px; }
ul.droplist {
	background:#e3e4e5;
	list-style-position:outside;
	overflow-x:hidden;
	overflow-y:auto;
	width:140px;
	max-height:300px;
	padding:3px 0;
}
ul.droplist a {
	display:block;
	padding:2px 0px;
	padding-left:6px;
	padding-right:2px;
	color:#666666;
	text-decoration:none;
}
#page ul.droplist a:hover {
	color:#ffffff;
}

#work-search {
	background:#b1b3b4 url(../../images/work_search.png) no-repeat;
	color:#ffffff;
	height:20px;
	padding-left:25px;
}
a#search-go {
	float:right;
	padding:2px 0;
	padding-right:5px;
	text-decoration:none;
	color:#ffffff;
}
#work-search .input {
	color:#ffffff;
	background:#b1b3b4;
	width:80px;
}


#worklist {
	float:left;
	width:220px;
}
#worklist .listitem {
	font-size:14px;
	margin-bottom:10px;
	font-weight:bold;
}
#worklist a {
	color:#666666;
	text-decoration:none;
}
#worklist a.inactive, #worklist a:visited {
	color:#999999;
}
#content {
	float:right;
	width:540px;
}



#worldclock {
	font-size:90px;
	font-weight:bold;
}
#worldclock .location {
	float:left;
	width:240px;
}
#worldclock .date {
	font-size:62px;
	font-weight:normal;
	color:#999999;
}
