
/* ---------- 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 -60px;
	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: 780px; }
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:320px;
	height:101px;
	background:url('/_inc/img/logo.gif') no-repeat;	
	top:30px;
	right:40px;	
}
#header h2 a{
	width:216px;
	height:17px;
	background:url('/_inc/img/alex_cearns.gif') no-repeat;
	top:80px;
	left:40px;
}
#header h1 a, #header h2 a { display:block;	text-indent:-9999px; position:absolute; overflow:hidden; }
#header h1, #header h2 { margin:0px; padding:0; }

/* ---------- 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;
	height:40px;
}
#nav li a.imgbg { 
	text-indent:-9999px;
	overflow:hidden;
}
#nav ul li {
	float: left;
	margin: 0 1px 0 0;
}
/*
#nav #menu-home a.imgbg { background:url(/_inc/img/menu/menu-home.gif) no-repeat; width:66px; }
#nav #menu-about a.imgbg { background:url(/_inc/img/menu/menu-about.gif) no-repeat; width:67px; }
#nav #menu-gallery a.imgbg { background:url(/_inc/img/menu/menu-gallery.gif) no-repeat; width:76px; }
#nav #menu-services a.imgbg { background:url(/_inc/img/menu/menu-services.gif) no-repeat; width:125px; }
#nav #menu-blog a.imgbg { background:url(/_inc/img/menu/menu-blog.gif) no-repeat; width:58px; }
#nav #menu-awards a.imgbg { background:url(/_inc/img/menu/menu-awards.gif) no-repeat; width:165px; }
#nav #menu-friends a.imgbg { background:url(/_inc/img/menu/menu-friends.gif) no-repeat; width:94px; }
#nav #menu-testimonials a.imgbg { background:url(/_inc/img/menu/menu-testimonials.gif) no-repeat; width:110px; }
#nav #menu-client-galleries a.imgbg { background:url(/_inc/img/menu/menu-client-galleries.gif) no-repeat; width:128px; }
#nav #menu-contact a.imgbg { background:url(/_inc/img/menu/menu-contact.gif) no-repeat; width:78px; }
*/

#nav li a { background-position: 0 0; background-repeat: no-repeat; }
#nav #menu-home a.imgbg { background-image:url(/_inc/img/menu/home.png); width:70px; }
#nav #menu-about a.imgbg { background-image:url(/_inc/img/menu/about.png); width:71px; }
#nav #menu-gallery a.imgbg { background-image:url(/_inc/img/menu/gallery.png); width:79px; }
#nav #menu-services a.imgbg { background-image:url(/_inc/img/menu/services.png); width:160px; }
#nav #menu-faq a.imgbg { background-image:url(/_inc/img/menu/faq.png); width:58px; }
#nav #menu-blog a.imgbg { background-image:url(/_inc/img/menu/blog.png); width:61px; }
#nav #menu-friends a.imgbg { background-image:url(/_inc/img/menu/friends.png); width:98px; }
#nav #menu-testimonials a.imgbg { background-image:url(/_inc/img/menu/testimonials.png); width:114px; }
#nav #menu-client-galleries a.imgbg { background-image:url(/_inc/img/menu/client.png); width:131px; }
#nav #menu-contact a.imgbg { background-image:url(/_inc/img/menu/contact.png); width:82px; }

#nav li a.imgbg:hover,#nav li:hover a.imgbg, #nav li.hover a.imgbg, #nav li a.imgbg:focus, #nav li a.active, #nav li a.active:hover {
background-position:0 -40px !important;
}
#nav ul li ul {
display:none;
margin:-1px 0 0 -2px;
position:absolute;
width:166px;
z-index:1200;
background: url(/_inc/img/menu/subnav-top2.png) 0 0px no-repeat;
padding:3px;
}
#nav ul li.hover ul, #nav ul li:hover ul {
display:inline;
}
#nav ul li ul li {
height:20px;
width:150px;
overflow:hidden;
text-align:center;
background:#a60d15;
padding:5px;
text-shadow: 0 1px 0 rgba(255,255,255,0.1);
}
.dropdown-bottom { background:url(/_inc/img/menu/subnav-bottom2.png) no-repeat; width:160px; height:5px; position:absolute; bottom:0px; left:3px;overflow:hidden; }
#nav ul li ul li a:active, #nav ul li ul li a:link, #nav ul li ul li a:visited {
	color:#000;
	font-weight: bold;
}
#nav ul li ul li a:hover {
	color:#eee;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
#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:0 0 0 15px; }

#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; }

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

#page.home #main {	padding:120px 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 #starfishsend { background:url(/_inc/img/aipp_logo.gif) no-repeat bottom right; }

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

#page.gallery #content { float:right;width:710px;padding:0; }
#page.gallery #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 { 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 { position: relative; top: auto; right: auto; margin-top: 40px; }

#sidebar a.facebook-button { margin: 30px 0 5px 10px; }
#sidebar a.twitter-button { margin: 0px 0 20px 10px; }

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