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

	Theme Name: Stacked
	Theme URI: http://www.premiumpixels.com
	Description: A Clean-Cut Business 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.0 
	
	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.	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)
/*-----------------------------------------------------------------------------------*/

body,
input,
textarea {
	font: 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #fff;
	color: #444444;
}

.hidden { display: none; }

.alignleft { float: left; }

.alignright { float: right; }

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

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

a { 
	text-decoration: none; 
	color: #a3ce5b;
}

a:hover { text-decoration: underline; }

a img { border: none; }

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

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

.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 0 20px 0;
}

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

h2 {
	font-size: 20px;
	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: 18px;
	line-height: 28px;
}

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


.title-wrap {
	position: relative;
	overflow: hidden;
	padding: 0 0 2px 0;
	margin: 0 0 22px 0;
}

.title-wrap .author-avatar {
	padding: 5px 5px 500px 5px;
	position: absolute;
	left: 0;
	top: 0;
}


.title-wrap .author-avatar { background: #f4f4f4; }

.title-wrap .entry-header {
	text-decoration: none;
	color: #7B7B7B;
}

.entry-title a:hover { 
	text-decoration: none;
	color: #0ca2d1;
}


.entry-title a .title-wrap {
	margin: 0 0 0 50px;
	float: left;
}

.search-no-results .entry-content { 
	background: none;
	padding: 0;
}

.page-title,
.entry-title,
.entry-title a {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #a3ce5b;
	padding: 0;
}

.page-title { 
	margin: 0 0 30px 0;
	text-shadow: none;
	background: url(images/dotted_border.png) repeat-x bottom;
}

.page-title,
.page .entry-title {
	float: none;
	width: auto;
	color: #a3ce5b;
	padding: 0 0 20px 0;
}

.entry-title {
	padding-left: 50px;
	margin: 0;
}

.single .entry-title span {
}

.entry-title span {
	padding: 4px 0;
}

.single-portfolio .entry-content,
.error404 .entry-content,
.page .entry-content {
	background: none;
	padding: 0;
}

.entry-content ul,
.entry-content ul {
	list-style: circle;
}

.entry-content {
	background: url(images/dotted_border.png) repeat-x top;
	padding: 20px 0 0 0;
}
	
#primary {
	position: relative;
	float: left;
	width: 600px;
	margin: 0;
}

.home #primary {
	padding: 0;
}

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

#content {
	background: url(images/body_bg.jpg) repeat;
	padding: 1px;
}

#content-inner {
	width: 940px;
	margin: 0 auto;
	padding-bottom: 59px;
}

.home #content-inner{ 
	margin-top: 164px;
	padding: 40px 0 30px 0;
}

.home #content {
	padding-top: 1px;
}

#sidebar {
	float: right;
	width: 268px;
	padding: 13px 0 0 0;
}

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

#footer { clear: both; }


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


#header {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.tz-light #header,
.home #header {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
    		box-shadow: none;
}

.header-inner {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

#header-top {
	padding: 25px 0;
}

#header-bottom {
	padding: 25px 0 0 0; 
}

#logo {
	margin: 0 33px 0 0;
	float: left; 
}

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

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

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

#header-search {
	float: right;
	height: 25px;
	width: 160px;
	margin: 28px 0 0 0;
	overflow: hidden;
	-webkit-border-radius: 12px 12px 13px 13px;
	   -moz-border-radius: 12px 12px 13px 13px;
	   		border-radius: 12px 12px 13px 13px;
}

#header-search input {
	background: none;
	padding: 0 0 0 18px;
	width: 120px;
	margin: 5px 0 0 8px;
	border: none;
	line-height: 14px;
	height: 15px;
}

#slider {
	position: relative;
}

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

#slider .entry-content { background: none; }

#slider .entry-content { padding-bottom: 15px; }

#slider .entry-content a:hover { text-decoration: none; }

#slider .entry-content h1, 
#slider .entry-content h2, 
#slider .entry-content h3, 
#slider .entry-content h4, 
#slider .entry-content h5, 
#slider .entry-content h6 {
	margin-bottom: 20px;
	font-weight: bold;
	padding: 0;
}

#slider .entry-content h2 {
	font-size: 24px;
	line-height: 30px;
}

#slider .entry-content p { 
	font-size: 14px;
	line-height: 22px;
}

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

#slider .entry-content ul,
#slider .entry-content ol {
	padding: 0 0 20px 20px;
	margin: 0;
}

#pagination-slider {
	position: absolute;
	width: 950px;
	margin: 0 0 0 -5px;
	height: 164px;
	border-bottom: 1px solid #e8e8e8;
}

#dots {
	position: absolute;
	width: 940px;
	height: 50px;
	border-bottom: 1px solid #e8e8e8;
}

.home #content-inner.dots-enabled{ 
	margin-top: 40px;
	padding: 40px 0 30px 0;
}

#dots .pagination {
	margin: 22px auto 0 0;
	float: left;
	left: 50%;
	max-width: 940px;
	position: relative;
}

#dots .pagination li {
	float: left;
	margin: 0 5px 0 0;
	position: relative;
	right: 50%;
}

#dots .pagination li a {
	display: block;
	background: url(images/slider_nav.png);
	width: 8px;
	height: 8px;
	text-indent: -9999px;
}

#dots .pagination li.current a,
#dots .pagination li a:hover { background: url(images/slider_nav.png) -8px 0; }

#pagination-slider ul {
	height: 164px;
	overflow-x: hidden;
}

.home .slides-container {
	width: 940px;

}

.slides_container .hentry {
	width: 940px;
	margin: 0 20px 0 0;
}

#pagination-slider li {
	float: left; 
	margin: 25px 15px 0 5px;
	position: relative;
}

#pagination-slider li.current span { top: -1px; }
.tz-light #pagination-slider li.current span { top: 0; }

#pagination-slider li span {
	position: absolute;
	background: url(images/slide-arrow.png) no-repeat;
	width: 18px;
	height: 6px;
	top: 0;
	left: 77px;
	margin: -25px 0 0 0;
}

#pagination-slider li a {
	display: block;
	width: 162px;
	height: 105px;
	border: 1px solid #c2c5ca;
	background: #fff;
	padding: 4px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    		box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

#pagination-slider li.current a,
#pagination-slider li a:hover {
	border: 1px solid #a3ce5b;
	-webkit-box-shadow: 0 0 4px rgba(15, 165, 212, 0.7);
	   -moz-box-shadow: 0 0 4px rgba(15, 165, 212, 0.7);
    		box-shadow: 0 0 4px rgba(15, 165, 212, 0.7);

}

#pagination-slider li.first { margin-top: 20px; }

.jcarousel-next {
	position: absolute;
	background: url(images/slide-nav-right.png) no-repeat;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	right: -30px;
	top: 100px;
	cursor: pointer;
	display: none !important;
}

.jcarousel-prev {
	position: absolute;
	background: url(images/slide-nav-left.png) no-repeat;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	left: -30px;
	top: 100px;
	cursor: pointer;
	display: none !important;
}

.on .jcarousel-prev,
.on .jcarousel-next {
	display: block !important;
}

.on .jcarousel-next:active,
.jcarousel-prev:active {
	margin: 1px 0 0 0;
}

.jcarousel-clip {
	padding: 31px 0 0 0;
	margin: -31px 0 0 0;
	overflow: hidden;
	height: 155px;
}

.jcarousel-list { overflow: visible !important; }

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

#primary-nav {
	height: 25px;
	float: left;
	margin: 28px 0 0 0; 
}

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

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

#primary-nav li a.sf-with-ul { padding-right: 18px; }

#primary-nav li li a.sf-with-ul { padding-right: 0; }

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

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

#primary-nav ul ul {
	position: absolute;
	top: -9999em;
	width: 180px; /* 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: 25px; /* 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 {
	line-height: 13px;
	float: left;
	font-size: 13px;
font-weight: bold;
	height: 20px;
	-webkit-border-radius: 3px 3px 4px 4px;
	   -moz-border-radius: 3px 3px 4px 4px;
	   		border-radius: 3px 3px 4px 4px;
	padding: 5px 8px 0 8px;
}

#primary-nav ul ul a {
	float: none;
}

#primary-nav ul a:hover,
#primary-nav ul li.sfHover a,
#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;
}

/* 2nd level skin */
#primary-nav ul ul {
	padding: 0 0 0 0;
	margin: 15px 0 0 0;
	width: 140px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
    		box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
}

.tz-light #primary-nav ul ul { margin: 16px 0 0 0; }

/* 3nd level skin */
.tz-light #primary-nav ul ul ul,
#primary-nav ul ul ul {
	padding: 0;
	margin: -9px 0 0 -37px;
	width: 140px;
}

#primary-nav ul ul li {
	height: 25px;
	line-height: 25px;
	float: none;
	background: none;
}

#primary-nav ul ul li:last-child { padding-bottom: 20px; }
#primary-nav ul ul li:first-child { padding-top: 7px; }

#primary-nav ul ul li a {
	line-height: 25px;
	height: 25px;
	font-size: 12px;
	text-shadow: none;
}

#primary-nav ul ul li a:hover {
	background: none;
}

#primary-nav a .sf-sub-indicator {
	width: 5px;
	height: 5px;
	text-indent: -9999px;
	position: absolute;
	margin: 7px 0 0 5px;
}


#primary-nav li.current-menu-parent a {
	padding-right: 18px;
}

#primary-nav li li a .sf-sub-indicator { 
	width: 3px; 
	margin-top: 11px;
	right: 10px;
}

.ie7 #primary-nav li li a .sf-sub-indicator { 
	width: 3px; 
	right: 10px;
	margin-top: 5px;
}

.ie7 #primary-nav li li.sfHover {
	margin-bottom: -3px;
}

#primary-nav li li a .sf-sub-indicator:last-child { display: none; }

#primary-nav ul li li.current-menu-item a { background: none; }

#primary-nav ul li.sfHover ul a {  }

#primary-nav ul li.sfHover ul a:hover {  }


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

address { font-style: italic; }

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

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7b7b7b;
	font-style: italic;
	border-left: 2px solid #7b7b7b;
	margin-left: 48px;
	padding-left: 18px;
}

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

pre {
	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	white-space: pre;
	overflow: auto;
	padding: 0 10px;
	clear: both;
	color: #666;
	line-height: 19px;
	background: url(images/pre_bg.gif) repeat;
}

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

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

kbd { font-weight: bold; }

samp,
var { font-style: italic; }

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

#slider .entry-content img { max-width: 940px;}
.entry-content img { max-width: 600px; }

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

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

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

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

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

.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 { margin-left: 0; }

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

.gallery-columns-2 { width: 50%; }
.gallery-columns-3 { width: 33%; }
.gallery-columns-4 { width: 25%; }
.gallery-columns-5 { width: 20%; }
.gallery-columns-6 { width: 16%; }
.gallery-columns-7 { width: 14%; }
.gallery-columns-8 { width: 12%; }
.gallery-columns-9 { width: 11%; }

input,
textarea,
button {
	background: #fff;
	border: 1px solid #efefef;
}

input,
textarea { padding: 5px; }

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

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

#submit { cursor: pointer; }


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

.entry-header {
	margin: 0 0 0 50px;
	padding: 5px 0;
	font-size: 11px;
	color: #7B7B7B;
	margin-bottom: 10px;
}

.entry-header a {
	color: #444444;
}

.entry-header a:hover  {
	color: #7b7b7b;
	text-decoration:  none;
}

.entry-footer {
	background: url(images/dotted_border.png) top repeat-x, url(images/dotted_border.png) bottom repeat-x;
	padding: 20px 0;
	color: #7b7b7b;
}
 
.ie7 .entry-footer {
	border-bottom: 1px dotted #bfbfbf;
	border-top: 1px dotted #bfbfbf;
}

.entry-facebook-like,
.entry-twitter {
	float: right;
}

.entry-facebook-like iframe {
	width: 87px;
	height: 20px;
	margin: 0 0 -6px 0;
}

.entry-twitter iframe {
	margin: 0 0 -6px 0;
	width: 98px !important;
}

.entry-comments a {
	padding: 0 0 0 6px;
}

.entry-tags { 
	padding: 0 0 0 11px;
	margin: 0 0 0 10px;
	background: url(images/seperator.png) no-repeat left;
}

.entry-comments,
.entry-tags { float: left; }

.single .entry-tags {
	margin: 0;
	padding: 0;
	background: none;
}

.author-bio {
	margin: 40px 0 0 0;
	background: #fff;
	padding: 15px;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	   		border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.author-bio .avatar	{
	float: left;
	margin: 0 15px 0 0;
	border: 5px solid #f4f4f4;
}

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

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

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

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

.single .post-thumb,
.post-thumb a {
	display: block;
	padding: 4px;
	border: 1px solid #c2c5ca;
	background: #fff;
	float: left;
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.15);
    		box-shadow:0 0 4px rgba(0, 0, 0, 0.15);
}

.post-thumb a:hover {
	border: 1px solid #4ec8ee;
	-webkit-box-shadow: 0 0 4px rgba(15, 165, 212, 0.7);
	   -moz-box-shadow: 0 0 4px rgba(15, 165, 212, 0.7);
    		box-shadow: 0 0 4px rgba(15, 165, 212, 0.7);
}

.single .post-thumb img,
.post-thumb a img { float: left; }


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

.main-header {
	font-weight: bold;
	font-size: 16px;
	padding: 0;
}

#comment-caption,
#respond-caption {
	font-size: 12px;
	color: #7b7b7b;
	margin: 5px 0 0 0;
}

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

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

.comment {
	margin: 20px 0 20px 55px;
	position: relative;
}

.comment-body {
	background: url(images/dotted_border.png) repeat-x bottom;
	padding: 0 0 0 0;
}

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

#commentform {
	margin: 20px 0 50px 0;
}

ol #respond { margin-top: 30px; }

#respond small { color: #7b7b7b; }

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

#commentform input { 
	margin-right: 20px;
	width: 45%;
}

.contactform button,
#commentform #submit-button {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: auto;
	padding: 0 10px 0;
	line-height: 12px;
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    		box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	   		border-radius: 3px;
}

.contactform button,
#commentform #submit-button {
	background: url(images/submit_button.png);
	color: #555555;
}

.contactform button:hover,
#commentform #submit-button:hover { background: url(images/submit_button.png) 0 -30px; }

#content input,
#content textarea{
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	   		border-radius: 2px;
	border: 1px solid #cfcfcf;
	color: #444444;
	-webkit-box-shadow: inset 0 1px 4px rgba(0,0,0, 0.10), -5px -5px 0 0 #f8f8f8, 5px 5px 0 0 #f8f8f8, 5px 0 0 0 #f8f8f8, 0 5px 0 0 #f8f8f8, 5px -5px 0 0 #f8f8f8, -5px 5px 0 0 #f8f8f8;
	   -moz-box-shadow: inset 0 1px 4px rgba(0,0,0, 0.10), -5px -5px 0 0 #f8f8f8, 5px 5px 0 0 #f8f8f8, 5px 0 0 0 #f8f8f8, 0 5px 0 0 #f8f8f8, 5px -5px 0 0 #f8f8f8, -5px 5px 0 0 #f8f8f8;
    		box-shadow: inset 0 1px 4px rgba(0,0,0, 0.10), -5px -5px 0 0 #f8f8f8, 5px 5px 0 0 #f8f8f8, 5px 0 0 0 #f8f8f8, 0 5px 0 0 #f8f8f8, 5px -5px 0 0 #f8f8f8, -5px 5px 0 0 #f8f8f8;
}

#content input:focus,
#content textarea:focus{
	border: 1px solid #4ec8ee;
	-webkit-box-shadow: -5px -5px 0 0 #e0f8ff, 5px 5px 0 0 #e0f8ff, 5px 0 0 0 #e0f8ff, 0 5px 0 0 #e0f8ff, 5px -5px 0 0 #e0f8ff, -5px 5px 0 0 #e0f8ff;
	   -moz-box-shadow: -5px -5px 0 0 #e0f8ff, 5px 5px 0 0 #e0f8ff, 5px 0 0 0 #e0f8ff, 0 5px 0 0 #e0f8ff, 5px -5px 0 0 #e0f8ff, -5px 5px 0 0 #e0f8ff;
    		box-shadow: -5px -5px 0 0 #e0f8ff, 5px 5px 0 0 #e0f8ff, 5px 0 0 0 #e0f8ff, 0 5px 0 0 #e0f8ff, 5px -5px 0 0 #e0f8ff, -5px 5px 0 0 #e0f8ff;
}


#commentform textarea { width: 97%; }
ol #commentform textarea { width: 95%; }

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

.comment a.avatar-link {
	border: 5px solid #f4f4f4;
	position: absolute;
	left: -55px;
	top: 3px;
	width: 30px;
	height: 30px;
}

.comment a.avatar-link.author-link {
	border: 5px solid #0ca2d1;
}

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

.comment-meta,
.comment-meta a { 
	color: #7b7b7b;
	font-size: 11px;
}

.comment-author,
.comment-author a {
	font-weight: bold;
	font-size: 12px;
	color: #444444;
}

.comment-meta a:hover { 
	color: #444444;
	text-decoration: none;
}

.comment-author a:hover { 
	color: #0ca2d1;
	text-decoration: none;
}

.author-tag { 
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #0ca2d1;
}

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

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

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


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

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

.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi a:active {
	padding: 4px 8px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #efefef;
	background: #fff;
}

.wp-pagenavi a:hover { border: 1px solid #ddd; }

.wp-pagenavi span.pages {
	padding: 4px 8px;
	margin: 2px;
	border: 1px solid #efefef;
	background: #fff;
}

.wp-pagenavi span.current {
	padding: 4px 8px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #ddd;
	background: #fafafa;
}

.wp-pagenavi span.extend {
	padding: 4px 8px;
	margin: 2px;
	border: 1px solid #ddd;
	background-color: #FFFFFF;
}


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

#footer {
	padding: 30px 0 60px 0;
	background: #fff;
	font-size: 11px;
	border-top: 1px solid #e8e8e8;
}

#footer-inner {
	width: 940px;
	margin: 0 auto;
}

#footer-nav {
	float: left;
}

#footer-nav ul {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
}

#footer-nav li {
	display: inline;
	border-right: 1px solid #e8e8e8;
	padding: 0 8px;
}

#footer-nav li:first-child { padding-left: 0; }
#footer-nav li:last-child { 
	padding-right: 0;
	border: none;
}

.copyright a:hover,
#footer-nav a,
#footer-social a:hover { 
	color: #444444;
	text-decoration: none;
}

.copyright,
.copyright a,
#footer-social a,
#footer-nav a:hover { color: #7b7b7b; }

.copyright { 
	float: left;
	margin: 0;
}

#footer-social {
	float: right;
}

#footer-social li {
	float: left;
	padding: 0 0 5px 23px;
}

#footer-social li.twitter {
	margin: 0 20px 0 0;
	background: url(images/twitter_icon.png) no-repeat;
}

#footer-social li.facebook {
	background: url(images/facebook_icon.png) no-repeat;
}

#footer-social a {
	display: block;
	line-height: 11px;
}


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

.page-bg { padding-bottom: 40px; }

#callout,
.page-bg {
	margin: 40px 0 0 0;
	border: 1px solid #d8d8d8;
	border-bottom: none;
	background: url(images/page_bg.png) repeat-y;
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
	   		border-radius: 3px 3px 0 0;
}

#fullwidth-template { 
	background: #fff; 
}

#fullwidth-template #primary {
	width: auto;
	float: none;
}

#callout {
	margin: 30px 0 0 0;
	background: #fff;
	padding: 19px 24px;
	font-weight: bold;
	font-size: 16px;
}

#callout p { 
	margin: 8px 0 0 0;
	float: left;
}

.callout-button {
	float: right;
}

.callout-button a {
	display: block;
	background: url(images/shortcodes/buttons/button_green_large.png) repeat-x;
	height: 33px;
	line-height: 13px;
	font-size: 13px;
	font-weight: bold;
	padding: 0 16px;
	color: #5d7731 !important;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
	line-height: 33px;
	border: 1px solid #adc671;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	   		border-radius: 3px;





}

.callout-button a:hover {
	background: url(images/shortcodes/buttons/button_green_large.png) 0 -33px repeat-x;
	text-decoration: none;
}

.page-bottom {
	background: url(images/page_bottom_bg.png) no-repeat;
	height: 9px;
	width: 940px;
}

#primary {
	width: 600px;
	padding: 40px 34px;
	padding-bottom: 0;
}

.home #primary { 
	width: 940px;
	margin: 0 0 20px 0;
	background: url(images/home_widget_bg.png) repeat-y;
}

.home .widget {
	padding: 0;
	background: none;
	margin: 0; 
}

.home .widget-title {
	font-weight: 14px;
	font-weight: bold;
}

.home .column {
	float: left;
	padding: 0 20px 0 0;
	width: 220px;
}

#column-left { width: 420px; }

#column-center { padding: 0 19px; }

#column-right { 
	padding: 0 0 0 19px;
	width: 221px;
}

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

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

.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: 98%;
	height: 200px;
	margin-bottom:15px;
}

.contactform li button { float: right; }

label.error { color: red; }


#filter {
	float: right;
}

.portfolio-title-wrap {
	background: url(images/dotted_border.png) repeat-x bottom;
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
}

.ie7 .portfolio-title-wrap .navigation { width: 50px; }

.portfolio-title-wrap .navigation {
	float: right;
	padding: 0 0 0 5px;
	margin: 0;	
}

.portfolio-title-wrap .navigation a {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 0 0 5px;
}

.portfolio-title-wrap .nav-previous,
.portfolio-title-wrap .nav-next { float: right; }

.portfolio-title-wrap .navigation a:active { margin-top: 1px; }

.portfolio-title-wrap .nav-previous a { background: url(images/slide-nav-left.png) no-repeat; }
.portfolio-title-wrap .nav-next a { background: url(images/slide-nav-right.png) no-repeat; }

.portfolio-title-wrap h2 {
	float: left;
	background: none;
	padding: 0;
	margin: 0;
}

.recent-wrap { position: relative; }

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

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

.image-grid li {
  margin: 0 24px 0 0;
  float: left;
  width: 200px;
  height: 270px;
}

.image-grid .entry-title,
.image-grid .entry-title a {
	margin: 0;
	padding: 0;
	background: none;
	color: #a3ce5b;
	text-shadow: none;
	float: none;
	font-size: 12px;
}

.image-grid .entry-title a:hover { color: #444444; }

.image-grid .post-thumb {
	margin: 0 0 10px 0;
}

.filter-title {
	float: right;
	padding: 0 10px 0 0;
}

#filter {
	float: right;
	margin: -10px 0 0 0;
	padding:0;
	position: relative;
	z-index: 1000;
}

#filter #top {
	background: url(images/filter.png) no-repeat;
	width: 244px;
	height: 38px;
}

#filter a,
#filter a:hover {
	display: block;
	text-decoration: none;
	padding: 10px 40px 0 15px;
	color: #444444;
}

#filter ul {
	display: none;
	position: absolute;
	top: 33px;
	left: 5px;
	width: 232px;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;
	   		border-radius: 1px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#filter ul li a,
#filter ul li a:hover{
	padding: 5px 10px;
	border-bottom: 1px solid #f5f5f;
	color: #7b7b7b;
}

#filter ul li a:hover { 
	color: #444444;
	background: #f9f9f9;
}

#filter ul li:last-child a { border: none; }

.back-to-portfolio {
	float: right;
}

.back-to-portfolio a{
	color: #a3ce5b;
	display: block;
	line-height: 12px;
	padding: 0 10px 2px 0;
	margin: 3px 0 0 0;
	border-right: 1px solid #a3ce5b;
}

.back-to-portfolio a:hover {
	color: #444444;
	text-decoration: none;
}

.slider {
	width: 570px;
	float: left;
	margin: 0 0 50px 0;
}

.slider .slides_container {
	padding: 5px;
}

.slider img {
	display: block;
	padding: 4px;
	border: 1px solid #c2c5ca;
	background: #fff;
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.15);
    		box-shadow:0 0 4px rgba(0, 0, 0, 0.15);
}

.jp-jplayer img {
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
    		box-shadow: none;
}

.slider .pagination {
	margin: 10px auto 0 0;
	float: left;
	left: 50%;
	max-width: 560px;
	position: relative;
}

.slider .pagination li {
	float: left;
	margin: 0 5px 0 0;
	position: relative;
	right: 50%;
}

.slider .pagination li a {
	display: block;
	background: url(images/slider_nav.png);
	width: 8px;
	height: 8px;
	text-indent: -9999px;
}

.slider .pagination li.current a,
.slider .pagination li a:hover { background: url(images/slider_nav.png) -8px 0; }

.entry-skills,
.single-portfolio .entry-content {
	float: right;
	width: 275px;
}

.entry-skills { clear: right; }

.entry-skills ul {
	margin: 0;
	padding: 0;
}

.entry-skills h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 5px 0;
}

#comment-wrap {
	width: 560px;
}

div.jp-audio,
div.jp-video {
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	color: #fff;
	line-height: 1.6;
}

div.jp-audio,
div.jp-video { 
	width: 560px;
	margin: 0 0 30px 0;
}

#slider div.jp-audio,
#slider div.jp-video {
	width: 680px;
}

.jp-video-play,
div.jp-jplayer.jp-jplayer-video { width: 560px; }

#slider .jp-video-play,
#slider div.jp-jplayer.jp-jplayer-video  {
	width: 680px;
}

div.jp-interface {
	position: relative;
	width: 100%;
	background: url(images/jplayer_bg.png) repeat-x;
	z-index: 100;
}

div.jp-type-single div.jp-interface { height: 30px; }

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

div.jp-interface ul.jp-controls li { display: inline; }

div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
}

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

div.jp-type-single a.jp-play,
div.jp-type-single a.jp-pause {
	top: 0;
	left: 0;
}

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

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

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

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

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

div.jp-progress {
	position: absolute;
	overflow:hidden;
}

#slider div.jp-type-single div.jp-progress { width: 535px; }

div.jp-type-single div.jp-progress {
	width: 416px;
	height: 7px;
	padding: 1px;
	background: url("images/jplayer-black-and-yellow.png") 0 -192px repeat-x ;
}

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

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

/* The seeking class is added/removed inside jPlayer
div.jp-seeking-bg {
	background: url("pbar-ani.gif");
}
*/

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

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

#slider div.jp-volume-bar { left: 195px; }

div.jp-type-single div.jp-volume-bar {
	top: 0;
	left: 18px;
}

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

#slider div.jp-type-single a.jp-mute, 
#slider div.jp-type-single a.jp-unmute { left: 602px; }

div.jp-type-single a.jp-mute,
div.jp-type-single a.jp-unmute {
	top: 9px;
	left: 485px;
}

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

#slider .seperator-second { left: 591px; }
.seperator-second { left: 473px; }

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

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

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

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

div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer { background-color: #292a2b; }

#fancybox-close {
	background: url(images/lightbox_cross.gif) no-repeat !important;
	width: 21px !important;
	height: 21px !important;
	top: 10px !important;
	right: 8px !important;
}

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

#sidebar .widget:first-child { margin-top: 27px; }

#sidebar .widget:last-child { background: none; }

.widget { 
	margin: 20px 24px 0 24px;
	padding: 0 0 5px 0;
	background: url(images/dotted_border.png) repeat-x bottom;
}

.widget-title {
	color: #a3ce5b;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 12px;
}

.widget ul {
	list-style: none;
	margin: 0;
	background: #fff;
	padding: 15px 0 15px 0;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	   		border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.widget ul ul {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-border-radius: none;
	   -moz-border-radius: none;
	   		border-radius: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
    		box-shadow: none;
}

.widget li {
	background: url(images/widget_ul_bg.gif) repeat;
	padding: 0 15px 0 15px;
}

.widget li:last-child { background: none; }

.widget li li {
	padding-left: 0;
}

.widget li li ul {
	padding-left: 15px;
}

.widget li li a {
	background: url(images/arrow.png) no-repeat center left;
	padding: 0 0 0 13px;
}

.widget li a {
	color: #444;
	height: 30px;
	line-height: 30px;
}

.widget_recent_entries li,
.widget_recent_comments li {
	background: none;
	border-bottom: 1px solid #f4f4f4;
	padding: 5px 15px;
}

.widget_recent_entries li a,
.widget_recent_comments li a {
	height: auto;
	line-height: 18px
}

widget_recent_entries li:last-child,
.widget_recent_comments li:last-child { border: none; }

.widget li.current-cat,
.widget li.current-menu-item a,
.widget li a:hover {
	color: #a3ce5b;
	text-decoration: none;
}

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

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

.ie7 #sidebar .widget_search .s { margin: 0 0 0 -25px; }

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

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

.widget_calendar table { width: 100% }

/* Twitter Widget */

#twitter-link {
	display: block;
	background: url(images/twitter_arrow.png) no-repeat;
	padding: 15px 0 0 0;
	margin: -1px 0 0 20px;
}

#twitter-link span {
	display: block;
	background: url(images/twitter_icon.png) no-repeat;
	padding: 0 0 0 20px;
	line-height: 12px;
}

.tz_tweet_widget ul {
	padding: 15px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	word-wrap: break-word;
}

.tz_tweet_widget ul li a { display: none; }

.tz_tweet_widget ul li {
	background: url(images/dotted_border.png) repeat-x bottom;
	padding: 8px 0;
	line-height: 20px;
}

.widget.tz_tweet_widget ul li span a {
	display: inline;
	color: #0ca2d1;
	height: auto;
	line-height: 20px;
}

.tz_tweet_widget ul li a:hover {
	text-decoration: underline;
}

/* Flickr Widget */
#flickr_badge_wrapper {
	width: 231px;
	margin: 0 0 -11px 0;
}

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

.flickr_badge_image a {
	float: left;
	padding: 3px;
	background: #fff;
	border: 1px solid #c2c5ca;
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.15);
    		box-shadow:0 0 4px rgba(0, 0, 0, 0.15);
}

.flickr_badge_image a:hover {
	border: 1px solid #a3ce5b;  
	-webkit-box-shadow: 0 0 4px rgba(15, 165, 212, 0.7);
	   -moz-box-shadow: 0 0 4px rgba(15, 165, 212, 0.7);
    		box-shadow: 0 0 4px rgba(15, 165, 212, 0.7);
}

.flickr_badge_image img {
	width: 58px;
	height: 58px;
	float: left;
}

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

.home #primary .one_half,
.home #primary .home .one_third,
.home #primary .two_third,
.home #primary .three_fourth,
.home #primary .one_fourth,
.home #primary .one_fifth,
.home #primary .two_fifth,
.home #primary .three_fifth,
.home #primary .four_fifth,
.home #primary .one_sixth,
.home #primary .five_sixth {
	margin-bottom: 0;
}

.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 */
 
.ie7 #slider a.button {
	margin: 0 5px -15px 0;
}

#slider a.button {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	margin: 0 5px 20px 0;
	padding: 7px 15px 0 15px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	   		border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.5);
	   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.tz-light #slider a.button {
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5);
	   -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    		box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

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

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


#callout a.button.orange {
	background-image: url(images/callout_button_bg.png);
	color: #835503 !important;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
	border: 1px solid #dab347;
}

#callout a.button.large.orange { background-image: url(images/callout_button_bg.png); }

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

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

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

a.button.green {
	background-image: url(images/shortcodes/buttons/button_green.png);
	border: 1px solid #adc671;
	color: #5d7731 !important;
	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 !important;
	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 !important;
	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 !important;
	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 !important;
	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 !important;
	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: #1498d9;
    border-top: 1px solid #1498d9;
    border-bottom: 1px solid #1498d9;
    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;
	color: #444444;
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
	   		border-radius: 3px 3px 0 0;
}

.tabs ul.nav li a:hover { 
	color: #0ca2d1;
	text-decoration: none;
}

.tabs ul.nav li.ui-tabs-selected a {
	height: 25px;
	background: #fff;
	color: #0ca2d1;
}

.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 h4:hover { 
	color: #a3ce5b;
	text-decoration: none;
}

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

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

/* Testimonial ------------------------------*/

.tz_testimonial_widget { width: 221px; }

.home .tz_testimonial_widget { width: auto; }

.tz_testimonial {
	background: url(images/note_bg.png) repeat-y;
	min-height: 21px;
	line-height: 21px;
	border: 1px solid #d8d8d8;
	border-bottom: none;
	padding: 21px 15px 0 28px;
	-webkit-border-radius: 2px 2px 0 0;
	   -moz-border-radius: 2px 2px 0 0;
	   		border-radius: 2px 2px 0 0;
}

.tz_testimonial_desc {
	background: url(images/note_bottom.png) no-repeat;
	text-align: right;
	padding: 15px 12px 0 0;
	height: 44px;
	color: #7b7b7b;
}



.tz_testimonial_desc strong { color: #444444; }

.tz_testimonial_desc p { margin: 0; }

/* Client ------------------------------*/

.tz_client {
	text-align: left;
}

.tz_client ul {
	margin: 0;
	padding: 0;
	width: 231px;
	list-style: none;
	background: none;
	border: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.tz_client li,
.tz_client img {
	float: left;
	width: 66px;
	background: none;
	padding: 0;
}

.tz_client li {
	margin: 0 11px 11px 0;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}