/*
Theme Name: Pixeltoko Omega
Description: Child theme for the Omega theme 
Author: PixelToko
Template: omega
*/

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


/*
Site Header #333
---------------------------------------------------------------------------------------------------- */
.site-header {
	background: none repeat scroll 0 0 #000;
	/*place image / background-image:url('pt-header.jpg');
	background-repeat:no-repeat;
	background-position:center;/*END place image */
	/*padding-bottom:30px;*/
		}
.site-header > .wrap {
	padding: 10px 0;
		}

body {
font-family: 'Open Sans', sans-serif;
}

/*navigation #222
--------------------------------------------------------------------------------------------------------*/
.nav-primary {
background:#000;
font-size: 14px;
}
.menu-item a:hover {
color:#fff;
/*background: #222;*/
}

.omega-nav-menu .sub-menu a:hover,
.omega-nav-menu .children a:hover {
color:#fff;
}
.omega-nav-menu .sub-menu a,
.omega-nav-menu .children a {
	background: #222;
	border: 1px solid #222;
	border-top: none;
	letter-spacing: 0;
	padding: 16px 20px;
	position: relative;
	width: 200px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/**
* Title Area #eee
--------------------------------------------- */

.title-area {
	font-weight: 700;
	padding: 16px 0;
	text-align: center;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
  font-family: 'Roboto Condensed', sans-serif;
	font-size: 45px;
	letter-spacing: 2px;
	line-height: 1;
	margin: 0 0 8px;
}

.site-title a {
	/*color: #AE0004;*/
	/*color:#CC0005;*/
	color:#fff;
}
.site-title a:hover {
color: #fff;
}

.site-description {
  font-family: 'Open Sans', sans-serif;
	color: #888;
	text-transform:lowercase;
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	margin: 0;
}

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1000px;
}
p {
line-height:28px;
}
/**
Categories
------------------------------------------------------------------------------------------------------*/
.archive-title {
text-transform:uppercase;
}
.taxonomy-description {
padding-left:10px;
border-left:3px solid #444;
}

/* Headings
--------------------------------------------- */

.entry-title {
  font-family: 'Roboto Condensed', sans-serif;
	font-size: 32px;
	word-wrap: break-word;
	line-height: 1.2;
	/*border-bottom:1px solid #ddd;*/
	}

.entry-title a,
.sidebar .widgettitle a {
	color: #333;
	
}

.entry-title a:hover {
	color: #666;
}

.entry-meta {
text-transform:uppercase;
font-size:12px;
} 
.entry-footer {
border-bottom:1px solid #ccc;
}

/* Blockquotes
---------------------------------------------------------------------------------------*/
blockquote,
blockquote::before {
	
}

blockquote {
  background:#f5f5f5;
  font-size:17px;
	margin: 0;
	padding: 24px 40px;
	margin:0 0 20px 0;
		}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* widget area
-----------------------------------------------------------------------------------------------------*/

.widget-area {
font-size:14px;
}
div.tagcloud {
line-height:1.5em;
}
div.widget-wrap {
}
h4.widget-title {
font-family: 'Roboto Condensed', sans-serif;
/*border-bottom:1px solid #ddd;*/
}
.sidebar-primary a {
color:#5189B7;
text-decoration:underline;
} 
.sidebar-primary a:hover {
color:#444;
} 
div.textwidget {
text-transform:none;
}
/* 
/*YARRP 
---------------------------------------------------- */
.yarpp-thumbnails-horizontal {
padding-bottom:60px;

}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
border:none !important;
text-decoration:none !important;

}

/* Pagination
--------------------------------------------- */

.pagination .page-numbers {
	padding: 8px 12px;
	border: 1px solid #eee;
    border-radius: 25px 25px 25px 25px;
}

.pagination .current {
	background-color: #eee;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	border-top: 1px solid #eee;
	color: #999;
	font-size: 14px;
	padding: 40px 0;
	text-align: center;
	background:#222;
	}

.site-footer p {
	margin: 0;
}

p.copyright {
	font-size: inherit;
	float: left;
}

p.credit {
	/*float: right;*/
	display:none;
}

.entry-content a {
color:#5189B7;
text-decoration:underline;
}

.entry-content a:hover {
color:#444;
}
/*EXIF DISPAY-------------------------------------------------------------*/
.exif {
font-size:13px;
}
.aperture, .shutter_speed{
color:#000;
}
.iso {
text-transform:uppercase;
}
.camera {
text-transform:uppercase;
}
/* END   EXIF DISPAY-------------------------------------------------------------*/
img.alignnone {
margin-bottom:0px;
}
div.su-spoiler-title {

}
.post-navigation a {
color:#000;
font-family: 'Roboto Condensed', sans-serif;
font-size:20px;
}
.comment-respond {
padding:30px;
}