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

    Theme Name: Avett
    Theme URI: http://designerthemes.com/themes/avett/
    Description: A smart, elegent blog and portfolio theme
    Version: 2.1

    Designer: Joe Mercieri
    Designer URI: http://upended.com/
    
    Developer: Stephen Bluck
    Developer URI: http://stephenbluck.com/

    Author: DesignerThemes.com
    Author URI: http://designerthemes.com/

    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

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

==  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.

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


/* Additional Stylesheets */
@import url('engine/css/default.css');
@import url('engine/css/extras.css');
@import url('skins.css');


/*---------------------------------------------------------------------------*/
/*  GLOBAL */
/*---------------------------------------------------------------------------*/

body { font: normal 14px/1.4 'Ovo', Georgia, serif; }

a {
	-moz-transition: all 0.1s linear; 
	-webkit-transition: all 0.1s linear; 
	-o-transition: all 0.1s linear; 
	transition: all 0.1s linear;
}

.article-list .post-title a,
a { border-bottom: 1px solid #ddd; }

a:hover { text-decoration: none; }

a:visited { opacity: 1; }

h2 {
	margin-bottom: 16px;
	line-height: 1.6em;
}

pre { overflow-x: scroll; }

.button { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.gallery-item a { border: 0; }

.gallery-item img {
	vertical-align: bottom;
	border: none !important;
}

#fancybox-close { border: 0; }


/*---------------------------------------------------------------------------*/
/*  LAYOUT  */
/*---------------------------------------------------------------------------*/

#sidebg {
	height: 100%;
	width: 250px;
	position: absolute;
	top: 0;
	left: 0;
	background: #e8ebed;
	z-index: 10;
}

.centered #sidebg {
	width: 50%;
	margin-left: -255px;
}

#wrapper { 
	min-height: 100%;
	min-width: 1010px;
	width: 100%;
	position: relative;
	z-index: 20;
}

.ie6 #wrapper,
.ie8 #wrapper {
    display: table;
    height: 100%;
}

#page {
	width: 100%;
	overflow: hidden;
    padding-bottom: 80px; /* must be same height as the #bottom */
}

#main { width: auto;}

#content {
    float: right;
    width: 680px;
    padding: 40px;
    padding-right: 0;
}

.centered #container { margin: 0 auto; }

#container {
	width: 930px;
	padding: 0 40px;
}

.page-template-default #sidebar,
#sidebar {
    float: left;
    width: 170px;
    position: relative;
    z-index: 20;
	margin: 40px 40px 0 0;
}

#content #sidebar {
	padding: 20px;
	margin: 0 0 0 40px;
	width: 150px;
}

#bottom {
    margin: 30px 0 0 0;
    position: relative;
    margin-top: -80px; /* negative value of footer height */
    height: 80px;
    clear: both;
    z-index: 100;
}

#page-title-bg {
	position: relative;
	width: 100%;
	min-width: 960px;
	z-index: 20;
}

.page-title-inner {
	padding: 40px;
	position: relative;
	margin: 0 0 0 250px;
	width: 680px;
}

.page-title {
	font: normal normal 48px/1 'Rokkitt', Arial, sans-serif;
	letter-spacing: .05em;
	text-transform: uppercase;
	margin: 0;
}

.page-description {
	font-size: 18px;
	color: #838E92;
	padding-bottom: 20px;
	margin-bottom: -20px;
}

.centered .page-title-inner {
	margin: 0 0 0 50%;
	left: -255px;
}

.page-title-inner .cross {
	position: absolute;
	width: 5000px;
	height: 100%;
	top: 0;
	left: -5000px;
}


/*---------------------------------------------------------------------------*/
/*  HEADER  */
/*---------------------------------------------------------------------------*/

.centered #header { 
	margin-right: auto; 
	margin-left: auto;
}

#header { 
	margin: 40px 0;
	width: 930px;
	padding: 0 40px;
	position: relative;
	z-index: 50;
}

#logo { 
	float: left;
	width: 170px;
	margin: 0 40px 0 0;
}

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

#site-title { 
	font: 24px/1 'Rokkitt', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#site-title a {
	-moz-transition: opacity 0.1s linear; 
	-webkit-transition: opacity 0.1s linear; 
	-o-transition: opacity 0.1s linear; 
	transition: opacity 0.1s linear;
}

#site-title a:hover { background: none; }

body:not(.home) #site-title a:hover {
	margin-left: -20px;
	padding-left: 20px;
	background: url(images/home.png) no-repeat 0 5px;
}

#site-description {
	font-size: 12px;
	color: #838E92;
}

#mobile-menu { margin: 0 40px; }

#primary-menu {
    height: 35px;
    margin: 0 0 0 30px;
    float: left;
}

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

#primary-menu ul a,
#mobile-menu ul a {
    display: block;
    position: relative;
}

#primary-menu ul li {
    float: left;
    position: relative;
    z-index: 40;
}

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

#primary-menu ul ul {
    position: absolute;
    top: -9999em;
    width: 180px;
}

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

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

#primary-menu ul li:hover li ul,
#primary-menu ul li.sfHover li ul,
#primary-menu ul li li:hover li ul,
#primary-menu ul li li.sfHover li ul,
#primary-menu ul li li li:hover li ul,
#primary-menu ul li li li.sfHover li ul { top: -9999em; }

#primary-menu ul li li:hover ul,
#primary-menu ul li li.sfHover ul,
#primary-menu ul li li li:hover ul,
#primary-menu ul li li li.sfHover ul,
#primary-menu ul li li li li:hover ul,
#primary-menu ul li li li li.sfHover ul {
    left: 180px;
    top: -1px;
}

#primary-menu li.menu-item-ancestor a::after { content: " +"; }

#primary-menu li.menu-item-ancestor li a::after { content: ""; }

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

#social-menu a,
#primary-menu ul a,
#mobile-menu ul a {
    height: 35px;
    text-transform: uppercase;
    display: block;
	font: 16px 'Rokkitt', Arial, sans-serif;
	text-decoration: none;
}

#mobile-menu ul a {
	height: auto;
	padding: 8px 10px 4px;
}

#mobile-menu ul li:first-child a { border-top: 1px solid #DDD; }

#mobile-menu { margin-bottom: 20px; }

/* 2nd level skin */
#primary-menu ul ul {
    height: auto;
	margin: 3px 0 0 -13px;
	padding: 10px 15px;
	width: 170px;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.95);
	-moz-box-shadow: 0 1px 1px #c3c9cd;
	-webkit-box-shadow: 0 1px 1px #c3c9cd;
	box-shadow: 0 2px 2px #c3c9cd;
}

.ie8 #primary-menu ul ul { border: 1px solid #ddd; }

#primary-menu ul ul li {
    border-right: 0;
    margin: 0;
    padding: 0;
    float: none;
    background: none;
}

#primary-menu ul ul li a {
    border-top-width: 0;
    height: auto;
	position: relative;
	width: 170px;
	line-height: 1.5em;
	text-transform: none;
	margin: 0;
}

#social-menu {
	float: right;
	list-style: none;
}

#social-menu a { 
	text-transform: none;
	display: inline;
}

#social-menu li {
	margin: 0 10px;
	float: left;
}

#social-menu li.twitter a {
	padding: 0 0 0 20px;
	display: block;
	height: 15px;
	background: url(images/icon-twitter.png) no-repeat left center;
}

#social-menu li.rss a {
	padding: 0 0 0 20px;
	display: block;
	height: 15px;
	background: url(images/icon-rss.png) no-repeat left center;
}

#social-menu li:last-child { margin-right: 0; }


/*---------------------------------------------------------------------------*/
/*  HOME  */
/*---------------------------------------------------------------------------*/

#recent-posts {
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.article-latest {
	width: 320px;
	float: left;
}

.article-latest .hentry {
	margin: 0;
	padding: 0;
	border: 0;
}

.article-latest .post-title { margin-bottom: 10px; }

.article-latest .post-title a {
	font-size: 24px;
	border: none;
}

.article-list {
	width: 320px;
	float: right;
}

.article-list ul { margin: 0; }

.article-list li {
	padding: 0;
	margin: 0 0 15px 0;
	list-style: none;
	border: none;
}

.article-list li:last-child { margin-bottom: 0; }

.article-list .post-title { font-size: 16px; }

.slides_container { width: 320px; }

.slides_container .post {
    width: 320px !important;
    display: block;
}

.slides_control { min-height: 450px; }

.article-latest .pagination {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}

#portfolio-posts { margin-bottom: 40px; }

#portfolio-posts ul {
	margin: 0;
	list-style: none;
	width: 720px;
}

#portfolio-posts li.hentry {
	float: left;
	width: 140px;
	height: 105px;
	margin: 0 40px 40px 0;
	padding: 0;
	border: none;
	position: relative;
}

#portfolio-posts .featured-image { margin: 0; }

#portfolio-posts .featured-image img {
	max-width: 100%;
	max-height: 100%;
}

#portfolio-posts .post-title {
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}

#portfolio-posts .post-title a {
	display: table-cell;   
	vertical-align: middle; 
	padding: 0 10px;
	font-size: 14px;
	text-align: center;
	height: 105px;
	width: 140px;
	opacity: 0;
	filter: alpha(opacity=0);
}

#portfolio-posts .post-title a:hover { 
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#home-widgets { margin-bottom: -20px; }

.home-widget-left {
	width: 320px;
	float: left;
}

.home-widget-right {
	width: 320px;
	float: right;
}


/*---------------------------------------------------------------------------*/
/*  PORTFOLIO SINGLE  */
/*---------------------------------------------------------------------------*/

#portfolio-images ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#portfolio-images li { margin: 0 0 5px 0; }

#portfolio-images img {
	display: block;
	margin: 0 auto 10px;
	width: 100%;
	height: auto;
}

.single-nav {
	margin: 0 0 40px 0;
	font-size: 12px;
	text-transform: uppercase;
	text-indent: -9999px;
	position: relative;
}

.single-nav .tooltip {
	width: 110px;
	position: absolute;
	left: 0;
	bottom: 40px;
	padding: 15px;
	display: none;
}

.single-nav .tooltip .featured-image {
	margin: -15px 0 15px -15px;
	width: 140px;
}

.single-nav .tooltip .post-title {
	text-transform: none;
	margin: 0;
}

.single-nav .tooltip .post-title a {
	border: none;
	background-image: none !important;
}

.single-nav .tooltip a {
	text-indent: 0;
	float: none;
	opacity: 1;
	filter: alpha(opacity = 100);
	width: auto;
	height: auto;
	background: none;
	display: block;
}

.single-nav .tooltip a:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.single-nav a {
	display: block;
	float: left;
	width: 10px;
	height: 16px;
	margin-right: 10px;
	background-image: url(images/nav-arrows.png) !important;
	opacity: 0.2;
	filter: alpha(opacity = 20);
	-moz-transition: opacity 0.1s linear; 
	-webkit-transition: opacity 0.1s linear; 
	-o-transition: opacity 0.1s linear; 
	transition: opacity 0.1s linear;
}

.single-nav a:hover {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.single-nav .next a { background-position: top right !important; }

.single-nav .prev a { background-position: top left; }

.single-nav .back a {
	display: block;
	width: 16px;
	height: 16px;
	background: url(images/nav-back.png) !important;
}

.single-portfolio .post-content { margin-top: 35px; }

.archive.tax-group .hentry { min-height: 0; }


/*---------------------------------------------------------------------------*/
/*  MAIN  */
/*---------------------------------------------------------------------------*/

.post-navigation,
.post-wrap,
.single .hentry,
.page .hentry {
	width: 440px;
	float: left;
}

.no-sidebar .post-navigation,
.no-sidebar .post-wrap,
.no-sidebar.single .hentry,
.no-sidebar.page .hentry,
.page.page-template-template-home-php .hentry {
	width: auto;
	float: none;
}

#mobile-menu { display: none; }

.hentry {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 30;
}

.blog .hentry,
.archive .hentry,
.search .hentry { min-height: 160px; }

.single .hentry {
	padding: 0;
	border: 0;
}

.post-header { 
	position: absolute;
	left: -250px;
	top: 0;
	width: 170px;
}

.post-header a { border-bottom: none;  }

.meta-info {
	padding: 20px;
	font-size: 12px;
}

.meta-info span { display: block; }

.meta-info span:first-child {
	margin-top: 0;
	border: none;
	padding: 0;
}

.meta-info .header {
	font-family: 'Rokkitt', Arial, sans-serif;
	text-transform: uppercase;
	color: #485358;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #DADEE1;
}

.post-header .featured-image {
	height: 65px;
	overflow: visible;
	margin-bottom: 64px;
	margin-right: -40px;
	padding-right: 40px;
}

.featured-image { margin: 0 0 10px 0; }

.featured-image a { border: none; }

.featured-image a img {
	opacity: 1;
	-moz-transition: all 0.2s linear; 
	-webkit-transition: all 0.2s linear; 
	-o-transition: all 0.2s linear; 
	transition: all 0.2s linear;
}

.featured-image a:hover img {
	-moz-transition: all 0.2s linear; 
	-webkit-transition: all 0.2s linear; 
	-o-transition: all 0.2s linear; 
	transition: all 0.2s linear;
	opacity: 0.8;
}

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

/* pagination */
.post-navigation {
	float: none;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #E4E7EA;
}

.pagination a,
.pagination span {
    display: block;
    float: left;
    margin: 0 6px 0 0;
    padding: 6px 10px 5px;
    text-align: center;
    font: 18px/1 'Rokkitt', Arial, sans-serif;
}

/* breadcrumbs */
.breadcrumbs { margin-bottom: 20px; }

/* comments */
#comments,
#respond { padding: 10px 0; }

#comments h3 {
	margin-bottom: 40px;
	padding-top: 10px;
	font: 16px 'Rokkitt', Arial, sans-serif;
	text-transform: uppercase;
}

#comments p { clear: both; }

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

.hentry .commentlist {
	margin: 0 0 -20px 0;
	padding: 0;
}

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

.commentlist .comment-author {
    font-size: 14px;
    font-weight: bold;
}

.commentlist .comment-author a { border: 0; }

.commentlist .comment-author cite { 
	font: normal 16px 'Rokkitt', Arial, sans-serif;
	text-transform: uppercase;
}

.commentlist .comment-meta {
	font-size: 11px;
	margin-bottom: 20px;
}

.commentlist .comment-meta a { border: none; }

.dt-contactform .submit,
#submit,
#comments #submit,
.comment-reply-link {
	background-color: #485358;
	border: 0;
	color: white;
	cursor: pointer;
	font: normal 12px/1.4 'Ovo', Georgia, serif;
	padding: 6px 10px 5px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
	-moz-transition: all 0.1s linear; 
	-webkit-transition: all 0.1s linear; 
	-o-transition: all 0.1s linear; 
	transition: all 0.1s linear;
}

.commentlist .comment-body { padding-bottom: 20px; }

.commentlist p,
.commentlist .reply { padding-left: 50px; }

#comments #respond p { padding: 0; }

#comments .commentlist #respond { margin: 0 0 40px 50px; }

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

#comments .commentlist .comment:first-child {
	border: 0;
	padding: 0;
}

#comments .commentlist li.comment {
    padding: 40px 0;
    clear: both;
}

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

#comments .commentlist ul.children li.comment { padding: 40px 0 20px 0; }

#comments input { 
	margin-right: 10px;
	width: 45%;
	padding: 5px;
	margin: 0 10px 10px 0;
}

#comments textarea { 
	margin-right: 10px;
	padding: 5px;
    width: 97%;
    resize: vertical;
}

.says { display: none; }

/* 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: 97%;
    resize: vertical;
    margin-bottom: 20px;
}

.contact .alert { display: none; }


/*---------------------------------------------------------------------------*/
/*  WIDGETS  */
/*---------------------------------------------------------------------------*/

.widget { margin: 0 0 40px 0; }

.widget-title {
    font: normal normal 14px/1 'Rokkitt', Arial, sans-serif;
	margin-bottom: 20px;
	letter-spacing: .05em;
	text-transform: uppercase;
}

#sidebar .widget:last-child { margin-bottom: 0; }

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

.widget ul.children { margin: 10px 0 0 0; }

.widget li { margin-bottom: 10px; }

.widget ul ul { margin: 0 0 0 20px; }

/* Calendar */
#wp-calendar,
#wp-calendar th { text-align: center; }

/* search */
.widget .s { 
	width: 100%;
	font-size: 12px;
	color: #838E92;
	padding: 5px;
	border: 1px solid #DADEE1;
	font-family: sans-serif;
}

/* tagcloud */
.tagcloud a { font-size: 12px !important; }

/* DT_Search */
.DT_Search .submit {
    width: 58px;
    float: right;
    background: #fff;
}

/* DT_About_Me */
.about-me-image {
    float: left;
    margin: 0 15px 0 0;
}
.DT_About_Me .bio { padding: 0 0 0 60px; }

/* DT_Recent_Comments */
.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, DT_Related_Posts */
.DT_Get_Posts li,
.DT_Related_Posts li {
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #eee;
}
.DT_Get_Posts img,
.DT_Related_Posts img {
    float: left;
    margin: 0 15px 0 0;
}
.DT_Get_Posts .post-title,
.DT_Related_Posts .post-title {
    font-size: 13px;
    margin: 0;
}

/* DT_Twitter */
.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;
}

.visit-wrap {
	margin: 10px 0 0 0;
	font-size: 12px;
	text-align: right;
}

/* DT_Social, DT_Subscribe_Follow */
.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 }


/*---------------------------------------------------------------------------*/
/*  FOOTER  */
/*---------------------------------------------------------------------------*/

#footer {
    left: 130px;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    width: 720px;
    margin: 0 0 0 120px;	
}

.centered #footer { 
	margin: 0 auto;	
	left: 105px;
	 
}

#site-info {
	margin: 0 0 0 40px;
	padding: 20px 0 0 0;
}

#footer p { margin: 0; }


/*---------------------------------------------------------------------------*/
/*  Media Queries
/*---------------------------------------------------------------------------*/

/* for 980px or less - Tablets */
@media screen and (max-width: 980px) {

	

}

/* for 680px or less - Mobiles */
@media screen and (max-width: 680px) {

	

}
