/*
==  THEME DETAILS  ============================================================

    Theme Name: BARSA!
    Theme URI: http://marcusamaker.com
    Description: Website for Drazen
    Version: 1.3


===============================================================================

   ___             _                        ______ __
  / _ \ ___  ___  (_)___ _ ___  ___  ____  /_  __// /  ___  __ _  ___  ___
 / // // -_)(_-< / // _ `// _ \/ -_)/ __/   / /  / _ \/ -_)/  ' \/ -_)(_-<
/____/ \__//___//_/ \_, //_//_/\__//_/     /_/  /_//_/\__//_/_/_/\__//___/
                   /___/

==  WARNING! DO NOT EDIT THIS FILE! (PLEASE)  =================================

    If you wish to make CSS changes to this theme, DO NOT EDIT THIS FILE.
    Instead, use the custom-style.css file to define custom styles. Adding your
    custom CSS there will make it much easier to upgrade to a newer version
    of this theme without losing any of your customizations.

===============================================================================
*/


@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(//fonts.googleapis.com/css?family=Merriweather:400,700,300);

@import url('engine/css/default.css');
@import url('engine/css/extras.css');


/*---------------------------------------------------------------------------*/
/*  Global Styles
/*---------------------------------------------------------------------------*/

body {
    background: #eee;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    text-align: center;
}

a,
img,
#load-more {
	-webkit-transition: background-color .1s linear, color .1s linear;
    -moz-transition: background-color .1s linear, color .1s linear;
    -o-transition: background-color .1s linear, color .1s linear;
    -ms-transition: background-color .1s linear, color .1s linear;
    transition: background-color .1s linear, color .1s linear;
}

a,
a:hover {
	text-decoration: none;
	color: #9c0;
}

.hentry .post-content a:hover { color: #333; }

a:link { -webkit-tap-highlight-color: #333; }

::selection { background: #333; color: #fff; text-shadow: none; }

.hentry { padding: 20px }

hr {
    border-top: 1px dotted #ddd;
    background: #fff;
}

#page {
    width: auto;
    margin: 0 auto;
}

#main {
    width: 940px;
    margin: 0 auto 30px;
}

#container {
    width: 960px;
    float: left;
}

#content {
    float: left;
    width: 100%;
    position: relative;
}

.tax-group #container .groups .inner,
.page-template-template-showcase-php #container .groups .inner { padding-left: 0; }

.page.page-template-template-fullwidth-php #container { float: none }

.page #content { width: 620px }

.tax-group .hentry,
.page.page-template-template-showcase-php .hentry {
    float: none;
    width: auto;
}

.page .hentry,
.single .hentry {
    width: 620px;
    float: left;
}

.page #content,
.single #content {
    max-width: 620px;
    float: left;
}

#masonry {
    margin: 0;
    width: auto;
    overflow: hidden;
}

#masonry-new { display: none }

#sidebar {
    width: 300px;
    margin: 0 20px 0 0;
    float: right;
}

.sidebar-none #content { width: 100% }

.page-template-template-fullwidth-php #content { max-width: 100% }

pre { overflow: scroll }

#colorbox img { max-width: none !important }




/*---------------------------------------------------------------------------*/
/*  Header Styles
/*---------------------------------------------------------------------------*/

#header {
	padding: 0 0 40px;
}

#header-inner {
	width: 940px;
	margin: 30px auto 0;
	position: relative;
	z-index: 20;
}

#logo {
	overflow: hidden;
	width: 260px;
	min-height: 92px;
	margin: 0 auto;
	padding: 0 20px;
	z-index: 20;
	position: relative;
}

#logo h1,
#logo h2 { margin: 0; }

#logo h2 {
	font-size: 12px;
	color: #888;
}

#site-title {
	text-transform: uppercase;
	font: normal 24px/1.4 'Merriweather', serif;
	color: #333;
}

#site-title.text { padding-top: 30px; }

#site-title a { color: #333; }

#site-title a:hover { color: #9c0; }

#mobile-menu { display: none; }

#primary-menu {
    text-transform: uppercase;
    position: absolute;
    top: 40px;
	left: 0;
	width: 100%;
	z-index: 10;
}

#primary-menu .split-menu {
	border: 1px solid #ddd;
	border-width: 1px 0;
	width: 320px;
	padding: 5px 0 4px;
	float: left;
}

#primary-menu .right-menu { float: right; }

#primary-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 33px;
}

#primary-menu ul a { position: relative; }

#primary-menu ul li {
    position: relative;
    display: inline-block;
    z-index: 40;
}

#primary-menu ul li:hover { visibility: inherit; }

#primary-menu ul ul {
    position: absolute;
    top: -9999em;
    top: 30px !important;
    display: none;
}

#primary-menu ul ul li { width: 100%; }

#primary-menu ul li:hover ul,
#primary-menu ul li.sfHover ul {
    top: 12px;
    z-index: 99;
}

#primary-menu ul ul ul { display: none !important; }


/* top level skin */
#primary-menu ul li { margin: 0; }

#primary-menu ul a {
	color: #ffffff;
	font: 12px/33px 'Merriweather', serif;
	padding: 9px 16px 7px;
	border-radius: 20px;
}

#primary-menu ul li.current-cat a,
#primary-menu ul li.current_page_item a,
#primary-menu ul li.current-menu-item a {

}

#primary-menu ul li.current-menu-item li a:hover,
#primary-menu ul a.active,
#primary-menu ul ul li.current-menu-item a,
#primary-menu ul a:hover {
	text-decoration: none;
	background: rgba(0,0,0,0.1);
}

#primary-menu ul li.current-menu-item li a:hover { background: none; }

#primary-menu ul li.current-cat li a,
#primary-menu ul li.current_page_item li a,
#primary-menu ul li.current-menu-item li a {
	background: none;
	box-shadow: none;
}

/* 2nd level skin */
#primary-menu ul ul {
    padding: 20px 0 0;
    text-transform: none;
    text-align: center;
    width: 200px;
    background: url(images/up-arrow.png) center 16px no-repeat;
}

#primary-menu ul ul li { background: #fff; }

#primary-menu ul ul li:first-child { padding-top: 15px; }

#primary-menu ul ul li:last-child {
	padding-bottom: 15px;
	border-bottom: 10px solid #ddd;
}

#primary-menu ul ul li a { background: none; }




#secondary-menu {
	width: 100%;
	background: #333;
	position: relative;
}

#secondary-menu ul {
    max-width: 940px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

#secondary-menu ul li {
    display: inline-block;
    margin: 0;
    z-index: 40;
}

#secondary-menu ul li:hover { visibility: inherit; }

#secondary-menu ul ul {
    position: absolute;
    top: -9999em;
    width: 100%;
    max-width: 100%;
}

#secondary-menu ul li:hover ul,
#secondary-menu ul li.sfHover ul {
    top: 50px;
    left: 0;
    z-index: 99;
}

#secondary-menu ul ul ul { display: none; }

/* top level skin */

#secondary-menu ul a {
	color: #999;
	font-weight: bold;
	font-size: 11px;
	line-height: 50px;
	padding: 0 18px;
	text-transform: uppercase;
	display: inline-block;
}

#secondary-menu ul a.parent:hover,
#secondary-menu ul a.parent.active { background: url(images/up-arrow.png) center bottom no-repeat; }

#secondary-menu ul li.current-menu-item a,
#secondary-menu ul li.current-menu-item a:hover,
#secondary-menu ul a.active,
#secondary-menu ul a:hover {
	text-decoration: none;
	color: #fff;
}

/* 2nd level skin */
#secondary-menu ul ul {
    padding: 16px 0;
    text-transform: none;
    text-align: center;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

#secondary-menu ul ul li { display: inline; }

#secondary-menu ul ul a,
#secondary-menu ul li.current-menu-item ul a,
#secondary-menu ul li.current-menu-item ul a:hover {
	color: #333;
	font-weight: bold;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
	padding: 0 10px;
	border-right: 1px dotted #ccc;
}

#secondary-menu ul ul li:last-child a { border: 0; }

#secondary-menu ul li.current-menu-item ul a:hover,
#secondary-menu ul ul a:hover { color: #9c0; }

.page-template-template-fullwidth-php #content,
.page-template-template-fullwidth-php .hentry,
.page-template-template-fullwidth-php #content,
.page-template-template-fullwidth-php .hentry { width: 100%; }


/*-----------------------------------------------------------------------------------*/
/*	Showcase Post Type Styles
/*-----------------------------------------------------------------------------------*/

.item .type-showcase .post-content p { margin: 0; }

.single.single-showcase #content .hentry {
    width: auto;
    float: none;
}

.tax-group #content,
.page.page-template-template-showcase-php #content {
    width: 100%;
    max-width: 100%;
}

.tax-group #main,
.page.page-template-template-showcase-php #main {
    width: 940px;
    max-width: 100%;
}

.tax-group #content .hentry,
.page.page-template-template-showcase-php #content .hentry {
	padding: 20px 20px 30px;
	overflow: visible;
}

.tax-group .item,
.tax-group .item .hentry,
.page.page-template-template-showcase-php .item,
.page.page-template-template-showcase-php .item .hentry { height: auto }

.tax-group .featured-image,
.page.page-template-template-showcase-php .featured-image { height: auto }

.single.single-showcase #content {
    width: 940px;
    max-width: 940px;
}

#related {
    width: 260px;
    float: right;
    padding: 7px 20px 20px;
	margin-top: 20px;
    background: #ddd;
    border: 1px solid #ccc;
    border-width: 1px 0;
}

#related h3 {
    background: #fff;
	font: normal 16px/1 'Merriweather', serif;
	text-transform: uppercase;
	padding: 14px 0 12px;
	margin: 0 -20px 20px;
}

#related ul {
    margin: 0;
    list-style: none;
}

#related .featured-image {
    margin-bottom: 20px;
    width: auto;
    overflow: hidden;
}

#related li:last-child .featured-image { margin-bottom: 0 }

.groups,
.groups a { color: #333; }

.groups h1 {
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 20px;
    background: url(images/quad.png) no-repeat center bottom;
}

.groups .inner { padding: 0 20px 40px }

#filter {
    list-style: none;
    margin: 0;
    padding: 12px 0;
}

#filter li {
    color: rgba(0,0,0,0.3);
    padding: 10px 18px 12px;
    line-height: 1;
    margin: 4px;
    display: inline-block;
    border-radius: 20px;
    background: #eee;
}

#filter li:hover,
#filter li.active {
	background: #333;
	color: rgba(255,255,255,0.6);
	cursor: pointer;
}

#filter li.active { background: #9c0; }

#filter li a {
    color: #333;
    font-weight: bold;
    display: inline-block;
    padding-right: 2px;
}

#filter li:hover a,
#filter li.active a { color: #fff; }


/*-----------------------------------------------------------------------------------*/
/*	Main Content Styles
/*-----------------------------------------------------------------------------------*/

.error404 .hentry {
    background: #fff;
    padding: 20px;
    float: none;
    margin: 0;
    width: auto !important;
    height: auto !important;
}

#hentry-wrap {
    float: left;
    width: 620px;
}

.page-template-default #content .hentry,
.page-template-template-fullwidth-php #content .hentry,
.single #content .hentry {
    padding: 7px 0;
    border: 0;
    background: #ddd;
    border: 1px solid #ccc;
    border-width: 1px 0;
    overflow: hidden;
}

.page-template-default #content .post-header,
.page-template-template-fullwidth-php #content .post-header,
.single #content .post-header {
    background: #fff;
    padding: 20px 30px 25px;
}

.post-header .meta-category {
	/* [disabled]text-transform: uppercase; */
	font-size: 11px;
	font-weight: bold;
}

.post-header .meta-published,
.post-header .meta-published a,
.post-header .meta-author,
.post-header .meta-author a {
	font: normal 11px/1 'Merriweather', serif;
	color: #999;
}

.post-header .post-title {
	font-weight: 600;
	font-size: 30px;
	line-height: 1.2;
	/* [disabled]text-transform: uppercase; */
	padding-bottom: 20px;
	margin-bottom: 10px;
	background: url(images/quad.png) no-repeat center bottom;
	position: relative;
}

.post-header span.icon {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 -10px -14px;
}

.post-header span.icon img {
	background: #fff;
	padding: 0 4px;
}

.page-template-default #content .post-content,
.page-template-template-fullwidth-php #content .post-content,
.single #content .post-content {
    background: #fff;
    text-align: left;
    font: normal 13px/1.8 'Merriweather', serif;
    padding: 25px 30px 20px;
    word-wrap: break-word;
    overflow: hidden;
}

.page-template-default #content .post-content,
.page-template-template-fullwidth-php #content .post-content { padding: 0 30px 20px; }

.page-template-default #content .post-content img,
.page-template-template-fullwidth-php #content .post-content img,
.single #content .post-content img { margin-bottom: 10px; }

.page-template-default #content .post-footer,
.single #content .post-footer {
    background: #ddd;
    padding: 14px 30px 8px;
    margin: 0;
}

.featured-image {
    position: relative;
    min-height: 100px;
    background: #fff url(images/camera-loader.gif) center center no-repeat;
}

.featured-image a,
.featured-image img {
    display: block;
    height: auto;
}

.home .featured-image div,
.blog .featured-image div,
.archive .featured-image div,
.search .featured-image div,
.tax-group .featured-image div,
.page-template-template-showcase-php .featured-image div,
#related .featured-image div {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
    background-color: rgba(0,0,0,0.3);
    background-image: url(images/bg-dark.png);
    display: none;
}

.featured-image div.da-animate {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.featured-image div .da-wrap {
    display: block;
    padding: 20px;
    margin-top: -50px;
    position: absolute;
    width: 260px;
    top: 50%;
    color: #ccc;
    background-color: rgba(0,0,0,0.3);
}

.featured-image .da-wrap a {
	display: inline;
	font-weight: bold;
}

.featured-image .da-wrap a:hover { color: #fff; }

.featured-image .da-wrap .title {
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
    padding-bottom: 10px;
    margin: 0 20px 10px;
    border-bottom: 1px dotted rgba(255,255,255,0.3);
    display: block;
}

/* Initial state classes: */

.da-slideFromTop {
    left: 0px;
    top: -100%;
}

.da-slideFromBottom {
    left: 0px;
    top: 100%;
}

.da-slideFromLeft {
    top: 0px;
    left: -100%;
}

.da-slideFromRight {
    top: 0px;
    left: 100%;
}

/* Final state classes: */

.da-slideTop { top: 0px }

.da-slideLeft { left: 0px }

img { height: auto }

/* pagination */

.pagination { padding: 20px 0 }

.pagination a,
.pagination span {
    display: block;
    float: left;
    margin: 0 3px 0 0;
    padding: 2px 10px;
    background: #fff;
    color: #999;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.pagination a { color: #000 }

.pagination .current { font-weight: bold }

.pagination .next,
.pagination .prev {
    width: auto;
    height: auto;
}

/* comments */

#comments {
    float: left;
    max-width: 620px;
    width: 620px;
    margin: 20px 0;
    padding: 7px 0;
    border: 0;
    background: #ddd;
    border: 1px solid #ccc;
    border-width: 1px 0;
}

#comments .inner {
	padding: 25px 30px 20px;
	text-align: left;
	background: #fff;
}

.page-template-template-fullwidth-php #comments {
	max-width: 960px;
	width: 960px;
}

.page-template-template-fullwidth-php #comments #respond {
	width: 900px;
	max-width: 900px;
}

#comments h3 {
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	line-height: 1.2;
	/* [disabled]text-transform: uppercase; */
	padding-bottom: 20px;
	margin-bottom: 30px;
	background: url(images/quad.png) no-repeat center bottom;
	position: relative;
}

#comments h3 span.icon {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 -10px -13px;
	background: #fff;
}

#comments h3 span.icon img {
	padding: 0 4px;
	opacity: .5;
}

#comments p {
    clear: both;
    margin-bottom: 15px;
}

#comments ol,
#comments ul,
#comments li {
    list-style: none;
    padding: 0;
}

.commentlist {
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
}

.commentlist .comment-author img.photo {
    float: left;
    margin-right: 10px;
}

.commentlist .comment-author {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.commentlist .comment-author cite { font-style: normal }

.commentlist .comment-meta {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #aaa;
}

.commentlist .comment-meta a { color: #aaa }

.commentlist .comment-meta a:hover { color: #9c0 }

.comment-reply-link { font-weight: normal }

.commentlist .comment-body {
    padding: 0;
    margin: 0 0 40px 0;
    line-height: 20px;
}

#comments .commentlist #respond { margin: 20px 0 40px 60px }

#comments .commentlist #commentform { margin-top: 20px }

#comments .commentlist li.comment { clear: both }

#comments .commentlist ul.children {
    padding-left: 50px;
    margin: 0;
}

#comments input,
#comments textarea,
#comments select {
    padding: 10px 5px;
    margin: 0 0 10px;
    width: 95%;
    border: none;
    background: #eee;
}

#comments input:focus,
#comments textarea:focus,
#comments select:focus { background: #ddd }

#comments #submit {
	font-weight: bold;
	/* [disabled]text-transform: uppercase; */
	color: #fff !important;
	padding: 10px 20px;
	margin: 0;
	width: 100%;
	background-color: #9c0;
}

#comments #submit:hover { background-image: url(images/bg-light.png); }

.input-wrap {
    float: right;
    width: 40%;
}

.textarea-wrap {
    float: left;
    width: 55%;
}

#comments label {
    margin: 0 0 5px 0;
    font-size: 12px;
    font-weight: bold;
    display: block;
}

#comments label span { color: #9c0; }

#comments .form-section {
    width: 33%;
    float: right;
}

#comments #form-section-comment {
    width: 65%;
    float: left;
}

#comments #form-section-comment textarea { height: 200px }

#comments .avatar {
    float: left;
    margin: 0 15px 0 0;
}

/* contact form */

.dt-contactform label {
    display: block;
    margin: 0 0 10px 0;
}

.dt-contactform input {
    width: 45%;
    margin: 0 0 20px 0;
}

.dt-contactform select { margin: 0 0 20px 0 }

.dt-contactform textarea {
    width: 98%;
    margin: 0 0 20px 0;
}

.dt-contactform .submit {
    width: auto;
    float: right;
    background: #fff;
    margin: 0;
}

.contact .alert { display: none }

.dt-video-embed { display: none }

.item {
    width: 300px;
    float: left;
    margin: 0 20px 20px 0;
    padding: 7px 0;
    background: #ddd;
    border: 1px solid #ccc;
    border-width: 1px 0;
}

.item .hentry {
    background: #fff;
    padding: 20px 20px 0;
}

.item .featured-image {
    position: relative;
    width: 300px;
    overflow: hidden;
    margin: -28px -20px 20px;
}

.item .post-content {
    text-shadow: none;
    font-size: 12px;
    font-family: 'Merriweather', serif;
    background: url(images/quad.png) no-repeat center 6px;
    padding-top: 30px;
    position: relative
}

.item .post-content span.icon {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -15px;
}

.item .post-content span.icon img {
	background: #fff;
	padding: 0 4px;
}

.item .format-gallery .post-content span.icon img { padding: 0 3px; }

.item .post-content p { margin-bottom: 15px }

.item .meta-category {
	/* [disabled]text-transform: uppercase; */
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding-bottom: 2px;
}

.item a.read-more {
    font-weight: bold;
    font-size: 12px;
}

.item .meta-category a:hover,
.item a.read-more:hover { color: #333 !important }

.item .post-title a,
.item .post-title {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	/* [disabled]text-transform: uppercase; */
	color: #333;
}

.item .post-title a:hover { color: #9c0; }

.post-footer {
    background: #ddd;
    margin: 20px -20px 0;
    padding: 14px 20px 8px;
    font-size: 11px;
    color: #999;
    overflow: hidden;
}

.post-footer .meta-published {
    float: left;
    padding-left: 26px;
    background: url(images/icon-date.png) no-repeat;
}

.post-footer .meta-comments {
    float: right;
    padding-right: 26px;
    background: url(images/icon-comment.png) right 1px no-repeat;
}

.search .item.none,
.search .item.none .hentry { height: auto; }

#cboxContent { overflow: visible !important }


/*-----------------------------------------------------------------------------------*/
/*	Homepage Styles
/*-----------------------------------------------------------------------------------*/

.featured {
    position: relative;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    border: 0;
}

.featured .hentry {
    padding: 0;
    background: transparent;
    height: auto;
    width: 100%;
}

.featured .featured-details {
	z-index: 80;
	max-width: 660px;
	height: 425px;
	margin: 0 auto;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	text-align: center;
	/* [disabled]text-transform: uppercase; */
	background-color: rgba(0,0,0,0.3);
	background-image: url(images/bg-dark.png);
	position: relative;
}

.featured .featured-details .inner {
	/*padding: 0 60px;*/
	padding: 0 170px;
	position: absolute;
	bottom: 90px;
}

.featured .featured-details .post-content {
    text-transform: none;
    color: #ccc;
    font-size: 14px;
    font-family: 'Merriweather', serif;
    background: url(images/quad-open.png) no-repeat center 6px;
    padding-top: 30px;
    position: relative;
}

.featured .featured-details .post-content.format- { background: url(images/quad.png) no-repeat center 6px; }

.featured .featured-details span.icon {
	position: absolute;
	top: 0;
	width: 100%;
}

@-moz-document url-prefix() {
	.featured .featured-details span.icon {
		margin: 0 0 0 -50%;
	}
}

.featured .featured-details span.icon img {
	background: transparent;
	padding: 0 4px;
}

.featured .featured-details .meta-category {
    font-size: 12px;
    font-weight: bold;
}

.featured .featured-details .meta-category a:hover { color: #fff }

.featured .post-title a {
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
}

.featured .featured-details a.read-more {
    font-weight: bold;
    font-size: 12px;
    color: #fff !important;
    padding: 10px 20px;
    display: inline-block;
    background: #9c0 url(images/bg-light.png);
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.featured .featured-details a.read-more:hover {
    text-shadow: 0 1px 1px rgba(255,255,255,0.3);
    color: #333 !important;
}

.featured .camera_target { z-index: 4 !important }

.featured #slides:hover .camera_prev,
.featured #slides:hover .camera_next,
.featured #slides:hover .camera_commands { opacity: 1 !important }

.featured .camera_prev,
.featured .camera_next,
.featured .camera_commands {
    z-index: 5;
    background: #eee url(images/bg-light.png);
}

.featured .camera_prev:hover,
.featured .camera_next:hover,
.featured .camera_commands:hover { background-color: #9c0 }

.featured .camera_pag { margin-top: -60px }

.featured .camera_wrap .camera_pag .camera_pag_ul li > span { display: none }

.featured .camera_wrap .camera_pag .camera_pag_ul li {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: .3;
}

.featured .camera_wrap .camera_pag .camera_pag_ul li:hover,
.featured .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent { opacity: 1 }

.featured .camera_pag_ul { text-align: center !important }

.featured .camera_pie canvas {
    top: 10px !important;
    right: 10px !important;
}

.featured #slides { margin-bottom: 0 !important }

#home-intro {
	margin-bottom: 30px;
	margin-right: 20px;
	padding: 20px 60px;
	background: #fff;
	color: #999;
	font-size: 14px;
}

#home-intro span {
	font-family: 'Merriweather', serif;
	color: #333;
}

#single-slides .slides_container {
    overflow: hidden;
    display: none;
}

#single-slides .slides_control { opacity: 0 }

#single-slides .slides_container div,
#single-slides .slides_container img { display: block; }


.ie8 .single-showcase #single-slides .slides_container div,
.ie8 .single-showcase #single-slides .slides_container img { width: 940px; }

.ie8 #single-slides .slides_container div,
.ie8 #single-slides .slides_container img { width: 620px; }

#content .featured-image.image img { height: auto !important }

.featured .featured-image {
    width: 100%;
    height: 400px;
    margin: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
}

#slide-controls {
	position: absolute;
	top: 50%;
    margin-top: -20px;
    width: 100%;
    height: 40px;
    opacity: .3;
}

.featured-image:hover #slide-controls { opacity: 1; }

#slide-controls a {
	background: #fff url(images/camera_skins.png) no-repeat;
	display: block;
	width: 40px;
	height: 40px;
	float: left;
    text-indent: -9999em;
}

#slide-controls a.next {
	float: right;
	background: #fff url(images/camera_skins.png) no-repeat -40px 0;
}

#slide-controls a:hover { background-color: #9c0; }

.search .item,
.search .item .type-showcase { height: auto }

.search .item.archive-title-item { height: 390px }

.search .type-showcase .meta-category { display: none }

.search .item .type-page .featured-image { display: none }

.search .item .type-page { height: auto }

.search .type-page .meta-category { display: none }

#load-more {
	width: 940px;
    height: auto;
    padding: 0;
    margin: 0;
    border-width: 0 0 1px;
    text-align: center;
    line-height: 1.4;
    background: #fff;
}

.sidebar-on #load-more { width: 620px; }
	
#load-more:hover {
	background: #9c0 url(images/bg-light.png);
	border-color: #333;
	cursor: pointer;
}

#load-more.disabled:hover {
	background-color: #fff !important;
	border-color: #ccc !important;
}

#load-more.disabled,
#load-more.disabled a,
#load-more.disabled:hover .count-text {
	cursor: default;
	color: #ccc !important;
}

#load-more.disabled a:hover,
#load-more a { position: relative }

#load-more-link {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 16px;
}

#load-more .load-more-text {
    font-size: 22px;
    color: #333;
}

#load-more.disabled a .load-more-text { display: none }

#load-more:hover .load-more-text,
#load-more:hover .count-text { color: #fff }

#loader {
    background: #fff url(images/camera-loader.gif) no-repeat center center;
    padding: 4px;
    margin: 4px auto;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    display: none;
}

.hidden { display: none }

#archive-title {
	padding: 7px 0;
	margin: 0 20px 40px 0;
    background: #ddd;
    border: 1px solid #ccc;
    border-width: 1px 0;
}

#archive-title .inner {
	background: #fff;
	padding: 14px 80px 10px;
}

#archive-title #page-title {
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 18px;
    margin-bottom: 16px;
    background: url(images/quad.png) no-repeat center bottom;
    position: relative;
}

#archive-title span.icon {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 -16px -14px;
}

.search #archive-title span.icon { margin: 0 0 -14px -14px; }

.search #archive-title .search-wrap { padding: 6px 0 14px; }

.search #archive-title .search-wrap input { width: 60% !important; }

#archive-title span.icon img {
	background: #fff;
	padding: 0 4px;
}

#archive-title .cat-desc { font-family: 'Merriweather', serif; }

#archive-title .cat-desc p { margin-bottom: 16px; }

/**** Isotope Filtering ****/

.isotope-item { z-index: 2 }

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
}

/* disable CSS transitions for containers with infinite scrolling*/

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}


/*---------------------------------------------------------------------------*/
/*  Widget Styles
/*---------------------------------------------------------------------------*/

.widget ul {
    margin: 0;
    list-style: none;
}

.widget li {
    padding-bottom: 10px;
    list-style: none;
}

.widget ul ul { margin-left: 20px; }

#sidebar .widget {
	padding: 7px 20px;
	margin-bottom: 20px;
    background: #ddd;
    border: 1px solid #ccc;
    border-width: 1px 0;
}

#sidebar .widget-inside { padding-bottom: 20px; }

#sidebar .widget-title {
	background: #fff;
	font: normal 16px/1 'Merriweather', serif;
	text-transform: uppercase;
	padding: 14px 20px 12px;
	margin: 0 -20px 20px;
}

#sidebar a {
	color: #333;
	font-size:larger;
	/* [disabled]font-weight: bold; */
}

#sidebar a:hover { color: #9c0; }

#wp-calendar,
#wp-calendar th { text-align: center }

.search-wrap input,
.DT_Search input {
    background: #eee;
    outline: none;
    padding: 5px 16px;
    width: 220px !important;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    color: #aaa;
}

.search-wrap input:focus,
.DT_Search input:focus { color: #333; }

.tagcloud a {
    font-size: 12px !important;
    background: #fff;
    padding: 2px 10px 3px;
    margin: 0 0 3px;
    display: inline-block;
}

.widget .tagcloud a:hover {
	color: #fff !important;
	background: #9c0 url(images/bg-light.png);
}

.DT_Search .submit {
    width: 58px;
    float: right;
    background: #fff;
    display: none;
}

.about-me-image {
    float: left;
    margin: 0 15px 0 0;
}

.about-me-link { display: block }

.DT_Recent_Comments li {
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #eee;
}

.DT_Recent_Comments li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.DT_Recent_Comments img {
    float: left;
    margin: 0 15px 0 0;
}

.DT_Recent_Comments .author { font-weight: bold }

.DT_Recent_Comments .entry-byline {
    display: block;
    font-size: 11px;
    margin: 13px 0 0 0;
}

.DT_Get_Posts li,
.DT_Related_Posts li {
    list-style: none;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}

.DT_Get_Posts img,
.DT_Related_Posts img {
    float: left;
    margin: 4px 15px 10px 0;
    border: 5px solid #2c2c2c;
}

.DT_Get_Posts img:hover,
.DT_Related_Posts img:hover { border: 5px solid #0e0e0e }

.DT_Get_Posts .post-title,
.DT_Related_Posts .post-title {
    font-size: 13px;
    margin: 0 0 5px 0;
}

.DT_Get_Posts .meta-author,
.DT_Get_Posts .post-footer { display: none }

.DT_Get_Posts .post-header {
    min-height: 30px;
    padding: 0;
    margin: 0;
}

.DT_Get_Posts p {
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}

.DT_Twitter li {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

.DT_Twitter li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

#sidebar .DT_Twitter span a {
    display: inline;
    color: #333;
    font-size: 12px !important;
    text-transform: none;
}

#sidebar .DT_Twitter a {
    display: block;
    margin-top: 5px;
    color: #aaa;
    text-transform: uppercase;
}

#sidebar .DT_Twitter .visit-wrap a {
    margin: 20px 0 0;
    text-transform: none;
    color: #333;
}

#sidebar .DT_Twitter a:hover { color: #9c0; }

.DT_Subscribe_Follow li,
.DT_Social li { list-style: none }

.widget li.delicious a { background: url(engine/images/icons/delicious-24.png) no-repeat }

.widget li.digg a { background: url(engine/images/icons/digg-24.png) no-repeat }

.widget li.email a { background: url(engine/images/icons/email-24.png) no-repeat }

.widget li.facebook a { background: url(engine/images/icons/facebook-24.png) no-repeat }

.widget li.google-buzz a { background: url(engine/images/icons/google-buzz-24.png) no-repeat }

.widget li.rss a { background: url(engine/images/icons/rss-24.png) no-repeat }

.widget li.stumbleupon a { background: url(engine/images/icons/stumbleupon-24.png) no-repeat }

.widget li.twitter a { background: url(engine/images/icons/twitter-24.png) no-repeat }

.DT_Social li,
.DT_Subscribe_Follow li { margin-bottom: 10px }

.DT_Social li a,
.DT_Subscribe_Follow li a {
    display: inline-block;
    line-height: 24px;
    font-size: 16px;
}

ul.icons-text li a { padding-left: 34px }

ul.text-only li a { background: none !important }

ul.icons-only li {
    width: 24px;
    float: left;
    margin-right: 10px;
}

ul.icons-only li a {
    width: 24px;
    height: 24px;
}

ul.icons-only li a:hover { text-decoration: none }

ul.icons-only .text { visibility: hidden }

.DT_Flickr .flickr_badge_image {
    margin: 10px;
    display: inline-block;
}

.DT_Flickr .flickr_badge_image img {
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    display: block;
}

.DT_Flickr .flickr_badge_image img:hover {
	background: #9c0 url(images/bg-light.png);
	border-color: #aaa;
}


/*---------------------------------------------------------------------------*/
/*  Footer Styles
/*---------------------------------------------------------------------------*/

#footer {
	background: #333;
	color: #aaa;
	font-size: 11px;
}

#footer-menu {
    text-transform: uppercase;
    max-width: 940px;
    margin: 0 auto;
    padding: 22px 0 20px;
}

#footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer-menu ul a {
    display: block;
    position: relative;
}

#footer-menu ul li { display: inline-block }

#footer-menu ul li:hover { visibility: inherit }

#footer-menu ul a {
    color: #999;
	font-weight: bold;
	line-height: 1;
	padding: 0 16px;
	text-transform: uppercase;
}

#footer-menu ul li.current-cat a,
#footer-menu ul li.current_page_item a,
#footer-menu ul li.current-menu-item a,
#footer-menu ul a.active,
#footer-menu ul a:hover {
    text-decoration: none;
    color: #fff;
}

#credits {
    margin: 0;
    padding: 20px 0 25px;
    color: #555;
    background: url(images/bg-dark.png);
}

#credits p {
    margin: 0 auto;
}

#credits a { color: #555; }

#credits a:hover { color: #fff }

.tabs.clearfix { display: none }

.item.none {
    float: none;
    width: 100%;
    margin: 0;
}

.sticky {}
.bypostauthor{}