/*
Theme Name: KittyKind
Author: David Birns
Author URI: d@raccoonie.com
*/

/*
    HTML5 Reset :: style.css
    ----------------------------------------------------------
    We have learned much from/been inspired by/taken code where offered from:

    Eric Meyer                  :: http://meyerweb.com
    HTML5 Doctor                :: http://html5doctor.com
    and the HTML5 Boilerplate   :: http://html5boilerplate.com

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

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, details, summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

article, aside, figure, footer, header, hgroup, nav, section, details, summary {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted.
    don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

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

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

strong {font-weight: bold;}

td, td img {vertical-align: top;}

/* Make sure sup and sub don't screw with your line-heights
    gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}

/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.pull-right{float:right;}
.pull-left{float:left;}

/* site content */
ul.bullet{list-style-type: disc;}
ul.bullet li{margin-left:25px;margin-bottom: 5px;}
body{font-family: 'Cabin', sans-serif;}
h3{font-size:18px;}
p{margin-bottom:10px;}

.header{background: rgb(0,102,204);
    background: -moz-linear-gradient(top,  rgba(0,102,204,1) 0%, rgba(51,153,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,102,204,1)), color-stop(100%,rgba(51,153,255,1)));
    background: -webkit-linear-gradient(top,  rgba(0,102,204,1) 0%,rgba(51,153,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(0,102,204,1) 0%,rgba(51,153,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(0,102,204,1) 0%,rgba(51,153,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,102,204,1) 0%,rgba(51,153,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066cc', endColorstr='#3399ff',GradientType=0 );
}

.header{
    height:100px;
    color:white;
}
.header a{color:#fff;text-decoration: none;}
.header p{text-shadow: 4px 4px 8px #000;}
.header .pull-right{margin-top:10px;}
.nav{background:#5d441e;height:48px;}
.nav .content{position: relative;text-align: center;}
.nav a{color:#fff;text-decoration: none;margin: 0 35px;z-index:10;position: relative}
.nav li{display: inline-block;font-size:22px;line-height: 45px;vertical-align: top; min-width: 100px;}
.nav li:hover{background-color:#573717;}
.nav ul li > ul { display: none; }
.nav ul li li { display: block; }
.nav ul li:hover > ul {
  display: block;
}
.nav ul li ul:hover, .nav ul li ul li:hover  {
	display: block;
}

.footer{margin-top:100px;}

.content{max-width:1024px;margin:auto;position: relative;}
#menu-nav.content {width: 100%;}
.content.index, .content.page{margin-top:30px;}

/* index */
.index .left{width:479px;}
.index .right{width:364px;margin-left:25px;}
.box{cursor:pointer;float:left;width:288px;height:262px;margin:0 6px 6px 0;}
.social a{text-decoration: none;}

/* default pages */
.sidebar{background: #ebecff;border:1px solid #4f81bd}
.sidebar, .sidebar-right{width:180px;padding:15px;margin-right:36px;}
.page-content{width:500px;}
.page-content.long{width:680px;}
.page a{color:#ef4247;text-decoration: none;}

/* search page */
.recap{float:left;width:265px;margin-left:15px;margin-bottom:10px;}
a.recap{color:#000;font-weight: bold;}
.recap .name{border-bottom:1px solid #dedede;color:#ef4247;padding:5px 0;font-size:18px;}
.recap img{height:200px;}

/* Donate page */
#other-amount{width:100px;}
.bg1{background: url(http://new.kittykind.org/wp-content/themes/kittykind/img/bg1.jpg);background-repeat: no-repeat;background-position:right top; }

/* About Page */
.content.page.about{background: url(http://new.kittykind.org/wp-content/themes/kittykind/img/bg2.jpg);background-repeat: no-repeat;background-position:right top; }

/* Contact Us Page */
.content.page.contact{background: url(http://new.kittykind.org/wp-content/themes/kittykind/img/bg3.jpg);background-repeat: no-repeat;background-position:right top; min-height:550px;}


/* Volunteer Form */
#volunteerform label{display: block;}
#volunteerform textarea{width:100%;}

/* detail page */
.long .info{margin-left:10px;width:150px;font-weight:bold;}
.long .info .label, .recap .label{color:#b2aeaf;}
.long .description{margin-top:20px;}
.long .detail-pics{width:300px;}
.detail{margin-bottom:100px}

/* override */
.headercat{position:absolute;top:-69px;left:20%;}


/* sprites */
.sprite {display:inline-block; overflow:hidden; background-repeat: no-repeat;background-image:url(sprites.png);}

.adopt {width:176px; height:161px; background-position: -2px -710px}
.adopt:hover {width:176px; height:161px; background-position: -180px -610px}
.donate {width:176px; height:161px; background-position: -180px -447px}
.donate:hover {width:176px; height:161px; background-position: -2px -547px}
.facebook {width:48px; height:48px; background-position: -407px -171px}
.sprite.foster {width:176px; height:161px; background-position: -180px -284px}
.sprite.foster:hover {width:176px; height:161px; background-position: -2px -384px}
.headercat {width:136px; height:119px; background-position: -358px -284px}
.instagram {width:48px; height:48px; background-position: 0px 0px}
.key {width:38px; height:20px; background-position: -180px -221px}
.logo {width:225px; height:98px; background-position: -2px -121px}
.spons {width:487px; height:117px; background-position: -2px -2px}
.twitter {width:48px; height:48px; background-position: -457px -121px}
.sprite.volunteer {width:176px; height:161px; background-position: -229px -121px}
.sprite.volunteer:hover {width:176px; height:161px; background-position: -2px -221px}
.youtube {width:48px; height:48px; background-position: -407px -121px}


/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px; background: #fff; position: relative;zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; /*background: url(images/bg_direction_nav.png) no-repeat 0 0;*/ position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
    .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/*Additional CSS. Needs Refactoring */
.sponsors img {
padding: 10px;
}

@media screen and (max-width: 800px) {
	.index .left { width: 100%;	}
    .index .right {	width: 100%; margin-left: 0; }
    .header .pull-right { width: 50%; font-size: 14px;}
    .nav li a {font-size:20px;margin: 0 5px;}
    .nav li {min-width: 75px; margin: 0 15px;}
    .page-content.long{width:100%; margin: 0 10px;}
	.recap {width: calc(50% - 25px);}
	.sidebar {width: 90%; margin-right: 0px; margin: 0 auto; float: none;}
}

@media screen and (max-width: 500px) {
    .header .pull-right { display: none; }
    .nav li a {font-size:18px;margin: 0 5px;}
    .nav li {min-width: 50px; margin: 0 5px;}
	.recap {width: calc(100% - 25px); margin: 10px; text-align: center; }
}

