
/* ---------- General ---------- */
.clear { clear: both; }
a img { border: none; }

body {
	background: #000;
	color: #888888;
	font: normal 12px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
}

#page {
	width:100%;
	margin:0px 0px -76px;
	padding:0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position:relative;
}
a {
	text-decoration:none;
	color:#a00b13;
}
a:hover {
	color:#d30f1a;
}
p { margin: 0em 0 1.2em 0; line-height:1.5em; }

.inner { margin: 0px auto; width:960px;position:relative; }

h1, h2, h3, h4, h4 {
	color:#d30c17;
	font-weight:normal;
	margin:0 0 0.5em 0; 
}
h1 { font-size:24px; max-width: 580px; }
h2 { font-size:14px; width: 100%; }
h3 { font-size:12px; width: 100%; }
/* ---------- Header ---------- */

#header {
	height:150px;
	width:100%;
	background-color:#fff;
}

#header h1 a{	
	width:234px;
	height:126px;
	background:url('/_inc/img/logo.gif') no-repeat;	
	top:0px;
	right:40px;	
}
#header h2 a{
	width:352px;
	height:17px;
	background:url('/_inc/img/alex_cearns.gif') no-repeat;
	top:80px;
	left:0px;
}
#header h1 a, #header h2 a { display:block;	text-indent:-9999px; position:absolute; overflow:hidden; }
#header h1, #header h2 { margin:0px; padding:0; }

ul{
	padding: 0 0 0 30px;
	margin: 10px 0;
	list-style-type: none;
}
ul li {
	padding: 0 0 5px 0;
	margin:0;
	list-style-type: disc;
	line-height: 1.8em;
}
/* ---------- Navigation ---------- */
#nav {
	background:#bc1720 url(http://www.houndstoothstudio.com.au/_inc/img/nav-bg.gif) repeat-x;
	height:40px;
	position:relative;
	margin:0 auto;
	z-index:30;
}
#nav .inner {
	width:967px;
	margin:0px auto;
}
#nav ul, #nav li {
	margin:0;
	padding:0;
	list-style:none;
	background:none;
}
#nav li, #nav a {
	display:block;
}

#nav li {
    height:31px;
    padding:5px 0 4px 0;
    position:relative;
}

#nav li a {
    color:#3E0004;
    font-size:13px;
    font-weight:bold;
    height:35px;
    line-height:31px;
    padding:0 15px 0 15px;
    position:relative;
    text-align:center;
    text-shadow: 0px 1px 0px #D11B27;
}
#nav ul li ul li {
	height: auto;
}
#nav ul li ul li a {
	height: auto;
}
#nav ul li ul li a:active, #nav ul li ul li a:link, #nav ul li ul li a:visited {

}
    #nav li.current-menu-item a{
        color:#FFF;
        background:url(/_inc/img/menu-back-long.png) 0 0px repeat-x;
        text-shadow: 0px 1px 0px #5D0508;
    }
    #nav li:hover a {
    	color:#FFF;
        background:url(/_inc/img/menu-back-long.png) 0 0px repeat-x;
        text-shadow: 0px 1px 0px #5D0508;
    }
    #nav li.current-menu-item a span.l,
    #nav li:hover a span.l {
        background: url(/_inc/img/menu-left-long.png) 0 0px no-repeat;
        display:block;
        height:31px;
        left:0;
        position:absolute;
        top:0;
        width:8px;
    }
    
    #nav li:hover a span.l { 
    	background: url(/_inc/img/menu-left-long.png) 0 0px no-repeat;
    }
    
    #nav li.current-menu-item a span.r,
    #nav li:hover a span.r {
        background: url(/_inc/img/menu-right-long.png) 0 0px no-repeat;
        display:block;
        height:31px;
        position:absolute;
        right:0;
        top:0;
        width:8px;
    }
    
    #nav li:hover a span.r { 
    	background: url(/_inc/img/menu-right-long.png) 0 0px no-repeat;
    }
    
        #nav li:hover ul li a span.l,
        #nav li:hover ul li a span.r {
          display:none;  
        }
        
        #nav li ul li.bottom a span.l {
            display:block;
            background:url(/_inc/img/menu/subnav-bottom2.png) no-repeat;
            width:160px;
            height:5px;
            position:absolute;
            left:-5px;
            top:25px;
        }

#nav li.current-menu-item a {
    color:#FFF;
}

#nav ul li {
	float: left;
	margin: 0 1px 0 0;
}

#nav ul li ul {
    display:none;
    margin:-1px 0 0 -1px;
    position:absolute;
    width:142px;
    z-index:1200;
    /*background: url(/_inc/img/menu/subnav-top2.png) 0 0px no-repeat;*/
    background: #890e16;
    top:40px;
    left:0;
    
}

#nav ul li.hover ul, #nav ul li:hover ul {
    display:inline;
}

#nav ul li ul li {
    /*height:20px;*/
    width:100%;	
    /*text-align:center;*/
    background:#770300;
    text-shadow: 0 1px 0 rgba(255,255,255,0.1);
    padding:0;
    margin: 0;
}

#nav ul li ul li a:active, #nav ul li ul li a:link, #nav ul li ul li a:visited {
    background:none;
	color:#fff;
    font-size:12px;
	font-weight:bold;
    /*height:20px;*/
    line-height:16px;
    padding:7px 6px 4px 10px;
    position:relative;
    text-shadow:none;
    text-align: left;
}
#nav ul li ul li a:hover {
	color:#eee;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	background: #bb1e2a;
}
#nav #menu-about, #nav #menu-services, #nav #menu-friends { position:relative; }
#nav #menu-about ul { top:40px;left:-47px; }
#nav #menu-services ul { top:40px;left:-1px; }
#nav #menu-friends ul { top:40px;left:-34px; }

/* ---------- Main Content ---------- */

#main {
	width: 960px;
	overflow:hidden;
	padding:30px 0px 75px;
	margin:0px auto;
}

#content {
	padding:0 15px 20px 0;
	position: relative;
}

/* ---------- Sidebars ---------- */

#page.blog #content { float:left;width:690px; }
#page.blog #sidebar { width:235px;float:right;padding:56px 0 0 15px; position: relative;}

#sidebar ul, ul.categories { list-style:none; margin:0; padding:0 0 0 10px; }
#sidebar ul li, ul.categories li { list-style:none; padding:2px 0px 3px; }
#sidebar ul li a, ul.categories li a  { display:block; font-size:14px; color:#888; padding:0 0 0 15px; background:url(/_inc/img/arrow.gif) no-repeat 0 5px;  }
#sidebar ul li a:hover, #sidebar ul li a.active, ul.categories li a:hover { color:#fff; }
ul.categories li ul { margin-top:5px; padding-left:15px; }

#page.blog #sidebar li { width:100%; overflow:hidden; }
#page.blog #sidebar li a { float:left; margin-right:5px; }

#content .post { margin: 0 0 20px 0; padding: 0 0 20px 0; border-bottom: 1px solid #222; }

/* ---------- Home ---------- */

#page.home #main {	padding:40px 0px 100px; }

#page.home #content, #page.home #newsletter { margin-right:515px; }
*html #page.home #content, *html #page.home #newsletter { float:left; margin-right:0; width:430px; }
/*#page.home #sidebar { width:500px;float:right;padding:0 0 0 15px; }*/
#page.home #sidebar { width:566px;float:right;padding:10px 0 0 15px; }
#page.home #content {width:350px;}
#page.home #starfishsend { background:url(/_inc/img/aipp_logo.gif) no-repeat bottom right; }

#bannermanager {
    display: none;
    background: #000;
}

/* ---------- Gallery ---------- */

#page.gallery #content, #page.pet-models #content { float:right;width:710px;padding:0; }
#page.gallery #sidebar, #page.pet-models #sidebar { width:235px;float:left;padding:0 10px 0 0; }
#page.gallery #content.wide { float:none; width:100%; padding:0; }

#content-gallery a { float:left; }
#content-gallery a.gallery-thumb { margin:0 8px 8px 0; } 
#content-gallery a.category-thumb { 
	display:block; 
	width:210px; 
	height:242px;
	padding:9px; 
	border: 1px solid #181818;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	background: #080808;
	color:#888;
	font-weight:normal;
	margin:0 10px 10px 0;
	cursor:pointer;
}
*html #content-gallery a.category-thumb { display:inline; }
#content-gallery a.category-thumb:hover {
	color:#fff;
	background-color:#1a1a1a;
	border: 1px solid #343434;
}
#content-gallery a.category-thumb span.image {
	display:block;
	margin-bottom:5px;
	cursor:pointer;
}
#content-gallery a.category-thumb span.image  img { cursor:pointer; }
#content-gallery a.category-thumb span.title {
	display:block;
	vertical-align:middle;
	height:30px;
	width:210px;
	font-size:12px; 
	text-align:center;
}

#fancy_title h4, #fancybox_title h4  { font-size:14px; margin-bottom:5px; }

ul.loginform input.text { width:155px; }

/* ----- Thumb Pagination ----- */
.product-paging { clear: both; font-size: 11px; }
.product-paging .inner { float: right; width:auto; position:static; }
.product-paging .pagelabel {
	float: left;
	display: block;
	padding: 3px 8px;
	margin-right: 5px;
	color: #444;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.product-paging a {
	float: left;
	display: block;
	border-radius: 4px;
	-moz-border-radius:  4px;
	-webkit-border-radius:  4px;
	border: 1px solid #222;
	background: #000;
	color:#888;
	padding: 2px 8px;
	margin-left: 5px;
}
.product-paging a:hover, .product-paging a:focus {
	background: #1a1a1a;
	border-color: #343434;
	color: #fff;
	outline: none;
}
.product-paging a:active, .product-paging a.active {
	background: #1d1d1d;
	border-color: #343434;
	color: #fff;
}
.product-paging .pagelink_disabled {
	float: left;
	display: block;
	border-radius: 4px;
	-moz-border-radius:  4px;
	-webkit-border-radius:  4px;
	border: 1px solid #222;
	background: #000;
	padding: 2px 8px;
	margin-left: 5px;
	color: #444;
	cursor: default;
}
.product-paging .pagelink_split {
	float: left;
	display: block;
	border: 1px hidden #111;
	padding: 2px 4px;
	margin-left: 5px;
	color: #666;
	cursor: default;
}


/* ---------- Newsletter ---------- */
#starfishsend ul, #starfishsend { margin:0;padding:0;list-style:none; }
#starfishsend label { display:none; }
#starfishsend li { margin-bottom:5px; }
#starfishsend input.text { width:144px; height:18px; background: url(/_inc/img/text-input.gif) no-repeat; border:none; padding:6px 8px; }
#starfishsend input.grey { color:#aaa; }

/* ---------- Buttons ---------- */

.button {
	width:161px;
	height:30px;
	cursor:pointer;
	text-indent:-9999px;
	display:block;
	border:none;
	overflow:hidden;
	font-size:0;
	line-height:0;
}

.button.sign-up { background:url(/_inc/img/button_signup.gif) no-repeat; }
.button.submit { background:url(/_inc/img/button_submit.gif) no-repeat; }
.button.login { background:url(/_inc/img/button_login.gif) no-repeat; margin:10px 0px 0px 110px; }

.button:hover { background-position: 0px -30px; }
.button:active { background-position: 0px -60px; }


/* ---------- Contact Form ---------- */
ul.contact-form, ul.contact-form li, ul.loginform, ul.loginform li { list-style:none; padding:3px 0px; margin:0;}
span.required, .errormsg { color:#d30c17; }
form label.small { float:left; display:block;width:100px; margin-right:10px; }
.contact-form .button.submit { margin:20px 0px 10px 0px; }
span.wpcf7-not-valid-tip { position:static;background:none;padding:2px 10px;border:none; color:#d30c17; }
.wpcf7 { position:relative; width:100%; padding-top:20px !important; }
.wpcf7-response-output { position:absolute; top:0;left:0; border:none !important; padding:0 !important;margin:0 !important; }
ul.contact-form h2 { margin:10px 0px 5px; }

/* ---------- Footer ---------- */

#footer {
	width: 100%;
	clear: both;
	color:#444;
	overflow:hidden;
	font-size:11px;
	height:75px;
	background:#030303;
	border-top:1px solid #060606;
	position:relative;
}
#footer .bottom {
	width: 960px;
	clear: both;
	margin:0 auto;
	position:relative;
	text-align:center;
}
#footer .copyright, #footer .starfish, #footer .media-link  { padding:9px 0px; line-height:15px; }
#footer .copyright {
	padding-top: 13px;
	float: left;
	padding-left:15px;
	width: 210px;
}
#footer .media-link { float: left; width: 200px; margin-left: 300px; padding-top: 20px; }
#footer .media-link a { display:block; color:#666; padding-left: 20px;background:url(/_inc/img/media.gif) no-repeat 0 0; height:15px;overflow:hidden; }
#footer .media-link a:hover { background-position:bottom left; }
#footer .media-link a:hover { color:#888; }
#footer .starfish {
	float: right;
	padding-right:15px;
	padding-top: 20px;
}

#footer .facebook { float: left; width: 110px; padding: 9px 0 0 0; margin-left: 40px; }
#footer .facebook a { display: block; width: 106px; height: 39px; background: url(/_inc/img/facebook.gif) 0px 0px no-repeat; text-indent: -9999em; overflow: hidden; }
#footer .facebook a:hover { background-position: 0px -40px; }

#footer .redbubble { float: left; width: 110px; padding: 9px 0 0 0; margin-left: 40px; }
#footer .redbubble a { display: block; width: 106px; height: 39px; background: url(/_inc/img/redbubble.gif) 0px 0px no-repeat; text-indent: -9999em; overflow: hidden; }
#footer .redbubble a:hover { background-position: 0px -40px; }

#content .block { padding: 10px 0 10px 0; border-bottom: 1px solid #222; width: 100%; overflow: hidden; }
#content .block .inner { margin: 0 0 0 175px; padding: 5px 0 5px 0; width: auto; }
#content .cite { color: #666; font-style: italic; }
#content hr { color: #222; background-color: #222; height: 1px; clear: both; border: none; }
#content hr.clear { color: #000; background-color: #000; height: 1px; clear: both; border: none; }

#page.services #content hr { margin:0 0 25px; }

a.socialmedia-button { background: url(/_inc/img/socialmedia.png) no-repeat 0 0; width: 180px; height: 30px; cursor: pointer; display: block; font-size: 1px; text-indent: -9999em; overflow: hidden; position: absolute; top: 0px; right: 0px; }
a.twitter-button { right: 185px; }

a.facebook-button { background-position: 0px 0px; }
a.facebook-button:hover { background-position: 0px -40px; }

a.twitter-button { background-position: 0px -80px; }
a.twitter-button:hover { background-position: 0px -120px; }

#page.home a.socialmedia-button, #sidebar a.socialmedia-button { float:left; }

#sidebar a.facebook-button { margin: 0px 0 5px 10px; z-index: 2;}
#sidebar a.twitter-button { margin: 0px 0 20px 10px;z-index: 1; }

#page.home a.facebook-button { margin: 0px;}
#page.home a.twitter-button { margin: 0px; }

.postmetadata { width: 100%; overflow: hidden; }
.share-buttons { float: right; padding: 0; width: 180px; }
.share-buttons iframe { display: block; margin: 0; float: right; overflow: hidden; }
.share-buttons a { float: left; }
.share-buttons span.fb_share_no_count { display: block; }
.share-buttons a .fb_share_count_nub_top { background-image: url("http://static.ak.fbcdn.net/rsrc.php/z2TX0/hash/eqvy6x0q.png"); }

.petmodel-product-detail { width:900px; height:auto; overflow:hidden; }
.petmodel-product-detail .image-column { width:500px; height:auto; float:left; overflow:hidden; }
.petmodel-product-detail .detail-image { width:500px; height:500px; overflow:hidden; /*background:#000;*/ position: relative; }
.petmodel-product-detail .product-description { width:385px; height:auto; padding: 10px 0 0 15px; float:left; }
.petmodel-product-detail .detail-image img { position: absolute; margin:0 auto; }

.model_label { width:40%; font-weight: bold; font-size: 14px; float:left; clear:both; display: block; }
.model_value { font-size: 14px; float:left; display: block; float:left; width:60%; padding-bottom:8px; } 
.model_value p { line-height: normal; padding:0; margin:0; } 

.petmodel-product-detail .thumbs {
    width:100%;
    padding-top: 15px;
    clear:both;
}
.petmodel-product-detail .thumbs a {
   float:left;  
   display: block;
   width:110px;
   height:110px;
   outline:none;    
}
.petmodel-product-detail .thumbs a img { opacity: 0.7; }
.top { z-index: 100; }
.petmodel-product-detail .thumbs a:hover img, .petmodel-product-detail .thumbs a.active img { opacity: 1; }
.petmodel-product-detail .thumbs .margin {
   margin-right:10px;    
}
/* ---------- Twitter ---------- */
#twitter_feed {
	width:430px;
	padding-top:37px;
	float:left;
	
}
#twitter_feed ul {
	padding:0px;
}
#twitter_feed ul li{
	list-style-type:none;
}
#twitter_feed a.tweet_avatar , #twitter_feed .tweet_join, #twitter_feed p img{
	display:none;
}
#twitter_feed p {
	line-height:1.7em;
	font-size:12px;
	color:#333333;
	margin-bottom:0.4em;
}
#twitter_feed span.tweet_time {
	float:left;
}
#twitter_feed span.tweet_time a {
	color:#888888;
}
#page.home .tweetus p {
color:#d30c17;
margin-bottom:0.4em;
}
#page.home .tweetus {
	color:#888888;
	height: 60px;
    width: 522px;
	display: block;
    height: 80px;
    right: 0px;
/*    padding: 22px 25px 0 20px;*/
    position: absolute;
    top: 0px;

}
#page.home .tweetus textarea {
    background: none repeat scroll 0 0 transparent;
  	width:433px;
	font-family:Arial, Helvetica, sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	border:1px solid #4a4a4a;
    color: #727272;
    font-size: 12px;
    height:24px;
    margin: 0;
    opacity: 0.7;
    overflow: auto;
    padding: 4px 0 0 10px;
    resize: none;
}
#tweetit {
    background: url("/_inc/img/btn-tweetit.gif") no-repeat scroll left top transparent;
    border: 0 none;
	display: block;
    height: 60px;
    right: 0px;
/*    padding: 22px 25px 0 20px;*/
    position: absolute;
    top: 21px;

    cursor: pointer;
    height: 30px;

    width: 68px;
}
#logo-dog {
	float:left;
	margin-right:10px;
	padding-top: 15px;
}
#home-social {
	clear:both;
	position:relative;
	width:960px;
	height:60px;
	margin:35px 0;
}
/*#page.home #home-social a.twitter-button, #page.home #home-social a.facebook-button{
	position:relative;
	left:auto;
	right:auto;
	top:auto;
}*/
#page.home #home-social a.facebook-button {
	display: block;
    height: 30px;
    left: 0px;
/*    padding: 22px 25px 0 20px;*/
    position: absolute;
    top: 21px;
    width: 180px;
	margin-right:10px;
}
#page.home #home-social a.twitter-button {
	display: block;
    height: 30px;
    left: 185px;
/*    padding: 22px 25px 0 20px;*/
    position: absolute;
    top: 21px;
    width: 180px;
	margin-right:10px;
}

#page.home #home-social #status:focus {
	color:white;
}
	
/* CUSTOM FONTS */

#main h1, #main h2, #main h3 {
	font-family:'dinpro';
	font-size:24px;
	color:#d30c17;
	text-align:left;
}
#page.home #main h1 {
	font-size:21px;
}
#main h1 a, #main h2 a, #main h3 a {
	text-decoration:none;
	color:#d30c17;
}
#main h1 a:hover, #main h2 a:hover, #main h3 a:hover {
	color:#d30c17;
}
#main h1 .sep {
	color:#fff;
}
#main h2 {
	font-size:16px;
}
#main h3 {
	font-size:14px;
}

#csf_faq_manager div.faq {
    border-bottom:1px solid #212121;
    margin:9px 0 21px;
    padding:0 0 13px;
}

#csf_faq_manager h3 {
    background:transparent url('/_inc/img/icon-question.png') no-repeat 0 2px;
    display:block;
    font-size:18px;
    font-weight:bold;
    height:46px;
    line-height:29px;
    margin:0 0 7px;
    padding:9px 0 9px 61px;
	height:auto;
	width:auto;
}

#csf_faq_manager div.faq_content {
    /*background:transparent url('/_inc/img/faq-icon-2.png') no-repeat 72px 0;*/
    padding:0 0 0 61px;
}

    #csf_faq_manager div.faq_content p {
        line-height:1.8em;
    }



@font-face {
    font-family: 'dinpro';
    src: url('../fonts/dinpro-regular-webfont.eot');
    src: url('../fonts/dinpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinpro-regular-webfont.woff') format('woff'),
         url('../fonts/dinpro-regular-webfont.ttf') format('truetype'),
         url('../fonts/dinpro-regular-webfont.svg#DINProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a#starfish { background: url(http://www.cleverstarfish.com/starfish_neg.png) top left no-repeat; width: 84px; height: 23px; display: block; }
a#starfish:hover { background-position: bottom left; }
a#starfish span { width: 1px; height: 1px; overflow: hidden; display: block; text-indent: -9999em; }