/*
 Theme Name:   Skoon Child
 Description:  A Magazine/News Theme
 Author:       DC
 Template:     skoon
 Version:      1.2.1
 Tags:         light, three-columns, threaded-comments
 Text Domain:  skoon-child
*/

@import url("../skoon/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size:15px;
}

h1, h2, h3, h4, h5 {
	font-family: "museo-slab",serif;
	font-weight: 300;
}

h5 {
	font-size:20px;
	color:#aaa;
	padding-bottom:20px;
}

#main-nav a {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size:13px;
	letter-spacing: 2px;
}

#main-nav li:hover a {
	background-color:#2c2c2c !important;
}

#main-nav a:hover {
	background-color:#2c2c2c !important;
}

#main-nav li
.sub-menu li a:hover {
	background-color:#2c2c2c !important;
}

#main-nav a:hover, #main-nav .current-menu-item a, #main-nav li:hover a {
	background-color:#2c2c2c !important;
}

#main-header {
	height:162px;
}

.cap-meta li {
	font-family: "museo-slab",serif;
	font-weight: 300;
}

.post-meta, .post-meta a {
	font-family: "museo-slab",serif;
	font-weight: 300;	
}

.post-meta .post-date {
	background-position: 0 -220px;
}

.post-meta .post-author{
	background-position: 0 -163px;
}

#car-wrap {
	width:0;
	height:0;
}

.pagination {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:bold;
}

.special-heading h2 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
}

.feat-cap {
	background: none;
	background-color:#000;
	padding: 15px 15px 10px 15px;
}

.top-small .feat-cap {
	background-color:#000;
	zoom: 1;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

.bottom-small .feat-cap {
	background-color:#000;
	zoom: 1;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

#featured-area h2 {
	font-size:21px;
	line-height:24px;
}

#featured-area img {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

#featured-area #large-feat:hover img,
#featured-area .small-feat:hover img {
	margin-top: 0px;
}

#header-ad {
	width:298px;
	margin-top:35px;
}

#twitter-2 li {
	padding-bottom:15px;
}

div#twitter-2.widget.widget_twitter.group .entry-content {
	font-family: "museo-slab",serif;
	font-weight: 300;
	font-size:15px;
}

#twitter-2 .entry-meta {
	font-size:12px;
}

#twitter-2 .intent-meta {
	font-size:12px;
}

#twitter-2 .intent-meta a {
	padding-right:5px;
}


#main-footer .widget-title h2 {
	text-transform:none;
}

.post-icon {
	display:none;
}

/******************************************************
	smaller than 1180px
*******************************************************/

@media screen and (max-width: 1180px) {

	#header-ad img {
		display: none;
	}
}