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

	Theme Name: Classica FB 1.2.2
	Theme URI: http://www.premiumpixels.com
	Description: A Minimalistic 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.2.2x
	
	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)
	3.	Header Styles
	4.	Navigation & Menus
	5.	Main Content Styles
	6.	Post Content Styles
	7.	Comments
	8.	Pagination
	9.	Footer Styles
	10.	Page Templates
	11.	Widgets
	12.	Sortcode Styles
	13.	Homepage Elements
	14.	Portfolio Sorter

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


/*-----------------------------------------------------------------------------------*/
/*	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)
/*-----------------------------------------------------------------------------------*/

body { 
	font: 13px/19px "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #fff;
	color: #111;
}

input,
textarea {
	font: 13px/20px "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #760100;
	border: 1px #6B0000 solid;
	color: #FF0000;
	
}

.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 { text-decoration: none; }

a img { border: none; }

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

#logo { margin-bottom: 10px; }

.hentry,
.navigation-links,
.hfeed,
.pinglist { margin-bottom: 20px; }

.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 {
	font-weight: normal;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

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

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

h4 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
}

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

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

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-family: "Droid Serif", Georgia, Times, serif;
	margin-bottom: 15px;
	padding-top: 15px;
	font-style: italic;
}

.page-back { float: right; clear: both; }

.back {
	text-align: right;
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
}

.page-title {
	font-size: 24px;
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
	text-align: right;
	margin-bottom: 5px;
	color: #FF0000;
	padding-top: 10px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.4);	
}


.entry-title,
.entry-title a {
	font-size: 22px;
	font-family: "Droid Serif", Georgia, Times, serif;
	color: #444;
	line-height: 34px;
}

#primary .entry-title { 
	padding-left: 160px !important;
	margin-bottom: 0px;
	font-style: italic;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.4);	
}

.page #primary .entry-title { padding-left: 0; }

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

#primary .entry-content {
	float: left;
	width: 660px;
	min-height: 130px;
	padding: 10px 9px 0px 9px;
	margin-bottom: 25px;
}

.page-template-template-full-width-php #primary .entry-content { width: 100%; }

.archive #primary .entry-content,
.blog #primary .entry-content,
.search-results #primary .entry-content { }

.single #primary .entry-content,
.blog #primary .entry-content,
.archive #primary .entry-content,
.search-results #primary .entry-content { width: 540px; }

.more-link {
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
}	

#container {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}
	
#primary {
	float: left;
	width: 720px;
}

.page-template-template-full-width-php #primary {
	width: 100%;
}

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

#content { margin-bottom: 40px; }

#sidebar {
	float: right;
	width: 200px;
	padding: 10px;
}

#sidebar img {
	max-width: 200px;
	height: auto;
}

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

.search-no-results #post-0,
#primary .hentry {
	padding: 0;
	margin: 0;
}

#filter {
	margin: 15px 0 0 0;
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
	font-weight: normal;
}

#filter input {
	display:block; 
}

#filter li a.active {
	color: #000;
	font-weight: bold;
}
#filter li#Live {	/* live */
	margin-top: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	3.	Header Styles
/*-----------------------------------------------------------------------------------*/

#upper-wrap { height: 142px; }

#logo {
	float: left;
	width: 397px;
	height: 127px;
	background-image: url(images/logo-default.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#logo,
#logo a {
	font-size: 28px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
}

#logo img {
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
      -moz-opacity: 0;
		   opacity: 0;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
}
#logo img:hover {
	filter: alpha(opacity=30);
	-khtml-opacity: 0.3;
      -moz-opacity: 0.3;
		   opacity: 0.3;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
}

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

#tagline {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}


/*-----------------------------------------------------------------------------------*/
/*	4.	Navigation & Menus
/*-----------------------------------------------------------------------------------*/

#primary-nav {
	float: right;
	margin-top: 35px;
	font-size: 24px;	 /* was 24 */
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
	text-transform: lowercase;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	-webkit-transform: rotate(-7deg); 
	-moz-transform: rotate(-7deg);	
	
	/* invisible to start */
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
      -moz-opacity: 0;
		   opacity: 0;
}

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

#primary-nav ul a {
	display: block;
	position: relative;
}

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

#primary-nav ul li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

#primary-nav ul ul {
	position: absolute;
	top: -9999em;
	width: 150px; /* left offset of submenus need to match (see below) */
}

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

/*  Make sub menus appear */
#primary-nav ul li:hover ul,
#primary-nav ul li.sfHover ul {
	left: -1px;
	top: 36px; /* match top ul list item height */
	z-index: 99;
}

/* Hide all subs subs (4 levels deep) */
#primary-nav ul li:hover li ul,
#primary-nav ul li.sfHover li ul,
#primary-nav ul li li:hover li ul,
#primary-nav ul li li.sfHover li ul,
#primary-nav ul li li li:hover li ul,
#primary-nav ul li li li.sfHover li ul { top: -9999em; }

/* Displays all subs subs (4 levels deep) */
#primary-nav ul li li:hover ul,
#primary-nav ul li li.sfHover ul,
#primary-nav ul li li li:hover ul,
#primary-nav ul li li li.sfHover ul,
#primary-nav ul li li li li:hover ul,
#primary-nav ul li li li li.sfHover ul {
	left: 180px; /* match .nav ul width */
	top: -1px;
}
	
/* top level skin */
#primary-nav ul a {
	padding: 0 0 0 30px;
	color: #FADF77;
	height: 35px;
	font-weight: bold;
	line-height: 35px;
}

#primary-nav ul li a:hover,
#primary-nav ul li:hover,
#primary-nav ul li.sfHover a {
	text-decoration: none;
	color: #FCE9AC !important;
}


#primary-nav ul li.current-cat a,
#primary-nav ul li.current_page_item a,
#primary-nav ul li.current-menu-item a {
	text-decoration: none;
	color: #FFF!important;
}

/* 2nd level skin */
#primary-nav ul ul {
	padding: 10px 15px 10px 15px;
	margin: 10px 0 0 0;
	background: #fff;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	   		border-radius: 3px;
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
    		box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
}

#primary-nav ul ul li {
	height: 35px;
	line-height: 35px;
	float: none;
	background: none;
	border-bottom: 1px solid #f0f0f0;
}

#primary-nav ul ul li:last-child {	border-bottom: none; }

#primary-nav ul ul li a {
	line-height: 35px;
	height: 35px;
	font-size: 12px;
	padding:0;
	font-weight: normal;
}

#primary-nav ul li.sfHover ul a { color: #999!important; }

#primary-nav ul li.sfHover ul a:hover { color: #444!important; }


/*-----------------------------------------------------------------------------------*/
/*	5.	Main Content Styles
/*-----------------------------------------------------------------------------------*/

address { font-style: italic; }

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

blockquote {
	background:url(images/quote_content.png) no-repeat;
	min-height: 40px;
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
	margin-left: 15px;
	padding: 0 40px;
}

strong { font-weight: bold; }

em,
dfn,
cite { font-style: italic; font-family: "Droid Serif", Georgia, Times, serif;  }


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

kbd { font-weight: bold; }

samp,
var { font-style: italic; }

pre {
	white-space: pre;
	overflow: auto;
	padding: 0;
	border: 1px solid #e8e8e8;
	clear: both;
	line-height: 19px;
	background: url(images/pre_bg.gif);
}

code {
	padding: 3px;
	background: #f5f5f5;
}

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;
	vertical-align: middle;
	text-align: center;
}

.entry-content img { max-width: 680px; }

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

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

img.size-large { margin: 10px 0 20px -180px; }

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-top: 5px;
}

.wp-caption.alignleft { 
	text-align: left;
	margin: 10px 20px 20px 0;
}

.wp-caption.alignleft .wp-caption-text { text-align: left; }

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

.wp-caption {
	text-align: right;
	font-style: italic;
	color: #999;
	font-size: 11px;
	max-width: 540px;
	margin: 10px 0 20px 20px;
}

.wp-caption img.size-large {
	margin: 10px 0 0 -180px;
}

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

.wp-caption-text {
	margin: 0;
	text-align: right;
	font-family: "Droid Serif", Georgia, Times, serif;
}

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

.gallery { margin: auto; }

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

.gallery-caption { margin-left: 0; }

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


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

.gallery-item {
	width: auto !important;
	float: left;
	margin:  10px 10px 0 0 !important;
}

.gallery-item img {
	margin: 0 !important;
	padding:  0 !important;
}

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

input,
textarea,
button {
	background-color: #760100;
	border: 1px #6B0000 solid;
	color: #FF0000;
}

input,
textarea { padding: 5px; }

input { height: 20px; }

button {
	padding: 2px 10px;
	cursor: pointer;
}

input:focus,
textarea:focus,
button:hover {
	background: #fff;
	border: 1px solid #b7d6df;
	-webkit-box-shadow: 0 0 4px #a7d6e3;
    -moz-box-shadow: 0 0 4px #a7d6e3;
    box-shadow: 0 0 4px #a7d6e3;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
}

input:focus,
textarea:focus {
	background-color: #3E0200;
	border: 1px #B90000 solid;
}

#commentform #submit,
.contactform #submit {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
	font-weight: bold;
	font-size: 13px;
	background: url(images/submit_bg.gif) repeat-x;
	border: 1px solid #FFCC43;
	border-color: #FFCC43;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
	width: auto;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	color: #300400;
	padding: 6px 10px 6px 10px;
	height: auto;
}
.contactform #submit {
	margin-left: 210px;
	margin-bottom: 20px;
}

#commentform #submit:hover,
.contactform #submit:hover { 
	cursor: pointer;
	background: url(images/submit_hover_bg.gif) repeat-x !important;
	border: 1px solid #FFCC43;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
}

.ie li #commentform { padding-bottom: 40px; }


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

#primary .entry-meta {
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 20px;
	padding: 10px;
}

.entry-meta {
	font-family: "Droid Serif", Georgia, Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #e37f46;
	margin-bottom: 10px;
}

.entry-meta a { 
	color: #efb169;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
 }

.entry-meta a:hover { 
	color: #fff; 
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
}

#primary .entry-meta a {
	color: #efb169;
	font-style: normal;
	font-family: "Droid Sans", "Helvetica Neue", arial, sans-serif;
}

#primary .entry-meta span { display: block; }

.published strong {
	color: #efb169;
	font-weight: normal;
	font-style: normal;
	font-family: "Droid Sans", "Helvetica Neue", arial, sans-serif;
}

.permalink img { padding: 0 3px 0 0; }

.author-bio {
	padding: 20px;
	border: 1px solid #efefef;
	background-color: #660000;
}

.author-bio .avatar	{
	float: left;
	margin: 0 10px 0 0;
}

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

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

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

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


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

.comments-sidebar {
	width: 140px;
	margin-right: 40px;
	padding-top: 60px;
	text-align: right;
	float: left;
	font-size: 11px;
}

#respond-wrap .comments-sidebar { padding-top: 30px; }

.comments-sidebar h3{
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
}

.commentlist {
	margin: 10px 0 40px 0;
	padding-top: 50px;
	list-style-type: none;
	width: 540px;
	float: left;
	border-top: 1px #790000 solid;
}

.page-template-template-full-width-php .commentlist { width: 760px; }

.commentlist .line { display: none; }

.commentlist li li li .line{
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	border-bottom: 1px solid #efefef;
	margin: 0 0 0 -50px;
}

.commentlist .comment-body { padding-left: 45px; }

.commentlist li li .comment-body { padding-left: 30px; }

.commentlist ul {
	border-left: 1px solid #efefef;
	margin: 0 0 0 63px;
}

.commentlist ul ul{	margin: 0 0 0 50px; }

.commentlist li li {
	padding-top: 25px;
	margin-top: 0;
}

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

.commentlist li #respond { padding-top: 5px; }

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

.comment {
	margin-bottom: 40px;
	padding: 10px;
	background-image: url(images/bg-sidebar.jpg);
}

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

#respond {
	margin-top: 18px;
	background-image: url(images/bg-sidebar.jpg);
}

#commentform {
	padding-top: 20px;
	float: left;
}

li li .cancel-comment-reply { padding-left: 30px; }

li .cancel-comment-reply { padding-left: 45px; }

ol #commentform { width: 100%; }

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

#commentform textarea {
	width: 400px;
}

#commentform small span,
.contactform small span { color: #F00; }
.contactform li.required {
	background-image: url(images/required.png);
	background-position: 187px 3px;
	background-repeat: no-repeat;
}

#commentform small span.grey,
.contactform small span.grey {
	color: #ECA14E;
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
}

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


.avatar {
	padding: 2px;
	position: relative;
	background: #660000;
	z-index: 5;
}

li li .avatar {
	margin:-8px 0 0 -18px;
	padding-top: 10px;
}

.comment-meta { margin-bottom: 15px; }

.comment-meta a { 
	color: #ECA14E;
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
	font-size: 11px;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
	
}

.comment-meta a:hover { 
	color: #fff; 
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
}

.comment-meta,
.comment-author
{ padding-left: 48px; }

li li .comment-meta,
li li .comment-author
{ padding-left: 30px; }

.comment-author a{ color: #FADF77; }

.comment-author a:after{ content: " \2192"; }

.comment-author { margin-top: -53px; }

.comment-author-admin { }

.comment-author cite { 
	font-style: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.says { display: none; }

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

.comment-body ul { 
	list-style-type: disc; 
	border: none;
	margin-bottom: 20px;
}

.comment-body ul li {
	padding: 0;
	margin: 0;
}

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

.moderation {
	padding-left: 45px;
	color: red;
	font-size: 11px;
}

.author-tag {
	font-family: "Droid Serif", Georgia, Times, serif;
	font-size: 11px;
}


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

.page-navigation { 
	margin: 56px 0 0 0;
	font-style: italic;
	font-family: "Droid Serif", Georgia, Times, serif;
}

.single-page-navigation {
	margin: 0;
	padding-top: 40px;
}

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


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

#footer-container {
	margin: 60px 0 0 0;
	box-shadow: inset 0px 10px 10px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0px 10px 10px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 10px 10px rgba(0,0,0,0.25);
}

.single #footer-container {	margin: 0; }

#footer {
	padding: 5px 0 20px 0;
	font-size: 11px;
	width: 960px;
	margin: 0 auto;
	color: #8C0400;
	border-top: 1px #280700 solid;
	clear: both;
}

#footer-widgets {
	padding: 50px 0 0px 10px;
	width: 960px;
	margin: 0 auto;
}

#footer-widgets .widget {
	font-style: normal;
	color: #8C0400;
}

#footer-widgets .widget-wrap { width: 960px; }

#footer-widgets .widget {
	float: left;
	padding: 0;
}

#footer-widgets .widget-section {
	float: left;
	width: 220px;
	margin: 0 20px 0 0;
}

#footer-widgets .widget-section .widget_links {
	display: block;
	clear: both;
}

#footer-widgets .widget-section .widget_links .widget-title {
	width: 205px;
}


#footer-widgets h3 {
	text-transform: uppercase;
	font-size: 10px;
	color: #A90000;
	margin: 0 0 17px 0;
}

.copyright { 
	float: left; 
	margin: 10px 0 15px 0;
}

.credit {
	float: right;
	margin: 10px 0 15px 0;
}

.credit a,
.copyright a { color: #A90000; }


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

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

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

.contactform { margin: 30px 0 0 0; }

.contactform p { margin-bottom: 0; }

.contactform li { list-style-type: none; display: block; clear: both; margin-bottom: 10px; }

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

.contactform li button { float: right; }

label.error { color: red; }

.contactform li label  {
	width: 180px;
	margin-right: 20px;
	float: left;
	text-align: right;
	margin-top: 3px;
}

.contactform li label.error {
	width: 100%;
	clear: both;
	text-align: left;
	margin: 0 0 10px 210px;
	padding: 0px;
	display: block;
}

.contactform li input, .contactform li textarea {
	width: 310px;
	clear: both;
	margin-left: 10px;
}

.contactform li textarea {
	height: 100px;
}

.page-template-template-contact-php #primary .entry-content { 
	width: 540px; 
	margin-left: 160px;
}


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

.widget { margin-bottom: 30px; }

.widget:last-child { border-bottom: none; }

.widget-title {
	text-transform: uppercase;
	font-size: 10px;
	color: #3C0006;
	margin: 0 0 10px 0;
	font-style: normal;
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	border-bottom: 1px #660000 solid;
}

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

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

/* Recent Comments Widget */
.widget_recent_comments { color: #D17447; }

.widget_recent_comments li { margin-bottom: 2px; }

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

/* Posts Widget */
.widget_recent_entries li { margin-bottom: 2px; }

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

/* Categories Widget */
.widget_categories { color: #999; }

/* Search Widget */
.widget_search #s { width: 188px; }

.widget_search input {
	background-color: #760100;
	border: 1px #6B0000 solid;
	color: #FF0000;
}

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

/* Blog Widget */
.tz_blog .entry-title a,
.tz_blog .entry-title {
	color: #444444;
	font-weight: bold;
	font-size: 12px;
	line-height: 21px;
	margin-bottom: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tz_blog .entry-meta a {
	font-style: italic;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
}

.tz_blog .entry-meta a:hover { 
	color: #666; 
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
}

.tz_blog .hentry { margin-bottom: 20px; }

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

.widget_calendar table { width: 100% }

/* Twitter Widget */

.twitter-link { 
	padding: 15px 0 0 0;
	display: block;
}

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

.tz_tweet_widget ul li {
	padding: 0 0 20px 25px;
	background: url(images/quote.png) no-repeat;
	width: 180px;
	overflow: hidden;
}

.tz_tweet_widget ul li:last-child { padding: 0 0 10px 25px; }

.tz_tweet_widget ul li span { 
	display: block; 
	color: #444444; 
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
	width: 175px;
}
.tz_tweet_widget ul li span a {	
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic; 
}

.tz_tweet_widget ul li a { 
	color: #734c40;  
	-webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
 }

.tz_tweet_widget ul li a:hover { 
	color: #8c705f; 
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
}

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

.flickr_badge_image {
	float: left;
	margin: 0 8px 8px 0;
}

.flickr_badge_image img {
	background: #fff;
	padding: 3px;
	width: 41px;
	height: 41px;
	border: 1px solid #e5e5e5;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
}

.flickr_badge_image img:hover { 
	border-color: #d5d5d5;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
}

/* 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: 67.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;
	padding: 0px;
	float: left;
}

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

/*-----------------------------------------------------------------------------------*/
/*	12.	Homepage Elements
/*-----------------------------------------------------------------------------------*/

#home-message {
	height: 36px;
}

#home-message h2 {
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
	text-align: right;
	font-size: 22px;
	line-height: 36px;
	padding: 0px 0px 0 0;
	margin-bottom: -10px;
	color: #FF0000;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.4);	
}

/* Slider */
#slider { padding: 0px 0 30px 0; }

.single #slider { padding: 0 0 40px 0; }

.single-portfolio #slider { padding: 0; }
.newshit { display: none; }

.home .slides_container {
	width:700px;
	margin-left: 260px;
	height: 350px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-shadow:1px 1px 10px rgba(0,0,0,0.75);
	-webkit-box-shadow:1px 1px 10px rgba(0,0,0,0.75);
	-moz-box-shadow:1px 1px 10px rgba(0,0,0,0.75);
}

.single .slides_container { 
	width:700px;
	background-color: #000;
}
.single .slides_control { 
	margin-bottom: -5px;
}
.slides-nav {
	position: relative;
	z-index: 100;
	display: none;
}

.slides-nav a {
	position: absolute;
	display: block;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-image: url(images/sprite.png);
	z-index: 10;
}
.slides-nav a, .slides-nav a:hover, .pagination li a, .pagination li a:hover {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.slides-nav a.prev {
	background-position: 0 0;
	margin: -195px 0 0 266px;	/* left arrow */
}

.slides-nav a:hover.prev {
	background-position: 90px 200px;
}

.slides-nav a.next {
	background-position: 160px 0;
	margin: -195px 0 0 914px;	/* right arrow */
}

.slides-nav a:hover.next {
	background-position: 50px 200px;
}

.pagination {
	position: absolute;
	z-index: 10;
	margin: -20px 0 0 266px;	/* dots in bottom left */
}

body.single-portfolio .pagination {
	margin: -20px 0 0 8px;	/* dots in bottom left */
}

.pagination li {
	float: left;
	margin: 0 5px 0 0;
}

.pagination li a {
	display: block;
	background: url(images/sprite.png) 0 160px;
	width: 13px;
	height: 15px;
	outline: none;
}

.pagination li.current a {
	background: url(images/sprite.png) -22px 160px;
}

/* Recent */
.home-recent .sidebar {
	color: #300400;
	width: 220px;
	float: left;
	margin: 0 10px 0 0;
	padding: 10px;
	box-shadow: inset 0px 0px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0px 0px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 2px rgba(0,0,0,0.2);
}

.portfolio-recent .sidebar,
.no-border .sidebar,
.no-border .recent-wrap
{ border: none; margin-top: 80px;}

.home-recent .sidebar h3 {
	font-style: normal;
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}

.home-recent .sidebar p {
	margin-bottom: 15px;
	padding-right: 20px;
}

.recent-wrap {
	width: 700px;
	float: right;
	padding: 0px;
	margin: 0 0 20px 0;
	box-shadow:inset 0px 0px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:inset 0px 0px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:inset 0px 0px 2px rgba(0,0,0,0.2);
}

body.single-portfolio .portfolio-recent .recent-wrap {
	border: none;
	margin-bottom: 20px;
	box-shadow:1px 1px 10px rgba(0,0,0,0.75);
	-webkit-box-shadow:1px 1px 10px rgba(0,0,0,0.75);
	-moz-box-shadow:1px 1px 10px rgba(0,0,0,0.75);
}

body.single-portfolio .portfolio-recent .recent-wrap .hentry {
	margin: 0;
	padding: 0;
}

body.single-portfolio #recent-posts {
	margin-top: 30px;

}
.single-portfolio .portfolio-recent .sidebar {
	margin-right: 10px;
	width: 220px;
}

#home-border { border: 0; }

#home-border .recent-wrap,
#home-border .sidebar { padding: 0; }

.droid-italic {
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
	font-size: 11px;
}

.recent-wrap .hentry-wrap { 
	width:700px;
}

.recent-wrap .hentry {
	float: left;
	width: 202px;
	margin: 0 20px 0 0;
	padding-left: 10px;
	padding-top: 10px;
}

.recent-wrap .post-thumb { margin-bottom: 10px; }

.post-thumb a span.overlay {
	background: url(images/overlay.png) center no-repeat;
	position: absolute;
	width: 210px;
	height: 160px;
	display: block;
	z-index: 5;
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
      -moz-opacity: 0;
		   opacity: 0;
}

.recent-wrap .post-thumb a {
	padding: 1px;
	display: block;
	width: 210px;
	height: 160px;
}

.post-thumb a { cursor: pointer; }

.recent-wrap .post-thumb a:hover { background: #f5f5f5; }

#recent-portfolio .entry-title,
#recent-portfolio .entry-content,
#recent-portfolio .entry-meta { 
	padding-left: 1px;
}

#recent-portfolio .entry-title
{ margin-bottom: 0px; }

.recent-wrap .entry-title a,
.recent-wrap .entry-title {
	color: #FADF77;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0px;
	font-family: 'Droid Serif', Georgia, Times, serif;
	font-style: italic;
}

#recent-portfolio .sidebar em {
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
	width: 65px;
	display: inline-block;
	font-size: 10px;
}

#recent-portfolio .sidebar i {
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
}

#recent-portfolio-detail .entry-title { 
	margin-bottom: 0px;
	margin-left: 5px;
}

#recent-portfolio-detail .entry-content { margin-left: 5px; }


/*-----------------------------------------------------------------------------------*/
/*	14.	Portfolio Sorter, MANDATORY styling
/*-----------------------------------------------------------------------------------*/

.recent-wrap { position: relative; }

.image-grid {
  width: 700px;
  margin: 0;
}

.image-grid:after {
  content: "";
  display: block;
  height: 0;
/*  overflow: hidden;*/
  clear: both;
}

.image-grid li {
  width: 220px;
  margin: 0 12px 0 0;
  float: left;
  height: 250px;
/*  overflow: hidden; */
}

/* Added v1.1 ---*/

.video_info {
	display: block;
	width: 700px;
	margin: 0;
}

.post_video {
	display: block;
	width: 700px;
	height: auto;
	overflow: hidden;
	margin-bottom: 0;
}

/******* SK MODS ******/

#primary .entry-content p img {
	max-width: 540px;
	height: auto;
}
#primary .entry-content p object {
	max-width: 540px;
}

body.page-template-template-portfolio-php #recent-portfolio .sidebar, 
body.single-portfolio #recent-portfolio .sidebar,
body.page-template-template-clientlist-php .sidebar {

}

#tumblr_recent_photos ul div {
	display: block;
	clear: both;
}

#tumblr_recent_photos img {
	max-width: 200px;
	height: auto;
	margin-bottom: 5px;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
}

#tumblr_recent_photos img:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
}

#tumblr_recent_photos {
	text-align: center;
}

.cufon-loading #primary-nav {
	font-size: 0px !important;
}

/* reset colors */

a,
.tz_tweet_widget ul li span a {
	color: #FADF77;
}	/* standard yellow */

.tz_blog .entry-title a,
.tz_tweet_widget ul li span a,
#primary .entry-meta a,
.recent-wrap .entry-title a,
.tab-comments h3 a { 
-webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
 }

a:hover,
#commentform small span,
.tz_blog .entry-title a:hover,
.tz_tweet_widget ul li span a:hover,
#primary .entry-meta a:hover,
.recent-wrap .entry-title a:hover,
.tab-comments h3 a:hover,
.author-tag { color: #FFF;  
-webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
 }

::selection {
	background: #FF0000;
	color: #FADF77;
}

::-moz-selection { 	background: #FF0000;
	color: #FADF77;
 }


/****** alternate colors ******/

/***** blog & home (deafults) *****/


body.home, body.blog, body.single, body.archive, body.single-post, body.search, body.error404, body.page-id-1226 {
	background-image: url(images/bg-red-withguy.jpg);
	background-position: center top;
	background-color: #B20000;
	background-repeat: no-repeat;
}

#footer-widgets, #footer-container { 
	padding-top: 15px;
	background-color: #3C0200; 
}

body.home .post-thumb img {
	box-shadow: 1px 1px 10px rgba(0,0,0,0.25);
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.25);
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.25);
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
-webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
}

body.home .post-thumb img:hover { 
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
-webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
 }


/* panel stroke */
.home-recent .sidebar, .recent-wrap { border: 1px #920000 solid; }

/* footer text */
#footer-widgets .widget, .tz_tweet_widget ul li span { color: #B0A793; }

/* sidebars */
#sidebar, 
.sidebar,
body.single .entry-meta,
body.archive .entry-meta,
body.blog .entry-meta {
	background-image: url(images/bg-sidebar.jpg);
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	box-shadow:inset 0px 0px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:inset 0px 0px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:inset 0px 0px 2px rgba(0,0,0,0.2);
}

/* panels */
.recent-wrap,
#primary .entry-content {
	color: #efb169;
	background-image: url(images/bg-sidebar-dark.jpg);
	box-shadow: 1px 1px 10px rgba(0,0,0,0.25);
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.25);
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.25);
	border: 1px #870000 solid;
}

.entry-title, .entry-title a {
	color: #FADF77;
}
.entry-meta, .entry-meta a {
	color: #d17447;
}
.entry-content p a {
	font-weight: bold;
}

body.single-post #primary-nav ul li.current-cat a,
body.single-post #primary-nav ul li.current_page_item a,
body.single-post #primary-nav ul li.current_page_parent a,
body.single-post #primary-nav ul li.current-menu-item a { color: #fff !important; }



/***** portfolio *****/

body.single-portfolio #container, body.page-template-template-portfolio-php #container, page-template-template-clientlist-php #container {
}


body.single-portfolio, body.page-template-template-portfolio-php, body.page-template-template-clientlist-php {
	background-image: url(images/bg-portfolio.jpg);
	background-position: center top;
	background-color: #fafbfb;
	background-repeat: no-repeat;
}

body.single-portfolio #logo, body.page-template-template-portfolio-php #logo, body.page-template-template-clientlist-php #logo {
	background-image: url(images/logo-portfolio.png);
}

/* panel stroke */
body.single-portfolio .sidebar, 
body.page-template-template-portfolio-php .portfolio-recent .sidebar, 
body.single-portfolio .recent-wrap, 
body.page-template-template-portfolio-php .recent-wrap,
body.page-template-template-clientlist-php .sidebar,
body.page-template-template-clientlist-php .recent-wrap { 
	border: 1px #978B50 solid; 
}

/* sidebars */
body.single-portfolio .sidebar, 
body.single-portfolio .entry-meta,
body.page-template-template-portfolio-php .sidebar, 
body.page-template-template-portfolio-php .entry-meta,
body.page-template-template-clientlist-php .sidebar,
body.page-template-template-clientlist-php .entry-meta {
	background-image: url(images/bg-sidebar-portfolio.jpg);
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

/* panels */
body.single-portfolio .recent-wrap,
body.page-template-template-portfolio-php .recent-wrap, 
body.page-template-template-clientlist-php .recent-wrap {
	background-image: url(images/bg-sidebar-portfolio.jpg);
}

/* sidebar links */
body.single-portfolio .sidebar a,
body.page-template-template-portfolio-php .sidebar a, 
body.page-template-template-clientlist-php .sidebar a { color: #700000; 
-webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
}

body.single-portfolio .sidebar a:hover,
body.page-template-template-portfolio-php .sidebar a:hover, 
body.page-template-template-clientlist-php .sidebar a:hover { color: #000; 
-webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
}

body.single-portfolio .post-thumb img,
body.page-template-template-portfolio-php .post-thumb img,
body.page-template-template-clientlist-php .post-thumb img {
	box-shadow: 1px 1px 10px rgba(0,0,0,0.25);
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.25);
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.25);
	border: 1px #978B50 solid; 
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
-webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
}

body.single-portfolio .post-thumb img:hover,
body.page-template-template-portfolio-php .post-thumb img:hover,
body.page-template-template-clientlist-php .post-thumb img:hover { 
	border: 1px #574E29 solid;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
-webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
 }

body.single-portfolio .entry-title a,
body.page-template-template-portfolio-php .entry-title a,
body.page-template-template-clientlist-php .entry-title,
body.page-template-template-clientlist-php .entry-title a { color: #511318; 
-webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
}

body.single-portfolio .entry-title a:hover,
body.page-template-template-portfolio-php .entry-title a:hover,
body.page-template-template-clientlist-php .entry-title a:hover { color: #140809; -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
}

body.single-portfolio .entry-content,
body.page-template-template-portfolio-php .entry-content,
body.page-template-template-clientlist-php .entry-content { color: #944A25; }

body.single-portfolio .page-title,
body.page-template-template-portfolio-php .page-title,
body.page-template-template-clientlist-php .page-title { color: #6D381C; }

/****** client list *****/

body.page-template-template-clientlist-php .entry-content { 
	padding-left: 15px !important;
}
body.page-template-template-clientlist-php .entry-content a {
	color: #5B200E;
-webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
}
body.page-template-template-clientlist-php .entry-content a:hover {
	color: #000;
	text-decoration: underline;
-webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
}
body.page-template-template-clientlist-php .entry-content br {
	display: none;
}
body.page-template-template-clientlist-php .entry-title {
	font-size: 16px;
	line-height: 20px;
}
body.page-template-template-clientlist-php .entry-content ul {
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 10px;
}
body.page-template-template-clientlist-php .entry-content li {
	font-size: 13px;
	line-height: 19px;
}
body.page-template-template-clientlist-php .sidebar .widget_text li {
	padding: 5px 0px 5px 5px;
	float: left;
	clear: none;
}
body.page-template-template-clientlist-php .sidebar .widget_text ul {
	clear: both;
}


/* navs */
body.single-portfolio #primary-nav ul a,
body.page-template-template-portfolio-php #primary-nav ul a,
body.page-template-template-clientlist-php #primary-nav ul a { color: #ba5f40; }

body.single-portfolio #primary-nav ul li a:hover,
body.single-portfolio #primary-nav ul li:hover,
body.single-portfolio #primary-nav ul li.sfHover a,
body.page-template-template-portfolio-php #primary-nav ul li a:hover,
body.page-template-template-portfolio-php #primary-nav ul li:hover,
body.page-template-template-portfolio-php #primary-nav ul li.sfHover a,
body.page-template-template-clientlist-php #primary-nav ul li a:hover,
body.page-template-template-clientlist-php #primary-nav ul li:hover,
body.page-template-template-clientlist-php #primary-nav ul li.sfHover a{ color: #974028 !important; }

body.single-portfolio #primary-nav ul li.current-cat a,
body.single-portfolio #primary-nav ul li.current_page_item a,
body.single-portfolio #primary-nav ul li.menu-item-682 a,
body.single-portfolio #primary-nav ul li.current-menu-item a, 
body.page-template-template-portfolio-php #primary-nav ul li.current-cat a,
body.page-template-template-portfolio-php #primary-nav ul li.menu-item-682 a,
body.page-template-template-portfolio-php #primary-nav ul li.current_page_item a,
body.page-template-template-portfolio-php #primary-nav ul li.current-menu-item a, 
body.page-template-template-clientlist-php #primary-nav ul li.current-cat a,
body.page-template-template-clientlist-php #primary-nav ul li.current_page_item a,
body.page-template-template-clientlist-php #primary-nav ul li.current-menu-item a { color: #852810 !important; }

body.single-portfolio .page-back a {
	color: #700000;
-webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
}

body.single-portfolio .page-back a:hover {
	color: #000;
-webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
}



/***** contact *****/

body.page-template-template-contact-php {
	background-image: url(images/bg-contact-stripe.png);
	background-repeat: repeat;
	background-position: center top;
	background-color: #DAB27E;
}

body.page-template-template-contact-php #container {
	background-image: url(images/bg-contact.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

body.page-template-template-contact-php #logo {
	background-image: url(images/logo-quoterequest.png);
}

/* navs */

body.page-template-template-contact-php #primary-nav {
	text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}
body.page-template-template-contact-php #primary-nav ul a { color: #ebd8ac; }

body.page-template-template-contact-php #primary-nav ul li a:hover,
body.page-template-template-contact-php #primary-nav ul li:hover,
body.page-template-template-contact-php #primary-nav ul li.sfHover a { color: #EBB246 !important; }

body.page-template-template-contact-php #primary-nav ul li.current-cat a,
body.page-template-template-contact-php #primary-nav ul li.current_page_item a,
body.page-template-template-contact-php #primary-nav ul li.current-menu-item a { color: #fbf3d6 !important; }

/* panels */
body.page-template-template-contact-php .recent-wrap,
body.page-template-template-contact-php #primary .entry-content {
	background-image: url(images/bg-sidebar-portfolio.jpg) !important;
}

/* panel stroke */
body.page-template-template-contact-php .portfolio-recent .sidebar, 
body.page-template-template-contact-php .recent-wrap { 
	border: 1px #978B50 solid; 
}

/* sidebars */
body.page-template-template-contact-php #sidebar, 
body.page-template-template-contact-php .entry-meta {
	background-image: url(images/bg-sidebar-portfolio.jpg) !important;
}

/* text colors */

body.page-template-template-contact-php .entry-title { color: #FFE3BA; }

body.page-template-template-contact-php .page-title { 
	color: #FFE3BA;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

body.page-template-template-contact-php .recent-wrap, body.page-template-template-contact-php #primary .entry-content { color: #660000; }

body.page-template-template-contact-php input,
body.page-template-template-contact-php textarea,
body.page-template-template-contact-php button {
	background-color: #ceb696 !important;
	border: 1px #d5a68c solid !important;
	color: #472C13 !important;
-webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
}

body.page-template-template-contact-php input:focus,
body.page-template-template-contact-php textarea:focus,
body.page-template-template-contact-php button:hover {
	background: #fff;
	border: 1px solid #b7d6df !important;
-webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; 
}

body.page-template-template-contact-php input:focus,
body.page-template-template-contact-php textarea:focus {
	background-color: #b09376 !important;
	border: 1px #bb7767 solid !important;
}


/* twitblender */
.tb_twitterlogo { display: none; }
div.tb_tweet { border-top:dotted 1px #B20000 !important; } 