/* layout.css *
* Copyright (c) 2011, ECC UGM. All rights reserved.
* version: 0.1.0
*
*/ 

/* =CSS Reset : reset default browser style
-------------------------------------------------------------*/
body .indexing {
	position:fixed;
	left: 0;
	top: 0;
	width:100%;
	overflow: hidden;
	margin: 0;
}
body .indexing img {
	width: 100%;
}

/* Background
-------------------------------------------------------------- */
body div.background {
	width:100%;
	margin: 0;
	overflow: hidden;
	visibility: hidden;
}
body div.background.visible {
	visibility: visible;
}
body div.background ul {
	display: inline-block;
	width:100%;
	margin: 0;
	overflow: hidden;
}
body div.background ul li {
	width: 100%;
	position: relative;
}
body div.background ul img {
	width: 100%;
}
body div.background ul li span {
	position:fixed;
	left: 0;
	bottom: 12%;
	z-index: 50;
	display: inline-block;
	font-size: 50px;
	line-height: 50px;
	background: url(../images/resource/sidebar_bg.png) repeat; 
	padding: 20px 30px 20px 50px;
	font-family: 'League Gothic', Trebuchet MS, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #eb1d25;
	text-shadow: 2px 2px 0px #000;
}

/* Header
-------------------------------------------------------------- */
.header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 20;
	visibility: hidden;
}
.header.visible {
	visibility: visible;
}
.header .logo {
	background: #ffae00 url(../images/resource/header_logo_bg.png) 0 100% repeat-x; 
	height: 87px;
}
.header .logo img {
	height: 35px;
}
.header .logo .container {
	margin: 0 auto;
	width: 950px;
	padding: 10px 0px 45px 0px;
}
.header .logo .container img {
	margin-left: 10px;
}
.header .menu {
	background: #eeedee url(../images/resource/header_menu_bg.png) 0 100% repeat-x;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #afafaf;
}
.header .menu .container {
	position: relative;
	height: 35px;
	margin: 0 auto;
	width: 950px;
	padding: 0;
}
.header .menu .container div.shadow {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10px;
	z-index: 25;
}
.header .menu .container div.shadow div {
	background: url(../images/resource/header_menu_ul_right.png) 100% 0 no-repeat;
	padding-right: 10px;
}
.header .menu .container div.shadow div div {
	background: url(../images/resource/header_menu_ul_left.png) 0 0 no-repeat;
	padding-right: 0;
	padding-left: 10px;
}
.header .menu .container div.shadow div div div {
	background: url(../images/resource/header_menu_ul_bg.png) 0 0 repeat-x;
	padding: 0;
	height: 58px;
}
.header .menu .container  ul {
	display: inline-block;
	width: 100%;
	list-style: none;
	position: absolute;
	z-index: 30;
	bottom: 22px;
	left: 30px;
}
.header .menu .container  ul li {
	float: left;
}
.header .menu .container  ul li a {
	display: block;
	padding-right: 20px;
	font-family: 'League Gothic', Trebuchet MS, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	color: #808080;
	text-shadow: 0px 1px 0px #fff;
}
.header .menu .container  ul li a:hover {
	text-decoration: none;
}
/*
.header .menu .container  ul li.active a {
	color: #000;
}
*/
.header .menu .container  ul li a span {
	display: inline-block;
	margin-right: 5px;
	font-family: 'League Gothic', Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #000;
	text-shadow: 0px 1px 0px #fff;
}
.header .menu .container  ul li a:hover span {
	color: #ff7b80;
}
.header .menu .container  ul li.active a span {
	color: #eb1d25;
}


/*
.header .top {height: 60px; background: #ff0000;}
.header .bottom {padding: 15px 0; border-top: 1px solid #000;}
.header .bottom .container {width: 950px; margin: 0 auto; padding: 0; position: relative;}
.header .bottom .container div {position: absolute; bottom: 0; left: 0; width: 100%;}
.header .bottom .container div span.absolute {width: 100%; bottom: -50px;}
.header .bottom .container div span.absolute span {display: block; background: url(../images/resource/header_bg_right.png) 100% 0 no-repeat; padding-right: 454px;}
.header .bottom .container div span.absolute span span {display: block; background: url(../images/resource/header_bg_left.png) 0 0 no-repeat; padding-right: 0; padding-left: 449px;}
.header .bottom .container div span.absolute span span span {display: block; background: url(../images/resource/header_bg.png) 0 0 repeat-x; padding: 0; height: 98px;}

.header .bottom .container ul {position: absolute; bottom: 0; left: 0; display: inline-block; list-style: none; z-index: 99; padding-left: 20px;}
.header .bottom .container ul li {float: left;}
.header .bottom .container ul li a {display: block; padding: 6px 10px; font-size: 22px; line-height: 22px; color: #fff; text-transform: uppercase; font-family: 'League Gothic', Trebuchet MS, Arial, Helvetica, sans-serif; letter-spacing: 1px; text-shadow: 1px 1px 1px #212121;}
.header .bottom .container ul li a:hover {text-decoration: none;}
.header .bottom .container ul li span {display: block;}
*/

/* Body Content
-------------------------------------------------------------- */
.body {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}
.body .content-pad {
	margin-top: 125px;
	margin-right: 50px;
	margin-bottom: 30px;
	margin-left: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	height: 350px;
}
.body .content-pad .point-absolute {
	position: absolute;
	left: 50%;
}
.body .content-pad .content-content {
	overflow:auto;
	height: 350px;
}
.body .content-pad .point-absolute .content-content {
	position: absolute;
	left: -375px;
	width: 750px;
}
.body .content-pad .content-content.news,
.body .content-pad .content-content.contact {
	width: 100%;
}
.body .content-pad .content-content .left-sidebar {
	float: left;
	width: 22%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.body .content-pad .point-absolute .content-content .left-sidebar {
	width: 270px;
}
.body .content-pad .content-content .left-sidebar .stickies {
	background: #000; 
	font-size: 35px;
	line-height: 40px;
	padding: 10px 20px 20px 20px;
	font-family: 'League Gothic', Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
	display: none;
}
.body .content-pad .content-content .left-sidebar .desc {
	background: url(../images/resource/sidebar_bg.png) repeat; 
	height: 100%;
	border-right: 2px solid #000;
	display: none;
}
.body .content-pad .content-content .left-sidebar ul {
	position: absolute;
	bottom: 10%;
	right: 20%;
	list-style: none;
	margin-left: 0px;
	display: none;
}
.body .content-pad .content-content .left-sidebar ul li {
	color: #eb1d25;
	padding-bottom: 5px;
}
.body .content-pad .content-content .left-sidebar ul li span {
	display: inline-block;
	width: 25px;
	font-family: 'League Gothic', Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #ccc;
	text-shadow: 1px 1px 0px #000;
}
.body .content-pad .content-content .left-sidebar ul li a {
	text-transform: uppercase;
	font-family: 'League Gothic', Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
}
.body .content-pad .content-content .left-sidebar ul li a:hover {
	text-decoration: none;
	color: #eb1d25;
}
.body .content-pad .content-content .left-sidebar span.absolute {
	display: inline-block;
	z-index: 99;
	font-size: 60px;
	line-height: 60px;
	color: #eb1d25;
	text-shadow: 2px 2px 0px #000;
	font-family: 'Lobster', Trebuchet MS, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-weight: normal;
	display: none;
	/**/
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.body .content-pad .content-content.about .left-sidebar span.absolute {bottom: 70px; left: -30px;}
.body .content-pad .content-content.news .left-sidebar span.absolute {bottom: 60px; left: -20px;}
.body .content-pad .content-content.services .left-sidebar span.absolute {bottom: 90px; left: -55px;}
.body .content-pad .content-content.market .left-sidebar span.absolute {bottom: 85px; left: -40px;}
.body .content-pad .content-content.team .left-sidebar span.absolute {bottom: 60px; left: -20px;}
.body .content-pad .content-content.tools .left-sidebar span.absolute {bottom: 60px; left: -20px;}
.body .content-pad .content-content.partner .left-sidebar span.absolute {bottom: 80px; left: -40px;}
.body .content-pad .content-content.gallery .left-sidebar span.absolute {bottom: 85px; left: -45px;}
.body .content-pad .content-content.contact .left-sidebar span.absolute {bottom: 85px; left: -45px;}

.body .content-pad .content-content .content h1 {
	font-size: 32px;
	line-height: 42px;
	font-family: 'League Gothic', Trebuchet MS, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #eb1d25;
	text-shadow: 1px 1px 0px #000;
	font-weight: normal;
}
.body .content-pad .content-content .content h3 {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 3px;
	color: #eb1d25;
	text-shadow: 0px -1px 0px #000;
}
.body .content-pad .content-content .content ul,
.body .content-pad .content-content .content ol {
	margin-left: 18px;
}
.body .content-pad .content-content .content table.no-border td,
.body .content-pad .content-content .content table.no-border2 td {
	padding: 3px 10px 3px 0;
	vertical-align: top;
}
.body .content-pad .content-content .content table.no-border td:first-child {
	width: 200px;
}
.body .content-pad .content-content .content table.no-border2 td:first-child {
	width: 250px;
}
.body .content-pad .content-content .content table.no-border td:nth-child(2),
.body .content-pad .content-content .content table.no-border2 td:nth-child(2) {
	width: 1px;
}

/* News (List) */
.body .content-pad .content-content .content .sep {
	font-size: 13px;
	line-height: 17px;
	color: #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-right: 20px;
	border-right: 5px solid transparent;
	border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.body .content-pad .content-content .content .sep:last-child {
	margin-bottom: 0;
}
/* News (List) */
.body .content-pad .content-content .content .sep img {
	float: left;
	margin-right: 10px; 
}
.body .content-pad .content-content .content .sep:hover {
	border-right: 5px solid rgba(235, 29, 37, 0.5);
}
.body .content-pad .content-content .content .sep a {
	display: inline-block;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 8px;
}
.body .content-pad .content-content .content .sep a:hover,
.body .content-pad .content-content .content .news-date a:hover,
.body .content-pad .content-content .content .other-news ul li a:hover {
	color: #eb1d25;
	text-decoration: none;
}

.body .content-pad .content-content.about .content #ajax-visi,
.body .content-pad .content-content.about .content #ajax-company,
.body .content-pad .content-content.about .content .ajax-on,
.body .content-pad .content-content.about .content .fadein {
	display: none;
}

/* News (Detail) */
.body .content-pad .content-content .content .news-date {
	font-size: 12px;
	line-height: 16px;
	color: #ccc;
	margin-bottom: 5px;
}
.body .content-pad .content-content .content .news-date a {
	color: #fff;
	font-size: 12px;
	line-height: 16px;
}
.body .content-pad .content-content .content .other-news {
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	width: 280px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.body .content-pad .content-content .content .other-news ul {
	margin-top: 10px;
}
.body .content-pad .content-content .content .other-news ul li {
	color: #ccc;
}
.body .content-pad .content-content .content .other-news ul li a {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #ccc;
}
.body .content-pad .content-content.news .content img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* Contact */
.body .content-pad .content-content.contact .content .other-contact {
	width: 30%;
	margin-left: 20px;
	margin-bottom: 20px;
	color: #ccc;
	font-size: 12px;
	line-height: 17px;
}
.body .content-pad .content-content.contact .content .other-contact li {
	color: #ccc;
	font-size: 12px;
	line-height: 17px;
}
.body .content-pad .content-content.contact .content .other-contact li h4 {
	font-size: 12px;
	line-height: 17px;
}
.body .content-pad .content-content.contact .content .other-contact span.inline-block {
	margin-right: 10px;
	width: 58px;
	color: #ccc;
	font-size: 12px;
	line-height: 17px;
}
.body .content-pad .content-content.contact .content .other-contact h4 {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	color: #fff;
	text-shadow: 0px -1px 0px #000;
}
.body .content-pad .content-content.contact .content .other-contact a {
	color: #fff;
	font-size: 12px;
	line-height: 17px;
}
.body .content-pad .content-content.contact .content .other-contact a:hover {
	color: #eb1d25;
	text-decoration: none;
}
.body .content-pad .content-content.contact .content .other-contact h2 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 5px;
	color: #fff;
	text-shadow: 0px -1px 0px #000;
}
.body .content-pad .content-content.contact .content div.mb-15 {
	color: #ccc;
}

/* Gallery */
.body .content-pad .content-content.gallery .content div.gallery ul {
	list-style: none;
	margin-left: 0;
}
.body .content-pad .content-content.gallery .content div.gallery ul li {
	padding: 0;
	margin: 0;
	float: left;
}
.body .content-pad .content-content.gallery .content div.gallery ul li img {
	border: 0;
	padding: 0;
	margin: 0 15px 10px 0;
	border: 1px solid rgba(0, 0, 0, 0.5);
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.body .content-pad .content-content.gallery .content div.gallery ul li img:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
body div.ori-gallery {
	background: url(../images/resource/gallery_bg.png) repeat; 
	position:absolute; 
	z-index: 999;
	width: 100%;
	height: 100%;
	display: none;
}
body div.ori-gallery div.fix {
	position:fixed; 
	left: 50%;
	top: 50%;
}
body div.ori-gallery div.fix div.absolute {
	position:absolute; 
	padding: 12px;
	left: -315px;
	top: -240px;
	box-shadow: inset 0 0 15px rgba(0,0,0,1); 
	background: rgba(0,0,0,0.1);
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}
body div.ori-gallery div.fix div.absolute img {
	width: 600px;
	height: 450px;
}
body div.ori-gallery div.fix div.absolute a {
	position: absolute;
	display: inline-block;
	width: 22px;
	height: 22px;
	right: 20px;
	top: 20px;
	border: 1px solid #333;
	background: #fff url(../images/icons/close.png) 50% 50% no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
body div.ori-gallery div.fix div.absolute a:hover {
	border: 1px solid #000;
}
body div.ori-gallery div.fix div.absolute span {
	position: absolute;
	bottom: 12px;
	left: 12px;
	width: 570px;
	background: url(../images/resource/gallery_desc_bg.png) repeat; 
	padding: 10px 15px;
	color: #fff;
	text-shadow: 0px -1px 0px #000;
	font-size: 14px;
	line-height: 18px;
}

/* Footer
-------------------------------------------------------------- */
.footer {
	background: url(../images/resource/footer_bg.png) repeat; 
	padding: 7px 0; 
	position:fixed; 
	bottom: 0; 
	left: 0; 
	width: 100%; 
	z-index: 25;
}
.footer .container {
	padding: 0 20px;
}
.footer div {
	font-size: 11px; 
	line-height: 14px; 
	color: #555;
}
.footer div a {
	font-size: 11px; 
	line-height: 14px; 
	color: #ccc;
}

.footer div.share {
	position: absolute;
	left: 20px;
	bottom: 7px;
}
.footer div.share a {
	display: inline-block;
	margin: 0; padding: 0;
	margin-right: 5px;
	border: 1px solid transparent;
}
.footer div.share a.ym {
	text-align: center;
	width: 30px;
	height: 30px;
	background: url(../images/icons/blank.png) -1px -1px no-repeat;
	position: absolute;
	left: 120px;
	bottom: 1px;
}
.footer div.share a.ym img {
	margin-top: 9px;
}
.footer div.share a:hover {
	-moz-box-shadow: 0 0 5px #fd454d;
	-webkit-box-shadow: 0 0 5px #fd454d;
	box-shadow: 0 0 5px #fd454d;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	border: 1px solid #800e15;
}
.footer div.share a span {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0; padding: 0;
}
.footer div.share a span.twitter {
	background: url(../images/icons/twitter.png) -1px -1px no-repeat;
}
.footer div.share a span.facebook {
	background: url(../images/icons/facebook.png) -1px -1px no-repeat;
}
.footer div.share a span.email {
	background: url(../images/icons/gmail.png) -1px -1px no-repeat;
}
.footer div.share a:hover span.twitter {
	background: url(../images/icons/twitter_hover.png) -1px -1px no-repeat;
}
.footer div.share a:hover span.facebook {
	background: url(../images/icons/facebook_hover.png) -1px -1px no-repeat;
}
.footer div.share a:hover span.email {
	background: url(../images/icons/gmail_hover.png) -1px -1px no-repeat;
}

.footer div.share span.fb_share_count_nub_right,
.footer div.share span.fb_share_count_right {
	display: none;
}
.footer div.share span.fb_share_size_Small,
.footer div.share span.FBConnectButton,
.footer div.share span.FBConnectButton_Text{
	background: none;
	border: none;
}