/*
Theme Name: Kitty Bradshaw
Description: A custom theme developed for Kitty Bradshaw. Adapted by Andrew Norcross and finished by Nile Flores
Author: Nile Flores
Author URI: http://blondish.net
version: 1.0
*/



/* basics */

*{margin:0; padding:0;}

body {
	background:#381421 url(images/kitty-bradshaw-img-bg.png) top left;
	font-family: Arial;
	font-size: 12px;
	line-height:16px;
	margin:20px;
	}
	
h1 {font-size: 18px;}
h2 {font-size: 14px;}
h3 {font-size: 10px;}
h4 {font-size: 9px;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }


blockquote {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px dashed #E57284;
	color:#000000;
	margin:5px;
	padding:5px;
}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	outline:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width:960px;
	margin: 10px auto;
	padding:0;
	color:#000;
	overflow: hidden;
	}
	
/* header */

#header {
	background:#381421 url(images/bg.png) top left;
  	height:465px;
	width:956px;
	color: #fff;
	margin: 0 auto;
	position:relative;
	z-index:50;
	border:#f67a8a solid 2px;
	}

#header .rotator {
background: url(images/rotator/P1.jpg) no-repeat top center;
height:465px;
}


#header .logo {
margin:0 0 0 -5px;
position:absolute;
text-align:left !important;
top:-85px;
left:0px;
z-index:500;
}

#header .logo a {
background:url("images/kitty_logo.png") no-repeat scroll 0 0 transparent;
margin-top:-7px;
display:block;
text-align:left !important;
text-decoration:none;
text-indent:-9999px;
height:300px;
width:310px;
}

/* Top Nav Bar */

#topnav {
	width:960px;
	margin:0 auto;
	height:85px;
	}

#topnav li {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	}

.navmenu {
	top : 30px;
	right : 49px;
	display : block;
	width : 677px;
	height : 75px;
	margin : 0;
	padding : 10px 0 10px 0;
	list-style : none;
	overflow : hidden;
	float:right;
}

.navmenu li {
	float : right;
	width : 75px;
	height : 75px;
}

.navmenu li a {
	display : block;
	width : 100%;
	height : 100%;
	font-size : 5px;
	text-indent : -9999px;
	text-decoration : none;
	outline:none;
}

.navmenu li a:hover {background-position : 0 -75px;}

li.home a {background : url(images/nav/nav_home.png) no-repeat 0 0;}
li.about a {background : url(images/nav/nav_about.png) no-repeat 0 0;}
li.contact a {background : url(images/nav/nav_contact.png) no-repeat 0 0;}
li.events a {background : url(images/nav/nav_events.png) no-repeat 0 0;}
li.advertise a {background : url(images/nav/nav_advertise.png) no-repeat 0 0;}
li.tos a {background : url(images/nav/nav_tos.png) no-repeat 0 0;}
li.press a {background : url(images/nav/nav_press.png) no-repeat 0 0;}
li.photos a {background : url(images/nav/nav_photos.png) no-repeat 0 0;}
li.kittytube a {background : url(images/nav/nav_kittytube.png) no-repeat 0 0;}
li.radio a {background : url(images/nav/nav_radio.png) no-repeat 0 0;}
li.blogup a {background : url(images/nav/nav_blogup.png) no-repeat 0 0;}


/* Ad Space */
#head_banner {height:90px;; width:728px; margin:5px auto;  background:rgba(68, 68, 68, 0.6);
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;	}

/* content */

.clearall {
	clear: both;
}

#wrapper {
	background:url(images/dark-transparent-bg.png);
    float:left;
    width:100%;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;	
	}

#nav2 {
float:left;
width:936px;
height:30px;
background:#000;
margin-top:10px;
margin-bottom:1px;
margin-left:12px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;	
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;	
}


#nav2 ul {

 padding: 0 0 0 4px;

 list-style: none;

 }

 

#nav2 li {

 margin: 0;

 float:left;

 padding:0;

 }	

 

#nav2 ul li a:link,#nav2 ul li a:active,#nav2 ul li a:visited {

 display: block;

 margin-left: 4px;

margin-bottom:-10px;

 padding:7px 10px;

 text-decoration: none;

 font-family:Arial;

 font-size:12px;

 font-weight:normal;

 text-transform:uppercase;

 color:#fff; 

 }

	

#nav2 ul li a:hover {

 display: block;

 color:#fff;

 }



#nav2 li ul {

 position: absolute;

 width: 10em;

 left: -999em;

 }

 

#nav2 li:hover ul {

 left: auto;

 display: block;

}

	

#nav2 li:hover ul, #nav2 li.sfhover ul {

 left: -999em;

} 

#content {
	float: left;
	width:550px;
	overflow: hidden;
margin-top:3px;
margin-bottom:10px;
color:#c0c0c0;
	}

.postbox {
background:#000;
-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;	
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
padding-bottom:10px;
}

.post {
background:#000;
	margin-top:10px;
	padding:0 10px;
	line-height: 16px;
font-size:12px;
	-moz-border-radius-topright: 3px;	
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;

	}


.post a {
	color: #f32771;
	text-decoration: none;
font-weight:bold;
font-size:12px;
	}

	
.post h2{font-size:26px; line-height:30px;font-weight:bold; color:#fff;}
	
.post h2 a{
	color: #f32771;
	text-decoration: none;
font-weight:bold;
font-size:26px;
line-height:30px;
font-weight:bold;
	}
	
.post h2 a:hover{
	color: #f32771;
	text-decoration: underline;
font-weight:bold;

	}

.post ul {
margin-left:15px;
}

.post li {}

.attachment-post-thumbnail {float:left; margin:0 5px 5px 0;}

.entry {float:left;margin-top:10px; background:#000; width:530px;}
.entry p{margin:12px 0; line-height:16px;}

p.meta {
font-size:12px;
line-height:20px;
}

p.signature {padding: 10px 40px;}

.postmetadata{
	clear: both;
	background:none;
	padding:6px;
	margin: 20px 0;
	color:#fff;
font-size:12px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	}

.postmetadata a{
	color:#D64F6F;
	text-decoration:underline;
	}

.navigation {
	font-size:12px;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.pagetitle {
font-size:20px;
line-height:24px;
color:#fff;

}


.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

/* Social Media Links */
.socialmedia {
	border-top: 3px solid #A93B56;
	border-bottom: 3px solid #A93B56;
	overflow: hidden;
	padding:3px;
	text-align: center;
}

.socialmedia p a:hover {
	text-decoration:none;
}

.socialmedia p {
	color: #F76081;
	font-size: 12px;
	margin:2px 0;
}

span.sharethis {font-weight:bold; padding-right:5px;}
.socialmedia a{ padding-left:18px; line-height:18px;color:#F76081;}

a.au_twitter {background:url(images/social/mini_twitter.png) no-repeat left;}
a.au_facebook {background:url(images/social/mini_facebook.png) no-repeat left;}
a.au_stumble {background:url(images/social/mini_stumble.png) no-repeat left;}
a.au_digg {background:url(images/social/mini_digg.png) no-repeat left;}
a.au_delicious {background:url(images/social/mini_delicious.png) no-repeat left;}




/* Global Sidebar */

.sidebar_widget {
	background:#000;
	width:180px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
margin-bottom:10px;
	}

.textwidget{
	padding:10px;
}

.widget_tags p{
	padding:0px 10px 10px 15px;
}

.widget_tags a{
	color:#D64F6F;
}



h2.widgettitle {line-height:22px;}

li.recentcomments {
	padding:5px 0;
	border-bottom:#f32771 dotted 1px;
	}

li.widget_categories ul li{
}

li.widget_categories ul li a{
}

li.widget_categories ul li ul li a{
}

li.widget_archives ul li a{
margin-left:10px;
}

select.widget_archive{
margin-left:10px;
}

select {
margin-left:10px;
margin-bottom:10px;
}

li.linkcat ul li a{
}

.widget_tags p{
	padding:0px 10px 10px 15px;
}

.widget_tags a{
	color:#f32771;
}



.sidebarbox {
	background:#000;
	border:none;
	margin-bottom:10px;
padding:5px;
-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}



/* left sidebar */

#left {
		
	float:left;
	padding:0;
color:#c0c0c0;	
margin-bottom:10px;
}

#left h2{
	color:#fff;
	font-size:18px;	
	margin-left:5px;
margin-top:5px;
	padding: 0;
	font-family: Arial;
}

#left label{
	color:#c0c0c0;
	margin: 0;
	padding: 0;
}

#left p {margin:0; padding: 0; color:#c0c0c0;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:12px;
	padding:0;
	}

#left ul li {
	margin-left-10px;
	padding: 0;
	line-height: 16px;
	list-style-type: none;
color:#f32771;
	}

#left ul ul {
	margin-left:10px;
line-height: 16px;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	padding-bottom:3px;
color:#f32771;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color:#f32771;
}

#left a{
color:#f32771;
font-size:12px;
line-height:16px;
}

/* right sidebar */

#right{
	float:right;
	padding:0;
color:#c0c0c0;	
margin-bottom:20px;
	}

#right h2{
	color:#fff;
font-size:18px;
		margin-left:5px;
margin-top:5px
	padding: 0;
	font-family: Arial;	
}

#right label{
	color:#c0c0c0;	
	margin: 0;
	padding: 0;
}

#right p {margin-left:10px; padding:0; color:#c0c0c0;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:12px;
	padding:0;
	}

#right ul li {
	padding: 0;
	line-height: 16px;
	list-style-type: none;
	}

#right ul ul {
	margin-left:10px;
line-height: 16px;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	padding-bottom:3px;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #f32771;
}


#right a{
color:#f32771;
font-size:12px;
line-height:16px;
}



/* comments */


#commentform{
	background:#000;
	margin:10px;
	padding:0px;
color:#fff;
	}

#commentform textarea {
	width: 350px;
	padding: 2px;
margin-left:10px;
color:#000;
font-size:12px Arial;
	}

#commentform #submit {
margin-left:10px;
margin-top:10px;
font-size:12px;
font-weight:bold;
background:#F76081;
	padding:0;
	width:125px;
	height:35px;
	}
	
#commentform p{
	color: #000;
	}

#commentform a, #commentform small{
	color:#D64F6F;
}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14px;}
	
#commentform h3{
	font-size: 12px Arial;
	color: #000;
	}
	
#comment{
	width:350px;
	}

#author, #email, #url, #comment{
width: 200px;
background:fff;
color:#000;
	font-size: 12px;
	margin:10px 5px 0 0;
	padding:5px;
	border: 1px solid #000;
	}

label {
font-size:12px;
color:#c0c0c0;
}


	
#comments{margin-left:10px; padding:10px;}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14px;}

ol.commentlist a {color:#000;}

cite {
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

#respond h3 {
font-size:20px;
font-weight:bold;
margin-left:10px;
}

#respond a {
color:#D64F6F;
}

#respond p {
color:#c0c0c0;
}

h3#comments {
font-size:20px;
font-weight:bold;
margin-left:10px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
color:#fff;
font-size:20px;
margin-left:10px;

	}

.commentmet_avatar img{
	border:1px solid #c0c0c0;
}

.commentlist .comment {
	margin-top:10px;
margin-left:10px;
margin-bottom:10px:
margin-right:10px;
width:470px;
	padding: 10px 15px 20px 15px;
	list-style: none;
	background:#ffffff;
color:#000;
	}

.commentmet_avatar{
	width:102px;
	padding:15px 0 0 0;
}

.commentlist .comment a{
	color:#D64F6F;
font-size:#12px;
font-weight:bold;
	}

.commentmetadata a{
	color:#D64F6F;
	font-weight:bold;
}

/* search */

#searchform{
	padding:0;
	margin-left:10px;
margin-top:10px;
margin-bottom:10px;
	}

#searchform input#s{
	margin:0;
	border:1px solid #000;
	padding:2px;
	}




/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}



/* WP Page Navi */

.wp-pagenavi{
	line-height:1.8em;
	padding:0 15px 0 15px;
}



.wp-pagenavi a {
color:#f32771;
	padding: 4px; 
	margin: 2px;
}
.wp-pagenavi span.pages {
	padding: 4px; 
	margin: 2px;
	background:#000;
	color:#fff;
}
.wp-pagenavi span.current {
	padding: 4px; 
	margin: 2px;
	background:#000;
border:#f32771;
	color:#fff;
}
.wp-pagenavi span.extend {
	padding: 4px; 
	margin: 2px;
	background:#000;
	color:#fff;
}




/* footer */

#footer {
	background:url(images/couch.png) no-repeat top center;
	clear: both;
	width: 960px;
	height:213px;
	}

#footer p.attribution {padding-top:180px; font-weight:bold;}
#footer p{padding:14px 0;margin: 0; color: #000; text-align:center;}
#footer a{color: #fff;text-decoration: none;font-weight:bold;}
#footer a:hover{color: #FC94AA;text-decoration: underline;font-weight:bold;}



