/*   
Theme Name: My Ugly Kitty
Theme URI: http://myuglykitty.com
Description: custom template for my ugly kitty
Author: Rakel
Author URI: http://ingero.com
Version: 1
*/


@charset "utf-8";

/* General */

body {
	text-align: justify;
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: #ef6ea7;
	background-image: url(http://myuglykitty.com/wp-content/themes/uglykitty1/images/bg.gif);
	background-repeat: repeat-x;
}
.center {
	text-align: center;
}
.clear-both {
	clear: both;
}
#wrapper {
	position:absolute;
	left:50%;
	margin-left:-374px;
	width: 690px;
	margin-top:50px;
}

img {border:0;}

/* Header */

#top {
	background-image: url(http://myuglykitty.com/wp-content/themes/uglykitty1/images/top.gif);
	background-repeat: no-repeat;
	height: 410px;
}


a, a:link, a:visited, a:active {
	text-decoration:none;
	color: #4190b5;
}
a:hover {
	color: #e77070;
	text-decoration: underline;
}

#top-right {
	float: right;
	margin-top: 10px;
	margin-right: 15px;
	clear: both;
}
#newsletter {}
.newsletter-input {
	color: #662D91;
	background-color: #f9dcec;
	border: 0;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#logo {
	text-align: center;
	margin-top: 55px;
	margin-bottom: 5px;
}

#small-nav {
	padding: 5px;
	font-size: 12px;
	text-align:center;
	
}
#small-nav ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
#small-nav li {
	display: inline;
	background-image: url(http://myuglykitty.com/wp-content/themes/uglykitty1/images/star-bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 20px;

}
#small-nav a, #small-nav a:link, #small-nav a:visited, #small-nav a:active {
	text-decoration:none;
	color: #f587b2;
}
#small-nav a:hover {
	color: #EE317C;
	text-decoration: none;
}

#large-nav {
	font-size: 12px;
	height: 71px;
	padding-left: 23px;
	width: 660px;
	padding-top: 23px;
/*	padding-top: 280px;*/
}

#categories {
	color: #d34483;
	background-color: #FFFFFF;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#categories ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
#categories li {display: inline; padding: 5px 10px 5px 10px}
#categories a, #categories a:link, #categories a:visited, #categories a:active {text-decoration:none; color: #f76ca7; }
#categories a:hover {color: #f795bf; text-decoration: none; }



/* Search */
#searchform {
	padding-right: 15px;
	padding-top: 8px;
	float: right;
	width: 250px;
	text-align: right;
}

.search-input {
	color: #662D91;
	background-color: #f9dcec;
	border: 0;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Content */

#content {
	background-color: #FFFFFF;
	clear: both;
	padding: 20px;
}

/* Posts */
.post {
	font-size: 13px;
	line-height: 18px;
}
.post h2 {
	font-family: "century gothic", verdana, arial;
	font-size: 18px;
	color: #E86DA1;
}
.post h2 a, .post h2 a:link, .post h2 a:visited, .post h2 a:active {
	text-decoration:none;
	color: #F16BA7;
}
.post h2 a:hover {color: #999; text-decoration: none; }
.datetime {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 25px;
}
.entry {
	padding-right: 10px;
	padding-left: 10px;
}
.postsmall-navdata p {}
.entry a, .entry a:link, .entry a:visited, .entry a:active {
	text-decoration:none;
	color: #4190b5;
	padding: 2px;
	background-color: #FFFFFF;
}
.entry a:hover {
	color: #e77070;
	text-decoration: underline;
	padding: 2px;
	background-color: #FFFFFF;
}
.datetime a, .datetime a:link, .datetime a:visited, .datetime a:active {
	text-decoration:none;
	padding: 2px;
	color: #663399;
}
.datetime a:hover {
	color: #ef84bc;
	text-decoration: underline;
	padding: 2px;
}
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
	}
	
#postnav {
	font-size: 13px;
	font-family: "century gothic", verdana, arial;
	background-color: #FFFFFF;
}
#postnav a, #postnav a:link, #postnav a:visited, #postnav a:active {
	text-decoration:none;
	color: #3a3a3a;
	font-weight:bold;
}
#postnav a:hover {
	color: #999;
	text-decoration: none;
	font-weight:bold;
}

/* Pages */

/* Comments */

#comments {
}

#comments a, #comments a:link, #comments a:visited, #comments a:active {
	text-decoration:none;
	color: #eb6ea6;
	font-family: "Trebuchet MS", "Century Gothic", Verdana;
}
#comments a:hover {
	color: #E6448C;
	text-decoration: none;
}

#nocomments {
	width:100%;
	padding: 25px;
	margin: 0px;
	height: 50px;
	clear:both;
}

.commentinput {
	background-color: #FFFFFF;
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 3px;
	border: dotted 1px #FFCCCC;
}
.commentsubmit {
	background-color: #FFFFFF;
	font-family: "century gothic", verdana, arial;
	font-size: 14px;
	color:#663399;
	padding: 3px;
	border: 0;
	font-weight: bold;
}

.alt {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f3a5ce;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #f3a5ce;
	background: #fdeff6;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	list-style-type: none;
	margin-left: -38px;
	padding: 5px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentsmall-navdata {
	font-weight: normal;
	}

.respond {
	font-family: "century gothic", verdana, arial;
	font-size: 16px;
	color:#663399;
	font-weight: bold;
}

.responses {
	font-family: "century gothic", verdana, arial;
	font-size: 16px;
	color: #663399;
	font-weight: bold;
}

/* Footer */

#bottom {
	background-image: url(http://myuglykitty.com/wp-content/themes/uglykitty1/images/footer.gif);
	background-repeat: no-repeat;
	height: 49px;
	clear: both;
	margin-bottom: 25px;
}

#footer {
	color: #FFFFFF;
	font-size: 12px;
	background-image: url(http://myuglykitty.com/wp-content/themes/uglykitty1/images/footer_bg.gif);
	height: 175px;
	margin-bottom: 50px;
	background-repeat: no-repeat;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	text-decoration:none;
	color: #B72660;
}
#footer a:hover {
	color: #D32C6F;
	text-decoration: underline;
}

#left-column {
	float: left;
}
#right-column {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #c83770;
	padding-left: 15px;
	float: right;
	width: 250px;
	margin-top: 15px;

}


#copyright {
	margin-bottom: 10px;
	text-align: center;
	background-image: url(http://myuglykitty.com/wp-content/themes/uglykitty1/images/copyright_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 85px;
	width: 400px;
	padding-left: 20px;
	padding-top: 25px;
	color: #663399;
}

#copyright a, #copyrighta:link, #copyright a:visited, #copyright a:active {
	text-decoration:underline;
	color: #54297E;
}
#copyright a:hover {
	color: #663399;
	text-decoration: none;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #c83770;
	padding-bottom: 5px;
}
#recent-posts {
	height: 125px;
}

#recent-posts a, #recent-posts a:link, #recent-posts a:visited, #recent-posts a:active {
	text-decoration:none;
	color: #FFFFFF;
}
#recent-posts a:hover {
	color: #FAD3E4;
	text-decoration: underline;
}

.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f8a0c5;
}
#footer ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none;
}
#footer-nav {
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
}
#footer-nav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
#footer-nav li {
	display: inline;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
