/*
Theme Name: Pawcurious
Theme Author: Moxie Design Studios&trade;
Theme URL: http://moxiedesignstudios.com
*/

/* main selectors */
body {
	margin: 0;
	padding: 0;
	font: 12px/20px 'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #0091BB;
	min-width: 980px;
}

a {
	color: #0091BB;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
	vertical-align: middle;
}

img.ttf {
	display: block;
	border: none !important;
	outline: none;
}

.alignleft {
	float: left;
	margin: 0 12px 8px 0;;
}

.alignright {
	float: right;
	margin: 0 0 8px 12px;
}

.aligncenter {
	text-align: center;
}

img.aligncenter {
	display: block;
	margin: 0 auto 12px auto;
}

blockquote {
	background: #D2F0FF;
padding: 5px 10px;
}


p {
	margin: 0;
	padding: 0 0 18px 0;
}

ol, ul {
	margin: 0 0 0 22px;
	padding: 0 0 18px 0;
}

h2 {
	margin: 0;
	padding: 0 0 8px 0;
	font: bold 20px/24px 'Trebuchet Ms', Trebuchet, sans-serif;
	color: #0091BB;
}

h3 {
	margin: 0;
	padding: 0 0 8px 0;
	font: bold 18px/22px 'Trebuchet Ms', Trebuchet, sans-serif;
	color: #0091BB;
}

h3 {
	margin: 0;
	padding: 0 0 8px 0;
	font: bold 18px/22px 'Trebuchet Ms', Trebuchet, sans-serif;
	color: #0091BB;
}

h4 {
	margin: 0;
	padding: 0 0 8px 0;
	font: bold 14px/20px 'Trebuchet Ms', Trebuchet, sans-serif;
	color: #14BAB8;
}

h5 {
	margin: 0;
	padding: 0 0 8px 0;
	font: bold 12px/18px 'Trebuchet Ms', Trebuchet, sans-serif;
	color: #92DF53;
}

h6 {
	margin: 0;
	padding: 0 0 8px 0;
	font: bold 10px/14px 'Trebuchet Ms', Trebuchet, sans-serif;
	color: #0091BB;
}



/* form elements */
form {
	margin: 0;
	padding: 0;
}

label {
color: #000000;
font-weight: bold;
}

input.text {
	font: 12px/13px 'Trebuchet Ms', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #FFF;
	margin: 0;
	padding: 3px 4px;
	border: 1px solid #0091BB;
	vertical-align: middle;
}

select.postform {
width: 200px;
	font: 12px/13px 'Trebuchet Ms', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #FFF;
	margin: 0;
	padding: 0;
	border: 1px solid #0091BB;
	vertical-align: middle;
        overflow: hidden;
}

select.postform option {
       width: 200px;
       overflow: hidden;
       margin: 0;
       padding: 0;
}


input.contact {
	font: 12px/13px 'Trebuchet Ms', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #D2F0FF;
	margin: 0;
	padding: 3px 4px;
	border: 1px solid #0091BB;
	vertical-align: middle;
}

input.image {
	margin: 0;
	vertical-align: middle;
	font: bold 12px/13px 'Trebuchet Ms', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #0091BB;
}


input.contact-image{
	margin: 0;
	vertical-align: middle;
	font: bold 12px/13px 'Trebuchet Ms', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #0091BB;
border: 1px solid #000000;
float: right;
margin-right: 60px;
padding: 2px;
}


textarea {
	font: 12px/18px 'Trebuchet Ms', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #D2F0FF;
	margin: 0;
	padding: 4px;
	border: 1px solid #0091BB;
	vertical-align: middle;
	overflow: auto;
}

/* main layouts */
#main {
	width: 100%;
	background: #000;
	position: relative;
	z-index: 5;
}

div.main-deco {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 500px;
	background: #14BAB8;
	z-index: 2;
}

div.layout {
	width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

#main div.layout {
	padding-top: 500px;
}

div.layout:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* header section */
#header {
	position: absolute;
	top: 143px;
	left: 102px;
	width: 776px;
	height: 124px;
	background: #FFF url(images/background-header.gif) no-repeat;
}

/* logo section */
h1.logo {
	margin: 0;
	padding: 0;
	font-size: 11px;
	position: absolute;
	top: -134px;
	left: 300px;
	z-index: 5;
}

h1.logo a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 434px;
	height: 89px;
	background: url(images/logo.gif) no-repeat;
}

#header q {
	position: absolute;
	left: -9999px;
	height: 0px;
	overflow: hidden;
	quotes: none;
}

#header q:before,
#header q:after {
	content: '';
}

#header div.deco1 {
	width: 225px;
	height: 166px;
	overflow: hidden;
	background: url(images/deco-header.gif) no-repeat;
	position: absolute;
	top: -143px;
	left: 44px;
	z-index: 2;
}

/* navigation section */
#navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: -33px;
	left: 170px;
	z-index: 8;
}

#navigation li {
	float: left;
	padding-left: 23px;
}

#navigation li a {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	height: 26px;
	color: #FFF;
	background-color: #000;
	background-repeat: no-repeat;
	margin-top: 7px;
}

#navigation li a:hover {
	background-color: #AAEA76;
	color: #000;
	background-position: 0 -26px;
}

#navigation li.active a,
#navigation li.active a:hover {
	background-color: #FFF;
	color: #000;
	background-position: 0 -52px;
	margin-top: 0;
	height: 33px;
}

#navigation li.home a {width: 62px;background-image: url(images/navigation/home.gif);}
#navigation li.about a {width: 67px;background-image: url(images/navigation/about.gif);}
#navigation li.video a {width: 67px;background-image: url(images/navigation/video.gif);}
#navigation li.faq a {width: 53px;background-image: url(images/navigation/faq.gif);}
#navigation li.contact a {width: 81px;background-image: url(images/navigation/contact.gif);}
#navigation li.archives a {width: 95px;background-image: url(images/navigation/archives.gif);}

/* header extra navigation section */
#header ul.extra {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 42px;
	left: 4px;
}

#header ul.extra li {
	float: left;
	padding-left: 20px;
}

#header ul.extra li a {
	float: left;
	padding: 10px 0 6px 38px;
	background-repeat: no-repeat;
	font: 12px/14px 'Trebuchet Ms', Trebuchet, sans-serif;
}

#header ul.extra li.twitter a {background-image: url(images/icon-twitter.gif);}
#header ul.extra li.facebook a {background-image: url(images/icon-facebook.gif);}
#header ul.extra li.rss a {background-image: url(images/icon-rss.gif);}

/* footer section */
#footer {
	width: 100%;
	position: relative;
	z-index: 3;
}

#footer ul {
	margin: 0;
	padding: 12px 0 25px 135px;
	list-style: none;
	font-size: 12px;
}

#footer ul li {
	display: inline;
	padding: 0 8px 0 16px;
	background: url(images/bullet-footer.gif) no-repeat left;
}

#footer ul li.copy {
	padding: 0;
	background: none;
}

#footer ul a {
	color: #FFF;
}

/* sub sidebar section */
#sub {
	width: 100%;
	position: relative;
	z-index: 4;
	background: #14BAB8 url(images/background-sub.jpg) repeat-x;
}

#sub div.layout {
	padding: 43px 0 36px 0;
}

#content-holder {
	width: 100%;
	position: relative;
}

/* content section */
#content {
	margin-top: -233px;
	padding: 0 102px 120px 102px;
	width: 776px;
	position: relative;
	float: left;
	background: url(images/background-content.gif) repeat-y 102px 0;
}

#content:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#primary {
	float: left;
	width: 558px;
	padding: 0 44px 0 174px;
	margin-right: -776px;
	position: relative;
	background: #FFF;
}

/* left sidebar */
#sidebar1 {
	float: left;
	width: 232px;
	margin-left:-102px;
	position: relative;
	padding-top: 243px;
}

/* right sidebar */
#sidebar2 {
	float: right;
	width: 120px;
	margin-right: -102px;
	position: relative;
	padding-top: 243px;
}

* html #sidebar2 {
	margin-left: -120px;
}

#sidebar2 div.deco {
	width: 127px;
	height: 102px;
	background: url(images/deco-sidebar2.gif) no-repeat;
	position: absolute;
	top: 138px;
	left: -7px;
}

/* widgets section */
div.wholder {
	width: 100%;
	position: relative;
}

div.widget {
	width: 100%;
	position: relative;
	margin-bottom: 16px;
	background: #AAEA76 url(images/widget-bottom.gif) no-repeat bottom left;
	color: #FFF;
	font: 13px/22px 'Trebuchet Ms', Trebuchet, sans-serif;
}

div.widget a {
	color: #006699;
}

div.alt div.widget {
	background-color: #0091BB;
	background-image: url(images/widget-bottom-alt.gif);
	color: #FFF;
}

div.alt div.widget a {
	color: #AAEA76;
}

div.widget ul ul {
	padding: 0;
	color: #006699;
	list-style-type: disc;
	font-size: 12px;
}

div.widget ul ul a {
	color: #FFF;
}

div.widget div.inner {
	background: url(images/widget-top.gif) no-repeat;
	padding: 20px 16px;
	width: 200px;
}

div.alt div.widget div.inner {
	background-image: url(images/widget-top-alt.gif);
}

div.widget div.inner:after,
p.quick-search:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

strong.head {
	display: block;
	font: bold 18px/22px 'Trebuchet Ms', Trebuchet, sans-serif;
	color: #000;
	padding-bottom: 10px;
}

strong.head img.ttf {
	padding-left: 25px;
	padding-top: 2px;
	background: url(images/bullet-head.gif) no-repeat left;
}

div.alt strong.head img.ttf {
	background-image: url(images/bullet-head-alt.gif);
}

/* widgets decorations */
div.wholder div.deco {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

div.wholder div.deco1 {
	width: 89px;
	height: 48px;
	top: -39px;
	left: 115px;
	background-image: url(images/deco/deco1.png);
}

div.alt div.deco1 {
	left: 15px;
	background-image: url(images/deco/deco1-alt.png);
}

div.wholder div.deco2 {
	width: 50px;
	height: 60px;
	top: -50px;
	left: 175px;
	background-image: url(images/deco/deco2.png);
}

div.alt div.deco2 {
	left: 25px;
	background-image: url(images/deco/deco2-alt.png);
}

div.wholder div.deco3 {
	width: 62px;
	height: 55px;
	top: -45px;
	left: 150px;
	background-image: url(images/deco/deco3.png);
}

div.alt div.deco3 {
	left: 30px;
	background-image: url(images/deco/deco3-alt.png);
}

/* quick search widget section */
p.quick-search {
	width: 100%;
	padding: 0;
}

p.quick-search input.text {
	width: 190px;
	display: block;
	margin-bottom: 8px;
	border-color: #44C6CB;
}

p.quick-search input.image {
	float: left;
/*	background-color: #44C6CB;*/
        background-color: transparent;
        border: 0;
}

/* inner boxes section */

/* navigation box section */
div.navigation {
	position: absolute;
	bottom: -43px;
	left: 275px;
	width: 650px;
	height: 150px;
	background: url(images/background-navigation.gif) no-repeat top right;
	font-size: 14px;
	font-weight: bold;
}

div.navigation span.prev {
	position: absolute;
	top: 82px;
	left: 0;
}

div.navigation span.next {
	position: absolute;
	top: 85px;
	right: 105px;
}

/* twitter box section */
div.twitter {
	position: absolute;
	top: -28px;
	left: 0;
	width: 182px;
	height: 235px;
	padding: 35px 35px 0 48px;
	background: url(images/background-twitter.gif) no-repeat;
	font: 11px/16px 'Trebuchet Ms', Trebuchet, sans-serif;
	text-align: center;
/*border: 1px solid #000000;*/
}

div.twitter p {
	padding-bottom: 10px;
}

div.twitter p.follow {
	text-align: right;
margin-right: 15px;
}

/* subscribe form section */
div.subscribe-form {
	width: 326px;
	height: 108px;
	float: left;
	position: relative;
	background: #AAEA76 url(images/background-subscribe.gif) no-repeat;
	padding: 22px 20px 0 17px;
}

div.subscribe-form input.text {
	width: 316px;
	padding: 4px;
	display: block;
	margin-bottom: 8px;
}

div.subscribe-form input.image {
	float: right;
}

div.subscribe-form a.privacy {
	color: #006699;
	padding-left: 4px;
	font-family: 'Trebuchet MS', Trebuchet, sans-serif;
}

div.subscribe-form div.deco {
	width: 73px;
	height: 67px;
	overflow: hidden;
	background: url(images/deco-subscribe.gif) no-repeat;
	position: absolute;
	top: 100%;
	left: 68px;
	margin-top: -27px;
}

div.subscribe-form p {
	padding: 0;
}

/* flickr box section */
div.flickr {
	width: 570px;
	float: right;
}

div.flickr div.holder img {
	border: 1px solid #FFF;
}

div.flickr div.holder a {
	margin-right: 10px;
}

div.flickr div.holder a img {
	border: 1px solid #FFF;
}

div.flickr div.holder a:hover img {
	border: 1px dashed #000000;
}




div.flickr strong.head {
	color: #FFF;
	padding-bottom: 4px;
}

div.flickr strong.head img.ttf {
	background: url(images/icon-flickr.gif) no-repeat left;
	padding: 10px 0 10px 45px;
}

/* header about box section */
div.about {
	position: relative;
	margin: -118px 0 0 394px;
	width: 484px;
	background: #AAEA76 url(images/about-top.gif) no-repeat;
	line-height: 16px;
}

div.about div.inner {
	padding: 18px 12px 22px 20px;
	width: 452px;
	background: url(images/about-bottom.gif) no-repeat bottom left;
}

div.about p {
	padding: 0;
        font-size: 12px;
}

div.about a {
	white-space: nowrap;
}

div.about div.deco {
	width: 47px;
	height: 52px;
	overflow: hidden;
	background: url(images/deco-about.gif) no-repeat;
	position: absolute;
	right: 26px;
	top: -50px;
}

/* post section */
div.post {
	width: 100%;
	margin-bottom: 30px;
}

div.post div.head,
div.post div.body,
div.post div.foot {
	width: 100%;
	overflow: hidden;
}

/* post head section */
div.post div.head h2 {
	background: url(images/bullet-post.gif) repeat-x bottom left;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

div.post div.head p.date {
	text-align: right;
	padding-bottom: 10px;
	font: 14px/16px 'Trebuchet Ms', Trebuchet, sans-serif;
	color: #14BAB8;
	width: 100%;
	overflow: hidden;
}

div.post div.head p.date img.ttf {
	float: right;
}

/* post foot section */
div.post div.foot {
	background: url(images/bullet-post.gif) repeat-x;
	padding-top: 10px;
}

div.post div.foot ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}

div.post div.foot ul li {
	float: left;
	background: url(images/bullet-post-foot.gif) no-repeat left;
	padding: 0 9px 0 13px;
}

div.post div.foot ul li.category {
	padding-left: 20px;
	background-image: url(images/bullet-category.gif);
}

/* sociable box section */
div.sociable {
	width: 100%;
	overflow: hidden;
	padding-bottom: 12px;
	margin: 0 !important;
}

div.sociable_tagline {
	display: none !important;
}

div.sociable ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

div.sociable ul li {
	float: left;
	padding-left: 7px;
}

/* simple blog section */
div.section {
	width: 100%;
	margin-bottom: 20px;
}

/* respond form section */
div.respond ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 480px;
	font-size: 11px;
}

div.respond ul li {
	margin-bottom: 12px;
	line-height: 22px;
}

div.respond ul li.button {
	text-align: right;
	margin-top: -4px;
	position: relative;
}

div.respond input.text {
	width: 260px;
	margin-right: 5px;
}

div.respond textarea {
	width: 470px;
	height: 90px;
	background: #FFF url(images/textarea.jpg) fixed;
}

/* commentsa and trackbacks section */
div.comment, div.trackback {
	width: 542px;
	overflow: hidden;
	margin-bottom: 11px;
	font: 11px/16px 'Trebuchet Ms', Trebuchet, sans-serif;;
}

div.comment img.avatar {
	float: right;
	margin: 6px 0 4px 0;
	display: inline;
	border: 1px solid #0091BB;
}

div.comment div.reply {
	float: right;
	clear: right;
	width: 40px;
}

div.comment p, div.trackback p {
	padding-bottom: 11px;
}

div.comment p.info {
	color: #007293;
	padding-bottom: 6px;
	font-size: 12px;
}

div.trackback p.info,
div.bypostauthor p.info {
	color: #B9FE80;
	padding-bottom: 6px;
}

div.comment p.info cite a {
	color: #60D701;
}

div.trackback p.info cite a,
div.bypostauthor p.info cite a {
	color: #FFF;
}

div.comment div.inner, div.trackback div.inner {
	overflow: hidden;
	position: relative;
	height: 1%;
	padding: 11px 11px 0 11px;
}

div.comment cite, div.trackback cite {
	font-style: normal;
}

div.comment div.text {
	width: 480px;
	float: left;
	background: #D2F0FF url(images/comment-br.gif) no-repeat bottom right;
	display: inline;
}

div.depth-2 div.text {margin-left: 20px;width: 460px;}
div.depth-3 div.text {margin-left: 40px;width: 440px;}
div.depth-4 div.text {margin-left: 60px;width: 420px;}
div.depth-5 div.text {margin-left: 80px;width: 400px;}

div.comment div.bg1 {background: url(images/comment-tr.gif) no-repeat top right;}
div.comment div.bg2 {background: url(images/comment-bl.gif) no-repeat bottom left;}
div.comment div.inner {background: url(images/comment-tl.gif) no-repeat;}

div.bypostauthor div.text {background-color: #14BAB8;background-image: url(images/comment-br-alt.gif);}
div.bypostauthor div.bg1 {background: url(images/comment-tr-alt.gif) no-repeat top right;}
div.bypostauthor div.bg2 {background: url(images/comment-bl-alt.gif) no-repeat bottom left;}
div.bypostauthor div.inner {background: url(images/comment-tl-alt.gif) no-repeat;}

div.trackback div.text {
	width: 480px;
	float: left;
	background: #0091BB url(images/trackback-bottom.gif) no-repeat bottom left;
}

div.trackback div.text div.inner {
	background: url(images/trackback-top.gif) no-repeat;
}

div.comments ul.children {
	margin: 0;
	padding: 0;
	list-style: none;
}
