/* 
--------------------------------------------------
	CSS DOCUMENT
	Author: Armono Wibowo
	Last Update: May, 2010
-------------------------------------------------- 
*/

/* --------------------------------
	01. GLOBAL BROWSER RESET
-------------------------------- */

@import "reset.css";

/* --------------------------------
	02. COMMON STYLE
-------------------------------- */

body {
	background: #333;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 62.5%; /* ems rules */
	color: #333;
}

a {
	text-decoration: none;
	color: #045998;
}
a:hover {
	text-decoration: underline;
}


/* --------------------------------
	03. STRUCTURE
-------------------------------- */
#container {
	background: #fcff85 url("images/bginterior.gif") top repeat-y;
}
body#home #container {
	background: #fcff85 url("images/bgcontainer.gif") bottom repeat-x;
}
#container .inner, #features .inner, #footer .inner {
	clear: both;
	margin: 0 auto;
	width: 920px;
}

/* 	HEADER
-------------------------------- */
#header {
	background: url("images/bgheader.png") no-repeat;
	height: 140px;
}
#header .brand {
	padding: 10px 0 0 32px;
}
	.brand h1 a {
		float: left;
		background: url("images/logo_xtion.gif") no-repeat;
		width: 183px; height: 100px;
		display: block;
		text-indent: -9000px;
		outline: none;
	}
	.brand h2 a {
		float: left;
		margin: -5px 0 0 15px;
		background: url("images/dichi.png") no-repeat;
		width: 123px; height: 123px;
		display: block;
		text-indent: -9000px;
	}
	
	
	/* ================================================================ 
	This copyright notice must be untouched at all times.
	
	The original version of this stylesheet and the associated (x)html
	is available at http://www.cssplay.co.uk/menus/muti-line-dropdown.html
	Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
	This stylesheet and the associated (x)html may be modified in any 
	way to fit your requirements.
	=================================================================== */
	#nav {
		float: left;
		margin: 25px 0 0;
		position: relative; 
		z-index: 500; 
		height: 100px;
	}
	#nav ul {
		margin: 0; padding: 0; 
		list-style: none;
	}
	#nav ul.level1 {
		height: 40px;
	}
	#nav ul ul {
		padding: 10px 0 0;
		position: absolute; 
		left: -9999px;
		/*background: #0769b2;*/
	}

	/*#nav table {border-collapse: collapse; width: 0; height: 0; position: absolute; left: -1px; top: -1px;}*/
	
	#nav ul li {
		float: left;
	}
	#nav ul li a {
		display: block; 
		float: left;
		padding: 8px 10px;
		font: 1.8em Lucida Grande, Tahoma, sans-serif; font-weight: bold; 
		color: #fff; 
		text-decoration: none;
		position: relative;
		z-index: 1000;
	}

	/*#nav ul li a.fly {
		padding-right:15px;
	}*/
	
	#nav ul ul li {
		margin-top: -3px;
		background: /*#0769b2*/url("images/bgfix.png");
		width: 190px;
	}
	/*#nav ul ul li.first {
		background: url("images/bgnavbottom.png") top right no-repeat;
		width: 190px;
		padding: 10px 0 0;
	}*/
	
	#nav ul ul li a {
		padding: 6px 10px; 
		width: 170px;
		font-size: 1.4em; font-weight: normal;
	}
		#nav ul ul.navabout li {
			margin-top: -3px;
			background: /*#0769b2*/url("images/bgfix.png");
			width: 130px;
		}
		#nav ul ul.navabout li a {
			padding: 6px 10px; 
			width: 110px;
			font-size: 1.4em; font-weight: normal;
		}
		#nav ul ul.navpack li {
			margin-top: -3px;
			background: /*#0769b2*/url("images/bgfix.png");
			width: 150px;
		}
		#nav ul ul.navpack li a {
			padding: 6px 10px; 
			width: 130px;
			font-size: 1.4em; font-weight: normal;
		}
		#nav ul ul.navblog li {
			margin-top: -3px;
			background: /*#0769b2*/url("images/bgfix.png");
			width: 90px;
		}
		#nav ul ul.navblog li a {
			padding: 6px 10px; 
			width: 70px;
			font-size: 1.4em; font-weight: normal;
		}
	
	/*#nav ul ul li a.fly {padding-right:10px;}*/
	
	#nav ul li:hover {position: relative;}
	#nav ul li a:hover {
		direction: ltr;
		position: relative;
	}
	#nav ul li:hover > a {
		color: #ffe100;
	}
	#nav ul li:hover > a.fly {
		background: url("images/bgnavhead.png") top left no-repeat;
		color: #fff;
		padding: 0 0 0 10px;
	}
	#nav ul li:hover > a.fly span {
		display: block; padding: 8px 10px 2px 0;
		background: url("images/bgnavhead2.png") top right no-repeat;
	}
	
	#nav ul :hover ul {
		left: 0; 
		padding-top: 30px;
	}

/* Slider
-------------------------------- */





/*
-------------------------------- */

.artwork {
	margin: 0;
	width: 890px; height: 295px;
	position: relative;
	overflow: hidden;
}
	.carousel {
		margin: 40px 0 0 25px;
	}
	.carousel ul {
		list-style: none;
	}
	.carousel ul li {
		margin: 0; padding-right: 40px;
		float: left;
		background: url("images/bgcanvasmall.png") no-repeat;
	}
	.carousel img {
		margin: 0; padding: 10px 0 10px 15px;
		width: 240px; height: 180px;
	}

	#container h3.mascot a {
		float: right;
		margin: -210px 10px 0 0;
		background: url("images/mascot.png") no-repeat;
		width: 152px; height: 210px;
		display: block;
		position: relative;
		z-index: 100;
		text-indent: -9000px;
	}
	
	
/* Slide Controller
-------------------------------- */
.slidecontrol {
	margin: 0; padding-left: 355px;
	height: 40px;
}
.slidecontrol {
	float: left;
	height: 40px;
}
.slidecontrol ul {
	list-style: none;
}

	.slidecontrol li span {
    	display: none;
    }
	.slidecontrol li, .slidecontrol li a {
		margin-right: 50px;
		display: block;
		width: 35px; height: 40px;
    }
	.slidecontrol li {
		float: left;
		list-style: none;
		display: inline;
    }

    .slideprev {background: url("images/control_prev.png") no-repeat;}
    .slideplay {background: url("images/control_playpause.png") no-repeat;}
    .slidenext {background: url("images/control_next.png") no-repeat;}
	
	.slideplay a.pause {background: url("images/control_playpause.png") 0 -40px no-repeat;}
	/*.slideprev a:hover {}
    .slidenext a:hover {}*/
	


/* 	FEATURES
-------------------------------- */

#features {
	padding: 5px 0 0;
	background: #7bc623;
}
#features .inner {
	background: url("images/bgfeature.gif") bottom no-repeat;
	height: 210px;
	overflow: hidden;
}
#features .banner {
	float: left;
	margin-left: 40px; padding: 20px 15px 0 15px;
	width: 149px; height: 163px;
	background: url("images/bgbanner.gif") bottom no-repeat;
}
	.banner h4 a {
		margin: -20px 0 0;
		display: block;
		text-indent: -9000px; text-decoration: none;
	}
		.banner h4 a:hover {
			text-decoration: none;
		}
	.banner h4.bprofile a {
		margin-left: 25px;
		background: url("images/feat_profile.png") no-repeat;
		width: 113px; height: 65px;
	}
	.banner h4.bforkids a {
		margin-left: 35px;
		background: url("images/feat_forkids.png") no-repeat;
		width: 73px; height: 73px;
	}
	.banner h4.broi a {
		margin-left: 40px;
		background: url("images/feat_roi.png") no-repeat;
		width: 74px; height: 76px;
	}
	.banner h4.bspecial a {
		margin-left: 40px;
		background: url("images/feat_special.png") no-repeat;
		width: 79px; height: 74px;
	}
	
	.banner h3 {
		margin: 0;
		font-size: 1.2em;
	}
		.banner h3 a {
			color: #333;
		}
		.banner h3 a:hover {
			color: #0769b2;
			text-decoration: none;
		}
	.banner p {
		margin: 15px 0 0;
		font-size: 1.2em;
		line-height: 16px;
		text-indent: 0;
	}
		.banner p.bpro {
			margin-top: 14px;
		}
		.banner p.bkids {
			margin-top: 6px;
		}
		.banner p.broi {
			margin-top: 3px;
		}
		
	.banner p.bubblecont {
		margin: 0; padding: 0 10px;
		font-size: 1.4em;
		color: #fff;
		background: /*#0769b2*/url("images/bgfix.png");
	}
	table {
		margin: 0;
		text-indent: 0;
	}

	#slides, #slides li  {
		margin: 0; padding: 0;
		list-style: none;
		float: none;
	}
	#slides .slidecontent {
		width: 140px;
	}
		.slidecontent h3 {
			margin: 5px 0 0;
		}
		.slidecontent p {
			margin: 0;
		}
		
	.bx_pager {
		margin-left: 50px;
	}
	.bx_pager a {
		float: left;
		margin: 4px 4px 0 0; padding: 3px;
		/*background: #efefef;
		border: 1px solid #ccc;*/
		color: #666;
		font-size: 1.0em !important;
	}
	
	.bx_pager a:hover, .bx_pager a.active {
		/*background: #333;*/
		font-weight: bold;
		color: #333;
		text-decoration: none;
	}




/* 	CONTENT
-------------------------------- */	

#content {
	margin: 0;
	overflow: hidden;
}
#content .sidebar {	
	float: left;
	padding: 0;
	width: 228px;
	background: url("images/bgsidebar.gif") bottom no-repeat;
}
	.sidebar h3 {
		margin: 20px 0 15px 30px;
		font: 3.2em Lucida Grande, Tahoma, sans-serif;
		color: #fff;
	}
	.sidebar ul {
		margin-left: 20px;
		list-style: none;
		font: 1.6em Lucida Grande, Tahoma, sans-serif;
	}
	.sidebar ul li {
		margin: 0; padding: 0;
	}
	.sidebar li a {
		display: block;
		padding: 10px;
		color: #fff;
	}			
	.sidebar li a:hover {
		color: #ffff33;
		background: url("images/bgsubnav.png") no-repeat;
		text-decoration: none;
	}
	
	.sidebar .special {
		margin: /*20px*/40px 0 20px 25px; padding: 20px 15px 0 15px;
		width: 149px; height: 163px;
		background: url("images/bgbanner.gif") bottom no-repeat;
	}
		.special h4 a {
			margin: -20px 0 0 35px;
			display: block;
			text-indent: -9000px;
			background: url("images/feat_special.png") no-repeat;
			width: 79px; height: 74px;
		}
		.special p {
			margin: 5px 0 0;
			font-size: 1.2em;
			line-height: 16px;
		}
		.special p.bubblecont {
			margin: 0; padding: 0 10px;
			font-size: 1.4em;
			color: #fff;
			background: /*#0769b2*/url("images/bgfix.png");
		}
		ul#slides, ul#slides li  {
			margin: 0; padding: 0;
			list-style: none;
			float: none;
			font: 1.0em Helvetica, Arial, Verdana, sans-serif;
		}
		.special .slidecontent {
			width: 140px;
		}
			.special h3 {
				margin: 0;
				font: 1.2em Helvetica, Arial, Verdana, sans-serif; font-weight: bold;
				color: #333;
			}
			.special h3 a {
				margin: 0; padding: 0;
				display: inline;
				color: #333;
			}
			.special h3 a:hover {
				color: #0769b2;
				background: none;
			}

#content .main {
	float: right;
	margin-right: 10px;
	width: 625px;
}
	.main h3 {
		margin: 0; padding: 0 25px;
		font-size: 1.2em;
		color: #777;
		line-height: 45px;
		background: url("images/bgcontent.gif") no-repeat;
	}
	.main .content {
		margin-bottom: 25px; padding: 0 25px 25px 25px;
		background: #fff url("images/bgcontent2.gif") bottom no-repeat;
	}
		.content h4 {
			padding: 20px 0 0;
			font: 2.2em Lucida Grande, Tahoma, sans-serif; font-weight: bold;
			color: #0660a5;
		}
			.content h4.comments {
				margin: 10px 0 0;
				font-size: 1.6em;
				color: #333;
			}
			
		.content h1 {
			margin: 15px 0 0;
			font-size: large;
		}
		.content h2 {
			margin: 10px 0 0;
			font-size: medium;
			color: #666;
		}
		.content h3 {
			margin: 10px 0 0; padding: 0;
			font-size: small;
			color: #666;
			line-height: normal;
			background: none;
		}
		.content ul {
			margin: 10px 0 0; padding: 0;
			list-style: none;
		}
		.content ul li {
			display: block;
			width: auto;
			margin: 0; padding-left: 15px;
			font-size: 1.2em;
			line-height: 18px;
			text-indent: 0;
			color: #333;
			background: url("images/bullet.gif") 0 2px no-repeat;
		}
		.content ol {
			margin: 10px 0 0; padding: 0;
		}
		.content ol li {
			margin-left: 20px; padding: 0;
			font-size: 1.2em;
			line-height: 18px;
			text-indent: 0;
			color: #333;
		}
		.content h5 {
			margin: 2px 0 0;
			font-size: 1.2em; font-weight: normal;
			color: #999;
			line-height: 18px;
		}
		.content p {
			margin: 10px 0 0;
			font-size: 1.2em;
			line-height: 18px;
		}
			.content p.info {
				margin: 2px 0 0;
				font-size: 1.2em;
				color: #999;
				line-height: 18px;
			}
			
		.content .result {
			padding-bottom: 10px;
			border-bottom: 1px solid #dedede;
		}
		.content .socmedbutton {
			margin-bottom: -100px;
		}
		.content iframe {
			margin: 10px 0 0; padding: 0;
		}
		.content .tweetmeme_button {
			float: left;
			margin: 5px 0 0;
			width: 90px;
		}
		
		.comment {
			padding: 10px 0;
			border-bottom: 1px solid #dedede;
			overflow: hidden;
		}
			.comment .avatar {
				float: left;
				margin: 0;
				width: 65px;
			}
				.avatar img {
					border: 3px solid #dedede;
					padding: 2px;
				}
				
			.comment .bubble {
				float: right;
				width: 510px;
			}
				.bubble h5 {
					margin: 2px 0 0;
					font-size: 1.2em;
				}
					.bubble h5 span {
						font-weight: normal;
						color: #777;
					}
					
				.bubble p {
					margin: 6px 0 0;
				}

	

/* 	Form
-------------------------------- */	

form div.feedback {
	margin: 0; padding: 0;
	width: auto;
	overflow: hidden;
	height: 1%;
}
form div.feedback h5 {
	margin: 20px 0 0;
	font: 1.6em Lucida Grande, Tahoma, sans-serif; font-weight: bold;
	color: #333;
}
form div.feedback label, form div.feedback input, form div.feedback textarea {
	float: left;
	margin: 0;
	font-size: 1.2em; font-family: Helvetica, Arial, Verdana, sans-serif;
}
form div.feedback label {
	display: block;
	width: 250px;
	margin: 15px 0 0 8px; padding: 5px 0 0;
	color: #333;
}
form div.feedback input.tfield, form div.feedback textarea.tarea {
	margin: 15px 0 0; padding: 4px;
	background: #fff;
	border: 1px solid #999;
	color: #333;
	width: 185px;
}
	form div.feedback textarea.tarea {
		width: 540px;
	}
form div.feedback br {
	clear: left;
}
form div.feedback input.button { 
	margin: 10px 0 0; padding: 3px 6px;
	font-size: 1.2em;
	background: #045998;
	color: #fff;
	width: auto;
}

form div.contact {
	margin: 0; padding: 0;
	width: 230px;
	overflow: hidden;
	height: 1%;
}
form div.contact label, form div.contact input, form div.contact textarea {
	float: left;
	margin: 0;
	font-size: 1.1em; font-family: Helvetica, Arial, Verdana, sans-serif;
}
form div.contact label {
	display: block;
	width: 65px;
	margin: 7px 0 0; padding: 5px 0 0;
	color: #fff;
}
form div.contact input.tfield, form div.contact textarea.tarea {
	margin: 7px 0 0; padding: 2px 3px;
	background: #fff;
	border: 1px solid #c2c2c2;
	color: #333;
	width: 100px;
}
form div.contact br {
	clear: left;
}
form div.contact input.button { 
	margin: 32px 0 0 10px; padding: 2px 3px;
	font-size: 1.1em;
	background: #fff;
	color: #333;
	width: auto;
}

/* 	Search Form
-------------------------------- */	
form div.find {
	overflow: hidden;
	height: 1%;
}
form div.find input {
	float: left;
	margin: 5px 0 0;
}
form div.find input.tfield {
	padding: 2px 4px;
	width: 110px; height: 22px;
	background: url("images/bgsearch.gif") top left no-repeat;
	font-size: 1.1em; font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #333;
}
form div.find input.button {
	margin-left: 10px;
	width: auto;
}



/* 	FOOTER
-------------------------------- */
#footer {
	clear:both;
	background: url("images/bgfooter.gif") top repeat-x;
}
#footer .lookup {
	height: 35px;
	overflow: hidden;
}

/* Social Media Icons
-------------------------------- */
.socmed {
	float: right;
	margin: -25px 10px 0 0;
	height: 22px;
}
.socmed ul {
	list-style: none;
	margin: 0; padding: 0;
}

	.socmed li span {
    	display: none;
    }
	.socmed li, .socmed li a {
		width: 22px; height: 22px;
		display: block;
    }
	.socmed li {
		float: left;
		margin-left: 5px;
		list-style: none;
		display: inline;
    }

    .rss {background: url("images/icon_rss.gif") no-repeat;}
    .facebook {background: url("images/icon_facebook.gif") no-repeat;}
    .twitter {background: url("images/icon_twitter.gif") no-repeat;}
	.flickr {background: url("images/icon_flickr.gif") no-repeat;}
	.youtube {background: url("images/icon_youtube.gif") no-repeat;}


#footer .shortcut {
	overflow: hidden;
	color: #efefef;
}
	.shortcut h4 {
		font: 1.3em Lucida Grande, Tahoma, sans-serif;
		line-height: 16px;
	}
		h4.address {
			margin: 10px 0 0;
		}
			h4.address a {
				color: #efefef;
			}
			h4.address a:hover {
				text-decoration: underline;
			}
			
	.shortcut p {
		margin: 2px 0 0;
		font-size: 1.1em;
		color: #ccc;
		line-height: 14px;
	}
	.shortcut ul {
		margin: 2px 0 0; padding: 0;
		list-style: none;
	}
	.shortcut ul li {
		display: block;
		font-size: 1.1em;
		line-height: 14px;
		text-indent: 0;
	}
	.shortcut ul li a {
		color: #ccc;
	}
	.shortcut ul li a:hover {
		color: #ffe100;
		text-decoration: none;
	}
	
	.fcontent, .fblog, .fnetwork, .faddress, .fcontact {
		float: left;
		margin: 10px 20px 0 5px;
	}
	.fcontent {
		width: 135px;
	}
	.fblog {
		width: 100px;
	}
	.fnetwork {
		width: 160px;
	}
	.faddress {
		width: 150px;
	}
	.fcontact {
		width: 240px;
	}
	
#footer .copyright {
	clear:both;
}
	.copyright p {
		margin: 10px 0 0;
		color: #ccc;
		line-height: 30px;
	}
