/*
Theme Name: BusinessOne
Theme URI: http://www.cssigniter.com/ignite/themes/businessone
Author: the CSSIgniter team
Author URI: http://www.cssigniter.com/
Description: A business theme for WordPress
Version: 1.0
License: GNU General Public License
*/

	
/*
============================================================================
Reset (No need to edit anything)
============================================================================
*/
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,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
}

:focus {
	outline:0;
}

body {
	background:#fff;
	line-height:1;
}

ol,ul {
	list-style:none;
}

table {
	border-collapse:separate;
	border-spacing:0;
}

caption,th,td {
	font-weight:normal;
	text-align:left;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:"";
}

blockquote,q {
	quotes:;
}

a img {
	border:0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

.group:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


	
/*
============================================================================
Global (h1..h6,lists,paragraphs,tables,links,form elements etc)
============================================================================
*/
body,input,textarea {
	font:13px Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	line-height:1.2;
	color:#4e4e4e;
}

body {
	background:url(images/body-bg.jpg);
}


	
/* Headings */
h1 {
	font-size:32px;
}

h2 {
	font-size:28px;
}

h3 {
	font-size:24px;
}

h4 {
	font-size:20px;
}

h5 {
	font-size:16px;
}

h6 {
	font-size:12px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:700;
	margin-bottom:.7em;
}

hr {
	background-color:#ccc;
	border:0;
	height:1px;
	margin-bottom:1.625em;
}


	
/* Text elements */
p {
	margin-bottom:1.625em;
}

ul,ol {
	margin:0 0 1.625em 2.5em;
}

ul {
	list-style:square;
}

ol {
	list-style-type:decimal;
}

ol ol {
	list-style:upper-alpha;
}

ol ol ol {
	list-style:lower-roman;
}

ol ol ol ol {
	list-style:lower-alpha;
}

ul ul,ol ol,ul ol,ol ul {
	margin-bottom:0;
}

dl {
	margin:0 1.625em;
}

dt {
	font-weight:bold;
}

dd {
	margin-bottom:1.625em;
}

strong {
	font-weight:bold;
}

cite,em,i {
	font-style:italic;
}

blockquote {
	font-family:Georgia, "Bitstream Charter", serif;
	font-style:italic;
	font-weight:normal;
	margin:0 3em;
}

blockquote em,blockquote i,blockquote cite {
	font-style:normal;
}

blockquote cite {
	color:#666;
	font:12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
	letter-spacing:.05em;
	text-transform:uppercase;
}

pre {
	font:13px "Courier 10 Pitch", Courier, monospace;
	line-height:1.5;
	margin-bottom:1.625em;
	overflow:auto;
	padding:.75em 1.625em;
}

code,kbd {
	font:13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,acronym,dfn {
	cursor:help;
}

address {
	display:block;
	margin:0 0 1.625em;
}

ins {
	text-decoration:none;
}

sup,sub {
	height:0;
	line-height:1;
	position:relative;
	vertical-align:baseline;
}

sup {
	bottom:1ex;
}

sub {
	top:.5ex;
}


	
/* Form elements */
input[type=text],input[type=password],textarea {
}

input[type=text]:focus,textarea:focus {
}

textarea {
	padding-left:3px;
	width:98%;
}

input[type=text] {
	padding:3px;
}

input#s {
	background:none repeat scroll 0 0 #FEFEFE;
	border:1px solid #E7E5E3;
	padding:7px 5px 7px 27px;
	font:inherit;
	color:#555;
}

#searchform {
	position:relative;
}

input#searchsubmit {
	border:none;
	text-indent:-9999em;
	position:absolute!important;
	background:url(images/search.png) no-repeat;
	width:14px;
	height:14px;
	top:-10px!important;
	left:10px!important;
	cursor:pointer;
	z-index:500;
}


	
/* Text links */
a,a:visited {
	text-decoration:none;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear;
	-ms-transition:all .2s linear;
}

a:focus,a:active,a:hover {
	text-decoration:none;
}


	
/* Alignment */
.alignleft {
	display:inline;
	float:left;
	margin-right:1.625em;
}

.alignright {
	display:inline;
	float:right;
	margin-left:1.625em;
}

.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}


	
/* Make sure embeds and iframes fit their containers */
embed,iframe,object {
	max-width:100%;
}


	
/*
============================================================================
Structure (for every page in the theme)
============================================================================
*/
.wrap {
	width:960px;
	margin:0 auto;
}


	
/*
============================================================================
Header (Logo etc)
============================================================================
*/
#pre-head {
	background:url(images/tophead-bg.png) repeat-x top;
	margin-bottom:10px;
}

.pre-nav {
	float:right;
	margin:0;
	padding:0;
}

.pre-nav li {
	float:left;
	list-style:none;
	margin:10px;
}

.pre-nav li a,.pre-nav li a:visited {
	color:#4e4e4e;
	font-size:12px;
}

li.rbn-link {
	margin-top:0;
	margin-right:-3px;
}

li.rbn-link a {
	background:url(images/default/sprites.png) no-repeat 0 -371px;
	width:120px;
	height:32px;
	display:inline-block;
	text-align:center;
	padding-top:9px;
	font-size:15px;
	color:#5d7878;
	text-shadow:1px 1px 0 rgba(255,255,255,0.5);
	font-weight:700;
}

.logo {
	float:left;
}

.logo h1 {
	float:left;
	font-size:32px;
	text-shadow:1px 1px 0 rgba(255,255,255,0.5);
}

.logo h1 a {
	color:#4e4e4e;
	letter-spacing:-1px;
	font-weight:900;
}

.logo span {
	color:#555555;
	font-size:14px;
	font-weight:400;
	margin-left:15px;
	position:relative;
	top:17px;
}

.c-tel,.c-tel:visited {
	background:url(images/default/sprites.png) no-repeat scroll -5px -418px transparent;
	color:#444444;
	float:right;
	font-size:20px;
	margin-top:13px;
	padding-left:30px;
	text-align:right;
	text-shadow:1px 1px 0 rgba(255,255,255,0.5);
}


	
/*
============================================================================
Navigation (for every navigational element in the theme)
============================================================================
*/
#nav {
	position:relative;
	z-index:600;
}

#navigation {
	margin:0;
	padding:0;
	height:52px;
	position:relative;
}

#navigation > li {
	float:left;
	height:52px;
}

#navigation li {
	list-style:none;
}

#navigation > li a {
	font-size:16px;
	letter-spacing:-.035em;
	font-weight:700;
	text-align:center;
	display:block;
	height:36px;
	padding:13px 35px 0;
}

#navigation a {
	text-shadow:1px 1px 0 rgba(0,0,0,0.5);
}

.left-rbn {
	width:42px;
	height:58px;
	position:absolute;
	left:-40px;
}

.right-rbn {
	height:58px;
	position:absolute;
	right:-42px;
	top:-4px;
	width:42px;
}

#navigation ul {
	position:absolute;
	margin:3px 0 0;
	padding:0;
	box-shadow:0 4px 4px rgba(0,0,0,0.45);
	-o-box-shadow:0 4px 4px rgba(0,0,0,0.45);
	-moz-box-shadow:0 4px 4px rgba(0,0,0,0.45);
	-webkit-box-shadow:0 4px 4px rgba(0,0,0,0.45);
	display:none;
}

#navigation > li:hover > ul {
	display:block;
}

#navigation li li a {
	padding:13px 35px 0;
	text-align:left;
}

#navigation > li > a:hover,#navigation > li.sfHover > a {
	background:url(images/curr-bg.png) no-repeat center top;
}


	
/*
============================================================================
HomePage Slider
============================================================================
*/
#sld-container {
	background:#fbfbfb url(images/pat.png);
	border:5px solid #e5e4e0;
	border-top:0;
	padding-bottom:7px;
	position:relative;
	top:-3px;
}

.sld-inner {
	position:relative;
	height:388px;
	width:943px;
	margin:0 auto;
}

.slideshow {
	padding:0 8px 8px;
	background:#fdfefb;
	position:relative;
	z-index:5;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear;
	-ms-transition:all .2s linear;
}

.slides {
	height:378px;
	width:927px;
	overflow:hidden;
}

.slideshow:hover {
	background:#EBEAE5;
}

.sld-entry {
	line-height:0;
	position:relative;
}

.slide-details {
	position:absolute;
	top:0;
	left:0;
	height:298px;
	background:url(images/transparency.png);
	padding:80px 35px 0;
	width:230px;
	line-height:1.6;
	color:#ebeae5;
}

.slide-details h1 {
	line-height:1;
	margin-bottom:15px;
	font-weight:900;
	font-size:32px;
}

.slide-details h1 a,.slide-details h1 a:visited {
	color:#ebeae5;
}

.slide-details h1 a:hover {
	color:#fff;
}

.slide-details .ci-more-link {
	font-size:18px;
	font-weight:700;
}

.slide-details .ci-more-link:hover {
	color:#fff;
}

.sld-prev,.sld-next {
	position:absolute;
	width:51px;
	height:45px;
	text-indent:-999em;
	cursor:pointer;
}

.sld-prev {
	top:40%;
	left:-38px;
}

.sld-next {
	top:40%;
	right:-38px;
}

.sld-pager {
	width:122px;
	height:32px;
	margin:0 auto;
	text-align:center;
}

.sld-pager a,.sld-pager a:visited {
	width:13px;
	height:13px;
	display:inline-block;
	cursor:pointer;
	text-indent:-999em;
	margin-top:9px;
	margin-right:2px;
}

.sld-pager a.activeSlide {
	background:url(images/default/sprites.png) no-repeat -5px -284px;
}


	
/*
============================================================================
Content
============================================================================
*/
.top-widget-area {
	padding:35px 0 55px;
}

.top-widget-area .widget,.mid-widget-area .widget {
	float:left;
	width:290px;
	margin-right:45px;
	color:#7b7b7b;
}

.top-widget-area .widget:nth-child(3n),.mid-widget-area .widget:nth-child(3n) {
	margin-right:0;
}

.top-widget-area .widget h3,.mid-widget-area .widget h3,#sidebar .widget h3 {
	font-size:19px;
	letter-spacing:-.025em;
	text-shadow:1px 1px 0 rgba(255,255,255,0.5);
	margin-bottom:10px;
	color:#4e4e4e;
}

.top-widget-area .ci-more-link,.top-widget-area .ci-more-link:active {
	padding:3px 12px;
	display:inline-block;
	color:#ebebeb;
	text-shadow:0 0 2px rgba(0,0,0,0.2);
	font-size:12px;
	box-shadow:0 0 3px rgba(0,0,0,0.4);
	-o-box-shadow:0 0 3px rgba(0,0,0,0.4);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.4);
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.4);
}

.top-widget-area .ci-more-link:hover {
	color:#fff;
}

.top-widget-area .ci-more-link:focus {
	position:relative;
	top:1px;
}

.mid-widget-area {
	padding:0 0 25px;
	margin-bottom:35px;
	background:url(images/mid-bg.png);
	border-bottom:1px solid #f2f1ef;
	box-shadow:0 0 6px rgba(0,0,0,0.08) inset;
}

.pat-bg {
	height:10px;
	background:url(images/pat.png);
	margin-bottom:25px;
	display:block;
	position:relative;
	top:-10px;
}

.wgt-thumb,.product-thumb {
	border:5px solid #dedcd5;
	padding:7px;
	display:inline-block;
	background:#fbfbfb url(images/pat.png);
	line-height:0;
	margin-bottom:10px;
	margin-left:-5px;
}

.wgt-thumb img,.product-thumb img {
	padding:5px;
	background-color:#fff;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear;
	-ms-transition:all .2s linear;
}

.product-thumb {
	border:none;
	margin-left:0;
}

.wgt-thumb img:hover {
	padding:5px;
	background-color:#EBEAE5;
}

.low-widget-area {
	padding:10px 0 65px;
}

.low-widget-area .widget h3 {
	font-size:16px;
	letter-spacing:-.025em;
	text-shadow:1px 1px 0 rgba(255,255,255,0.5);
	margin-bottom:10px;
	color:#4e4e4e;
	margin-left:5px;
}

.low-widget-area .widget {
	float:left;
	width:290px;
	margin-left:-5px;
}

.low-widget-area .widget:first-child {
	width:625px;
	margin-right:45px;
}

.low-widget-area .textwidget, .entry .textwidget {
	padding:7px;
	border:5px solid #e8e7e2;
	background:#fafafa;
}

.low-widget-area .widget_ci_testimonials {
	position:relative;
}

.low-widget-area .textwidget, .entry .textwidget {
	background:#fbfbfb url(images/pat.png);
	padding:7px;
}

.low-widget-area .widget_ci_testimonials .textwidget  {
	position: relative;
}

.low-widget-area .widget_ci_testimonials .textwidget .testimonial {

}

.low-widget-area .widget_ci_testimonials blockquote,
.low-widget-area .widget .textwidget > p,
.post-type-archive-testimonial .entry .testimonial {
	background:#fbfbfb;
	margin:0;
	padding:15px;
	color:#999489;
	position:relative;
}

.entry .ci_widget_testimonials {
	margin: 15px 0;
}

.post-type-archive-testimonial .entry .testimonial {
	border: none;
}

.low-widget-area .widget_ci_testimonials blockquote > p,
.post-type-archive-testimonial .entry  .testimonial  > p {
	padding-left:35px;
}

.low-widget-area .widget_ci_testimonials blockquote cite,
.post-type-archive-testimonial .entry .testimonial cite {
	font-size:11px;
	letter-spacing:-1px;
	padding-left:35px;
}

.quote-icon {
  height: 53px;
  left: -4px;
  position: absolute;
  top: -5px;
  width: 45px;
  z-index: 500;
}

.ci-more-link {
	display:block;
	font-size:12px;
}


	
/*
============================================================================
Footer
============================================================================
*/
#footer {
	padding:0;
	color:#ebeae5;
}

#footer .wrap {
	width:1006px;
}

#footer .pat-bg {
	height:6px;
	top:-6px;
}

.footer-top {
	margin-top:-41px;
	padding:7px;
	position:relative;
	z-index:300;
}

.footer-top-wrap {
	padding:15px;
}

.footer-top-wrap .widget,.footer-bottom .widget {
	float:left;
	width:290px;
	margin-right:45px;
}

.footer-top-wrap .widget:nth-child(3n),.footer-bottom .widget:nth-child(3n) {
	margin-right:0;
}

#footer .widget h3 {
	font-size:19px;
	text-shadow:1px 1px 0 rgba(0,0,0,0.5);
	font-weight:700;
}

#footer a,#footer a:visited {
	text-shadow:1px 1px 0 rgba(0,0,0,0.25);
}

.footer-bottom {
	padding:35px 23px;
}

#footer .footer-copy .wrap {
	width:960px;
	padding:25px 0 30px;
}

#footer .siteinfo > a {
	font-size:32px;
	text-shadow:1px 1px 0 rgba(0,0,0,0.5);
	color:#fff;
	letter-spacing:-1px;
	font-weight:900;
}

.foot-numb {
	margin-left:5px;
	font-size:12px;
}

.foot-addr {
	margin-left:5 px;
	font-size:12px;
}

.foot-email {
	margin-left:15px;
	font-size:12px;
}

.sitecopy {
	margin-top:19px;
	font-size:12px;
}

#footer input[type=text],#footer textarea {
	padding:8px 15px;
	width:80%;
	font:inherit;
}

input[type=submit] {
	display:block;
	margin-top:20px;
	color:#ebeae5;
	text-shadow:1px 1px 0 rgba(0,0,0,0.25);
	font-size:16px;
	padding:5px 15px;
	border:1px solid #f4683c;
	background:#f05422 url(images/btn-grad.png) bottom repeat-x;
	cursor:pointer;
	font:inherit;
}

input[type=submit]:hover {
	color:#fff;
}

input[type=submit]:active {
	position:relative;
	top:1px;
}


	
/*
============================================================================
Widgets 
============================================================================
*/
#sidebar .widget h3 {
	color:#4E4E4E;
	border-bottom:1px solid #ebe9ec;
	padding:6px 10px;
	text-shadow:1px 1px 0 rgba(255,255,255,0.7);
}

#sidebar .wgt-thumb {
	margin-left:0;
	padding:5px;
}

#sidebar .widget {
	margin-bottom:30px;
}

#sidebar .widget ul li {
	border-bottom:1px solid #eae9e5;
	border-top:1px solid #ffffff;
	padding:7px 10px;
}

#sidebar .widget ul li:first-child {
	border-top:none;
}

#sidebar .widget ul li:last-child {
	border-bottom:none;
}

.widget-area {
}

.widget {
	line-height:1.6;
}

.widget-title {
}

.widget ul {
	margin:0;
}

.widget ul ul {
	margin-left:1.5em;
}

.widget ul li {
	font-size:13px;
	list-style:none;
	display:block;
	padding:7px 0;
}

.widget a {
}

.widget a:hover,.widget a:focus,.widget a:active {
}

.twitter-time,.ci-news-time {
	display:block;
	margin-bottom:10px;
	font-style:italic;
}


	
/* Search Widget */
.widget_search form {
}

.widget_search #s {
}

.widget_search #searchsubmit {
	position:relative;
	top:-2px;
}

.widget_search #searchsubmit:active {
}


	
/* Ephemera Widget */
section.ephemera ol,.widget_twentyeleven_ephemera ol {
	list-style:square;
	margin:5px 0 0;
}

.widget_twentyeleven_ephemera .widget-entry-title {
	padding:0;
}

.widget_twentyeleven_ephemera .comments-link a,.widget_twentyeleven_ephemera .comments-link > span {
	display:block;
	font-weight:bold;
}

section.ephemera .entry-title .comments-link a:hover,.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}

section.ephemera .entry-title a span {
}


	
/* Widget Image */
.widget_image img {
	height:auto;
	max-width:100%;
}


	
/* Calendar Widget */
.widget_calendar #wp-calendar {
	width:95%;
	text-align:center;
}

.widget_calendar #wp-calendar caption,.widget_calendar #wp-calendar td,.widget_calendar #wp-calendar th {
	text-align:center;
}

.widget_calendar #wp-calendar caption {
	font-size:11px;
	padding:5px 0 3px;
	text-transform:uppercase;
}

.widget_calendar #wp-calendar th {
	font-weight:bold;
}

.widget_calendar #wp-calendar tfoot td {
}


	
/* Social Widget */
.icn {
	width:24px;
	height:24px;
	background:url(images/social-icons.png) no-repeat;
	float:left;
	margin-right:5px;
	text-indent:-999em;
	cursor:pointer;
}

#footer .icn {
	background-image:url(images/social-icons-light.png);
}

.icn:focus,.icn:active {
	outline:none;
}

.icn.twitter {
	background-position:-31px -1px;
}

.icn.twitter:hover {
	background-position:-31px -31px;
}

.icn.facebook {
	background-position:0 -1px;
}

.icn.facebook:hover {
	background-position:0 -31px;
}

.icn.flickr {
	background-position:-62px -1px;
}

.icn.flickr:hover {
	background-position:-62px -31px;
}

.icn.picasa {
	background-position:-94px 0;
}

.icn.picasa:hover {
	background-position:-94px -30px;
}

.icn.lnkdin {
	background-position:-125px 0;
}

.icn.lnkdin:hover {
	background-position:-125px -30px;
}

.icn.gplus {
	background-position:-156px -1px;
}

.icn.gplus:hover {
	background-position:-156px -31px;
}

.icn.rss {
	background-position:-187px -1px;
}

.icn.rss:hover {
	background-position:-187px -31px;
}

.icn.youtube {
	background-position:-218px -1px;
}

.icn.youtube:hover {
	background-position:-218px -31px;
}

.icn.wordpress {
	background-position:-250px -1px;
}

.icn.wordpress:hover {
	background-position:-250px -31px;
}

.icn.dribbble {
	background-position:-282px -1px;
}

.icn.dribbble:hover {
	background-position:-282px -31px;
}

.icn.pinterest {
	background-position:-313px -1px;
}

.icn.pinterest:hover {
	background-position:-313px -31px;
}


	
/* Product Widget */
.widget_ci_product_widget h3 a,.widget_ci_product_widget h3 a:visited {
	color:#4E4E4E;
}

#footer .widget_ci_product_widget h3 a,#footer .widget_ci_product_widget h3 a:visited {
	color:#EBEAE5;
}


	
/* Flickr widget */
.flickr_badge_image {
	float:left;
	width:75px;
	padding:5px;
	background:#fff;
	margin:0 10px 10px 0;
	-moz-box-shadow:0 0 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 2px rgba(0,0,0,0.2);
	box-shadow:0 0 2px rgba(0,0,0,0.2);
}

.flickr_badge_image img {
	display:block;
}


/* Testimonials Widget */

#footer .testimonial {
	margin: 0;
	padding: 15px 0;
  border-bottom: 1px solid #37362B;
  border-top: 1px solid #514940;
}

#sidebar .testimonial {
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #EAE9E5;
	border-top: 1px solid #FFFFFF;
}

#footer .testimonial:first-child, #sidebar .testimonial:first-child {
	border-top: none;
}

#footer .testimonial:last-of-type, #sidebar .testimonial:last-of-type {
	border-bottom: none;
}

#footer .quote-icon, #sidebar .quote-icon {
	display: none;
}

.testimonial p {
	margin-bottom: 5px;
}

#footer .testimonial cite {
	color: #ededed;
}

.widget_ci_testimonials .readmore {
	margin-top: 5px;
}

.low-widget-area .widget_ci_testimonials .readmore {
  bottom: -36px;
  margin-top: 5px;
  position: absolute;
  z-index: 600;
}

/*
============================================================================
Template Name: (E.g. Homepage - Styles that apply only here
============================================================================
*/

	
/* Inner Pages Global */
#inner-page.wrap {
	background:url(images/pat.png) repeat scroll 0 0 #FBFBFB;
	border-color:#E5E4E0;
	border-right:5px solid #E5E4E0;
	border-style:none solid solid;
	border-width:0 5px;
	padding:0 7px;
	width:945px;
}

.inner-page-container {
	background:url(images/inner-bg.png);
	padding:30px 20px;
	line-height:1.6;
}

.inner-page-container h1 {
	font-size:23px;
	padding:10px 0;
	border-bottom:1px solid #e6e6e4;
	line-height:1.4;
}

.entry blockquote {
	background:url(images/quote.png) left no-repeat;
	margin-bottom:15px;
	padding:10px 10px 10px 30px;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
}

.entry table {
	width:100%;
}

.entry table td {
	padding:5px;
}

.entry table tr {
	border-bottom:1px solid #ccc;
}

.entry table thead tr {
	background:#222;
	color:white;
	font-style:italic;
	font-weight:bold;
}

.entry table tr:nth-child(2n) {
	background:rgba(0,0,0,0.05);
}

.main-col {
	width:590px;
	float:left;
}

article.entry {
	width:590px;
	float:left;
}

#sidebar {
	width:290px;
	float:right;
	margin-top:10px;
}

.fullwidth article.entry {
	width:100%;
}

.post-meta {
	margin-bottom:10px;
}

.single .thumb {
	margin-bottom:15px;
}

.entry blockquote p {
	margin-bottom:0;
}

.blog .entry {
	margin-bottom:25px;
}

.blog .entry h1 a,.blog .entry h1 a:visited {
	color:#4E4E4E;
}

.blog .entry h1 a:hover {
	color:#A5C5C8;
}

.blog .entry-thumb {
	float:left;
	margin-right:15px;
}

.entry time {
	font-style:italic;
	color:#5f5f5f;
}


	
/* Pagination */
#paging {
	margin-bottom:10px;
}


	
/* Product Category Listing */
.products {
	list-style:none;
	margin:0;
	padding:0;
}

.products li {
	float:left;
	margin-right:18px;
	width:286px;
}

.products li:nth-child(2n) {
	margin-right:0;
}


	
/* Product Page */
.prod-sld-container {
	float:left;
	margin:5px 25px 25px 0;
}

.prod-sld {
	margin-bottom:25px;
	background:url(images/pat.png) repeat scroll 0 0 #FBFBFB;
	padding:4px;
	width:380px;
	height:290px !important;
	text-align:center;
	position: relative;
	
}

.product-sld div { height:290px; }
.product-sld img { display:block; }

.prod-sld a {
	line-height: 0;
}

.prod-sld img {
	margin:4px 0 0 4px;
	position: absolute;
	top: 0;
	left: 0;
}

.prod-sld-thumbs {
	list-style:none;
	margin:0;
	padding:0;
}

.prod-sld-thumbs li {
	float:left;
	margin-right:10px;
}

.prod-sld-thumbs li:last-child {
	margin-right:0;
}

.similar-work {
	margin:20px 0;
	clear:both;
	padding:10px;
	border-bottom:1px solid #EBE9EC;
	border-top:1px solid #EBE9EC;
}

.product-items {
	list-style:none;
	margin:0;
	padding:0;
}

.product-items li {
	border:1px solid #F3F3F3;
	-moz-transition:color .2s border-color .2s;
	-o-transition:color .2s border-color .2s;
	-webkit-transition:color .2s border-color .2s;
	transition:color .2s border-color .2s;
}

.product-items li:hover {
	border:1px solid #333;
	box-shadow:0 0 3px #aeaeae;
}

.three-col li {
	margin-right:10px;
	margin-bottom:10px;
	line-height:0;
	width:90px;
	height:69px;
	float:left;
}


	
/*
============================================================================
Comments 
============================================================================
*/
.post-comments h2,#respond h2 {
	font-size:20px;
}

.post-comments {
	margin-top:30px;
}

.post-comments ul,.post-comments ol {
	margin-left:0;
	padding-left:0;
}

.post-comments ul li ul,.post-comments ol li ol {
	margin-left:25px;
}

.post-comments ul li,.post-comments ol li {
	list-style-type:none;
	margin:15px 0;
}

.post-comments ul li ul li,.post-comments ol li ol li {
	list-style-type:none;
}

.post-comments .avatar {
	float:left;
	margin:6px 15px 5px 0;
}

.post-comments .comment-copy {
	border-bottom:1px dotted #ccc;
	padding-bottom:15px;
}

.post-form label {
	display:block;
	font:inherit;
	font-style:italic;
	color:#444;
	font-size:14px;
	margin-bottom:5px;
}

.post-form fieldset {
	margin:10px 0;
}

.post-form textarea,.post-form input[type=text] {
	width:60%;
	padding:5px;
	border:1px solid #eae9e4;
}

.post-form textarea:focus,.post-form input[type=text]:focus {
	border-color:#c6c5c1;
}

.comment-no {
	margin-top:25px;
	font-size:24px;
	display:block;
}

#cancel-comment-reply-link {
	font-size:12px;
	display:block;
	margin-top:-5px;
}


	
/*
============================================================================
WordPress Generated Classes 
============================================================================
*/
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

a img.alignnone {
	margin:5px 20px 20px 0;
}

a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption {
	background:#fff;
	border:1px solid #f0f0f0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}

.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}

.wp-caption.alignright {
	margin:5px 0 20px 20px;
}

.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}


	
/* =============================================================================
   Pretty Photo
   ========================================================================== */
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right {
	height:13px;
}

div.pp_default .pp_top .pp_left {
	background:url(images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}

div.pp_default .pp_top .pp_middle {
	background:url(images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}

div.pp_default .pp_top .pp_right {
	background:url(images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}

div.pp_default .pp_content .ppt {
	color:#f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
	background:url(images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
	padding-left:13px;
}

div.pp_default .pp_content_container .pp_right {
	background:url(images/prettyPhoto/default/sprite_y.png) top right repeat-y;
	padding-right:13px;
}

div.pp_default .pp_next:hover {
	background:url(images/prettyPhoto/default/sprite_next.png) center right no-repeat;
	cursor:pointer;
}

div.pp_default .pp_previous:hover {
	background:url(images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
	cursor:pointer;
}

div.pp_default .pp_expand {
	background:url(images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
	cursor:pointer;
	height:28px;
	width:28px;
}

div.pp_default .pp_expand:hover {
	background:url(images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
	cursor:pointer;
}

div.pp_default .pp_contract {
	background:url(images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
	cursor:pointer;
	height:28px;
	width:28px;
}

div.pp_default .pp_contract:hover {
	background:url(images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
	cursor:pointer;
}

div.pp_default .pp_close {
	background:url(images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
	cursor:pointer;
	height:30px;
	width:30px;
}

div.pp_default .pp_gallery ul li a {
	background:url(images/prettyPhoto/default/red_thumb.png) center center #f8f8f8;
	border:1px solid #aaa;
}

div.pp_default .pp_social {
	margin-top:7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next {
	left:auto;
	position:static;
}

div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause {
	background:url(images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
	height:30px;
	width:30px;
}

div.pp_default .pp_nav .pp_pause {
	background-position:-51px -29px;
}

div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next {
	background:url(images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
	height:20px;
	margin:4px 0 0;
	width:20px;
}

div.pp_default a.pp_arrow_next {
	background-position:-82px -3px;
	left:52px;
}

div.pp_default .pp_content_container .pp_details {
	margin-top:5px;
}

div.pp_default .pp_nav {
	clear:none;
	height:30px;
	position:relative;
	width:110px;
}

div.pp_default .pp_nav .currentTextHolder {
	color:#999;
	font-family:Georgia;
	font-size:11px;
	font-style:italic;
	left:75px;
	line-height:25px;
	margin:0;
	padding:0 0 0 10px;
	position:absolute;
	top:2px;
}

div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover {
	opacity:0.7;
}

div.pp_default .pp_description {
	font-size:11px;
	font-weight:700;
	line-height:14px;
	margin:5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
	background:url(images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_middle {
	background:url(images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}

div.pp_default .pp_bottom .pp_right {
	background:url(images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}

div.pp_default .pp_loaderIcon {
	background:url(images/prettyPhoto/default/loader.gif) center center no-repeat;
}

div.light_rounded .pp_top .pp_left {
	background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}

div.light_rounded .pp_top .pp_right {
	background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}

div.light_rounded .pp_next:hover {
	background:url(images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
	cursor:pointer;
}

div.light_rounded .pp_previous:hover {
	background:url(images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
	cursor:pointer;
}

div.light_rounded .pp_expand {
	background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
	cursor:pointer;
}

div.light_rounded .pp_expand:hover {
	background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
	cursor:pointer;
}

div.light_rounded .pp_contract {
	background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
	cursor:pointer;
}

div.light_rounded .pp_contract:hover {
	background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
	cursor:pointer;
}

div.light_rounded .pp_close {
	background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
	cursor:pointer;
	height:22px;
	width:75px;
}

div.light_rounded .pp_nav .pp_play {
	background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
	height:15px;
	width:14px;
}

div.light_rounded .pp_nav .pp_pause {
	background:url(images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
	height:15px;
	width:14px;
}

div.light_rounded .pp_arrow_previous {
	background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}

div.light_rounded .pp_arrow_next {
	background:url(images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}

div.light_rounded .pp_bottom .pp_left {
	background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}

div.light_rounded .pp_bottom .pp_right {
	background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_top .pp_left {
	background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}

div.dark_rounded .pp_top .pp_right {
	background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}

div.dark_rounded .pp_content_container .pp_left {
	background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}

div.dark_rounded .pp_content_container .pp_right {
	background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}

div.dark_rounded .pp_next:hover {
	background:url(images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
	cursor:pointer;
}

div.dark_rounded .pp_previous:hover {
	background:url(images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
	cursor:pointer;
}

div.dark_rounded .pp_expand {
	background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
	cursor:pointer;
}

div.dark_rounded .pp_expand:hover {
	background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
	cursor:pointer;
}

div.dark_rounded .pp_contract {
	background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
	cursor:pointer;
}

div.dark_rounded .pp_contract:hover {
	background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
	cursor:pointer;
}

div.dark_rounded .pp_close {
	background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
	cursor:pointer;
	height:22px;
	width:75px;
}

div.dark_rounded .pp_description {
	color:#fff;
	margin-right:85px;
}

div.dark_rounded .pp_nav .pp_play {
	background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
	height:15px;
	width:14px;
}

div.dark_rounded .pp_nav .pp_pause {
	background:url(images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
	height:15px;
	width:14px;
}

div.dark_rounded .pp_arrow_previous {
	background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}

div.dark_rounded .pp_arrow_next {
	background:url(images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}

div.dark_rounded .pp_bottom .pp_left {
	background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}

div.dark_rounded .pp_bottom .pp_right {
	background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_loaderIcon {
	background:url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}

div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content {
	background:#000;
}

div.dark_square .pp_description {
	color:#fff;
	margin:0 85px 0 0;
}

div.dark_square .pp_loaderIcon {
	background:url(images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}

div.dark_square .pp_expand {
	background:url(images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
	cursor:pointer;
}

div.dark_square .pp_expand:hover {
	background:url(images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
	cursor:pointer;
}

div.dark_square .pp_contract {
	background:url(images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
	cursor:pointer;
}

div.dark_square .pp_contract:hover {
	background:url(images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
	cursor:pointer;
}

div.dark_square .pp_close {
	background:url(images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
	cursor:pointer;
	height:22px;
	width:75px;
}

div.dark_square .pp_nav {
	clear:none;
}

div.dark_square .pp_nav .pp_play {
	background:url(images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
	height:15px;
	width:14px;
}

div.dark_square .pp_nav .pp_pause {
	background:url(images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
	height:15px;
	width:14px;
}

div.dark_square .pp_arrow_previous {
	background:url(images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}

div.dark_square .pp_arrow_next {
	background:url(images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}

div.dark_square .pp_next:hover {
	background:url(images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
	cursor:pointer;
}

div.dark_square .pp_previous:hover {
	background:url(images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
	cursor:pointer;
}

div.light_square .pp_expand {
	background:url(images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
	cursor:pointer;
}

div.light_square .pp_expand:hover {
	background:url(images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
	cursor:pointer;
}

div.light_square .pp_contract {
	background:url(images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
	cursor:pointer;
}

div.light_square .pp_contract:hover {
	background:url(images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
	cursor:pointer;
}

div.light_square .pp_close {
	background:url(images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
	cursor:pointer;
	height:22px;
	width:75px;
}

div.light_square .pp_nav .pp_play {
	background:url(images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
	height:15px;
	width:14px;
}

div.light_square .pp_nav .pp_pause {
	background:url(images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
	height:15px;
	width:14px;
}

div.light_square .pp_arrow_previous {
	background:url(images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

div.light_square .pp_arrow_next {
	background:url(images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}

div.light_square .pp_next:hover {
	background:url(images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
	cursor:pointer;
}

div.light_square .pp_previous:hover {
	background:url(images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
	cursor:pointer;
}

div.facebook .pp_top .pp_left {
	background:url(images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}

div.facebook .pp_top .pp_middle {
	background:url(images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}

div.facebook .pp_top .pp_right {
	background:url(images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}

div.facebook .pp_content_container .pp_left {
	background:url(images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}

div.facebook .pp_content_container .pp_right {
	background:url(images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}

div.facebook .pp_expand {
	background:url(images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
	cursor:pointer;
}

div.facebook .pp_expand:hover {
	background:url(images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
	cursor:pointer;
}

div.facebook .pp_contract {
	background:url(images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
	cursor:pointer;
}

div.facebook .pp_contract:hover {
	background:url(images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
	cursor:pointer;
}

div.facebook .pp_close {
	background:url(images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
	cursor:pointer;
	height:22px;
	width:22px;
}

div.facebook .pp_description {
	margin:0 37px 0 0;
}

div.facebook .pp_loaderIcon {
	background:url(images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

div.facebook .pp_arrow_previous {
	background:url(images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
	height:22px;
	margin-top:0;
	width:22px;
}

div.facebook .pp_arrow_previous.disabled {
	background-position:0 -96px;
	cursor:default;
}

div.facebook .pp_arrow_next {
	background:url(images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
	height:22px;
	margin-top:0;
	width:22px;
}

div.facebook .pp_arrow_next.disabled {
	background-position:-32px -96px;
	cursor:default;
}

div.facebook .pp_nav {
	margin-top:0;
}

div.facebook .pp_nav p {
	font-size:15px;
	padding:0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
	background:url(images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
	height:22px;
	width:22px;
}

div.facebook .pp_nav .pp_pause {
	background:url(images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
	height:22px;
	width:22px;
}

div.facebook .pp_next:hover {
	background:url(images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
	cursor:pointer;
}

div.facebook .pp_previous:hover {
	background:url(images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
	cursor:pointer;
}

div.facebook .pp_bottom .pp_left {
	background:url(images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}

div.facebook .pp_bottom .pp_middle {
	background:url(images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}

div.facebook .pp_bottom .pp_right {
	background:url(images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}

div.pp_pic_holder a:focus {
	outline:none;
}

div.pp_overlay {
	background:#000;
	display:none;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:9500;
}

div.pp_pic_holder {
	display:none;
	position:absolute;
	width:100px;
	z-index:10000;
}

.pp_content {
	height:40px;
	min-width:40px;
}

* html .pp_content {
	width:40px;
}

.pp_content_container {
	position:relative;
	text-align:left;
	width:100%;
}

.pp_content_container .pp_left {
	padding-left:20px;
}

.pp_content_container .pp_right {
	padding-right:20px;
}

.pp_content_container .pp_details {
	float:left;
	margin:10px 0 2px;
}

.pp_description {
	display:none;
	margin:0;
}

.pp_social {
	float:left;
	margin:0;
}

.pp_social .facebook {
	float:left;
	margin-left:5px;
	overflow:hidden;
	width:55px;
}

.pp_social .twitter {
	float:left;
}

.pp_nav {
	clear:right;
	float:left;
	margin:3px 10px 0 0;
}

.pp_nav p {
	float:left;
	margin:2px 4px;
	white-space:nowrap;
}

.pp_nav .pp_play,.pp_nav .pp_pause {
	float:left;
	margin-right:4px;
	text-indent:-10000px;
}

a.pp_arrow_previous,a.pp_arrow_next {
	display:block;
	float:left;
	height:15px;
	margin-top:3px;
	overflow:hidden;
	text-indent:-10000px;
	width:14px;
}

.pp_hoverContainer {
	position:absolute;
	top:0;
	width:100%;
	z-index:2000;
}

.pp_gallery {
	display:none;
	left:50%;
	margin-top:-50px;
	position:absolute;
	z-index:10000;
}

.pp_gallery div {
	float:left;
	overflow:hidden;
	position:relative;
}

.pp_gallery ul {
	float:left;
	height:35px;
	margin:0 0 0 5px;
	padding:0;
	position:relative;
	white-space:nowrap;
}

.pp_gallery ul a {
	border:1px rgba(0,0,0,0.5) solid;
	display:block;
	float:left;
	height:33px;
	overflow:hidden;
}

.pp_gallery ul a img {
	border:0;
}

.pp_gallery li {
	display:block;
	float:left;
	margin:0 5px 0 0;
	padding:0;
}

.pp_gallery li.default a {
	background:url(images/prettyPhoto/facebook/red_thumbnail.gif) 0 0 no-repeat;
	display:block;
	height:33px;
	width:50px;
}

.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next {
	margin-top:7px!important;
}

a.pp_next {
	background:url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display:block;
	float:right;
	height:100%;
	text-indent:-10000px;
	width:49%;
}

a.pp_previous {
	background:url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display:block;
	float:left;
	height:100%;
	text-indent:-10000px;
	width:49%;
}

a.pp_expand,a.pp_contract {
	cursor:pointer;
	display:none;
	height:20px;
	position:absolute;
	right:30px;
	text-indent:-10000px;
	top:10px;
	width:20px;
	z-index:20000;
}

a.pp_close {
	display:block;
	line-height:22px;
	position:absolute;
	right:0;
	text-indent:-10000px;
	top:0;
}

.pp_loaderIcon {
	display:block;
	height:24px;
	left:50%;
	margin:-12px 0 0 -12px;
	position:absolute;
	top:50%;
	width:24px;
}

#pp_full_res {
	line-height:1!important;
}

#pp_full_res .pp_inline {
	text-align:left;
}

#pp_full_res .pp_inline p {
	margin:0 0 15px;
}

div.ppt {
	color:#fff;
	display:none;
	font-size:17px;
	margin:0 0 5px 15px;
	z-index:9999;
}

div.pp_default .pp_content,div.light_rounded .pp_content {
	background-color:#fff;
}

div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline {
	color:#000;
}

div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a {
	border-color:#fff;
}

div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details {
	position:relative;
}

div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content {
	background:#fff;
}

div.light_rounded .pp_description,div.light_square .pp_description {
	margin-right:85px;
}

div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next {
	margin-top:12px!important;
}

div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled {
	background-position:0 -87px;
	cursor:default;
}

div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled {
	background-position:-22px -87px;
	cursor:default;
}

div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon {
	background:url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle {
	background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder {
	color:#c4c4c4;
}

div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline {
	color:#fff;
}

.pp_top,.pp_bottom {
	height:20px;
	position:relative;
}

* html .pp_top,* html .pp_bottom {
	padding:0 20px;
}

.pp_top .pp_left,.pp_bottom .pp_left {
	height:20px;
	left:0;
	position:absolute;
	width:20px;
}

.pp_top .pp_middle,.pp_bottom .pp_middle {
	height:20px;
	left:20px;
	position:absolute;
	right:20px;
}

* html .pp_top .pp_middle,* html .pp_bottom .pp_middle {
	left:0;
	position:static;
}

.pp_top .pp_right,.pp_bottom .pp_right {
	height:20px;
	left:auto;
	position:absolute;
	right:0;
	top:0;
	width:20px;
}

.pp_fade,.pp_gallery li.default a img {
	display:none;
}


/*
============================================================================
Gravity forms
============================================================================
*/
.gfield { margin-bottom: 10px; }
.gform_wrapper .top_label .gfield_label { display:block; padding-right:20px; width: 100px; margin: 5px 0px 4px !important; }
.gform_wrapper input.button { padding: 5px 10px 6px !important; }
.gform_wrapper input { padding: 7px 3px !important; }
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea { width: 400px !important; padding: 7px 3px !important; }
.gform_wrapper .entry img, .gform_wrapper img.thumbnail { padding: 0px !important; border: 0px !important; }
ul.top_label .clear-multi { clear: none !important; }
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio { margin-left: 120px !important; }
img.ui-datepicker-trigger { border: 0px; padding: 0px; }

.gform_wrapper input[type=text], .gform_wrapper textarea {	background:none repeat scroll 0 0 #FEFEFE;
	border:1px solid #E7E5E3;
	padding:7px 5px 7px 27px;
	font:inherit;
	color:#555;}