@charset "utf-8";
/* CSS Document */

#header-navtop-ct {
	border-bottom:#999999 1px solid;
}

#header-navtop,#header-social {
	padding:0px;
	margin:0px;
}
#header-navtop li {
	margin-left:0px;
}

#header-navtop li a {
	font-family:Asap;
	font-size:0.75rem;
	line-height:50px;
	color:#525252;
	padding:0 10px;
}

#search-form {
	padding:0px; margin:0px;
}

#search-input {
	margin-top:7px;
	margin-left:10px;
	overflow:hidden;
	height:40px;
}

#header-social {
	width:60px;	
	line-height:50px;
}

#header-social a {
	display:inline !important;
}

#header-navtop li a:hover {
	background:#fba826;
	color:#fff;
}

#header-navutama-ct {
	border-top:#97e0f3 1px solid;
	background:#16b2d9 url(../img/bg_header.png) no-repeat center top;
}

#logo-block {
	padding:10px;
}

#logo-title {
	font-family:'Asap';
	font-size:14px;
	font-weight:700;
	color:#434242;
	line-height:22px;
	padding-top:20px;
	display:block;
}

#top-breadcrums {
	margin:10px 0px;
}

#home-slide {
	background:url(../img/picture_home.png) center top;
	height:300px;
}

aside {
	margin-bottom:20px;
}


.textwidget .media-list h4 {
	font-size:100%;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
  outline: 0; max-width: 100%; height: auto;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .left {
  margin-right: 10px;
}
.media > .right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}

.media:after {
	clear:both;
}

ul.media-list {
	margin:0px;
}

.widget_list li {
	font-size:80%;
	list-style-type:square;
}

#footer {
	background:#F0F0F0;
	padding:20px;
	margin-top:30px;
}

#footer-nav {
	background:#333333;
	margin-top:-35px;
	margin-bottom:15px;
	line-height:24px;
	color:#fff;
	font-size:80%;
	text-align:center;
	font-style:italic;
	border-radius:5px;
	padding:10px;
}

#footer-copy {
	color:#999;
	font-size:70%;
	text-align:center;
}

#footer-copy a {
	color:#999;
	border-bottom:1px dotted #666;
}

.entry-meta { 
	margin-bottom:20px;
}

.entry-meta span {
	margin-right:15px;
	color:#999;
	font-size:90%;
	font-style:italic;
}

@media (min-width: 768px) {
	#logo-title {
		width:250px;
		font-size:18px;
	}	
}