/*-----------------------------------------------------------------------------------

	Theme Name: Artiste
	Theme URI: http://www.premiumpixels.com
	Description: A Professional Portfolio Theme
	Author: Orman Clark
	Author URI: http://www.premiumpixels.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.1
	
	Designed & Handcrafted by Orman Clark for PremiumPixels.com
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
	2.	Header Styles
	3.	Navigation & Menus
	4.	Main Content Styles
	5.  Portfolio Content Styles
	6.	Post Content Styles
	7.	Comments
	8.	Pagination
	9.	Footer Styles
	10.	Page & Page Templates
	11.	Widgets
	12.	Shortcode Styles

-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */


/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

html, body { height: 100%; }

body {
	font: 0.9em/24px 'PT Serif', serif;
	background: #fff url(images/bg.png) 0 0 repeat-y fixed;
	color: #515255;
}

.hidden { display: none; }

.alignleft { float: left; }

.alignright { float: right; }

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

a { 
    border-bottom: 1px solid #cdd0d2;
    color: #f15755;
    text-decoration: none;
    -webkit-transition: color .1s linear;
	-moz-transition: color .1s linear;
	-o-transition: color .1s linear;
	-ms-transition: color .1s linear;
	transition: color .1s linear;
}

a:hover { 
    color: #515255;
    text-decoration: none; 
}

a img { 
    border: none; 
    vertical-align: bottom;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.gallery-row,
.author-bio,
#logo { margin-bottom: 20px; }

.hentry,
.navigation-links,
.hfeed,
.post-thumb,
.pinglist { margin-bottom: 30px; }

.widget
.children,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.comment-body ol ol,
.comment-body ol ul,
.comment-body ul ul,
.widget ul ul { margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c2d31;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
	padding: 0;
}

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

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

h3 {
	font-size: 16px;
	line-height: 20px;
}

h4 {
	font-size: 14px;
	line-height: 18px;
}

h5 {
	font-size: 12px;
	line-height: 18px;
}

h6 {
	font-size: 10px;
	line-height: 16px;
}

.entry-content h2 {
	padding: 10px 0 0 0;
	margin-bottom: 15px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.page-title,
.single-portfolio .entry-title,
.blog .entry-title,
.single .entry-title,
.archive .entry-title { font-family: 'PT Serif', Serif; }

.tax-skill-type .entry-title { font-family: 'Helvetica Neue', Helvetica, sans-serif; }

.page-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
}

.archive .page-title,
.search .page-title {
	font-size: 12px;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

.entry-title,
.entry-title a {
    border-bottom: none;
    color: #2c2d31;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 25px;
}

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

/* Common Layout --------------------------------*/

#container { padding-top: 40px; }
	
.blog #primary,
.single-post #primary,
.attachment #primary,
.date #primary,
.category #primary,
.tag #primary,
.error404 #primary { /* updates should correspond with .blog #content */
    position: relative;
    width: 540px; 
    margin: 0 auto;
}

.page-template-default #primary,
.page-template-template-contact-php #primary,
.page-template-template-archives-php #primary {
    position: relative;
    width: 700px; 
    margin: 0 auto;
}

.page-template-template-full-width-php #primary {
    margin: 0 auto;
    min-width: 700px;
    position: relative;
    width: 100%;
}

.layout-2cl #primary { float: right; }

#content { 
    display: block;
    margin-bottom: 40px; 
    padding: 0 10px 0 250px;
    text-shadow: 0 1px 0 rgba(255,255,255,1);
}

.page-template-template-full-width-php #content,
.search-results #content  { padding-right: 30px; }

.search-results #content { min-width: 700px; }

.blog #content,
.single-post #content,
.attachment #content,
.date #content,
.category #content,
.tag #content,
.error404 #content { padding-right: 200px; } /* updates should correspond with .blog #primary */

#sidebar {
	background: #fff;
	color: #8d8f8f;
	display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 18px;
	width: 220px;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
}

#sidebar a { 
    border-bottom: 1px solid #e6eaed;
    color: #8d8f8f; 
}

#sidebar a:hover { color: #f15755; }

#sidebar li { line-height: 20px; }

.layout-2cl #sidebar { float: left; }

#footer { clear: both; }

.entry-container { position: relative; }

.entry-content { 
    overflow: hidden;
    width: 540px; 
}

.page .entry-content { width: inherit; }


/*-----------------------------------------------------------------------------------*/
/*	2.	Header Styles
/*-----------------------------------------------------------------------------------*/

#logo { padding: 0 30px; }

#logo a {
    border-bottom: none;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
}

#logo a:hover { text-decoration: none; }

#logo img { vertical-align: top; }

#tagline { padding-top: 5px; }


/*-----------------------------------------------------------------------------------*/
/*	3.	Navigation & Menus
/*-----------------------------------------------------------------------------------*/

#sidebar .current-menu-item > a,
.blog #sidebar .current_page_parent a,
.single-post #sidebar .current_page_parent a,
#sidebar .current-portfolio-parent a /* This adds highlight to skill types */ { color: #f15755; }


/*-----------------------------------------------------------------------------------*/
/*	4.	Main Content Styles
/*-----------------------------------------------------------------------------------*/

address { font-style: italic; }

abbr[title],
acronym[title],
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #666;
}

blockquote {
	font-family: 'PT Serif', Serif;
	margin: 40px 60px;
	font-weight: bold;
}

strong { font-weight: bold; }

em,
dfn,
cite { font-style: italic; }

dfn { font-weight: bold; }

sup {
	font-size: 11px;
	vertical-align: top;
}

sub {
	font-size: 11px;
	vertical-align: bottom;
}

small { font-size: 11px; }

del { text-decoration: line-through; }

ins { text-decoration: underline; }

code,
pre { line-height: 18px; }

var,
kbd,
samp,
code,
pre {
	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	background: #efefef;
}

kbd { font-weight: bold; }

samp,
var { font-style: italic; }

pre {
    background-color: transparent;
	white-space: pre;
	overflow: auto;
    margin: 40px 60px;
	clear: both;
	text-shadow: none;
}

code { padding: 3px; }

ul,
ol,
dl { margin-left: 30px; }

table {
	border: 1px solid #ccc;
	border-width: 1px;
	line-height: 18px;
	margin: 0 0 22px 0;
	text-align: left;
	padding: 0 5px;
}

table .even { background: #ddd; }

caption { text-align: left; }

tr { border-bottom: 1px solid #ccc; }

th,
td {
	padding: 5px 15px;
	vertical-align: middle;
	text-align: center;
}

/* Common Media Elements ----------------------*/

.post-thumb { display: inline-block; }

.post-thumb a {
    background: #fff url(images/expand_light.png) 50% 50% no-repeat;
    border-bottom: none;
    display: inline-block;
}

.post-thumb img {
    border: 5px solid #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;	
	transition: opacity .3s ease-in-out;
}

.post-thumb a > img:hover { opacity: .4; }

.entry-content img { 
    border: 5px solid #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
    max-width: 100%; 
}

img.alignleft {
	float: left;
	margin: 15px 25px 20px 0;
}

img.alignright {
	display: block;
	margin: 15px 0 25px 20px;
}

img.aligncenter {
	display: block;
	clear: both;
    margin: 20px auto;
}

img.alignnone {
    display: block;
    margin: 20px 0 20px;
}

.wp-caption {
	text-align: center;
	margin: 10px 20px 20px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.wp-caption.aligncenter { margin: 20px auto; }

.wp-caption.alignleft { margin-left: 0; }

.wp-caption.alignright { margin-right: 0; }

.wp-caption.alignnone { margin-left: 0; }

.wp-caption img,
.wp-caption img a {
	margin: 0;
	padding: 0;
}

.wp-caption
.wp-caption-text {
	margin: 0;
	padding: 5px;
}

.wp-smiley {
	max-height: 13px;
	margin: 0 !important;
}

.gallery { margin: auto; }

.gallery-image {
	border: 2px solid #efefef;
	margin-left: 0;
}

.gallery-caption { 
    font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-left: 0; 
}

.gallery-item {
	float: left;
	text-align: center;
	margin-left: 0;
}

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

.gallery-item { float: left; }

.gallery-item .gallery-caption { 
    margin-bottom: 0 !important;
    padding-right: 12%; 
}

.gallery-item img {
    border: 5px solid #fff !important;
	margin: 0 !important;
	padding:  0 !important;
}

.gallery-item a {
	float: left;
	border: none !important;
	margin:  0 !important;
	padding: 0 !important;
}

.gallery-icon a { margin-bottom: 5px !important; }

iframe { max-width: 100%; }

/* Audio/Video jPlayer Skin ----------------------------*/

div.jp-jplayer.jp-jplayer-video,
div.jp-jplayer.jp-player-video { 
    background-color: #292a2b;
    width: 700px; 
}

.jp-jplayer-audio { background: url("images/dark_bg.jpg")!important; }

div.jp-interface {
	position: relative;
	width: 100%;
	background: url(images/jplayer_bg.png) repeat-x;
	z-index: 100;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

.jp-interface { height: 30px; }

.jp-controls {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.jp-controls li { display: inline; }

.jp-controls a {
    border-bottom: none;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
}

a.jp-play,
a.jp-pause {
	width: 33px;
	height: 30px;
	z-index: 1;
	outline: none;
	top: 0;
	left: 0;
}

a.jp-play { background: url(images/jplayer-black-and-yellow.png) 0 0 no-repeat; }

a.jp-play:hover { background-position: -33px 0; }

a.jp-pause { 
    background: url(images/jplayer-black-and-yellow.png) 0 -30px no-repeat; 
    display: none;
}

a.jp-pause:hover { background-position: -33px -30px; }

.jp-progress-container {
	position: absolute;
	top: 0;
	left: 34px;
	width: 550px;
	height: 6px;
	padding: 12px 10px;
}

.jp-progress { 
    position: absolute; 
	width: 548px;
	height: 7px;
	padding: 1px;
	background: url(images/jplayer-black-and-yellow.png) 0 -192px repeat-x ;
}

.jp-seek-bar {
	width: 0px;
	height: 5px;
	cursor: pointer;
	background: url(images/jplayer-black-and-yellow.png) 0 -163px repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.jp-play-bar {
	width: 0px;
	height: 5px;
	background: url("images/jplayer-black-and-yellow.png") 0 -133px repeat-x ;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.jp-volume-bar-container {
	position: absolute;
	top: 0;
	left: 615px;
	width: 40px;
	height: 6px;
	padding: 12px 10px;
}

.jp-volume-bar {
	position: relative;
	overflow: hidden;
	background: url(images/jplayer-black-and-yellow.png) 0 -192px repeat-x;
	width: 40px;
	height: 9px;
	cursor: pointer;
	top: 0;
	left: 18px;
}

.jp-volume-bar-value {
	width: 0px;
	height: 5px;
	margin: 1px;
	background: url(images/jplayer-black-and-yellow.png) 0 -133px repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

a.jp-mute,
a.jp-unmute {
	width: 17px;
	height: 13px;
	z-index: 1;
	outline: none;
	top: 9px;
	left: 615px;
}

a.jp-mute { background: url(images/jplayer-black-and-yellow.png) -10px -68px no-repeat; }

a.jp-mute:hover { background-position: -43px -68px; }

a.jp-unmute { background: url(images/jplayer-black-and-yellow.png) -10px -98px no-repeat; }

a.jp-unmute:hover { background-position: -43px -98px; }

.seperator-first,
.seperator-second {
	background:url(images/seperator.png) no-repeat left;
	height: 30px;
	width: 2px;
	position: absolute;
	left: 32px;
}

.seperator-second { left: 605px; }

/* Common Form Elements ----------------------------*/

input,
textarea,
button {
	background: #fff;
	border: 1px solid #bfc2c4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.15) inset;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.15) inset;
	box-shadow: 0 1px 4px rgba(0,0,0,.15) inset;
	color: #8d8f8f;
	font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input,
textarea { 
    padding: 5px 10px; 
    width: 215px;
    font-family: 'PT Serif', Serif;
}

.ie input { 
    height: 22px;
    padding: 3px 10px;
}

button,
#submit {
    background: #fff url(images/button_bg.gif) 0 -30px repeat-x;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #b2b4b6;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	color: #444;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	padding: 2px 10px 4px 10px;
	text-shadow: 0 1px 0 rgba(255,255,255,.4);
	width: auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

button:hover,
#submit:hover {
    background-position: 0 0;
}

input:focus,
textarea:focus,
button:hover {
	background: #fff;
	border-color: #a5a7a8;
	color: #43474c;
}


/*-----------------------------------------------------------------------------------*/
/*	5.	Portfolio Content Styles
/*-----------------------------------------------------------------------------------*/

.page-template-template-home-php .hentry,
.tax-skill-type .hentry {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 25px;
    vertical-align: top;
}

.page-template-template-home-php .entry-title,
.tax-skill-type .entry-title {
    width: 220px;
}


.portfolio .post-thumb { margin-bottom: 14px; }

.page-template-template-home-php .entry-title,
.page-template-template-home-php .entry-title a,
.tax-skill-type .entry-title,
.tax-skill-type .entry-title a {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    text-align: center;
}

.page-template-template-home-php .entry-meta,
.tax-skill-type .entry-meta {
    position: static;
    width: inherit;
}

.page-template-template-home-php .entry-meta .entry-skills,
.tax-skill-type .entry-meta .entry-skills {
    width: 220px;
    margin-bottom: 0;
}

.entry-meta .entry-skills {
    display: block;
    font-family: 'PT Serif', serif;
    font-size: 11px;
    text-align: center;
}

.entry-skills a { 
    border-bottom: none;
    color: #8d8f8f; 
}

.entry-skills a:hover { color: #f15755; }

/* Single Portfolio ---------------------------------------------------*/
.single-portfolio #content { margin-right: 30px; }

.single-portfolio #primary { 
    margin: 0 auto;
    width: 700px; 
}

.single-portfolio .entry-title a {
    border-bottom: none;
    color: #8d8f8f;
    font-size: 11px;
    font-weight: normal;
    margin-left: 12px;
}

.single-portfolio .entry-title a:hover { color: #f15755; }

.single-portfolio .entry-content {
    margin-top: 40px;
    position: relative;
    overflow: visible;
}

.slider {
	position: relative;
	margin-bottom: 65px;
}

.slider img { vertical-align: bottom; }

.slide_count {
    color: #8d8f8f;
    font-size: 12px;
    position: absolute;
    bottom: -40px;
    left: 0;
}

.slides_prev,
.slides_next {
    border-bottom: none;
    color: #8d8f8f;
    font-size: 12px;
    position: absolute;
    bottom: -40px;
    right: 0;
}

.slides_prev { right: 45px; }

/* Related Portfolios ----------------------------------*/

.entry-related {
	width: 700px;
	margin: 40px 0 -30px 0;
	padding: 40px 0 0 0;
}

.entry-related .related-title {
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	margin-bottom: 25px;
}

.entry-related ul { 
    margin: 0; 
    overflow: hidden;
}

.entry-related li {
    float: left;
    margin-right: 20px;
    min-height: 227px;
}

.entry-related li.omega { margin-right: 0; }

.entry-related .post-thumb { 
    margin-bottom: 14px; 
}

.entry-related .entry-title {
    text-align: center;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	line-height: 16px;
	width: 220px;
}

.single-portfolio .entry-related .entry-title a {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

/*-----------------------------------------------------------------------------------*/
/*	6.	Post Content Styles
/*-----------------------------------------------------------------------------------*/

.blog .hentry,
.single-post .hentry,
.date .hentry,
.category .hentry,
.tag .hentry { 
    border-bottom: 1px solid #cdd0d2;
    margin-bottom: 40px;
    padding-bottom: 25px;
    position: relative;
    width: 540px; 
}

.entry-meta {
	font-size: 12px;
	color: #8d8f8f;
	width: 130px;
    position: absolute;
    top: 0;
    right: -160px;
    line-height: 20px;
}

.entry-meta h4 {
	font-size: 12px;
	font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
}

.entry-meta span { 
    display: inline-block;
    margin-bottom: 10px;
}

.entry-meta p { margin-bottom: 10px; }

.entry-meta a { 
    border-bottom: none;
    color: #8d8f8f; 
}

.entry-meta a:hover { color: #515255; }

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

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


/*-----------------------------------------------------------------------------------*/
/*	7.	Comments
/*-----------------------------------------------------------------------------------*/

.comments_intro {
    font-size: 12px;
    position: absolute;
    right: -160px;
    width: 130px;
    line-height: 18px;
}

.comments_intro p { margin-bottom: 10px; }

.page .comments_intro { right: 0; }

.comments_intro h3 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 6px;
}

.comments_intro a { border-bottom: none; }

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

.page .commentlist {  width: 540px; }

.page #respond { width: 540px; }

.commentlist #respond { 
    background-color: #fff;
    padding: 20px 20px 5px 20px;
}

.commentlist #respond .comments_intro { display: none; }

.pinglist {
	margin: 20px 0 40px 30px;
	list-style-type: decimal;
}

.comment > div {
	background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
	padding: 20px 0 25px;
	margin-top: 20px;
}

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

.comment-body { margin: 0 90px 0 20px; }

.comment-body p { margin: 20px 0 0 0; }

.comment-body p:first-child { margin-top: 0; }

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

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

.comment-author-admin {
	background: #fbfbfb!important;
	border: #efefef;
}

.comment-author { 
    display: inline-block;
    margin-left: 20px;
    margin-right: 5px;
}

.comment-author cite { 
    font-style: normal;
    font-weight: bold; 
}

.comment-author a { 
    border-bottom: none;
    color: #2c2d31; 
}

.comment-author a:hover { color: #f15755; }

.bypostauthor .comment-author,
.bypostauthor .comment-author a { color: #f15755; }

.bypostauthor .comment-author a:hover { color: #2c2d31; }

.comment-meta {
    color: #8d8f8f;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 8px;
}

.comment-meta a {
    border-bottom: none;
    color: #8d8f8f;
}

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

.commentlist .children { 
    margin-left: 60px;
    list-style-type: none; 
}

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

.cancel-comment-reply a {
    border-bottom: none;
    color: #8d8f8f;
    font-size: 11px;
}

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

.moderation { 
    color: #f15755;
    display: block; 
    margin-left: 20px;
}

#commentform { margin-top: 20px; }

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

#commentform label span { color: #8d8f8f; }

#commentform textarea { width: 95%; }


/*-----------------------------------------------------------------------------------*/
/*	8.	Pagination
/*-----------------------------------------------------------------------------------*/

.page-navigation,
.single-page-navigation {
	width: 540px;
	font-size: 13px;
}

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

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

.single-page-navigation { 
    border-top: 1px solid #cdd0d2; 
    margin-top: 45px;
    padding-top: 40px;
}

p.page-navigation { clear: both; }

.single-portfolio-navigation {
	font-size: 13px;
	padding-top: 40px;
	margin-top: 40px;
}





/*-----------------------------------------------------------------------------------*/
/*	9.	Footer Styles
/*-----------------------------------------------------------------------------------*/

#footer {
    color: #999;
    font-size: 11px;
	padding: 30px;
}

#footer a { color: #999; }

#footer a:hover { color: #2c2d31; }

.copyright { margin-bottom: 0; }

.credit {  }


/*-----------------------------------------------------------------------------------*/
/*	10.	Page & Page Templates
/*-----------------------------------------------------------------------------------*/

.page .edit-post {
    color: #8d8f8f;
    font-size: 12px;
    font-weight: normal;
    float: right;
}

.page .edit-post a {
    border-bottom: none;
    color: #8d8f8f;
    font-size: 12px;
    font-weight: normal;
}

.page .edit-post a:hover { color: #515255; }

.archive-lists .children { margin-bottom: 0; }

/* Search Page -------------------------------*/
.search_posts,
.search_portfolio {
    float: left;
    width: 45%;
}

.search_portfolio { margin-left: 8%; }

.search_posts ol,
.search_portfolio ol { list-style-type: decimal; }

.search_posts li,
.search_portfolio li { margin-bottom: 15px; }

/* Contact Template --------------------------*/

.contactform { margin-left: 0; }

.contactform li { list-style-type: none; }

.contactform li label {
	display: block;
	margin-bottom: 10px;
}

.contactform li input[type="text"] {
	width: 300px;
	margin-bottom: 15px;
}

.contactform li textarea {
	width: 676px;
	height: 200px;
	margin-bottom:15px;
}

.contactform li button { float: right; }

label.error { color: red; }

/* Archives Template -------------------------*/
.archive-lists { overflow: hidden; }

.archive-lists h4 { padding-top: 10px; }

.archive-lists ul {
	margin: 10px 0 0 0;
	font-size: 13px;
}


/*-----------------------------------------------------------------------------------*/
/*	11.	Widgets
/*-----------------------------------------------------------------------------------*/

.widget { padding: 0 30px 28px 30px; }

.widget-title {
	color: #2c2d31;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}

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

.widget ol {
	list-style-type: decimal;
	margin-bottom: 0;
}

/* Menu Widget ---------------------------*/
.widget_nav_menu .sub-menu { margin-left: 10px; }

/* Text Widget ---------------------------*/
.widget_text p { margin: 30px 0 0 0; }

.widget_text p:first-child { margin-top: 0; }

/* Search Widget -------------------------*/
.widget_search #s { 
    font-size: 12px;
    padding: 5px 7px;
    width: 146px; 
}

.widget_search form,
.widget_search fieldset { margin: 0; }

/* Calander Widget ----------------------*/
.widget_calendar caption { margin-bottom: 5px; }

.widget_calendar table { width: 100% }

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

#twitter-holder {
	background: url(images/ajax-loader.gif) no-repeat center;
	min-height: 20px;
}

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

.tz_tweet_widget ul li { padding: 0 0 8px 0; }

.tz_tweet_widget ul li > span { display: block; }

#sidebar .tz_tweet_widget span > a { color: #515255; }

#sidebar .tz_tweet_widget span > a:hover { color: #f15755; }

#sidebar .tz_tweet_widget a { 
    border-bottom: none;
    color: #8d8f8f; 
    font-size: 11px !important;
}

#sidebar .tz_tweet_widget span a {
	font-size: 12px!important;
}

#sidebar .tz_tweet_widget a:hover { color: #515255; }

/* Flickr Widget -------------------------*/
.tz_flickr_widget { padding-right: 0; }

.flickr_badge_image {
	float: left;
	margin: 0 14px 14px 0;
	width: 28px;
	height: 28px;
}

.flickr_badge_image img {
	background: #fff;
	border: 3px solid #515255;
	width: 28px;
	height: 28px;
}

.flickr_badge_image img:hover { border-color: #f15755; }

/* Video Widget -------------------------*/
.tz_video { margin-bottom: 10px; }


/*-----------------------------------------------------------------------------------*/
/*	12.	Shortcode Styles
/*-----------------------------------------------------------------------------------*/

/* Columns ------------------------------*/
.one_half { width: 48%; }

.one_third { width: 30.66%; }

.two_third { width: 65.33%; }

.one_fourth { width: 22%; }

.three_fourth { width: 74%; }

.one_fifth { width: 16.8%; }

.two_fifth { width: 37.6%; }

.three_fifth { width: 58.4%; }

.four_fifth { width: 79.2%; }

.one_sixth { width: 13.33%; }

.five_sixth { width: 82.67%; }

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
}

.column-last {
	margin-right: 0!important;
	clear: right;
}

/* Buttons ---------------------------*/

a.button {
	height: 20px;
	display: inline-block;
	margin: 0 5px 20px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	padding: 8px 10px 0 10px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	   		border-radius: 3px;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
	   -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
    		box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
    font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
}

a.button.large {
	height: 24px;
	padding: 11px 10px 0 10px;
	font-size: 14px;
	line-height: 14px;
}

a:hover.button { background-position: 0 -28px; }

a:hover.button.large { background-position: 0 -35px; }

a.button.white {
	background-image: url(images/shortcodes/buttons/button_white.png);
	border: 1px solid #d3d3d3;
	color: #555555;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
}

a.button.large.white { background-image: url(images/shortcodes/buttons/button_white_large.png); }

a:hover.button.white { border: 1px solid #c4c4c4; }

a.button.grey {
	background-image: url(images/shortcodes/buttons/button_grey.png);
	border: 1px solid #b5b5b5;
	color: #555555;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.grey { background-image: url(images/shortcodes/buttons/button_grey_large.png); }

a:hover.button.grey { border: 1px solid #989898; }

a.button.red {
	background-image: url(images/shortcodes/buttons/button_red.png);
	border: 1px solid #df6f8b;
	color: #913944;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.3);
}

a.button.large.red { background-image: url(images/shortcodes/buttons/button_red_large.png); }

a:hover.button.red { border: 1px solid #c36079; }

a.button.orange {
	background-image: url(images/shortcodes/buttons/button_orange.png);
	border: 1px solid #f5b74e;
	color: #996633;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.orange { background-image: url(images/shortcodes/buttons/button_orange_large.png); }

a:hover.button.orange { border: 1px solid #d29a3a; }

a.button.green {
	background-image: url(images/shortcodes/buttons/button_green.png);
	border: 1px solid #adc671;
	color: #5d7731;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.green { background-image: url(images/shortcodes/buttons/button_green_large.png); }

a:hover.button.green { border: 1px solid #8bb14d; }

a.button.teal {
	background-image: url(images/shortcodes/buttons/button_teal.png);
	border: 1px solid #90c6c8;
	color: #437b7d;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.teal { background-image: url(images/shortcodes/buttons/button_teal_large.png); }

a:hover.button.teal { border: 1px solid #7db9bb; }

a.button.blue {
	background-image: url(images/shortcodes/buttons/button_blue.png);
	border: 1px solid #8dc5da;
	color: #42788e;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.blue { background-image: url(images/shortcodes/buttons/button_blue_large.png); }

a:hover.button.blue { border: 1px solid #7caec0; }

a.button.navy {
	background-image: url(images/shortcodes/buttons/button_navy.png);
	border: 1px solid #a2afb8;
	color: #515f6a;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.navy { background-image: url(images/shortcodes/buttons/button_navy_large.png); }

a:hover.button.navy { border: 1px solid #8996a0; }

a.button.purple {
	background-image: url(images/shortcodes/buttons/button_purple.png);
	border: 1px solid #bc9db9;
	color: #7b5777;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.purple { background-image: url(images/shortcodes/buttons/button_purple_large.png); }

a:hover.button.purple { border: 1px solid #a482a0; }

a.button.black {
	background-image: url(images/shortcodes/buttons/button_black.png);
	border: 1px solid #4c4c4c;
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0,0,0, 0.4);
}

a.button.large.black { background-image: url(images/shortcodes/buttons/button_black_large.png); }

a:hover.button.black { border: 1px solid #2c2c2c; }

/* Alerts ------------------------------*/

.alert {
    padding: 12px 5% 12px 5%;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    text-align: center;
    margin: 0 0 20px 0;
}

.alert.white {
    background: #fff;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    color: #444444;
}

.alert.red {
    background: #FFD7D8;
    border-top: 1px solid #f9bac7;
    border-bottom: 1px solid #f9bac7;
    color: #d54c4c;
}

.alert.orange {
    background: #FFCBA8;
    border-top: 1px solid #efd1b1;
    border-bottom: 1px solid #efd1b1;
    color: #cc6600;
}

.alert.green {
    background: #D5FFCA;
    border-top: 1px solid #cadba7;
    border-bottom: 1px solid #cadba7;
    color: #5f8b33;
}

/* Tabs ------------------------------*/

.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}

.tabs { margin: 0 0 20px 0; }

.tabs ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabs ul.nav li {
	float: left;
	position: relative;
	margin: 0 2px -1px 0;
	z-index: 10;
}

.tabs ul.nav li a {
	border: 1px solid #EFEFEF;
	border-bottom: none;
	display: block;
	overflow: hidden;
	padding: 5px 10px 0 10px;
	height: 24px;
	background: #FBFBFB;
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
	   		border-radius: 3px 3px 0 0;
}

.tabs ul.nav li.ui-state-default a { color: #999; }

.tabs ul.nav li.ui-state-default a:hover { color: #2c2d31; }

.tabs ul.nav li.ui-tabs-selected a,
.tabs ul.nav li.ui-tabs-active a {
	height: 25px;
	background: #fff;
	color: #2c2d31;
}

.tabs .tab {
	background: #fff;
	padding: 10px;
	border: 1px solid #EFEFEF;
}

/* Toggle ------------------------------*/

.toggle { margin: 0 0 20px 0; }

.toggle h4 {
	font-size: 12px;
	padding: 10px; 
	background: #FBFBFB;
	border: 1px solid #EFEFEF;
	cursor: pointer;
}

.toggle-inner {
	padding: 10px;
	background: #fff;
	border: 1px solid #EFEFEF;
	border-top: none;
}

.toggle .ui-icon {
	background: #F00;
	width: 10px;
	height: 10px;
	float: left;
	margin: 3px 10px 0 0;
}

.toggle .ui-icon {
    background: url(images/shortcodes/toggles/toggle-closed.png) no-repeat;
    width: 12px;
    height: 12px;
    float: left;
    margin: 3px 10px 0 0;
}

.toggle .ui-state-active .ui-icon { background: url(images/shortcodes/toggles/toggle-open.png) no-repeat; }

/* IE7 -----------------------------------*/
.ie7 #content { padding-right: 0; }
.ie7 #container { min-width: 740px; }
.ie7.blog #container,
.ie7.single-post #container,
.ie7.tag #container,
.ie7.category #container,
.ie7.date #container,
.ie7.page-template-template-archives-php #container { min-width: 900px; }
.ie7.single-portfolio #container,
.ie7.page #container { min-width: 960px; }
.ie7.page-template-template-full-width-php { min-width: 1110px; }
.ie7.search-results #container { min-width: 980px; }
.ie7.search-results #content { padding-left: 30px; }
.ie7.page .entry-content { width: 700px; }
.ie7.page-template-template-full-width-php .entry-content { width: 850px; }
.ie7 .entry-meta .entry-skills { width: 217px; }
.ie7.page-template-template-home-php .hentry,
.ie7.tax-skill-type .hentry { display: inline; height: 230px; }
.ie7 .comment-author { position: relative; top: -20px; }
.ie7 .comment-meta { margin-left: 20px; position: relative; top: -15px; }
.ie7 .comment-body { position: relative; top: -15px; }
.ie7.single-portfolio #content { margin-right: 0; }
.ie7.single-portfolio .slider { border-left: 0px; }