 @import url("/global.css");
 @import url("/global_comment.css");
a { text-decoration: none;
}
footer a:hover, .xt_blog_content a:hover, .post a:hover { text-decoration: underline;
}
/* responsive */
.KolomContainer { position: relative; top: 7.5em;
margin: .5em; 
}

.KolomKiri, .KolomKanan {  padding: 1.25em; }

.KolomKiri { margin-bottom: .5em; }

/* Responsive Css */
@media screen and (min-width: 43.5em ) {
.KolomContainer { margin-top: 3.125em;
}
  .KolomKiri { margin-right: 23.5em; margin-top: 3.5em !important;
 }

	.KolomKanan { position: absolute; top: 1.2em !important; right: 0; width: 22.75em; }   
}
@media screen and (min-width: 640px ) {
.KolomContainer { margin-top: 4em;
}
 }
/* search form */
input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 70%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}

/* search input */
input[type=search] {
	background: #ededed url(http://ykub.xtgem.com/Home/images/search-icon.png) no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 10px 10px 10px 32px;
	width: 45px; height:8px;
	margin-top:8px;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 100px; height:8px;
	background-color: #ccc;
	border-color: #ddd;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}

/* placeholder */
input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}
/* Breadcrumb */

ul.breadcrumbs { 
margin: 0;
}
ul.breadcrumbs a { list-style: none;
font: italic 10px "Times New Roman", Times, serif;}

/* Posting */
KolomKanan p a, .post a, .post:nth-child(even) a, .post:nth-child(odd) a, #navigation a, .xt_blog_content a, #blogroll a, .w3-kolom a
 { color:#990000;}
.post:nth-child(even){background-color:#f1f1f1}
.post:nth-child(odd){background-color:#fff}
.post:nth-child(even), .post:nth-child(odd)
{padding:4px 8px!important; /*color:#990000;*/}
.post:hover{color:#000!important;background-color:#f44336!important}
.post:nth-child(even):hover, .post:nth-child(odd):hover
 { background-color: #fdf5e6!important;}

/* share */
#share-button{margin:0 0 8px 15px;padding:0;overflow:hidden;display: inline-table;
}
.share a {
margin-right: 8px;
}

img, iframe, table, textarea, pre {max-width:100%; height:auto; -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.newspaper {
  -webkit-column-count: 3;
  -moz-column-count: 3; 
  column-count: 3;
  -webkit-column-width: 100px;
  -moz-column-width: 100px;
  column-width: 100px;
   -webkit-column-rule: 1px solid #eee;
  -moz-column-rule: 1px solid #eee;
  column-rule: 1px solid #eee;
}

/* Css Shortener URL Bit.ly */
.shorten-box{font-size:100%;font-weight:bold;color:#666!important;margin:10px 0}
#output{display:inline-block;}
.output{display:inline-block;font-family:Consolas,Monaco,'Andale Mono',monospace;white-space:initial;word-spacing:normal;word-break:normal;hyphens:none;color:#000;cursor:pointer;background:#f8f8f8;border:1px solid #ccc;border-radius:3px;line-height:1;padding:5px 8px;margin:0;box-shadow: inset 0px 0px 1px rgba(0,0,0,.08);}
.output:focus,.output:active{outline:none}
.clear{clear:both}

/* font size */
.w3-word-wrap { word-wrap:break-word;
}
.w3-concert { font-family: "Concert One", cursive;
font-weight: bold;
}
.w3-anton14 { font-family: 'Anton';font-size: 14px;}
.w3-anton18 { font-family: 'Anton';font-size: 18px;}
.w3-anton22 { font-family: 'Anton';font-size: 22px;}

/* tooltip all Link */

#tooltip { cursor: pointer;
  text-align: center;
  color: #fff;
  position: absolute;
  font-style: italic;
font-size:12px;
font-family: 'Alegreya SC', Georgia, serif;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  color:white;
  text-shadow: 0 -1px 0 rgba(0,0,0,.5);
  padding:.6em 1em;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
}
#tooltip:after /* triangle decoration */ {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #990000;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -10px;
}

/* search input form */
.search, .yt_search_container
{
  border: 2px solid #f44336;
  overflow: auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.search input[type="text"], input#query
{
  border: 0px;
  width: 67%;
  padding: 10px 10px;
}

.search input[type="text"]:focus, input#query
{
  outline: 0;
}

.search input[type="submit"], .yt_search_container button.icon
{
  border: 0px;
  background: none;
  /*background-color: #222;
  color: #fff;*/
  float: right;
  padding: 10px;
  border-radius-top-right: 1px;
  -moz-border-radius-top-right: 1px;
  -webkit-border-radius-top-right: 1px;
  border-radius-bottom-right: 1px;
  -moz-border-radius-bottom-right: 1px;
  -webkit-border-radius-bottom-right: 1px;
        cursor:pointer;
}
​
@media only screen and (min-width : 150px) and (max-width : 780px)
{
  {}

  .search, .yt_search_container
  {
    width: 95%;
    margin: 0 auto;
  }
}
/* code */
code{font-family:Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,Monospace;font-size:12px;color:#d14}
