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

    Theme Name: Prolio
    Theme URI: http://designerthemes.com/themes/prolio/
    Description: A Powerful Professional Portfolio Wordpress Theme
    Version: 2.4.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.

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


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


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

body {
	background: #babb81;
	font: 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.layout-fullwidth { background: #444; }

a:hover { text-decoration: none; }

h1 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 20px 0;
}

ol,
ul { list-style: none; }

.hidden { display: none; }

.widget .s,
input,
textarea,
button {
	background: #fff;
	color: #333;
	border: 1px solid #eee;
	border-bottom-width: 5px;
}

input,
textarea { padding: 5px; }

button { padding: 3px 10px; }

.widget .s:focus,
input:focus,
textarea:focus,
button:hover {
	border: 1px solid #ddd;
	border-bottom-width: 5px;
}

input.s { border: 1px solid #eee; }

#submit {
	cursor: pointer;
	padding: 3px 10px;
	background: #333;
	color: #fff;
}

button#submit { padding: 7px 10px; }

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

pre { overflow: scroll; }


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

#header {
	background: #fff;
	border-bottom: 5px solid #ddd;
	border-top: 10px solid #333;
}

#header-bottom { padding: 35px 20px; }

.layout-fullwidth #header-bottom { padding: 40px 20px 20px 20px; }

#logo { float: left; }

#site-title { margin: 0; }

#site-title a {
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	color: #333;
}

#site-title a:hover { text-decoration: none; }

#site-description {
	font-size: 12px;
	margin: 0;
	color: #999;
}

#primary-menu {
	float: right;
	margin: 10px 0 0 0;
}

#primary-menu select { display: none; }

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

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

#primary-menu ul li {
	display: inline;
	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: -4px;
	top: 30px;
	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;
}

/* top level skin */
#primary-menu ul li.current-menu-item li a,
#primary-menu ul a {
	padding: 0 15px;
	color: #666;
	font-size: 14px;
}

#primary-menu ul li:after {
	content: '//';
	color: #ccc;
}

#primary-menu ul li:last-child:after { content: ''; }

#primary-menu ul li:last-child a { margin-right: 0; }

#primary-menu ul a:hover,
#primary-menu ul li.sfHover a,
#primary-menu ul li.current-cat a,
#primary-menu ul li.current_page_item a,
#primary-menu ul li.current-menu-item a { text-decoration: none; }

/* 2nd level skin */
#primary-menu ul ul {
	padding: 10px 0;
	background: #333;
	border-right: 1px solid #2a2a2a;
	display: block;
}

/* 3rd level skin */
#primary-menu ul ul ul { margin: -10px 0 0 5px; }

#primary-menu ul ul li {
	float: none;
	display: block;
	background: none;
}

#primary-menu ul ul li:after { content: ''; }

#primary-menu ul li.menu-item-ancestor li:last-child a,
#primary-menu ul ul li:last-child a { border: none; }

#primary-menu ul li.menu-item-ancestor li a,
#primary-menu ul ul li a {
	font-size: 12px;
	margin: 0 15px;
	padding: 7px 0;
	display: block;
	border-bottom: 1px solid #555;
	background: none;
	color: #ccc;
}

#primary-menu li.menu-item-ancestor a {
	background: url(images/drop-arrow.png) right center no-repeat;
	padding-right: 20px;
	margin-right: 10px;
}

#primary-menu ul li.sfHover ul a:hover { color: #fff; }


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

#container {
	width: 980px;
	margin: 50px auto;
}

.layout-fullwidth .inner {
	width: 980px;
	margin: 0 auto;
}

.inner-padding {
	padding: 0 20px;
	position: relative;
}

.layout-fullwidth #container {
	width: auto;
	margin-top: 0;
}

#main {
	float: left;
	width: 620px;
	margin: 0;
	position: relative;
}

.page-template-template-full-width-php #main,
.tax-portfolio-type #main,
.page-template-template-portfolio-php #main { width: auto; }

.tax-portfolio-type .featured-image,
.page-template-template-portfolio-php .featured-image { margin: 0; }

.layout-fullwidth #main,
.layout-fullwidth #sidebar { margin: 10px 0 30px; }

.layout-fullwidth.page-template-template-home-php #main,
.layout-fullwidth.page-template-template-portfolio-php #main,
.tax-portfolio-type #main,
.layout-fullwidth.page-template-template-full-width-php #main { margin: 0; }

#content {
	padding: 20px 0;
	border-bottom: 10px solid #333;
	background: #fff url(images/main-bg.gif) repeat-y center;
}

.layout-fullwidth #content { border: 0; }

#page-caption {
	background: #333;
	padding: 20px 0;
	border-bottom: 5px solid #ddd;
	color: #999;
}

#page-caption-text p { margin: 0; }

#page-caption .post-meta { margin: 15px 0 0 0; }

#page-caption .post-meta a { color: #fff; }

#page-caption p:last-child { margin: 0; }

#page-title {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}

#page-caption-text { margin: 10px 0 0 0;}

.slides_container {
	width: 980px;
	height: 500px;
	overflow: hidden;
}

.layout-fullwidth #slides {
	background: #848a20;
	padding: 30px 0;
}

#slides .hentry {
	position: relative;
	width: 980px;
	margin: 0;
	border: none;
	padding: 0;
}

#slides.hide-slides .hentry { display: none; }

#slides .post-content {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 20;
	padding: 20px 20px 25px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 24px;
	font-style: italic;
	line-height: 36px;
	max-width: 700px;
	overflow: visible;
}

#slides .post-content a { border: none; }

#slides .post-content p:last-child { margin: 0; }

#slides .featured-image {
	position: relative;
	z-index: 10;
	margin: 0;
}

#slides a.next,
#slides a.prev {
	position: absolute;
	width: 45px;
	height: 45px;
	display: block;
	right: 0;
	top: -45px;
	text-indent: -9999px;
}

#slides a.prev { right: 45px; }

#slides a.next span,
#slides a.prev span {
	background-image: url(images/slide-arrow-left.png);
	background-position: top left;
	width: 6px;
	height: 11px;
	margin: 17px 0 0 20px;
	display: block;
	text-indent: -9999px;
}

#slides a.next span { background-image: url(images/slide-arrow-right.png); }

#services {
	background: #434343;
	padding: 30px 0 0;
}

#services p { margin-bottom: 15px; }

#services a {
	color: #fff;
	padding-right: 15px;
	background: url(images/read-more.png) no-repeat center right;
}

#services .col {
	float: left;
	width: 220px;
	margin: 0 0 10px 20px;
}

#services .widget { color: #c1c1c1; }

#services .widget-title {
	color: #fff;
	border-bottom: 5px solid #555;
}

#featured-projects {
	background: #eee;
	padding: 30px 0 0;
}

#featured-projects .hentry { border: none; }

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

.featured-image { margin-bottom: 20px; }

.featured-image a {
	position: relative;
	float: left;
	width: 620px;
	height: 300px;
}

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

#featured-projects .featured-image a {
	width: 220px;
	height: 165px;
}

.overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/overlay.png);
}

#featured-projects .post-title,
#featured-projects .post-title a {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

#featured-projects .post-content {
	color: #888;
	font-size: 12px;
}

#featured-projects .post-content p:last-child { margin: 0; }

#featured-projects .post-title a:hover { color: #fff;}

.tax-portfolio-type #main,
.page-template-template-portfolio-php #main,
.page-template-template-full-width-php #main,
.page-template-template-home-php #main {
	float: none;
	width: auto;
}

.tax-portfolio-type #content,
.page-template-template-portfolio-php #content,
.page-template-template-full-width-php #content { background: #fff; }

.page-template-template-home-php #content {
	padding: 0;
	background: #fff;
}

.title-wrap {
	float: left;
	width: 220px;
}

.title {
	font-size: 14px;
	color: #999;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 16px 0 0;
	height: 50px;
}

.title span {
	background: #333;
	height: 49px;
	line-height: 50px;
	float: left;
	padding: 0 20px;
}

#services .title { background: url(images/title-services-arrow.png) right top no-repeat; }
#featured-projects .title { background: url(images/title-featured-arrow.png) right top no-repeat; }

#filter .title,
#news .title { background: url(images/title-news-arrow.png) right top no-repeat; }

#featured-projects .title span {
	background: #ccc;
	color: #666;
}

#filter .title span,
#news .title span {
	background: #eeeeee;
	color: #777;
}

#filter .title span { color: #333; }

/* spacing fix for firefox */
@-moz-document url-prefix() {
	#filter .title {
		padding-right: 8px;
		margin-right: 8px;
	}
	#filter li a {
		padding: 0 15px 0 7px;
	}
}

#featured-projects ul {
	width: 720px;
	float: right;
	margin: 0;
}

#featured-projects li {
	float: left;
	width: 220px;
	padding: 0 0 30px 20px;
	margin: 0;
}

#news { padding: 30px 0; }

.layout-fullwidth #news { padding: 30px 0 10px 0; }

#home-bottom-center {
	float: left;
	width: 460px;
	margin: 0 20px;
}

#home-bottom-right {
	float: right;
	width: 220px;
}

.sitemap .children { margin-bottom: 0; }

.sitemap h4 {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 20px 0;
}

.full-width { width: 940px !important; }

/* contact form */
.dt-contactform label {
    display: block;
    margin: 0 0 5px;
}
.dt-contactform input {
    width: 45%;
    margin: 0 0 15px;
}
.dt-contactform select { margin: 0 0 20px; }
.dt-contactform textarea { width: 98%; }
.dt-contactform .submit {
    width: auto;
    background: #fff;
    margin: 0;
    padding: 5px 10px;
}

.contact .alert { display: none; }

.contact .alert p { margin: 0; }

#filter { font-size: 14px; }

#filter li {
	float: left;
	margin: 15px 0 0 0;
}

#filter li.title { margin-top: 0; }

/* top level skin */
#filter a {
	padding: 0 15px;
	color: #666;
	font-size: 14px;
}

/* top level skin */
#filter li:after {
	content: '//';
	color: #ccc;
}

#filter li:first-child:after,
#filter li:last-child:after { content: ''; }

#filter li:last-child a { padding-right: 0; }

#filter {
	margin: -20px 0 20px 0;
	padding: 20px 0 0 0;
}

#filter a { cursor: pointer; }

#filter li:first-child { padding-left: 0; }

.image-grid {
  width: 960px;
  margin: 0;
  position: relative;
}

.image-grid li {
  width: 300px;
  margin: 0 20px 20px 0;
  float: left;
}

.image-grid .hentry { margin: 0; }

.post-overlay {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	height: 100%;
	text-align: center;
	background: url(images/post-overlay.png) repeat;
	z-index: 5;
}

.post-overlay-inner { margin: auto 0; }

.post-overlay .post-title {
	color: #fff;
	font-weight: normal;
	font-size: 24px;
	padding: 0 10px;
	margin: 0 0 5px 0;
}

.post-overlay .post-title a { color: #fff; }

.post-overlay .post-content {
	color: #999;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	padding: 0 10px;
}

.post-overlay .icon {
	background: url(images/post-overlay-icon.png);
	width: 49px;
	height: 49px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.post-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}


/*-----------------------------------------------------------------------------------*/
/*	Isotope
/*-----------------------------------------------------------------------------------*/

.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;
}

#teleport {
	height: 0;
	overflow: hidden;
}

#teleport .hentry { margin: 0; }

#teleport .post-title {
	font-size: 18px;
	float: left;
	font-weight: normal;
}

#teleport-header {
	padding: 0 0 10px 0;
	border-bottom: 5px solid #ccc;
	margin: 0 0 20px 0;
	position: relative;
}

#teleport-header .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 19px;
}

#teleport-header .close a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: url(images/slider-close.png);
}

#portfolio-pagination {
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 11px;
	line-height: 28px;
	color: #666;
	text-align: right;
}

#portfolio-pagination a {
	color: #999;
	font-size: 10px;
}

#portfolio-pagination a:hover { color: #ddd; }

#teleport-slides { position: relative; height: auto; }

#teleport-slides .slides_container {
	width: 940px;
	height: auto;
	position: relative;
}

#teleport-slides .slides_container iframe { display: block; }

#teleport-slides .slides_container .slide {
	margin: 0 auto;
	width: 940px;
	text-align: center;
	background: #ddd;
}

#teleport-slides .slides_container .slide img { vertical-align: bottom;}

#teleport-slides .slide-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	background: url(images/teleport-title-bg.png) repeat;
	padding: 0 20px;
	font-size: 14px;
	height: 47px;
	line-height: 47px;
	font-weight: normal;
	z-index: 80;
	color: #999;
	text-align: left;
}

#teleport-pagination {
	z-index: 90;
	position: absolute;
	top: 0;
	width: 94px;
	right: 0;
}

#teleport-pagination a {
	display: block;
	width: 47px;
	height: 47px;
	text-indent: -9999px;
	cursor: pointer;
}

#teleport-pagination .prev {
	float: left;
	background-image: url(images/teleport-slide-pagination-left.png);
	background-position: top left;
}

#teleport-pagination .next {
	float: right;
	background-image: url(images/teleport-slide-pagination-right.png);
	background-position: top left;
}

#teleport-pagination .next:hover { background-position: top right; }

#teleport-pagination .prev:hover { background-position: top right; }

.teleport-left {
	width: 280px;
	margin: 0 20px 0 0;
	float: left;
}

.teleport-right {
	width: 579px;
	float: right;
	border-left: 1px solid #ccc;
	color: #666;
	padding: 0 0 0 20px;
}

.post-content p,
.teleport-right p { clear: both; }

.teleport-right p:last-child { margin: 0; }

#teleport .teleport-left .post-title,
.teleport-left .post-title {
	font-size: 30px;
	float: none;
	display: block;
	margin: 0 0 10px 0;
	font-weight: normal;
	line-height: 1.2em;
}

.teleport-left p {
	font-size: 14px;
	font-style: italic;
	color: #999;
	clear: both;
}

#teleport-content {
	border-bottom: 5px solid #ddd;
	padding: 30px 20px;
	background: #eee;
}

#loader {
	position: absolute;
	top: 20px;
	right: 0;
	display: none;
}

.single-portfolio #content { background: #fff; }

.single-portfolio #main { width: auto; }

#related-projects {
    float: right;
    width: 220px;
}

#comment-wrap {
    float: left;
    width: 700px;
}

#related-projects ul { margin: 20px 0 0 0; }

#related-projects .post-title a { font-size: 13px; }

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

#related-projects .featured-image a,
#related-projects li { 
	width: auto;
	height: auto;
}

.ie8 #related-projects .featured-image a,
.ie8 #related-projects li { 
	width: 220px;
}

#related-projects .post-content p:last-child { margin: 0; }

#related-projects .post-content {
    font-size: 12px;
    color: #999;
    font-style: italic;

}

#related-projects li { margin: 0 0 30px 0; }


/*-----------------------------------------------------------------------------------*/
/*	Post Content Styles
/*-----------------------------------------------------------------------------------*/

.page-navigation .nav-next { float: left; }

.page-navigation .nav-previous { float: right; }

.single-page-navigation .nav-next { float: right; }

.single-page-navigation .nav-previous { float: left; }

.post.on { cursor: pointer; }

.post-content.fixed {
	float: left;
	width: 470px;
}

.post-content p { clear: both; }

.post-title.fixed {
	float: left;
	width: 470px;
	margin: -5px 0 10px 0;
}

.post-title,
.post-title a {
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color: #333;
	margin: 0;
}

.tax-portfolio-type .hentry,
.page .hentry,
.single .hentry { border: none; }

.hentry,
.page-template-template-blog-php .hentry {
	border-bottom: 5px solid #eee;
	position: relative;
	margin-bottom: 30px;
}

.post-meta {
	font-size: 11px;
	color: #999;
	margin: 0 0 20px 0;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.fixed .post-meta {
	float: left;
	background: #333;
	padding: 15px;
	width: 100px;
	margin: 0 20px 20px 0;
}

.fixed .meta-published,
.fixed .meta-comment,
.fixed .meta-category {
	border-bottom: 1px solid #4e4e4e;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	display: block;
}

.fixed .meta-category {
	margin: 0;
	padding: 0;
	border: none;
}

.post-footer { margin: 0 0 15px 0; }

.post-meta a { color: #fff; }

.fixed .post-meta a {
	color: #fff;
	display: block;
}

.author-title {
	font-weight: bold;
	margin-left: 60px;
}

.author-description { margin-left: 60px; }

.post-content ul { list-style-type: disc; }

.post-content ol { list-style-type: decimal; }

.post-content a {
	border-bottom: 1px solid #ddd;
	font-weight: normal;
}

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

.post-content .more-link {
	border: none;
	font-weight: bold;
}


/*-----------------------------------------------------------------------------------*/
/*	Comments
/*-----------------------------------------------------------------------------------*/

#related-projects h3,
#reply,
#comments {
	background: #333;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 8px;
}

#comments a {
	float: right;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}

.ie7 #comments a {
	margin: -20px 0 0 0;
}

.commentlist {
	margin: 20px 0 40px 0;
	list-style-type: none;
}

.comment {
	margin-top: 25px;
	clear:both;
}

.comment ul { margin: 0 0 0 80px; }

#commentform { margin-top: 20px; }

#commentform input { margin-right: 10px; }

#commentform textarea {
	width: 98%;
	resize: vertical;
}

.children { list-style-type: none; }

.comment .avatar {
	float: left;
	margin: 3px 20px 0 0;
}

.says { display: none; }

.comment-meta {
	display: inline;
	font-size: 11px;
	font-style: italic;
}

.comment-meta a { color: #999; }

.comment-meta a:hover { color: #666; }

.comment-author {
	display: inline;
	padding: 0 10px 0 0;
}

.comment-author:after {
	content: '//';
	padding: 0 0 0 10px;
}

.comment-author,
.comment-author a {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}

.nocomments {
	text-align: center;
	padding: 20px;
}

.comment-body ul { list-style-type: disc; }

.comment-body ol { list-style-type: decimal; }

.comment-body {
	padding: 0 0 0 80px;
	margin: 10px 0 0 0;
	border-bottom: 5px  solid #eee;
	padding: 0 0 20px 0;
}

.moderation {
	font-size: 11px;
	display: block;
	color: #999;
}

.reply { text-align: right; }

.comment-reply-link {
	display: block;
	background: #eee;
	color: #999;
	float: right;
	padding: 3px 8px;
	margin: -2px 0 0 0;
}

.comment-reply-link:hover {
	background: #333;
	color: #fff;
}


/*-----------------------------------------------------------------------------------*/
/*	Comment Form
/*-----------------------------------------------------------------------------------*/

#respond { margin: 0 0 40px 0; }

#respond form { margin: 30px 0 0 0; }

#respond input { width: 45%; }

#respond small { font-size: 12px; }

#respond input#submit {
	width: auto;
	border: none;
}

ol #respond { margin: 40px 0 40px 0; }

.cancel-comment-reply {
	display: block;
	margin: 20px 0 0 0;
	font-size: 11px;
}

.cancel-comment-reply a:hover { color: #333; }


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

#footer .inner-padding { padding: 0 20px; }

.layout-fullwidth #footer {
	background: #444444;
	margin: 0;
	padding: 0 0 20px 0;
	color: #ccc;
}

#footer .inner-padding { margin: 20px 0; }

.layout-fullwidth #footer a { color: #ccc; }

.layout-fullwidth #footer a:hover { color: #fff; }

.layout-fullwidth .copyright span { color: #777; }

#footer {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	padding: 0 0 20px 0;
	margin: 20px 0 0 0;
}

.copyright { float: left; }

.copyright a { color: #333; }

.copyright a:hover { color: #111; }

.copyright span { color: #999; }

.layout-fullwidth #footer-menu li:after {
	content: '//';
	color: #777;
}

.layout-fullwidth #footer-menu a { text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }

#footer-menu {
	float: right;
	font-size: 11px;
}

#footer-menu li { display: inline; }

#footer-menu li:after {
	content: '//';
	color: #aaa;
}

#footer-menu li:last-child:after { content: ''; }

#footer-menu li:last-child a { padding-right: 0; }

#footer-menu a {
	padding: 0 10px;
	color: #555;
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}

#footer-menu a:hover { color: #111; }


/*-----------------------------------------------------------------------------------*/
/*	Sidebar & Widgets
/*-----------------------------------------------------------------------------------*/

#sidebar {
	float: right;
	width: 275px;
}

#sidebar .widget {
	color: #999;
	margin: 0 0 40px 0;
}

#sidebar .s {
	width: 265px;
	border: 1px solid #eee;
}

#sidebar a { font-weight: normal; }

.widget {
	margin: 0 0 20px 0;
	color: #333;
}

.widget a {
	font-weight: bold;
	color: #333;
}

.widget-title {
	margin: 0 0 20px 0;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 5px solid #eee;
	padding: 0 0 5px 0;
	color: #333;

}

.widget ul { margin: 0; }

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

/*---------------------*/
/*	Twitter
/*---------------------*/

.DT_Twitter a {
	color: #999;
	font-size: 11px;
	display: block;
	font-weight: normal;
}

.DT_Twitter span a {
	color: #333;
	font-size: 12px;
	font-weight: bold !important;
	display: inline;
}

.DT_Twitter li {
	background: url(images/icon-twitter.png) no-repeat 0 5px;
    margin: 0 0 20px 0;
    padding-left: 20px;
    color: #333;
}

.ie7 .DT_Twitter li {
	background: none;
    padding-left: 0;
}

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

.follow-me {
	display: block;
	margin: 20px 0 0 0;
}

/*---------------------*/
/*	Video
/*---------------------*/

.dt_video { margin: 0 0 10px 0; }

.dt_video object { display: block; }

.dt_video_desc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	font-size: 11px;
}

/*---------------------*/
/*	Blog
/*---------------------*/

.dt_blog { margin: 0; }

.dt_blog a {
	float: left;
	width: 60%;
	background: url(images/icon-blog.png) no-repeat 0 5px;
    padding-left: 20px;
}

.dt_blog li { margin: 0 0 20px 0; }

.dt_blog li:last-child { margin: 0; }

.dt_blog span {
	color: #999;
	float: left;
	width: 30%;
}

.widget_recent_entries li {
	background: url(images/icon-blog.png) no-repeat 0 4px;
    margin: 0 0 10px;
    padding-left: 20px;
}



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

/* for 980px or less - Tablets */
@media screen and (max-width: 980px) {
	
	#logo {
		float: none;
		margin: 0 auto 20px auto;
		text-align: center;
	}

	#primary-menu {
		text-align: center;
		margin: 0;
		float: none;
	}
	
	#primary-menu ul ul li { text-align: left; }

	#container {
		width: 620px;
		margin: 50px auto;
	}
	
	.image-grid {
	  width: 640px;
	}
	
	#content { background: #fff; }
	
	#sidebar,
	#main { float: none; }
	
	.layout-boxed #related-projects,
	.layout-boxed #comment-wrap,
	.layout-boxed.single #teleport-slides,
	.layout-boxed.single #teleport-slides .slides_container,
	.layout-boxed #sidebar,
	.layout-boxed #main,
	.layout-boxed.single-portfolio #main { width: 580px; }
	
	.layout-boxed #related-projects ul { width: 600px; }
	
	.page-template-template-home-php.layout-boxed #main { width: 620px; }
	
	.layout-boxed #items { 
		width: 600px;
		margin-left: -10px;
	}
	
	.layout-boxed #main .post-title.fixed,
	.layout-boxed #main .post-content.fixed { width: 430px; }
	
	.layout-boxed #main .featured-image img { height: auto; }
	
	.layout-boxed .image-grid li { margin: 0; }
	
	.layout-fullwidth .inner-padding { padding: 0; }
	
	.single-portfolio #main { width: 620px; }
	
	.dt_video_desc { text-align: left; }
	
	#sidebar { width: 630px; }

	.layout-fullwidth .inner {
		width: 620px;
		margin: 0 auto;
	}
	
	#slides.hide-slides .hentry { width: 620px; }
	
	#slides .post-content {
		max-width: 580px;
		font-size: 16px;
		line-height: 26px;
		padding: 10px;
	}
	
	#services .title-wrap { display: none; }
	
	#services .col {
		width: 193px;
		margin: 0 20px 10px 0;
	}
	
	.layout-boxed .featured-image a { width: auto; height: auto; }
	
	.layout-boxed #featured-projects li,
	.layout-boxed #services .col {
		width: 180px;
	}
	
	.layout-boxed #sidebar { margin-top:30px; }
	
	#services .col.last { margin-right: 0; }
	
	#featured-projects .title-wrap { display: none; }
	
	#featured-projects ul {
		width: 620px;
		float: none;
		margin: 0 auto;
	}
	
	#featured-projects li {
		width: 193px;
		padding: 0;
		margin: 0 20px 20px 0;
	}
	
	#featured-projects li:last-child { margin-right: 0; }
	
	#featured-projects img {
		max-width: 100% !important;
		height: auto;
	}
	
	.overlay { background: url(images/overlay.png) -15px -15px; }
	
	#featured-projects .featured-image a {
		width: auto;
		height: auto;
	}
	
	.overlay {
		background: url(images/overlay.png) -15px -15px;
	}
	
	#news .title-wrap { display: none; }
	
	#home-bottom-right,
	#home-bottom-center {
		float: none;
		width: auto;
		margin: 0 0 40px 0;
	}
	
	#footer-menu { display: none; }
	
	.copyright {
		float: none;
		text-align: center;
		margin: 0 0 -20px 0;
	}
	
	#filter li::after { content: ''; }
	
	.slides_container {
		width: 620px;
		height: 316px;
	}
	
	.slides_container img {
		max-width: 100% !important;
		height: 316px;
	}
	
	#teleport-slides .slides_container { overflow-y: visible !important; }
	
	#teleport-slides .slides_container .slide img { height: auto; }

	#teleport-slides .slides_container,
	#teleport-slides .slides_container .slide { width: 600px; }
	
	.layout-boxed #teleport-slides .slides_container,
	.layout-boxed #teleport-slides .slides_container .slide { width: 580px; }
	
	.teleport-left,
	.teleport-right {
		width: auto;
		float: none;
		margin: 0;
	}
	
	.teleport-left { margin: 0 0 20px 0; }
	
	#related-projects {
		width: 620px;
		float: left;
	}
	
	#related-projects img {
		max-width: 220px !important;
		margin-left: -20px;
	}
	
	#related-projects .featured-image { overflow: hidden; }
	
	#related-projects li {
		float: left;
		width: 180px;
		margin: 0 20px 20px 0;
	}
	
	.single #teleport-slides { width: 600px; }
	
	#page-caption .post-meta,
	#page-caption-text,
	#page-title { text-align: center; }
	
	#portfolio-pagination {
		position: relative;
		right: 0;
		text-align: center;
	}

}

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

	th, td {
		padding: 10px 3px;
	}
	
	.page .post-content img { height: auto; }
	
	#primary-menu select {
		width: 280px;
		display: block;
		margin: 0 auto;
	}
	
	.featured-image a { width: auto; }
	
	.layout-boxed #primary-menu select {
		width: 260px;
	}
	
	.image-grid {
	  width: 300px;
	}
	
	#primary-menu ul { display: none; }
	
	#container { width: 300px;  }
	
	.layout-boxed #container { margin-top: 20px;  }
	
	#main { width: 300px; }
	
	.featured-image img { height: auto; }
	
	.fixed .post-meta { 
		width: 300px;
		float: none; 
	}
	
	.layout-boxed .fixed .post-meta { width: 230px; }
	
	.layout-boxed #related-projects,
	.layout-boxed #comment-wrap,
	.layout-boxed.single #teleport-slides,
	.layout-boxed.single #teleport-slides .slides_container,
	.layout-boxed #sidebar,
	.layout-boxed #main,
	.layout-boxed.single-portfolio #main { width: 260px; }
	
	#comment-wrap { width: 300px; }
	
	#commentform textarea { width: 95%; }
	
	.layout-boxed #related-projects ul { width: 280px; }
	
	.page-template-template-home-php.layout-boxed #main { width: 300px; }
	
	.layout-boxed #items { width: 280px; }

	#main .post-title.fixed,
	#main .post-content.fixed,
	.layout-boxed #main .post-title.fixed,
	.layout-boxed #main .post-content.fixed {
		width: auto;
		float: none;
	}
	
	.layout-fullwidth .inner-padding { padding: 0; }
	
	.single-portfolio #main { width: 300px; }
	
	.dt_video_desc { text-align: left; }
	
	#sidebar { width: 310px; }

	.layout-fullwidth .inner,
	#slides.hide-slides .hentry { width: 300px; }
	
	#slides .post-content { max-width: 260px; }
	
	#services { overflow: hidden; }
	
	.layout-boxed #featured-projects li,
	.layout-boxed #services .col {
		width: 260px;
	}
	
	.layout-boxed #featured-projects ul { width: auto; }
	
	.layout-boxed #featured-projects .featured-image img { width: 260px; }
	
	#services .col {
		width: 300px;
		margin: 0 auto !important;
		padding-bottom: 10px;
		float: none;
	}
	
	#featured-projects ul {
		width: 220px;
		margin: 0 auto;
		float: none;
	}
	
	#featured-projects li {
		width: 220px;
		margin: 0 0 20px 0;
	}
	
	.overlay { background: url(images/overlay.png) 0 0; }

	.slides_container {
		width: 300px;
		height: 153px;
	}
	
	.slides_container img {
		max-width: 100% !important;
		height: 153px;
	}
	
	#slides .post-content {
		max-width: 580px;
		font-size: 12px;
		line-height: 18px;
		padding: 5px;
	}

	#teleport-slides .slides_container,
	#teleport-slides .slides_container .slide { width: 300px; }
	
	.layout-boxed #teleport-slides .slides_container,
	.layout-boxed #teleport-slides .slides_container .slide { width: 260px; }
	
	#related-projects {
		width: 300px;
		float: left;
	}
	
	#related-projects img {
		max-width: 220px !important;
		width: 220px;
		height: auto;
		margin-left: 0;
	}
	
	#related-projects .featured-image { overflow: hidden; }
	
	#related-projects ul,
	.layout-boxed #related-projects ul {
		width: 220px;
		margin: 0 auto;
		margin-top: 20px;
	}
	
	#related-projects li {
		float: left;
		width:  220px;
		margin: 0 0 20px 0;
	}
	
	.single #teleport-slides { width: 300px; }
	
	.dt_video { overflow: hidden; }
	
	th { padding: 10px; }
}


