/*
Theme Name: Pawzz
Theme URI: http://www.slamdot.com/design
Description: A professional, impressive design for business websites with social networking.
Author: Slamdot, Inc.
Author URI: http://www.slamdot.com/
Version: 1.0
Tags: slamdot, business, two-columns, widgets, fixed-width, custom-header, custom-menu

Copyright (c) 2011 Slamdot, Inc.

The contents of this theme are the sole property of Slamdot, Inc.
Unauthorized duplication or modification is prohibited.
*/

@font-face {
    font-family: 'JustVectorRegular';
    src: url('fonts/justvector-webfont.eot');
    src: url('fonts/justvector-webfont.eot?#iefix') format('eot'),
         url('fonts/justvector-webfont.woff') format('woff'),
         url('fonts/justvector-webfont.ttf') format('truetype'),
         url('fonts/justvector-webfont.svg#webfontmuk63VQd') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'facebook_letter_facesregular';
	src: url('fonts/facebolf-webfont.eot');
	src: url('fonts/facebolf-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/facebolf-webfont.woff') format('woff'),
	url('fonts/facebolf-webfont.ttf') format('truetype'),
	url('fonts/facebolf-webfont.svg#facebook_letter_facesregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	min-width: 1050px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}
a {
	text-decoration: none;
	color: #488078;
}
a:hover {
	text-decoration: underline;
}
.wrapper {
	background-image: url('images/background.gif');
	background-repeat: repeat;
}
.width {
	width: 990px;
	margin: 0 auto;
}
.top-border {
	height: 38px;
	background-color: #545454;
	width: 100%;
	color: #fff;
	font-size: 160%;
}
.top-border p {
	font-family: 'Bree Serif', serif;
	float: right;
	padding: 4px 24px 0 0;
}
.tagline {
	font-style: italic;
	margin-right: 12px;
}
.header {
	background-image: url('images/top-zag.png');
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	background-color: #6ec5b8;
	display: inline-block;
	text-align: center;
}
.logo-nav-container {
	padding: 5px 0 20px 60px;
	position: relative;
	margin: 0 auto;
	width: 990px;
	display: inline-block;
}
.logo a {
	background-image: url('images/logo.png');
	width: 261px;
	padding-top: 149px;
	height: 0;
	overflow: hidden;
	float: left;
	display: block;
	white-space: nowrap;
}
#search-box {
	float: right;
	margin: 10px 60px 0 0;
	border: 1px solid #448279;
	width: 193px;
	height: 34px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #6ec5b8;
}
#search-box .text {
	border: 0 none;
	color: #448279;
	background: transparent;
	float: left;
	font-size: 12px;
	width: 138px;
	height: 34px;
	line-height: 30px;
	padding-left: 10px;
}
#search-box .btn-submit {
	background: #448279 url("images/mag-glass.png") no-repeat center;
	border: 0 none;
	color: transparent;
	cursor: pointer;
	float: right;
	height: 34px;
	width: 42px;
	padding-top: 32px;
	display: block;
	overflow: hidden;
}
/* Navigation */
.top-menu {
	position: absolute;
	top: 40%;
	right: 45px;
	z-index: 10;
	text-align: left;
}
.nav {
	float: right;
	padding: 0 0 0 6px;
	position: relative;
}
.nav li {
	float: left;
	font-size: 15px;
}
.nav a {
	float: left;
	padding-bottom: 4px;
	color: #fff;
	cursor: pointer;
	position: relative;
	text-transform: lowercase;
	margin-right: 2px;
	font-family: 'Bree Serif', serif;
	font-size: 140%;
}
.nav a:hover {
	text-decoration: none;
}
.nav .sub-menu a:hover {
	text-decoration: underline;
}
.nav a span {
	float: left;
	padding: 11px 18px;
}
.nav li:hover,
.nav li.hover {
	position: relative;
}
.nav li.current_page_item a,
.nav li.current_page_parent a,
.nav li.current_page_ancestor a,
.nav li:hover a,
.nav li.hover a {
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.nav li.current_page_item a span,
.nav li.current_page_parent a span,
.nav li.current_page_ancestor a span,
.nav li:hover a span,
.nav li.hover a span {
	background: #448279;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.nav .sub-menu {
	position: absolute;
	display: none;
	background: transparent;
	width: 240px;
	padding: 0;
	top: 49px;
	left: 0;
}
.nav li:hover .sub-menu,
.nav li.hover .sub-menu,
.nav li:hover .sub-menu li:hover .sub-menu,
.nav li.hover .sub-menu li.hover .sub-menu {
	display: block;
}
.nav li:hover .sub-menu .sub-menu,
.nav li.hover .sub-menu .sub-menu {
	display: none;
}
.nav .sub-menu li {
	float: none;
	height: 1%;
	vertical-align: top;
	margin-bottom: 2px;
}
.nav .sub-menu a {
	float: none;
	display: block;
	font-size: 17px;
	background: #448279;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.nav li .sub-menu a {
	padding: 14px 0 14px 16px;
	color: #fff;
	
}
.nav li .sub-menu a:hover {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.nav li .sub-menu li:hover {
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.nav li:hover .sub-menu li:hover a,
.nav li.hover .sub-menu li.hover a {

}
.nav li:hover .sub-menu li:hover .sub-menu li:hover a,
.nav li.hover .sub-menu li.hover .sub-menu li.hover a {

}
.nav .sub-menu .sub-menu {
	position: absolute;
	display: none;
	top: 0px;
	left: 238px;
	background: transparent;
	width: 240px;
	padding-left: 2px;
}
.nav li .sub-menu .sub-menu a {

}
.nav li .sub-menu .sub-menu a:hover {

}
.nav ul a span {
	float: none;
	padding: 0;
}
.nav .current_page_item ul a span,
.nav .current_page_parent ul a span,
.nav .current_page_ancestor ul a span,
.nav li:hover ul a span,
.nav li.hover ul a span {
	background: none;
}

.screenshot {
	background-image: url('images/screenshot.gif');
	margin: 0 auto;
/*	width: 990px;
	height: 412px;*/
	width: 903px;
	height: 374px;
	overflow: hidden;
	padding: 38px 37px 0 50px;
}
.slide {
	position: absolute;
	width: 903px;
}
.screenshot-interior {
	background-image: url('images/screenshot-interior.gif');
	margin: 0 auto;
/*	width: 990px;
	height: 412px;*/
	width: 903px;
	height: 374px;
	overflow: hidden;
	padding: 38px 37px 0 49px;
}
.visual-text {
	float: left;
	margin-top: 20px;
	width: 242px;
	position: absolute;
	bottom: 40px;
	color: #757575;
}
.visual-text h3 {
	font-family: 'Bree Serif', serif;
	font-size: 190%;
	color: #757575;
	margin-bottom: 14px;
}
.visual-text p {
	font-size: 120%;
	line-height: 140%;
}
a.visual-button {
	background-color: #6ec5b8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 25px;
	border: solid 2px #fff;
	padding: 10px 42px;
	font-family: 'Bree Serif', serif;
	font-size: 180%;
	color: #fff;
	display: inline-block;
}
.screens {
	float: right;
}
.switcher-bar {
	height: 9px;
	clear: both;
	float: right;
	margin: 24px 0 0 0;
}
#switcher {
	list-style: none outside none;
}
#switcher li {
	float: left;
	height: 9px;
}
#switcher li a {
	background-image: url('images/dot.png');
	width: 9px;
	height: 9px;
	background-color: #757575;
	float: left;
	margin-left: 5px;
	overflow: hidden;
}
#switcher li.activeSlide a,
#switcher a:hover {
	background-color: #6ec5b8;
}
.main {
	margin: 0 auto;
	width: 990px;
	height: auto;
	overflow: auto;
	padding: 20px 0;
}
.content {
	width: 622px;
	padding: 0 10px;
	float: left;
	color: #757575;
}
.wide {
	width: 960px;
}
.content h3,
.post-title {
	font-size: 190%;
	color: #757575;
	font-family: 'Bree Serif', serif;
}
.content h5 {
	font-size: 140%;
	color: #757575;
	padding-top: 6px;
	padding-bottom: 4px;
	font-family: 'Bree Serif', serif;
}
.content p,
.content ol,
.content ul {
	font-size: 120%;
	padding-top: 11px;
	padding-bottom: 18px;
	line-height: 145%;
}
.sidebar {
	width: 318px;
	float: right;
	padding-right: 5px;
	color: #757575;
}
.sidebar h5,
.widgettitle {
	font-size: 185%;
	color: #757575;
	margin-bottom: 14px;
	font-family: 'Bree Serif', serif;
	text-transform: lowercase;
}
.sidebar p,
.widget_recent_entries ol,
.widget_recent_entries ul {
	font-size: 115%;
	margin-bottom: 10px;
	line-height: 140%;
}
a.sidebar-button,
a.content-button {
	background-color: #d5d5d5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 8px 0;
	border: solid 2px #545454;
	padding: 10px 45px;
	font-family: 'Bree Serif', serif;
	font-size: 180%;
	color: #545454;
	display: inline-block;
}
.widget {
	background-image: url('images/widget-background.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 40px;
	float: left;
	width: 100%;
}
#newsletter .text {
	border: 2px solid #5f5f5f;
	color: #8c8c8c;
	background: #fff;
	float: left;
	font-size: 120%;
	width: 210px;
	height: 44px;
	padding-left: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 40px;
}
#newsletter .btn-submit {
	border: 2px solid #5f5f5f;
	background: #d5d5d5;
	color: #8c8c8c;
	cursor: pointer;
	float: left;
	width: 78px;
	height: 48px;
	display: block;
	overflow: hidden;
	margin-left: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 120%;
	font-family: 'Bree Serif', serif;
}
#newsletter .btn-submit:hover {
	text-decoration: underline;
}
.twitter-top {
	width: 290px;
	height: 50px;
}
.twitter-bird {
	width: 54px;
	height: 50px;
	background: url('images/twitter-bird.png') no-repeat;
	float: left;
}
.twitter-bubble-top {
	width: 21px;
	height: 50px;
	background: url('images/twitter-bubble-top.png') no-repeat center bottom transparent;
	float: left;
}
.twitter-bubble {
	background: url('images/twitter-bubble.png') repeat transparent;
	width: 290px;
	overflow: auto;
	padding: 14px;
	color: #545454;
	font-style: italic;
	font-family: Verdana;
}
.twitter-bubble a {
	color: #545454;
}
.twitter-username {
	font-style: normal;
}
#twitter_update_list {
	margin-bottom: 10px;
}
.tweet {
	padding-bottom: 10px;
}
.flickr_badge_image {
	margin: 0 4px 4px 0;
	float: left;
	border: 3px solid #f2f2f2;
}
.flickr-link {
	clear: both;
}
.flickr-link a {
	color: #6ec5b8;
}
a.facebook-button {
	background-color: #d5d5d5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 8px 0;
	border: solid 2px #545454;
	padding: 10px 14px 6px 14px;
	font-family: 'Bree Serif', serif;
	font-size: 180%;
	color: #545454;
	display: inline-block;
}
.facebook-logo {
	color: #6ec5b8;
	font-family: "facebook_letter_facesregular";
	font-size: 140%;
}
.footer {
	background-color: #6ec5b8;
	background-image: url('images/bottom-zag.png');
	background-repeat: repeat-x;
	overflow: auto;
	width: 100%;
	padding-bottom: 28px;
}
.footer a {
	color: #fff;
}
.footer h5 {
	font-size: 180%;
	color: #545454;
	margin-bottom: 14px;
	font-family: 'Bree Serif', serif;
	text-transform: lowercase;
}
.footer p {
	line-height: 20px;
	margin-bottom: 10px;
}
.footer-body {
	padding: 36px 0 0 30px;
	width: 960px;
	margin: 0 auto;
}
a.footer-button {
	background-color: #488078;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 14px 0;
	border: solid 2px #fff;
	padding: 10px 45px;
	font-family: 'Bree Serif', serif;
	font-size: 180%;
	color: #fff;
	display: inline-block;
}
.location {
	width: 280px;
	float: left;
}
.map {
	border: solid 4px #448279;
	margin-bottom: 10px;
}
.quick-nav {
	width: 190px;
	float: left;
}
.quick-nav ul {
	color: #fff;
	line-height: 23px;
}
.social {
	width: 230px;
	float: left;
}
.social ul li a {
	background: url("images/social-icons.png") no-repeat;
	padding: 12px 0 10px 50px;
	display: block;
}
.social ul li {
	padding: 0 0 4px;
}
.social ul li a.social-facebook {
	background-position: 0 0;
}
.social ul li a.social-twitter {
	background-position: 0 -38px;
}
.social ul li a.social-youtube {
	background-position: 0 -76px;
}
.social ul li a.social-linkdin {
	background-position: 0 -114px;
}
.social ul li a.social-flickr {
	background-position: 0 -152px;
}
.social ul li a.social-slamdot {
	background-position: 0 -190px;
}
.social ul li a.social-vimeo {
	background-position: 0 -228px;
}
.social ul li a.social-blog {
	background-position: 0 -266px;
}
.social ul li a.social-myspace {
	background-position: 0 -304px;
}
.social ul li a.social-pinterest {
	background: url("images/pinterest.png") no-repeat;
	background-position: -2px -2px;
}
.contact {
	width: 258px;
	float: left;
}
.number {
	font-family: 'Bree Serif', serif;
	font-size: 170%;
	padding-bottom: 10px;
}
.footer-container em {
	font-style: italic;
}

/* General */

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
strong > em,
em > strong {
	font-weight: bold;
	font-style: italic;
}
hr {
	background: #DADADA;
	clear: both;
	border: 0px;
	border-top: 1px solid #DADADA;
	height: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.content blockquote {
	font-style: italic;
	padding: 10px 20px 10px 20px;
	border-left: 4px solid #e8e8e8;
	margin: 0px 0px 30px 10px;
}
.content blockquote p {
	padding: 0px;
}

th, td {
	border: none;
}

/* Lists */

.content ul, .content ol {
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 27px;
}
.content .gform_wrapper .gfield_html ul {
	padding-left: 28px !important;
}
.content ol li {
	list-style: decimal;
	float: none;
	list-style-position: outside;
}
.content ul li,
.gform_wrapper .gfield_html ul li {
	list-style: disc;
	float: none;
	list-style-position: outside;
}
.content li {
	padding-bottom: 8px;
	padding-left: 5px;
}

.content ul.payment_methods li {
	list-style: none;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

blockquote.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

/* Forms */
input, textarea, select {
/*	font-family: Arial, Helvetica, sans-serif;*/
}
.wpcf7-textarea {
	width: 400px;
	height: 150px;
	padding: 10px;
	color: #808080;
}
.wpcf7-text, .content textarea, .content select, .content #s {
	color: #808080;
	background-color: #fff;
	border: 1px solid #aaa;
}
.wpcf7-submit, .content #searchsubmit, .form-btn, .content #submit {
	background-color: #d5d5d5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 8px 0;
	border: solid 2px #545454;
	padding: 10px 25px;
	font-family: 'Bree Serif', serif;
	font-size: 100%;
	color: #545454;
	display: inline-block;
	cursor: pointer;
}
.wpcf7-submit:hover, .content #searchsubmit:hover, .form-btn:hover {
	text-decoration: underline;
}
.wpcf7-text, .content #s {
	background: #fff url(images/bg-input.gif) repeat-x top left;
	border: 1px solid #aaa;
	font-size: 18px;
	line-height: 20px;
	width: 250px;
	padding: 9px 7px;
}