/**
Theme Name: MKN Template
Author URI: http://www.unico.co.id/
Version: 1.0
Author: Unitech
*/

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

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;
}

* html .clearfix {
	height: 1%; /* IE5-6 */
}

body {
	background-color:#dfdfdf;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	font:normal 14px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif; 
	letter-spacing: 0.03em;
	color:#333333;
}
select, option {font:normal 12px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;  color:#666666;}

a {
	text-decoration:none;
	color:#f0492c;
}

a:hover { color:#666666; }

.wrapper {
	width:911px;
	margin:0 auto;
}
.date {color:#666;font-size:11px;}

/* header */
#header {
	height:120px;
	padding-top:7px;
}

#page-menu {
	height:32px;
	overflow:hidden;
	padding-bottom:6px;
}

#page-menu ul li,#page-menu ul li a {
	display:block;
	float:left;
	height:32px;
	line-height:32px;
}

#page-menu ul li {
	margin-right:10px;
	padding-left:5px;
}

#page-menu ul li a {
	padding:0 11px 0 6px;
	color:#969696;
}

#page-menu ul li.hover,#page-menu ul li.current_page_item { background:transparent url(images/page-menu-hover-bg.gif) no-repeat 0 0; }

#page-menu ul li.current_page_item a,#page-menu ul li a:hover {
	background:transparent url(images/page-menu-hover-bg.gif) no-repeat 100% 0;
	color:#ffffff;
}

#branding {
	float:left;
	width:150px;
	height:85px;
	padding:8px 0;
	overflow:hidden;
}

#blog-title a {
	color:#666666;
	font-size:28px;
}

#blog-title a:hover { color:#333333; }

#blog-description {
	float:left;
	width:380px;
	height:40px;
	padding-top:40px;
	color:#f0492c;
	font-size:20px;
	font-weight:normal;
}

/*Search */
#search {
	float:right;
	padding-top:35px;
	width:380px;
	height:65px;
}
#top-search-wrap {
	background:transparent url(images/top-search-bg.png) no-repeat 0 0;
	float:right;
	width:205px;
	margin-top:5px;
	position:relative;
	height:20px;
}

#top-s, #top-search-submit {
	background:none;
	border:none;
	padding:0;
	position:absolute;
}

#top-s {
	font:normal 12px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif; 
	color:#666666;
	width:135px;
	top:2px;
	left:5px;
}

#top-search-submit {
	width:52px;
	height:14px;
	cursor:pointer;
	top:3px;
	right:3px;
}

#cat-menu {
	clear:both;
}

#rss-button {
	background:transparent url(images/icon-rss.png) no-repeat 0 0;
	display:block;
	float:right;
	margin-top:14px;
	width:22px;
	height:22px;
	text-indent:-9999px;
}

/* container */
#container { }
#container .wrapper { }
#container-top {background:url(images/container-wrap-top.png) no-repeat center top; height:11px; }
#container-body {background:#ffffff url(images/container-wrap-body.png) repeat-y center top; }
#container-bottom {background:url(images/container-wrap-bottom.png) no-repeat center bottom; height:16px; }

.block {
	float:left;
	width:320px;
	margin-right:10px;
}

.last { margin:0 !important; }

.block h2 {
	font-size:17px;
	font-style:italic;
	font-weight:normal;
	color:#adde13;
	padding-bottom:3px;
	border-bottom:6px solid #a3c417;
	margin-bottom:3px;
}

.block ul li {
	background:#131313 url(images/line.gif) repeat-x 0 100%;
	list-style:none;
	overflow:hidden;
	height:29px;
	line-height:25px;
}

.block ul li a { color:#959595; }

.block ul li a:hover { color:#acdc12; }

/* content */

#content {
	float:left;
	width:660px;
	padding-top:10px;
	margin-top:10px;
}

#bg-mediacenter {
	float:left;
	width:660px;
	overflow:hidden;
	margin:0px;
	background:#cccccc url(images/mediacenter-page-top.png) no-repeat;
}
#bg-mediacenter-bottom {
	width:660px;
	height:15px;
	overflow:hidden;
	background:url(images/mediacenter-page-bottom.png) no-repeat;
}

.pagetitle {
	font-weight:normal;
	font-size:18px;
	color:#333333;
	margin-bottom:9px;
}

.title-404 { padding-top:6px !important; }

#content .post {
	width:600px;
	overflow:hidden;
	margin-bottom:10px;
	margin-right:20px;
	margin-top:10px;
	text-align:justify;
}
#content .post2 {
	width:660px;
	overflow:hidden;
	margin-bottom:10px;
	margin-right:20px;
	margin-top:10px;
	text-align:justify;
}
#content .post-group {
	margin-top:10px;
	text-align:justify;
}
#content .post-home {
	position:relative;
	width:665px;
	overflow:hidden;
	margin-bottom:0px;
	margin-right:20px;
	margin-top:10px;
	text-align:justify;
	float:left;
}

.top, .bottom { float:left; }

#content .post .top, #content .post2 .top, #content .post-group .top {
	width:600px;
	padding-top:0;
}

#content .post .bottom, #content .post2 .bottom, #content .post-group .bottom {
	width:600px;
	padding-bottom:6px;
}

#content .post .date-post, #content .post-group .date-post {
	background:#a1c116 url(images/date-bg.gif) no-repeat 0 0;
	display:block;
	width:143px;
	height:26px;
	line-height:26px;
	text-align:center;
	color:#3a430d;
	text-transform:uppercase;
	float:right;
	margin-top:-6px;
}

#content .post .title, #content .post2 .title, #content .post-group .title {
	padding:0 6px 6px;
	margin-bottom: 15px;
	font-size:28px;
	font-weight:normal;
	text-align:left;
	color:#f0492c;
}

#content .post .meta, #content .post2 .meta, #content .post-group .meta {
	padding:6px 0 6px 6px;
}

#content .categories-post, #content .comment-post {
	font-size:12px;
	font-style:italic;
	color:#666666;
}

#content .categories-post a { color:#666666; }

#content .categories-post a:hover { color:#f0492c; }

#content .entry, #post-pages {
	padding:0 6px;
}

#businessunit {}
#businessunit ul {list-style: none; }
#businessunit ul li {
	list-style: none;
	width:99px;
	height:99px;
	margin:10px 18px 10px 0px;
	background: transparent url(images/bg-thumb-businessunit.png) no-repeat 0 0;
	padding:8px;
	float:left;
	text-align:center;
}
#businessunit ul li img {
	width:99px;
	height:99px;
	border:0px
}

/* wp-pagenavi */
#wp-pagenavi-wrapper {
	background:#171717 url(images/pagenavi-bg.gif) repeat-x 0 0;
	clear:both;
	height:53px;
	position:relative;
	padding:0 9px;
	margin-bottom:28px;
}

#wp-pagenavi-left, #wp-pagenavi-right {
	background:transparent url(images/pagenavi-bg.gif) no-repeat;
	position:absolute;
	top:0;
	width:6px;
	height:53px;
}

#wp-pagenavi-left {
	background-position:0 -53px;
	left:0;
}

#wp-pagenavi-right {
	background-position:0 -106px;
	right:0;
}

.wp-pagenavi {
	padding-top:20px;
	font-size:12px;
	font-style:italic;
}

.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span.extend {
	background-color:#131313 !important;
	color:#ffffff !important;
	padding:7px 9px !important;
	border:1px solid #0d0d0d !important;
}

.wp-pagenavi span.pages {
	background-color:#a1c116 !important;
	border:1px solid #a1c116 !important;
}

.wp-pagenavi a:hover {
	background-color:#a1c116 !important;
	border:1px solid #a1c116 !important;
}

#respond-wrapper, .navigation-page { margin-bottom:9px; }

/* sidebar */
#sidebar {
	float:left;
	width:180px;
	margin:15px 20px 0px 20px;
	display:block;
}

#sidebar-group {
	float:right;
	width:212px;
	margin:60px 0px 0px 20px;
	background:#dddddd url(images/sidebar-group-top.png) no-repeat;
}
#sidebar-group li {list-style-type: none;}
#sidebar-group ul li {list-style-type:disc; margin-left:15px;}
#sidebar-group ul ul li {list-style-type:none; margin-left:20px;}

#sidebar-group-bottom {
	width:212px;
	height:13px;
	background:url(images/sidebar-group-bottom.png) no-repeat;
}

.widget {
	color:#666666;
}

#primary .widget, .widget-top, .widget-bottom {
	display:block;
	float:left;
	width:180px;
}

#primary .widget {}
.widget-top {}
.widget-bottom {margin-bottom:15px;}

.widget-title {
	font:normal 20px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif; 
	margin:8px 0px;
	color:#f0492d;
}

#primary .widget-title {
	font-size:20px;
	font-weight:normal;
	padding-bottom:3px;
	margin-bottom:3px;
}

#primary .widget {
	clear:both;
}

.widget a, .widget2 a { color:#585858; }
.widget3 a { color:#999999;font-size:14px; }
.widget a:hover, .widget2 a:hover, .widget3 a:hover { color:#f0492c; }

.widget ul li {
	line-height:16px;
}
.widget2 ul li {
	/*line-height:24px;
	padding-left:8px;
	background: url(images/arrow_orange.gif) no-repeat 0 8px;*/
}
.widget3 ul li {
	line-height:18px;
	padding-left:8px;
	background: url(images/arrow_grey.gif) no-repeat 0 8px;
}

#primary .widget ul li {
	
}


.widget ul li li {
	border-bottom:0;
	border-top:1px solid #171717;
}

.widget ul li ul {
	padding-left:15px;
}

#secondary .widget { margin-bottom:5px; }

.small-sidebar {
	width:156px;
	overflow:hidden;
}

#sidebar-left { float:left; }

#sidebar-right { float:right; }

/* footer */
#footer {
	width:911px;
	margin:0 auto;
	padding:20px 0 20px;
	font-size:12px;
	color:#666666;
	text-align:center;
}
#footer a, #footer a:visited { color:#f0492c; }
#footer a:hover { color:#333333; }

/* rounded corner */
.board {
 width:922px;
 margin:0px auto;
 min-width:800px;
 max-width:922px; /* I only cut the left background images out to 800px. You could do much larger, etc. */
}

.board .hd .c,
.board .ft .c {
 font-size:1px; /* ensure minimum height */
 height:13px;
}

.board .ft .c {
 height:13px;
}

.board .hd {
 background:transparent url('images/round/tl.png') no-repeat 0px 0px;
 margin-right:19px; /* space for right corner */
}

.board .hd .c {
 background:transparent url('images/round/tr.png') no-repeat right 0px;
 margin-right:-19px; /* pull right corner back over "empty" space (from above margin) */
}

.board .bd {
 background:transparent url('images/round/ml.png') repeat-y 0px 0px;
 margin-right:0px;
}

.board .bd .c {
 background:transparent url('images/round/mr.png') repeat-y right 0px;
 margin-right:0px;
}

.board .bd .c .s {
 margin:0px 8px 0px 4px;
 background:#ffffff;
 padding:0px;
}

.board .ft {
 background:transparent url('images/round/bl.png') no-repeat 0px 0px;
 margin-right:19px;
}

.board .ft .c {
 background:transparent url('images/round/br.png') no-repeat right 0px;
 margin-right:-19px;
}

/* menu */

#menu_container{ 
	height:50px; 
	margin-top:30px; 
	margin-left:210px; 
	width:600px;
	background:#dddddd;
	border:1px solid #bbbbbb; 
	text-align:center;
}

#menu_container a:visited {text-decoration:none;}

/* dock */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
	z-index:100;
}
.dock-container {
	position: absolute;
	height: 100px;
	
}
a.dock-item {
	display: block;
	width: 50px;
	color: #ff6600;
	position: absolute;
	bottom: 55px;
	text-align: center;
	text-decoration: none;
	font: 14px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif; 
	letter-spacing: 0.01em;
}
a:visited.dock-item{color:#555; text-decoration:none;}
.dock-item img {
	border: none;
	margin: 5px 10px 5px 10px;
	width: 100%; 
}
.dock-item span {
	display: none; 
	color: #ff6600;
	padding:2px;
	background:url(images/bg70.png);
	border:1px solid #ffffcc;
}

/* Dropdown Menu */
/* ================================================================ 
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/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:180px;
	height:170px;
	position:relative;
	overflow:visible;
	z-index: 100;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif; 
	font-size: 14px;
	letter-spacing: 0.04em;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:180px; w\idth:180px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:160px;z-index:100;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:120px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:14px;
	letter-spacing: 0.04em;
	text-decoration:none;
	color:#666666;
	width:160px;
	height:24px;
	background: url(images/arrow_orange.gif) no-repeat 0 8px;
	padding-left:8px;
	padding-right:2px;
	line-height:24px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:140px; w\idth:140px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd; }
/* style the second level hover */
.menu ul ul a.drop:hover{background-color:#c9ba65;}
.menu ul ul :hover > a.drop {background-color:#c9ba65;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:url(images/menu_li_li.png) no-repeat; z-index: 100;}
/* style the third level hover */
.menu ul ul ul a:hover {background:url(images/menu_li_li.png) no-repeat;z-index: 100;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;line-height:24px;top:5px; left:140px; width:160px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px; position:absolute;line-height:24px;top:5px;left:140px; }

/* position the third level flyout menu */
.menu ul ul ul{left:160px; top:3px; width:160px;}
* html .menu ul ul ul{left:140px; top:3px; width:160px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-160px;}
* html .menu ul ul ul.left {left:-160px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:url(images/menu_li_li.png) no-repeat; height:auto; line-height:20px; padding:0px 10px; width:160px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:160px;w\idth:160px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#666666; background:url(images/menu_li.gif) no-repeat;}
.menu :hover > a {color:#666666; background:url(images/menu_li.gif) no-repeat;}
.menu ul ul :hover > a {color:#666666; background:url(images/menu_li_li_hover.png) no-repeat;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

