/*  
Theme Name:    Kurnia Sari Utama
Theme URI:     http://www.kurniasariutama.com
Description:   Developed by Faris M. Amin for Kurnia Sari Utama
Version:       D1.0
Author:        Faris Amin
Author URI:    http://www.facebook.com/faris
*/

body {
	font-family: 'Roboto', sans-serif;
	_font-size: 14px;
}

#homepage {
	_background: url(images/thumb_bg.jpg);
}

#wrap{
	position:fixed;
	z-index:-1; 
	top:0; 
	left:0; 
	background-color:black;
}

#wrap img.bgfade{
	position:absolute;
	top:0;
	display:none;
	width:100%;
	height:100%;
	z-index:-1;
  background-repeat: repeat;
}

.fadein {
	position: relative;
  margin: 50px 0 0 70px;
}

.fadein img {
  position:absolute;
  _left:-479px;
  _top:0;
  -webkit-animation-name: fade;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
  -moz-animation-name: fade;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 10s;
  animation-name: fade;
  animation-iteration-count: infinite;
  animation-duration: 10s;
}

@-webkit-keyframes fade {
    0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}
@keyframes fade {
    0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}

#motto1 {
}

#motto2 {
  -webkit-animation-delay: -5s;
  -moz-animation-delay: -5s;
  animation-delay: -5s;
  margin-left: -30px;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* My CSS
----------*/

@-moz-keyframes spin {
    from { -moz-transform: rotateY(0deg); }
    to { -moz-transform: rotateY(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotateY(0deg); }
    to { -webkit-transform: rotateY(360deg); }
}
@keyframes spin {
    from {transform:rotateY(0deg);}
    to {transform:rotateY(360deg);}
}

.spin {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 5000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 5000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 5000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-transition: rotateY(3600deg);
}

#blackbar {
	background: rgb(9,25,0);
	height: 25px;
}

#tophead {
	background: rgba(9,25,0,.75);
	height: 95px;
}

#tophead2 {
	background: url(images/prod_header_menu.jpg) no-repeat 0 -20px;
	height: 105px;
}

#search {
	height: 25px;
	padding-top: 35px;
}

#searchbox {
	background:url(images/header_search_bar.png) no-repeat;
	width: 215px;
	height: 25px;
	border-radius: 3px;
}

#searchbox input[type=search] {
	border: none;
	background: none;
	margin: 0px 0 0 4px;
	_padding: -10px 0 0 5px;
	width: 190px;
	height: 23px;
	float: left;
	font-size: 0.8em;
	font-weight: bold;
}

#searchbox input[type=submit] {
	background: none;
	border: none;
	margin: 1px 0 0 -2px;
	padding: 0;
	width: 22px;
	height: 22px;
	float: left;
	cursor: pointer;
}

/* New Menu test */
#newmenu .menu { float: right; }
#newmenu .menu, #newmenu .menu ul { margin: 0; padding: 0; list-style: none; }
#newmenu .menu { margin-top: -10px; }
#newmenu .menu:before, #newmenu .menu:after {	content: ""; display: table; }
#newmenu .menu:after { clear: both; }
#newmenu .menu { zoom:1; }
#newmenu .menu li {	float: left; position: relative; }
#newmenu .menu a { float: left; padding: 2px 5px 0px 5px; font-size:.85em; color: #fff; font-weight:bold; text-shadow:2px 2px 2px #000; text-transform: uppercase;	text-decoration: none; font-family: Roboto, "Open Sans Condensed", sans-serif; }
#newmenu .menu li:hover > a { color: #F7AD02; }
*html #newmenu .menu li a:hover { /* IE6 only */
	color: #fafafa;
}
#newmenu .menu li:first-child {
  border-bottom-left-radius: 10px;    
}
#newmenu .menu li:last-child {
  border-bottom-right-radius: 10px;    
}

#newmenu .menu ul {
	margin: 0px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 1;    
	box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
	transition: all .3s ease-in-out;  
  background: rgba(0,0,0,.80);
}

#newmenu .menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

#newmenu .menu ul ul {
	top: 0;
	left: -340px;
	width: 350px;
	margin: 0 0 0 0px;
	_margin: 0; /*IE6 only*/
	box-shadow: -1px 0 0 rgba(255,255,255,.3);		
}

#newmenu .menu ul li {
	float: none;
	display: block;
	border: 0;
	margin: 0;
	_line-height: 0; /*IE6 only*/
}

#newmenu .menu ul li:last-child {   
	box-shadow: none;
}

#newmenu .menu ul a {    
	padding: 10px;
	width: 150px;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: uppercase;
	transition: all .3s ease;
}

#newmenu .menu ul ul a {
	width: 330px;
}

#newmenu .menu ul a:hover {
	background-color: #627404;
}


/* end of Main Menu Setting */

#topmenu {
}

#topmenu ul {
	background: #790000;
	height: 25px;
	margin-top: 35px;
	font-size: .85em;
	border-radius: 3px;
}

#topmenu li {
	margin: 0;
	padding: 4px 13px 0 13px;
	list-style-type: none;
	float: left;
	text-transform:uppercase;
}

#topmenu li a {
	color: #fff;
	text-decoration: none;
}

#topmenu2 {
	margin-top: -10px;
	color: #fff;
	font-weight: bold;
	text-align: right;
	list-style-type: none;
}

#topmenu2 ul {
	float: right;
	height: 25px;
	font-size: .85em;
	border-radius: 3px;
	list-style-type: none;
}

#topmenu2 li {
  float: left;
}

#topmenu2 ul li {
	margin: 0;
	text-transform:uppercase;
	_float: left;
}

#topmenu2 li a {
  display: block;
	padding: 2px 13px 0 13px;
	color: #fff;
	text-decoration: none;
	text-shadow: 2px 2px 2px #000;
}

#topmenu2 li a:hover {
	color: #F7AD02;
	text-decoration: none;
}

#topmenu2 li ul {
  position: absolute;
  display: none;
  z-index: 999;
}

#topmenu2 li ul li {
  clear: both;
}

#topmenu2 li ul li a {
  width: 200px;
  text-align: left;
  display: block;
	padding: 2px 13px 0 13px;
	color: #fff;
	text-decoration: none;
	text-shadow: 2px 2px 2px #000;
  line-height: 4em;
  background: rgba(0,0,0,.80);
}

#topmenu2 li:hover ul {
  display: block;
}

.businessunit a img {
	margin: 10px 0;
	box-shadow: 3px 3px 2px #091900;
}

#product {
	background: rgba(9,25,0,.75);
	height: 175px;
	width: 320px;
}

#quicklinks {
	_margin-top: 30px;
	height: 25px;
	background: #627404;
	width: 320px;
	color: #fff;
	font-weight: bold;
}

#tagline {
	width: 960px;
	background: #091900;
	height: 26px;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
}

#newsticker {
	width: 960px;
	background: #627404;
	height: 21px;
	color: #fff;
	font-weight: bold;
	font-size: .85em;
}

footer {
	border-top: 1px solid #627404;
	border-bottom: 1px solid #627404;
	height: 85px;
	_margin-top: 20px;
}

#footer2 {
	border-top: 1px solid #627404;
	border-bottom: 1px solid #627404;
	background: #091900;
	height: 85px;
	_margin-top: 20px;
}

#footeradd {
	margin: 10px 0 20px 0;
}

#footeradd div {
	font-size: .8em;
	height: 17px;
}

#connect {
	vertical-align: middle;
	margin-top: 25px;
	text-align: right;
	width:250px;
}

#container {
	background: #fff;
	min-height: 350px;
}

.breadcrumbs {
	height: 50px;
  list-style:none;
  font-weight:700;
  color:#999;
}
 
.breadcrumbs a {
	text-decoration: none;
	color: #666;
}

#leftmenu h2 {
	color: #627204;
	font-size: 1.8em;
	text-shadow: 2px 2px 2px #ccc;
	text-transform:uppercase;
}

#leftmenu ul {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}

#leftmenu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	text-transform:uppercase;
}

#leftmenu ul li a {
	color: #770000;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	text-shadow: 2px 2px 2px #ccc;
}

#leftmenu ul li ul li a {
	color: #627204;
	font-weight: bold;
	font-size: 1em;
	margin-left: 1em;
}

#leftmenu ul li ul li ul li a {
	color: #777;
	font-weight: normal;
	font-size: 1em;
	margin-left: 2em;
}

#leftmenu .current-menu-item {
	text-decoration:underline;
}

article h2.title {
	color: #627204;
	text-transform: uppercase;
}

article p {
	color: #666;
}

article table {
	border-collapse:collapse;
	border-spacing:0;
}

article table th {
	border: 1px solid #ffd217;
	padding: 5px;
	background: #ff6408;
	text-align: center;
	font-size:1.2em;
	font-weight: bold;
}

article table td {
	border: 1px solid #ffd217;
	padding: 5px;
	background: #ff8f0f;
	color: #fff;
	font-size: .85em;
}

article h2, article h3, article h4 {
	text-shadow: 2px 2px 2px #ccc;
}

article h3 a {
	color: #ff8f0f;
	text-decoration: none;
	text-transform:uppercase;
}

article h2 {
	font-size: 1.8em;
	color: rgb(98, 114, 4);
}

article h3 {
	font-size:1.4em;
	color: #7a0000;
}

article h4 {
	font-size:1em;
	color: #7a0000;
}

article li {
	color: #666;
}

article a {
	color: #ff8f0f;
}

article a:hover {
	color: #7a0000;
}

article blockquote {
	padding: 20px;
	margin: 5px 10px;
	background: rgba(230,230,230,.75);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 1.2em;
	border-radius: 10px;
}

article .post-info {
	font-size: .8em;
}

#contactinfo {
	color: #666;
}

#contactinfo h2 {
	text-shadow: 2px 2px 2px #ccc;
	font-size: 1.8em;
	color: rgb(98, 114, 4);
}

#contactinfo a {
	color: #ff8f0f;
}

#contactinfo a:hover {
	color: #7a0000;
}