/*
Theme name: Entrée: Business WordPress Theme
Theme URI: http://www.grandpixels.com/entree
Description: A Premium WordPress Theme by Pavel of Grand Pixels
Version: 1.4
Author: Grand Pixels
Author URI: http://www.grandpixels.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

body { font: 12px/20px "Arial", Helvetica, Helvetica Neue, Verdana, Tahoma, sans-serif; color: #646973; line-height: 20px; -webkit-font-smoothing: antialiased; }

/* Resets */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; }
article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video { display: block; }

/* Selections */
::selection { background: #414146; color: white; text-shadow: none; }
::-moz-selection { background: #414146; color: white;  text-shadow: none; }
img::selection { background: transparent; }
img::-moz-selection { background: transparent; }

/* Links */
a {	
	color: #006ebe;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: color .2s linear, background .2s linear, text-shadow .2s linear, border-color .2s linear;
	-moz-transition: color .2s linear, background .2s linear, text-shadow .2s linear, border-color .2s linear;
	-o-transition: color .2s linear, background .2s linear, text-shadow .2s linear, border-color .2s linear;
	-ms-transition: color .2s linear, background .2s linear, text-shadow .2s linear, border-color .2s linear;
	transition: color .2s linear, background .2s linear, text-shadow .2s linear, border-color .2s linear;
}
a:hover { cursor: pointer; text-decoration: none; color: #818181; }
a img { border: 0; }

/* Lists */
ul { list-style: none; }
.content-rail ul { margin-left: 25px; list-style-type: square; }

/* Buttons */
button {
	-webkit-transition: color .2s linear, background .2s linear, text-shadow .2s linear;
	-moz-transition: color .2s linear, background .2s linear, text-shadow .2s linear;
	-o-transition: color .2s linear, background .2s linear, text-shadow .2s linear;
	-ms-transition: color .2s linear, background .2s linear, text-shadow .2s linear;
	transition: color .2s linear, background .2s linear, text-shadow .2s linear;
}
button, #respond #comment-submit { font-family: "Arial", Helvetica, Helvetica Neue, Verdana, Tahoma, sans-serif; }
.ie7 button, .ie7 #respond #comment-submit { filter: chroma(color=#000000); /* IE7 Fix */ }

/* Paragraph */
p { margin: 5px 0 15px; line-height: 19px; }

/* Images */
.image { background: url("images/loading.gif") center center no-repeat; min-height: 30px; }
.image img { display: none; }
.image-overlay { position: relative; display: block; width: 100%; height: 100%; }
.image-overlay img { display: block; }
.image-overlay a span { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: url("images/overlay-dark-25.png") repeat;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear;
	opacity: 0;
}
.ie7 .image-overlay a span, .ie8 .image-overlay a span, .ie9 .image-overlay a span { display: none; }
.image-overlay a span span { float: left; width: 100%; height: 100%; background: transparent url("images/overlay-plus.png") center center no-repeat; }
.image-overlay a:hover span { opacity: 1; }

/* Clear */
.clear { clear: both; height: 0px; visibility: hidden; margin: 0; padding: 0; }

/* Headings and Titles */
h1 { font-size: 26px; font-weight: bold; }
h2 { font-size: 21px; font-weight: bold; }
h3 { font-size: 19px; font-weight: bold; }
h4 { font-size: 17px; font-weight: bold; }
h5 { font-size: 14px; font-weight: bold; }

h1, h2, h3, h4, h5 { margin-bottom: 20px; clear: both; }
h1 a, h2 a, h3 a, h4 a, h5 a { text-decoration: none; }

.page-title { display: block; width: 100%; background: #f6f8fc url("images/bg-page-title.png") left bottom repeat-x; }
.page-title-container { background: url("images/bg-gradient-top-white.png") left top repeat-x; width: 100%; height: 100%; }
.page-title h1, .page-title h2 { font-size: 26px; margin: 30px 25px 30px; text-shadow: 1px 1px white; }
.page-title .headline { font-size: 15px; color: #7d8287; margin: 30px 25px 30px; text-shadow: 1px 1px white; }
.page-title .portfolio-link { font-size: 15px; color: #7d8287; margin: 30px 25px 30px 25px; text-shadow: 1px 1px white; text-decoration: none; }

/* Effects */
.round { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.topround { -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; }
.bottomround { -moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; }
.shadow { -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25); box-shadow: 0 1px 3px rgba(0,0,0,0.25); }
.innershadow { -moz-box-shadow: inset 0 1px 4px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,0.3); box-shadow: inset 0 1px 4px rgba(0,0,0,0.3); }

/* Containers */
/* Containers: Canvas */
.canvas { width: 100%; }
.canvas-container { margin: 0 auto; }
/* Containers: Header */
header.header { width: 100%; padding: 5px 0 0; margin-top: 15px; }
.header-container { margin: 0 auto; }
/* Containers: Content */
.content { width: 100%; background: white; }
.content-container { clear: both; }
/* Containers: Footer */
footer.footer { float: left; width: 100%; font-size: 12px; }
.footer-container { margin: 0 auto; padding: 35px 0; }

/* Logo */
.logo { height: 100px; }
.logo h1 { float: left; height: 100px; padding: 0; }
.logo a { text-decoration: none;}
.logo a:hover { text-decoration: none; }

/* Navigation */
nav.nav { float: right; height: 40px; z-index: 99; padding-top: 30px; }
nav.nav .nav-container { width: 100%; height: 40px; }
nav.nav li { float: left; display: inline; position: relative; font-size: 13px; margin: 0 1px; }
nav.nav li a { 
	float: left;
	display: block;
	padding: 8px 18px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
nav.nav li:hover a { text-shadow: none; }
nav.nav li.parent a {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
nav.nav li:first-child { background-image: none; }

/* Navigation: Subnavigation */
nav.nav li .sub-menu, nav li .children {
	position: absolute;
	top: -99999px;
	width: 200px;
	left: 0;
	text-align: left;
	z-index: 49;
	margin: 0;
	padding: 5px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	border: none;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear;
	opacity: 0;
}
nav.nav li:last-child .sub-menu, nav li:last-child .children {
	right: 0 !important;
	left: auto;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}
nav.nav li:hover .sub-menu, nav li:hover .children { display: block; opacity: 1; top: 36px; }
nav.nav li li { float: none !important; display: block; padding: 0; margin: 0; }
nav.nav li li:first-child {  }
nav.nav li li:hover, nav li li:first-child:hover { height: auto; background-image: none; }
nav.nav li li.current-menu-item { height: auto; }
nav.nav li li a {
	display: block;
	float: none;
	padding: 5px 18px;
	text-shadow: none;
	background-color: transparent !important;
}
nav.nav li li:hover a { background-color: transparent !important; }

/* Tagline */
.tagline { width: 100%; padding: 25px 0 15px; text-align: center; background: #f6f8fc url("images/bg-gradient-top-white.png") left top repeat-x; text-shadow: 1px 1px white; }
.tagline h2 { font-size: 26px; padding: 10px 30px 10px; font-weight: bold; margin: 0; }
.tagline p { font-size: 15px; padding: 0 30px 0; color: #5f6469; line-height: 23px; }
.tagline p a { color: white; padding: 2px 5px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; text-decoration: none; text-shadow: none; }

/* Slideshow */
.slideshow { width: 100%; position: relative; }
.slideshow-container { position: relative; }
.slideshow-slider { background: #f6f8fc url("images/loading.gif") center center no-repeat; z-index: 10; position: relative; overflow: hidden; }
.slideshow-bg-bottom { position: absolute; width: 100%; height: 5px; bottom: 0; background: url("images/bg-shadow-bottom.png") left top repeat-x; z-index: 11; }
.slideshow-slider .slide { display: none; }
.slideshow .previous {
	position: absolute;
	width: 20px;
	height: 30px;
	left: -40px;
	top: 50%;
	z-index: 11;
	background: url("images/slideshow/arrow-left.png") left top no-repeat;
}
.slideshow .previous:hover { background-position: left bottom; }
.slideshow .next { position: absolute; width: 20px; height: 30px; right: -40px; top: 50%; z-index: 11; background: url("images/slideshow/arrow-right.png") left top no-repeat; }
.slideshow .next:hover { background-position: left bottom; }
.slideshow .pager { position: absolute; left: 0;  width: 100%; height: 50px; text-align: center; z-index: 99; }
.slideshow .pager .pager-container { padding: 15px 0 0; }
.slideshow .pager a { display: inline-block; width: 18px; height: 18px; background: url("images/slideshow/pager.png") left top no-repeat; }
.slideshow .pager a:hover { background: url("images/slideshow/pager.png") left -18px no-repeat; }
.slideshow .pager a.activeSlide { background: url("images/slideshow/pager.png") left bottom no-repeat; }

/* Callout */
.callout { padding: 25px 25px 30px; }
.callout .callout-content { width: 70%; }
.callout h2 { font-size: 22px; padding: 5px 0 10px; margin: 0; }
.callout p { font-size: 13px; margin: 5px 0 0; }
.ie7 .callout p { margin: 5px 0 0; }
.callout .button1 { margin-right: 10px; }

/* Homepage Content */
.homepage-content { margin-top: 20px; }
.homepage-content-container { padding: 20px; }

/* Portfolio */
.portfolio { width: 100%; }
.portfolio-content { padding-top: 20px; }
.portfolio-page-content.page-content { padding-bottom: 0; }
.portfolio-home { background: white; margin-top: 20px; padding: 20px 0 5px; }
.portfolio .portfolio-item { display: block; background: white; width: 296px; padding: 5px 0 20px 25px; margin-bottom: 10px; }
.portfolio .portfolio-item h2 { font-size: 14px; margin: 0; padding: 5px 0; border-bottom: 1px solid #e6e8ec; }
.portfolio .portfolio-item p { margin: 5px 0 0; }
.portfolio .portfolio-image { width: 296px; height: 180px; margin: 0 0 10px; overflow: hidden; position: relative; }
.portfolio-divider { float: left; width: 100%; height: 0px; margin: 0; }
.portfolio-single-content { width: 296px; margin: 15px 0 0; }
.portfolio-single-content-container { padding: 5px 25px; }
.portfolio-single-slideshow { margin-bottom: 10px; }
.portfolio-single-slider { width: 652px; height: 300px; overflow: hidden; margin: 20px 0 10px; }
.portfolio-single-slider img { display: none; }
.portfolio-single-image { width: 652px; margin: 20px 0; }
.portfolio-single .video-embed { width: 652px; margin: 20px 0 10px; }
.portfolio-single .video-embed iframe { width: 652px; margin-bottom: 10px; }
.portfolio-single .audio-embed { width: 652px; margin: 20px 0; }
.portfolio-single-pager { float: right; width: 652px; height: 40px; text-align: center; }
.portfolio-single-pager-container { padding: 10px 0 0; }
.portfolio-single-pager a { display: inline-block; width: 18px; height: 18px; background: url("images/slideshow/pager.png") left top no-repeat; }
.portfolio-single-pager a:hover { background: url("images/slideshow/pager.png") left -18px no-repeat; }
.portfolio-single-pager a.activeSlide { background: url("images/slideshow/pager.png") left bottom no-repeat; }
.portfolio-single-skills { padding: 10px 25px; margin-bottom: 15px; }
.portfolio-single-skills ul { margin-left: 0; list-style: none; }
.portfolio-single-skills li { display: block; padding: 7px 0; border-top: 1px solid #e6e8ec; font-weight: bold; }
.portfolio-single-info { padding: 0 25px 10px; }
.portfolio-single-info ul { margin-left: 0; list-style: none; }
.portfolio-single-info li { display: block; padding: 7px 0; border-bottom: 1px solid #e6e8ec; color: #969ba5; }

/* Skills */
.skills-nav { float: left; width: 100%; font-size: 12px; padding: 15px 20px; border-bottom: 1px solid #e6e8ec; margin-bottom: 25px; }
.skills-nav li { float: left; }
.skills-nav a { float: left; text-decoration: none; padding: 4px 12px; margin: 5px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }

/* Audio Player */
.audio-player-container a { -webkit-transition: background 0, background-color .2s linear;
	-moz-transition: background 0, background-color .2s linear;
	-o-transition: background 0, background-color .2s linear;
	-ms-transition: background 0, background-color .2s linear;
	transition: background 0, background-color .2s linear; }
.audio-player-container { height: 30px; }
.audio-player-container1 { width: 100%; height: 30px; position: relative; background: #3c4146 url("images/sprite-audio-player.png") left bottom repeat-x; z-index: 100; }
.audio-player-controls { list-style-type: none; padding: 0; margin: 0; }
.audio-player-controls li { display: inline; }
.audio-player-controls a { border-bottom: none; position: absolute; overflow: hidden; text-indent: -9999px; }
.audio-player-controls a:hover { background-color: transparent; }
.audio-player-play, a.audio-player-pause { width: 30px; height: 30px; z-index: 1; outline: none; top: 0; left: 0; }
a.audio-player-play { background: url("images/sprite-audio-player.png") left top no-repeat; }
a.audio-player-play:hover { background-position: right top; background-color: #282d32; }
a.audio-player-pause { background: url("images/sprite-audio-player.png") left -30px no-repeat; display: none; }
a.audio-player-pause:hover { background-position: right -30px; background-color: #282d32; }
.audio-player-progress-container { position: absolute; top: 0; left: 30px; width: 410px; height: 8px; padding: 12px 10px; }
.audio-player-progress { position: absolute; width: 500px; height: 8px; padding: 1px; background: url("images/sprite-audio-player.png") left -150px repeat-x; }
.audio-player-seek-bar {
	width: 0;
	height: 7px;
	cursor: pointer;
	background: url(images/"images/sprite-audio-player.png") left -120px repeat-x;
}
.audio-player-play-bar { width: 0; height: 7px; background: url("images/sprite-audio-player.png") left -120px repeat-x; }
.audio-player-volume-container { position: absolute; top: 0; right: 20px; width: 40px; height: 6px; padding: 12px 10px; }
.audio-player-volume { position: relative; overflow: hidden; background: url("images/sprite-audio-player.png") left -150px repeat-x; width: 40px; height: 9px; cursor: pointer; top: 0; left: 20px; }
.audio-player-volume-value { width: 0px; height: 7px; margin: 1px; background: url("images/sprite-audio-player.png") left -120px repeat-x; }
a.audio-player-mute, a.audio-player-unmute { width: 30px; height: 30px; z-index: 9; outline: none; right: 60px; }
a.audio-player-mute { background: url("images/sprite-audio-player.png") left -60px no-repeat; }
a.audio-player-mute:hover { background-position: right -60px; background-color: #282d32; }
a.audio-player-unmute { background: url("images/sprite-audio-player.png") left -90px no-repeat; }
a.audio-player-unmute:hover { background-position: right -90px; background-color: #282d32; }

/* Posts */
.posts { width: 100%; }
.posts-home { background: white; margin-top: 20px; padding: 20px 0 5px; }
.posts-home .post { float: left; background: white; width: 296px; padding: 5px 0 20px 25px; }
.posts-home .post-image { width: 296px; height: 120px; }
.posts-home .post h2 { font-size: 14px; margin: 0; padding: 5px 0; border-bottom: 1px solid #e6e8ec; }
.posts .post p { margin: 0; }
.posts .post-image { margin: 0 0 10px; }
.posts .post-info { display: block; width: 100%; margin: 7px 0; color: #969ba5; font-size: 11px; font-style: italic; clear: both; line-height: 140%; }
.posts .post-info a { color: #969ba5; }
.posts .post-info a:hover { color: #646973; }
.posts .post-info ul { margin-left: 0; }
.posts .post-info ul li { display: inline; }
.posts .post-info .separator { margin: 0 5px; }
.posts-blog .post, .posts-search .post, .posts-search .page { margin: 0 0 10px; }
.posts-blog .post h2, .posts-search .post h2, .posts-search .page h2 { margin: 5px 0; }
.posts-blog .post h2 a:hover, .posts-search .post h2 a:hover, .posts-search .page h2 a:hover { color: #5f6469; }
.posts-blog .post-image { margin: 20px 0 10px -25px; width: 691px; height: 220px; }
.posts-blog .post-info, .posts-search .post-info  { margin: 5px 0 5px; }
.posts-search .page .post-info { display: none; }
.posts .post-excerpt, .posts-blog .post-content { width: 100%; clear: both; margin: 10px 0; }
.posts .post-foot { width: 100%; clear: both; margin: 10px 0; }
.posts-search .page .post-foot { margin-top: 0; }
.posts .post-foot ul { margin-left: 0; list-style: none; }
.posts .post-foot a { text-decoration: none; color: #969ba5; }
.posts .post-foot a:hover { color: #646973; }
.posts .divider { width: 691px; clear: both; margin: 10px 0 10px -25px; padding: 0; }
.posts-single h1 { font-size: 21px; margin: 5px 0; }
.posts-single .post-foot { width: 100%; display: block; margin: 10px 0 5px; }
.posts-single .post-foot li { float: left; }
.posts-single .post-tags { width: 100%; display: block; clear: both; margin: 10px 0 0; }
.posts-single h2, .posts-single h3, .posts-single h4, .posts-single h5 { margin: 20px 0 20px !important; } 

/* Pagination */
.pagination { display: block; width: 100%; padding: 20px 0; text-align: center; background: #f6f8fc url("images/bg-pagination.png") left top repeat-x; }
.pagination-container { display: block; clear: both; padding: 0 25px; }
.pagination a { float: left; padding: 1px 8px; margin: 0 1px; background-position: left top; background-repeat: repeat-x; text-decoration: none; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; color: white; }
.pagination a:hover { background-color: #464b55; border-color: #464b55; }
.pagination .current { float: left; padding: 1px 8px; margin: 0 1px; background: #464b55; text-decoration: none; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; border: 1px solid #464b55; color: white; font-weight: bold; }
.pagination .next { float: right; }
.pagination .prev { float: left; }

/* Comments */
/* Comments: List */
.comments { background: white; margin-top: 25px; }
.comments-container { padding: 20px 25px 25px; }
.ie7 .comments-container { margin-bottom: 25px; }
.comments h3 { margin-bottom: 10px; }
.comments .comment { float: left; width: 100%; margin: 10px 0 0; padding: 15px 0 0; position: relative; border-top: 1px solid #e6e8ec; }
.comments .comment .depth-2 { float: right; width: 93%; background: white; }
.comments .comment .depth-3 { float: right; width: 93%; background: white; }
.comments .comment .depth-4 { float: right; width: 93%; background: white; }
.comments .comment .depth-5 { float: right; width: 83%; background: white; }
.comments .comment-author .fn { font-size: 15px; font-weight: bold; }
.comments .avatar { float: left; padding: 2px; border: 3px solid #e6e8ec; margin-right: 22px; }
.comments .comment-meta { float: left; font-size: 11px; font-style: italic; color: #969ba5; }
.comments .comment-meta a { color: #969ba5; text-decoration: none; }
.comments .comment-meta a:hover { color: #646973; text-decoration: underline; }
.comments .comments-list p { float: left; padding: 5px 0 0 70px; clear: both; }
.comments .reply { position: absolute; right: 0; top: 15px; }
.comments .reply a { float: left; font-size: 11px !important; text-decoration: none; padding: 0 10px 1px; margin: 0 2px 2px 0; color: white; background-image: url("images/bg-button.png"); background-position: left top; background-repeat: repeat-x; background-color: #464b55; border: 1px solid #464b55; text-decoration: none; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; cursor: pointer; outline: none; }
.comments .reply a:hover { background-position: left -80px; }
.comments  .comment-awaiting-moderation { color: #649664; font-weight: bold; }
/* Comments: Form */
#respond { float: left; width: 100%; padding-top: 20px; border-top: 1px solid #e6e8ec; }
#respond .required { margin-left: 5px; color: #f53c3c; }
#respond #reply-title small a { float: right; color: #464b5a; }
#respond .comment-notes { float: left; width: 100%; margin-bottom: 10px; }
#respond .comment-form-email { margin-right: 0; }
#respond .comment-form-comment { float: left; width: 100%; clear: both; }
#respond .form-allowed-tags { float: left; padding-left: 25px; font-size: 11px; background: url("images/icons/icon-info.png") left 3px no-repeat; }
#respond #comment-submit { float: left; padding: 6px 15px; width: auto; margin: 0; color: white; text-decoration: none; background-image: url("images/bg-button.png"); background-position: left top; background-repeat: repeat-x; font-size: 12px; font-weight: bold; -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1); box-shadow: 0 1px 1px rgba(0,0,0,0.1); -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; cursor: pointer; outline: none; }
#respond #comment-submit:hover { background-position: left -80px; }
#respond { float: left; width: 100%; }
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url { float: left; width: 292px; margin-right: 30px; }
#respond .comment-form-url { margin-right: 0; }
#respond input { width: 270px; }
#respond textarea { width: 916px; height: 100px; }

/* Contact */
.contact-page-content { margin-bottom: 20px; }
/* Contact: Google Map */
.google-map { margin-bottom: 20px; }

/* Layouts */
.page-content { padding: 25px; }
.page-not-found { text-align: center; }
.page-not-found .page-title h1 { display: block; width: 100%; margin-left: 0; text-align: center; }
/* Layouts: Left Content + Right Sidebar */
.left-content { padding-bottom: 25px; background: white url("images/bg-left-content.png") 736px top repeat-y; }
.left-content .left-rail { width: 716px; margin-top: 20px; }
.left-content .left-rail-container { padding: 0 25px; }
.left-content .right-rail { width: 252px; margin-top: 20px; }
/* Layouts: Right Content + Left Sidebar */
.right-content { padding-bottom: 25px; background: white url("images/bg-right-content.png") 247px top repeat-y; }
.right-content .right-rail { width: 716px; margin-top: 20px; }
.right-content .right-rail-container { padding: 0 25px; }
.right-content .left-rail { width: 252px; margin-top: 20px; }
/* Layouts: Sidebar */
.sidebar h3 { font-size: 14px; padding: 0 20px 10px; margin-bottom: 10px; border-bottom: 1px solid #e6e8ec; }
.sidebar .widget { float: left; width: 100%; display: block; clear: both; padding-bottom: 20px; }
.sidebar ul li { padding: 0 20px; color: #969ba5; }
.sidebar a { text-decoration: none; }
.sidebar a:hover { text-decoration: none; color: #969ba5; }

/* Widgets */
/* Widget: Searching */
.searching { width: 212px; margin-left: 20px; position: relative; }
.searching input { 
	float: left;
	background: #fcfcff;
	width: 190px;
	height: 17px;
	border: 1px solid #e0e0e4;
	padding: 8px 10px; 
	color: #9ba0a5;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03);
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03);
}
.searching input:focus {
	background: white;
	outline: none;
	color: #7d8287;
	border: 1px solid #ceced2;
}
.searching .search-button { position: absolute; display: block; left: 180px; top: 3px; width: 29px; background: transparent url("images/button-magnify.png") left top no-repeat; height: 29px; border: none; cursor: pointer; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.searching .search-button:hover { background-position: left bottom; }
/* Widget: Categories */
.widget_categories ul { list-style: none; }
.widget_categories select { margin: 0 20px; background: white; }
/* Widget: Archives */
.widget_archive ul { list-style: none; }
/* Widget: Links */
.widget_links ul { list-style: none; }
/* Widget: Nav Menu */
.widget_nav_menu ul { list-style: none; }
.widget_nav_menu ul li { padding: 0; }
.widget_nav_menu li a { display: block; padding: 5px 20px; text-decoration: none; position: relative; border-bottom: 1px solid #e6e8ec; }
.widget_nav_menu li .sub-menu { display: none; padding: 0; }
.widget_nav_menu li .sub-menu a { padding: 5px 30px; text-decoration: none; color: #646973; }
.widget_nav_menu li .sub-menu a:hover { color: #969ba5; }
.widget_nav_menu li.current-menu-item { font-weight: bold; }
.widget_nav_menu li.current-menu-parent .sub-menu, .widget_nav_menu li.current-menu-item .sub-menu { display: block; font-weight: normal; }
/* Widget: Tags */
.tagcloud { padding: 5px 20px 0; }
.tagcloud a, .post-tags a {
	float: left;
	font-size: 11px !important;
	text-decoration: none;
	padding: 0 10px 1px;
	margin: 0 2px 2px 0;
	color: white;
	background-image: url("images/bg-button.png"); 
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #464b55;
	border: 1px solid #464b55;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	outline: none;
}
.tagcloud a:hover, .post-tags a:hover { color: #969BA5; background-position: left -80px; }
/* Widget: Recent Posts */
.widget_recent_entries ul { list-style: none; }
.widget_recent_entries li { line-height: 16px; }
.widget_recent_entries a { float: left; display: block; width: 100%; text-decoration: none; padding: 5px 0; }
.widget_recent_entries a:hover { color: #969ba5; }
/* Widget: Testimonials */
.widget_testimonials { float: left; overflow: hidden; }
.widget_testimonials .testimonial { float: left; display: block; }
.widget_testimonials .testimonial p { margin: 0; }
.widget_testimonials .testimonial .author { font-weight: bold; float: right; }
.sidebar-widget-area .widget_testimonials { width: 252px; }
.sidebar-widget-area .widget_testimonials .testimonial { width: 212px; padding: 0 20px; }
.widget_testimonials-pager { float: none; height: 40px; text-align: center; margin-top: 10px; }
.widget_testimonials-pager-container { padding: 10px 0 0; }
.widget_testimonials-pager a { display: inline-block; width: 18px; height: 18px; background: url("images/slideshow/pager.png") left top no-repeat; }
.widget_testimonials-pager a:hover { background: url("images/slideshow/pager.png") left -18px no-repeat; }
.widget_testimonials-pager a.activeSlide { background: url("images/slideshow/pager.png") left bottom no-repeat; }
/* Widget: Text */
.widget_text .textwidget { padding: 0 20px; }
/* Widget: Tweets */
.widget_tweets ul { list-style: none; }
.widget_tweets .loading { padding: 0 20px; }
.widget_tweets p { margin-bottom: 0; color: #646973; }
.widget_tweets .info { float: left; font-size: 11px; font-style: italic; width: 100%; margin-bottom: 10px; }
.widget_tweets .info a { text-decoration: none; color: #646973; }
.widget_tweets .info a:hover { color: #969ba5; }
.widget_tweets .follow { padding: 0 20px; margin-top: 5px; }

/* Footer */
footer.footer a { text-decoration: none; }
footer.footer a:hover { text-decoration: underline; }
footer.footer ul { list-style: none; text-align: center; }
footer.footer li { display: inline-block; }
.ie7 footer.footer li { display: inline; margin: 2px; }
/* Footer: Links */
.footer-links a { padding: 4px 8px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
.footer-links a:hover { text-decoration: none !important; }
/* Footer: Copyright */
.footer-copyright { margin: 15px 0 25px; }
/* Footer: Socials */
.footer-socials a { display: block; width: 20px; height: 20px; background-image: url("images/overlay-dark-25.png"); background-repeat: repeat; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
.footer-socials a:hover { background-image: none; }

/* Buttons */
.button a, button.button {
	float: left;
	padding: 4px 15px;
	margin: 0;
	color: white;
	text-decoration: none;
	background-image: url("images/bg-button.png"); 
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	outline: none;
	line-height: 16px;
	text-shadow: -1px -1px rgba(0,0,0,0.1);
}
button.button { padding: 6px 15px; }
.button a:hover, button.button:hover { color: white; background-position: left -80px; text-shadow: 0px 0px 5px rgba(255,255,255,0.3); }
/* Buttons: Sizes */
.button.small a, button.button.small { font-size: 12px; padding: 6px 14px; }
.button.medium a, button.button.medium { font-size: 14px; padding: 7px 16px; }
.button.large a, button.button.large { font-size: 16px; padding: 8px 20px; }

/* Forms */
/* Forms: Required */
.form .required-star { float: left; color: #f53c3c; padding: 5px 5px; }
.form .required-big-star { float: right; font-size: 11px; color: #f53c3c; }
/* Forms: Form Elements */
.form input, .form textarea, .form select { 
	float: left;
	background: #fcfcff;
	padding: 8px 10px; 
	border: 1px solid #d6d6da;
	color: #9ba0a5;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03);
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03);
}
.form select { padding: 5px; }
.form input:focus, .form textarea:focus, .form select:focus {
	background: white;
	outline: none;
	color: #7d8287;
	border: 1px solid #ceced2;
}
.form label { float: left; font-weight: bold; padding: 5px 0; }
.form #form-contact { margin: 20px 0 0; }
.form .row { float: left; width: 100%; }
.form .input-box { float: left; width: 286px; margin-right: 30px; }
.form .input-box-full { float: left; width: 100%; margin-top: 10px; }
.form .input-box.last { margin-right: 0; }
.form .input-box input { float: left; width: 264px; }
.form .input-box select { float: left; width: 286px; }
.form .input-box textarea, .input-box-full textarea { float: left; width: 916px; }
.form .buttons { float: left; width: 100%; margin: 20px 0; }
/* Forms: Validation - Error */
.validation-error { border: 2px solid #f53c3c; padding: 15px; margin: 20px 0 10px; }
.validation-error h4 { color: #f53c3c; margin: 0 !important; padding: 0 0 10px 0; }
.validation-error ul { color: #f53c3c; }
.validation-error ul li { float: left; width: 100%; display: block; padding: 0 0 0 15px; line-height: 12px; }
/* Forms: Validation - Success */
.validation-success { display: block; clear: both; margin: 20px 0; border: 2px solid #69b964; }
.validation-success h4 { color: #69b964; padding: 15px 20px; margin: 0 !important; }

/* Shortcodes */
/* Shortcodes: Columns */
.column { float: left; margin-bottom: 20px; }
.column.left { text-align: left; }
.column.center { text-align: center; }
.column.right { text-align: right; }

.full { float: left; width: 100%; }

/* Shorcodes: Buttons */
.button.left { float: left; margin: 0 10px 10px 0; }
.button.right { float: right; margin: 0 0 10px 10px; }

/* Shortcodes: Full Width Columns */
.full-content .one-half { width: 48%; margin-right: 3%; }
.full-content .one-half.last { margin-right: 0 !important; clear: none; }
.full-content .one-third { width: 31%; margin-right: 3%; }
.full-content .two-third { width: 62%; margin-right: 3%; }
.full-content .one-third.last, .full-content .two-third.last { margin-right: 0 !important; clear: none; }

/* Shortcodes: Page Columns */
.left-content .one-half, .right-content .one-half { width: 48%; margin-right: 3%; }
.left-content .one-half.last, .right-content .one-half.last { float: right; width: 47% !important; margin-right: 0 !important; padding-right: 0 !important; clear: none; }
.left-content .one-third, .right-content .one-third { width: 31%; margin-right: 3%; }
.left-content .two-third, .right-content .two-third { width: 62%; margin-right: 3%; }
.left-content .one-third.last, .left-content .two-third.last, .right-content .one-third.last, .right-content .two-third.last { float: right; margin-right: 0 !important; padding-right: 0 !important; clear: none; }
.left-content .one-third.last, .right-content .one-third.last { width: 31% !important; }
.left-content .two-third.last, .right-content .two-third.last { width: 62% !important; }

/* Shortcodes: Dividers */
.divider { float: left; width: 100%; height: 1px; border-top: 1px solid #e6e8ec; margin: 10px 0 20px 0; }
.divider-double { float: left; width: 100%; height: 1px; border: 1px solid #e6e8ec; border-width: 1px 0 1px 0; margin: 10px 0 20px 0; }

/* Shortcodes: Alerts */
.alert-box { display: block; padding: 15px 20px; clear: both; font-size: 15px; font-style: italic; margin: 10px 0 20px; background-image: url("images/bg-alert.png"); background-position: left top; background-repeat: repeat; }
.alert-box.yellow { background-color: #dac658; color: white; }
.alert-box.green { background-color: #7b9e5a; color: white; }
.alert-box.red { background-color: #da4a57; color: white; }
.alert-box.white { background-color: white; border: 1px solid #eceef2; background-image: url("images/bg-alert-dark.png"); }
.alert-box.blue { color: white; }

/* Shortcodes: Featured paragraph */
p.featured { font-size: 15px; font-weight: bold; margin: 5px 0 5px; padding-bottom: 10px; line-height: 23px; }

/* Shortcodes: Tabs */
.shortcode-tabs { float: left; width: 100%; margin: 20px 0; }
.shortcode-tabs .ui-tabs-nav { float: left; display: block; width: 100%; margin: 0; padding:0; clear: both; }
.shortcode-tabs .ui-tabs-nav li { list-style: none; float: left; margin: 0 2px 0 0; padding: 0; }
.shortcode-tabs .ui-tabs-nav li a { float: left; padding: 5px 15px; text-decoration: none; }
.shortcode-tabs .ui-tabs-nav li.ui-tabs-selected { position: relative; z-index: 99; }
.shortcode-tabs .ui-tabs-nav li.ui-tabs-selected a { padding: 5px 15px 6px; }
.shortcode-tabs .ui-tabs-panel { display: block; padding:6px 2px; background: none; margin-bottom: 20px; }
.shortcode-tabs .shortcode-tab-content { float: left; width: 95%; padding: 15px 2.5%; border: 1px solid #e6e8ec; background: white; margin-top: -1px }
.shortcode-tabs .ui-state-default { border: 1px solid #e6e8ec; border-bottom: none; background-image: url("images/bg-button.png"); background-position: left top; background-repeat: repeat-x; background-color: #f6f8fc; font-weight: bold; }
.shortcode-tabs .ui-state-active {  background: white; }
.shortcode-tabs .ui-tabs-hide { display: none; }

/* Elements */
/* Elements: Alignment */
.left { float: left; text-align: left; }
.alignleft { float: left; text-align: left; }
.aligncenter { float: left; text-align: center; }
.right { float: right; text-align: left; }
.alignright { float: left; text-align: right; }
.alignjustify { float: left; text-align: justify; }
/* Elements: No Display */
.no-display { display: none; }
/* Elements: Note */
.note { float: left; margin: 10px 0; padding-left: 25px; font-size: 11px; background: url("images/icons/icon-info.png") left 3px no-repeat; }
/* Elements: Blockquote */
blockquote { display: block; border: 3px solid #e6e8ec; border-width: 0 3px 0 3px; padding: 10px 20px; font-size: 14px; font-style: italic; margin: 10px 0 20px 0; line-height: 22px; }
/* Elements: Pre */
pre { display: block; border-top: 1px solid #ececf0; border-right: 1px solid #dedee2; background: #f8f8fd; padding: 0 20px; margin: 20px 0 30px 0; background: url("images/bg-pre-code.png") left top repeat-y; line-height: 25px; clear: both; }

/* WP Admin Bar */
#wpadminbar { z-index: 1000 !important; }

/* WP Captions */
.wp-caption { font-size: 11px; text-align: left; color: #646478; margin: 10px 0 20px 20px; }
.wp-caption-text { text-align: left; padding-bottom: 5px; }
.wp-caption img, .wp-caption img a { border: none; margin: 0; padding: 0; }
.gallery-caption { font-size: 11px; text-align: left; color: #646478; margin: 10px 0 20px 20px; }
.sticky {  }

/* By Post Author */
.bypostauthor { background: white; }

/* Devices Layouts */

/*

Default Layout: 988px. 
Gutters: 20px.
Outer margins: 20px.
Leftover space for scrollbars @1024px: 32px.
-----------------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10      11      12
px      64    148    232    316    400    484    568    652    736    820     904     988

*/

.canvas-container { width: 988px; -webkit-text-size-adjust: 100%; }
.header-container, .slideshow-container, .footer-container { width: 988px; }
.slideshow-slider { width: 988px; height: 494px; }
.slideshow .pager { top: 380px; }

/*

1024px Wide Layout: 904px.
Gutters: 20px.
Outer margins: 20px.
Inherits styles from: Default Layout.
-------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      64    148    232    316    400    484    568    652    736    820

*/

@media only screen and (min-width: 914px) and (max-width: 1082px) {
	
.canvas-container { width: 820px; }
.header-container, .slideshow-container, .footer-container { width: 820px; }
.slideshow-slider, .slideshow-slider img { width: 820px; height: 357px; }
.slideshow .pager { top: 312px; }
/* Tagline */
.tagline { padding: 20px 0; }
.tagline h2 { font-size: 22px; padding: 5px 25px 5px; }
.tagline p { font-size: 15px; padding: 0 25px 0; }
/* Callout */
.callout { padding: 20px 25px 25px; }
.callout .callout-content { width: 65%; }
.callout h2 { font-size: 20px; padding: 5px 0 5px; }
/* Portfolio */
.portfolio .portfolio-item { width: 240px; }
.portfolio .portfolio-image { width: 240px; height: 146px; }
.portfolio .portfolio-image img { width: 240px; height: auto; }
.portfolio-single-content { width: 252px; }
.portfolio-single-slider { width: 548px; height: 252px; }
.portfolio-single-slider img { width: 548px; height: auto; }
.portfolio-single .video-embed { width: 548px; }
.portfolio-single .video-embed iframe { width: 548px; }
.portfolio-single .audio-embed { width: 548px; }
.portfolio-single-image { width: 548px; }
.portfolio-single-image img { width: 548px; height: auto; }
.portfolio-single-pager { width: 548px; }
/* Posts */
.posts-home { margin-top: 20px; }
.posts-home .post { width: 240px; }
.posts-home .post-image, .posts-home .post-image img { width: 240px; height: 97px; }
.posts-blog .post-image, .posts-blog .post-image img { width: 523px; height: 167px; }
.posts .divider { width: 523px; }
/* Comment Form */
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url { float: left; width: 243px; margin-right: 20px; }
#respond .comment-form-url { margin-right: 0; }
#respond input { width: 221px; }
#respond textarea { width: 748px; height: 80px; }
/* Left Content + Right Sidebar */
.left-content { background-position: 568px top; }
.left-content .left-rail { width: 548px; }
.left-content .right-rail { width: 252px; }
/* Right Content + Left Sidebar */
.right-content .right-rail { width: 548px; }
.right-content .left-rail { width: 252px; }
/* Footer */
footer.footer { margin-top: 30px; }
.footer-container { padding: 10px 0 30px; }
/* Buttons */
.button a, button.button { line-height: 12px; }
/* Forms */
.input-box { width: 236px; }
.input-box input { width: 214px; }
.input-box select { width: 236px; }
.input-box textarea, .input-box-full textarea { width: 748px; }
/* Google Map */
.google-map iframe { width: 770px !important; }
/* Audio Player */
.audio-player-progress { width: 398px; }

}

/*

Tablet Layout: 652px (768px).
Gutters: 20px.
Outer margins: 20px.
Inherits styles from: Default Layout.
-----------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      64    148    232    316    400    484    568    652

*/

@media only screen and (min-width: 746px) and (max-width: 913px) {
	
.canvas-container { width: 652px; }
.header-container, .slideshow-container, .footer-container { width: 652px; }
.slideshow-slider, .slideshow-slider img { width: 652px; height: 284px; }
.slideshow .pager { display: none; }
/* Navigation */
nav.nav { padding-top: 35px; }
nav.nav li { font-size: 12px; }
nav.nav li a { padding: 6px 12px; }
nav.nav li .sub-menu, nav li .children { top: 32px; width: 160px; }
nav.nav li li a { padding: 3px 12px; }
/* Tagline */
.tagline { padding: 15px 0; }
.tagline h2 { font-size: 20px; padding: 5px 25px 5px; }
.tagline p { font-size: 14px; padding: 0 25px 0; }
/* Callout */
.callout { padding: 20px 25px 25px; }
.callout .callout-content { width: 60%; }
.callout h2 { font-size: 18px; padding: 5px 0 5px; }
/* Portfolio */
.portfolio .portfolio-item { width: 184px; }
.portfolio .portfolio-item h2 { font-size: 13px; }
.portfolio .portfolio-image { width: 184px; height: 112px; }
.portfolio .portfolio-image img { width: 184px; height: auto; }
.portfolio-single-content { width: 168px; }
.portfolio-single-slider { width: 464px; height: 213px; }
.portfolio-single-slider img { width: 464px; height: auto; }
.portfolio-single .video-embed { width: 464px; }
.portfolio-single .video-embed iframe { width: 464px; }
.portfolio-single .audio-embed { width: 464px; }
.portfolio-single-image { width: 464px; }
.portfolio-single-image img { width: 464px; height: auto; }
.portfolio-single-pager { width: 464px; }
/* Posts */
.posts-home { margin-top: 20px; }
.posts-home .post { width: 184px; }
.posts-home .post h2 { font-size: 13px; }
.posts-home .post-image, .posts-home .post-image img { width: 184px; height: 74px; }
.posts-blog .post h2 { font-size: 18px; }
.posts-blog .post-image, .posts-blog .post-image img { width: 439px; height: 140px; }
.posts .divider { width: 439px; }
/* Comment Form */
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url { float: left; width: 187px; margin-right: 20px; }
#respond .comment-form-url { margin-right: 0; }
#respond input { width: 165px; }
#respond textarea { width: 580px; height: 60px; }
/* Left Content + Right Sidebar */
.left-content { background-position: 484px top; }
.left-content .left-rail { width: 464px; }
.left-content .right-rail { width: 169px; }
/* Right Content + Left Sidebar */
.right-content { background-position: 164px top; }
.right-content .right-rail { width: 464px; }
.right-content .left-rail { width: 169px; }
/* Widget: Searching */
.searching { width: 129px; }
.searching input { width: 107px; height: 17px; }
.searching .search-button { position: absolute; display: block; left: 97px; top: 3px; }
/* Widget: Tags */
.tagcloud a, .post-tags a { font-size: 10px !important; line-height: 14px; padding: 2px 4px; }
/* Widget: Testimonials */
.sidebar-widget-area .widget_testimonials { width: 169px; }
.sidebar-widget-area .widget_testimonials .testimonial { width: 129px; }
/* Footer */
footer.footer { margin-top: 20px; font-size: 11px; }
.footer-container { padding: 10px 0 30px; }
/* Forms */
.input-box { width: 286px; }
.input-box input { width: 264px; }
.input-box select { width: 286px; }
.input-box textarea, .input-box-full textarea { width: 580px; }
/* Google Map */
.google-map iframe { width: 602px !important; }
/* Audio Player */
.audio-player-progress { width: 314px; }
}

/*

Wide Mobile Layout: 440px (480px).
Gutters: 20px.
Outer margins: 20px.
Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      64    148    232    316    400  

*/

@media only screen and (min-width: 534px) and (max-width: 745px) {

body { background-image: none !important; }
.canvas-container { width: 440px; }
.header-container, .slideshow-container, .footer-container { width: 440px; }
.slideshow-slider, .slideshow-slider img { width: 440px; height: 191px; }
.slideshow .pager { display: none; }
/* Headings and Titles */
.page-title h1, .page-title h2 { font-size: 20px; margin: 20px; }
.page-title .headline { font-size: 13px; margin: 20px; }
.page-title .portfolio-link { font-size: 13px; margin: 20px; }
/* Navigation */
nav.nav { padding-top: 0; float: left; width: 100%; height: auto; margin-bottom: 5px; }
nav.nav #menu-main-menu { height: auto; width: 100%; }
nav.nav li { float: none; display: block; position: relative; font-size: 12px; }
nav.nav li a { padding: 6px 12px; width: 416px; background: white; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25); box-shadow: 0 1px 3px rgba(0,0,0,0.25); margin-bottom: 5px; }
nav.nav li .sub-menu, nav li .children { top: 32px; width: 160px; }
nav.nav li:hover .sub-menu, nav li:hover .children { display: none; }
nav.nav li li a { padding: 3px 12px; }
/* Tagline */
.tagline { padding: 10px 0; }
.tagline h2 { font-size: 18px; padding: 5px 20px 5px; }
.tagline p { font-size: 12px; padding: 0 20px 0; }
/* Callout */
.callout { padding: 15px 20px 20px; }
.callout .callout-content { width: 100%; margin-bottom: 10px; }
.callout h2 { font-size: 16px; padding: 5px 0 5px; }
.callout p { font-size: 12px; }
/* Portfolio */
.portfolio .portfolio-item { width: 190px; padding: 0 0 15px 20px; font-size: 12px; }
.portfolio .portfolio-item h2 { font-size: 12px; }
.portfolio .portfolio-image { width: 190px; height: 116px; }
.portfolio .portfolio-image img { width: 190px; height: auto; }
.portfolio-single-content { width: 440px; }
.portfolio-single-slider { width: 440px; height: 202px; }
.portfolio-single-slider img { width: 440px; height: auto; }
.portfolio-single .video-embed { width: 440px; }
.portfolio-single .video-embed iframe { width: 440px; }
.portfolio-single .audio-embed { width: 440px; }
.portfolio-single-image { width: 440px; }
.portfolio-single-image img { width: 440px; height: auto; }
.portfolio-single-pager { width: 440px; }
.pagination-container { padding: 0 20px; }
/* Posts */
.posts-home { margin-top: 20px; }
.posts-home .post { width: 190px; font-size: 12px; padding: 0 0 15px 20px; }
.posts-home .post h2 { font-size: 12px; }
.posts-blog .post-image { margin: 20px 0 10px -20px; }
.posts-home .post-image, .posts-home .post-image img { width: 190px; height: 76px; }
.posts-blog .post h2 { font-size: 18px; }
.posts-blog .post-image, .posts-blog .post-image img { width: 440px; height: 140px; }
.posts .divider { width: 440px; margin: 10px 0 10px -20px; }
/* Comments */
.comments-container { padding: 20px; }
/* Comment Form */
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url { float: left; width: 400px; margin-right: 0; margin-bottom: 0; }
#respond input { width: 378px; }
#respond textarea { width: 378px; height: 60px; }
#respond .form-allowed-tags { display: none; }
/* Layouts */
.page-content { padding: 20px; }
/* Left Content + Right Sidebar */
.left-content { background: white; }
.left-content .left-rail { width: 440px; }
.left-content .left-rail-container { padding: 0 20px; }
.left-content .right-rail { width: 440px; }
/* Right Content + Left Sidebar */
.right-content { background: white; }
.right-content .right-rail { width: 440px; }
.right-content .right-rail-container { padding: 0 20px; }
.right-content .left-rail { width: 440px; }
/* Sidebar */
.searching { display: none !important; }
.widget_recent_entries { display: none !important; }
.widget_tag_cloud { display: none !important; }
.widget_tweets { display: none !important; }
.widget_testimonials { display: none !important; }
.widget_links { display: none !important; }
/* Footer */
footer.footer { margin-top: 20px; font-size: 11px; }
.footer-container { padding: 10px 0 30px; }
/* Forms */
.input-box { width: 400px; }
.input-box input { width: 378px; }
.input-box select { width: 400px; }
.input-box textarea, .input-box-full textarea { width: 378px; }
/* Google Map */
.google-map iframe { width: 400px !important; }
/* Audio Player */
.audio-player-progress { width: 290px; }
}

/*

Mobile Layout: 272px (320px).
Gutters: 20px.
Outer margins: 20px.
Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      64    148    232  

*/

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

body { background-image: none !important; }	
.canvas-container { width: 232px; }
.header-container, .slideshow-container, .footer-container { width: 232px; }
.tools { display: none; }
.slideshow-slider, .slideshow-slider img { width: 232px; height: 101px; }
.slideshow .pager { display: none; }
/* Headings and Titles */
.page-title h1, .page-title h2 { font-size: 20px; margin: 20px 20px 10px; display: block; width: 100%; }
.page-title .headline { display: block; float: left; font-size: 13px; margin: 0 20px 20px; }
.page-title .portfolio-link { display: block; float: left; font-size: 13px; margin: 0 20px 20px; }
/* Navigation */
nav.nav { padding-top: 0; float: left; width: 100%; height: auto; margin-bottom: 5px; }
nav.nav #menu-main-menu { height: auto; width: 100%; }
nav.nav li { float: none; display: block; position: relative; font-size: 12px; }
nav.nav li a { padding: 6px 12px; width: 208px; background: white; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25); box-shadow: 0 1px 3px rgba(0,0,0,0.25); margin-bottom: 5px; }
nav.nav li .sub-menu, nav li .children { top: 32px; width: 160px; }
nav.nav li:hover .sub-menu, nav li:hover .children { display: none; }
nav.nav li li a { padding: 3px 12px; }
/* Tagline */
.tagline { padding: 10px 0; }
.tagline h2 { font-size: 18px; padding: 5px 20px 5px; }
.tagline p { font-size: 12px; padding: 0 20px 0; }
/* Callout */
.callout { padding: 15px 20px 20px; }
.callout .callout-content { width: 100%; margin-bottom: 10px; }
.callout h2 { font-size: 16px; padding: 5px 0 5px; }
.callout p { font-size: 12px; }
/* Portfolio */
.portfolio .portfolio-item { width: 192px; padding: 0 0 15px 20px; font-size: 12px; }
.portfolio .portfolio-item h2 { font-size: 12px; }
.portfolio .portfolio-image { width: 192px; height: 118px; }
.portfolio .portfolio-image img { width: 192px; height: auto; }
.portfolio-single-content { width: 232px; }
.portfolio-single-slider { width: 232px; height: 107px; }
.portfolio-single-slider img { width: 232px; height: auto; }
.portfolio-single .video-embed { width: 232px; }
.portfolio-single .video-embed iframe { width: 232px; }
.portfolio-single .audio-embed { width: 232px; }
.portfolio-single-image { width: 232px; }
.portfolio-single-image img { width: 232px; height: auto; }
.portfolio-single-pager { width: 232px; }
.pagination-container { padding: 0 20px; }
/* Posts */
.posts-home { margin-top: 20px; }
.posts-home .post { width: 192px; font-size: 12px; padding: 0 0 15px 20px; }
.posts-home .post h2 { font-size: 12px; }
.posts-blog .post-image { margin: 20px 0 10px -20px; }
.posts-home .post-image, .posts-home .post-image img { width: 192px; height: 77px; }
.posts-blog .post h2 { font-size: 18px; }
.posts-blog .post-image, .posts-blog .post-image img { width: 232px; height: 74px; }
.posts .divider { width: 232px; margin: 10px 0 10px -20px; }
/* Comments */
.comments-container { padding: 20px; }
/* Comment Form */
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url { float: left; width: 192px; margin-right: 0; margin-bottom: 0; }
#respond input { width: 170px; }
#respond textarea { width: 170px; height: 60px; }
#respond .form-allowed-tags { display: none; }
/* Layouts */
.page-content { padding: 20px; }
/* Left Content + Right Sidebar */
.left-content { background: white; }
.left-content .left-rail { width: 232px; }
.left-content .left-rail-container { padding: 0 20px; }
.left-content .right-rail { width: 232px; }
/* Right Content + Left Sidebar */
.right-content { background: white; }
.right-content .right-rail { width: 232px; }
.right-content .right-rail-container { padding: 0 20px; }
.right-content .left-rail { width: 232px; }
/* Sidebar */
.searching { display: none !important; }
.widget_recent_entries { display: none !important; }
.widget_tag_cloud { display: none !important; }
.widget_tweets { display: none !important; }
.widget_testimonials { display: none !important; }
.widget_links { display: none !important; }
/* Footer */
footer.footer { margin-top: 20px; font-size: 11px; }
.footer-container { padding: 10px 0 30px; }
/* Forms */
.input-box { width: 192px; }
.input-box input { width: 170px; }
.input-box select { width: 192px; }
.input-box textarea, .input-box-full textarea { width: 170px; }
/* Google Map */
.google-map iframe { width: 192px !important; }
/* Audio Player */
.audio-player-progress { width: 82px; }
}