/*  
Theme Name: Kate-Walsh.Net
Theme URI: http://pure-vowels.com/design
Description: Designed by <a href="http://www.pure-vowels.com">Auie</a> in Pure Vowels.
Version: 1
Author: Pure Vowels
Author URI: http://www.pure-vowels.com/
*/


body {
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
	background-color: #f0f0f0;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	margin: 0 auto; 
	color:#35313b;}

html { padding: 0; margin: 0;}
img { padding: 0px; margin: 0px; border: none; text-align: center;}

hr { 
border-left:0px solid #abb0b5; 
border-right:0px solid #abb0b5; 
border-top:1px solid #bababa; 
border-bottom:1px solid #e7e7e6; 
height : 1px;  }

blockquote {
	background-color: #dfd8e4;
	border: 1px solid #d3ccd8;
	color: #685860;
	font-family: 'trebuchet ms';
	font-size: 11px;
	padding: 5px;
	text-align: justify;
	line-height: 18px;
	margin: 20px 30px;
}

#container {
	margin: 0 auto;
	vertical-align: top;
	background-image: url(images/tablebg.jpg);
}

/* Float Properties ------------------------------ */

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}

/* Hides from IE-mac \------------------------------ */
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}



/* Navigation ------------------------------ */
	

#navbar {
	margin: 0 auto;
	padding: 0;
	text-transform:uppercase;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-weight: lighter;
	font-size: 12px;
	height: 35px;
	line-height: 15px;
	vertical-align: middle;
	width: 100%;
	text-align: right;
	z-index: 100;
	position: relative;
	}

#navbar ul, #navbar li {
	margin: 0;
	padding: 0;
	}

#navbar a {
	color: #b0b1b1;
	text-decoration: none;
	text-transform: lowercase;
	}
	
#navbar a:hover {
	color: #bcc6cf;
	text-decoration: none;
	text-transform: lowercase;
	}

#menu {
	margin: 0;
	padding: 0 15px;
	}

#menu ul {
	list-style: none;
	margin: 0 auto;
	text-align: center;
	}

#menu li {
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:0px solid #dddddd;
	margin: 0;
	}

#menu li:hover {
	border-bottom: 3px solid #c6bcd4;
	-moz-border-radius:  8px; 
	-webkit-border-radius: 8px; 
	border-radius: 8px;
	}
	
#menu a, #menu a:visited {
	margin: 0px;
	padding:8px 12px;
	font-weight: lighter;
	color:#b0b1b1;
	display:block;
	}

#menu a:hover {
	text-decoration:none;
	display:block;
	color: #b0b1b1;
	}


/* DROP DOWN ------------------------------ */
#menu li {
	float: left;
	margin: 0px;
	padding: 0px;
	overflow:visible;
	}
	
#menu li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-transform:none;
	text-align: left;
	}
	
#menu li li:hover {
	border: 0;
	}
	
#menu li li a, #menu li li a:link, #menu li li a:visited {
	background: #d0cfcf;
	width: 100%;
	float: none;
	margin: 0px;
	padding: 4px 5px;
	border-bottom: 1px solid #bcadcc;
	font-size: 11px;
	color: #f6f6f6;
	}
	
#menu li li a:hover, #menu li li a:active {
	padding: 4px 5px;
	color: #faeed6;
	border-bottom: 1px solid #e0d8e7;
	background-color: #d0d0d0;
	}

#menu li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#menu li:hover ul {
	left: auto;
	display: block;
	border: 0;
	}
	
#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
	border: 0;
	}


#menu li li li{
	position: absolute;
	width: 10em;
	left: -999em;
	}
	

/* CONTENTS ---------------------------------------- */

#contents {
	padding: 5px;
	font-size: 11px;
	}
	
#contents b, #contents strong, #contents big {
	font-weight: bold;
	color: #672b9c;
}

#contents a, #contents a:visited {
	color: #4d1a9f;
	text-decoration: none;
}

#contents a:hover {
	color: #24133e;
	text-decoration: none;
}

#contents a img {
	border: 1px solid #c4b8bd;
	-moz-border-radius:  8px; 
	-webkit-border-radius: 8px; 
	border-radius: 8px;
	padding: 4px;	
}

#contents a img:hover {
	border: 1px solid #9e74c2;
	-moz-border-radius:  8px; 
	-webkit-border-radius: 8px; 
	border-radius: 8px;
	padding: 4px;	
}


/* POST ---------------------------------------- */

	
.post {
	clear:both;
	margin-bottom: 25px;
	padding: 4px;
	background-color: #eae5ee;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;
	}

#contents td.title {
	border-left: 10px solid #644f86;
	margin-left: 15px;
	background: #d4d2d7;
	color: #707070;
	}
	
#contents td.title a {
	color: #2c2c2c;
	}
	
#contents .title h1 {
	font-family: georgia;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	padding: 3px 0 1px 3px;
	margin: 0;
	color: #a079c2;
	}
	
#contents .title h1 a {
	color:#a079c2;
	text-decoration: none;
	}
	
#contents .title h1 a:hover {
	color:#765493;
	text-decoration: none;
	}
	
div.data {
	font-family: arial;
	font-size: 11px;
	padding: 0 0 3px 3px;
	float: left;
		}

.update {
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 10px;
	line-height: 15px;
	padding: 2px;
	color: #626155;
	}

.postextra {
	background-color: #dedddd;
	padding: 2px;
	font-size: 11px;
	font-family: arial;
	}
	
div.thecategory {
	float: left;
	font-family: arial;
	font-size: 12px;
	padding: 2px;
	}
	
div.thecomment {
	float: right;
	font-family: arial;
	font-size: 12px;
	padding: 2px 3px;
	border-left: 3px solid #96947c;
	}
	
	

/* PAGE ---------------------------------------- */

	
.page {
	clear:both;
	margin-bottom: 25px;
	padding: 4px;
	background-color: #eae5ee;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 10px;
	line-height: 18px;
	}
	
#contents .page h1 {
	font-size: 20px;
	font-family: georgia;
	font-style:italic;
	color: #ffffff;
	padding: 5px 4px;
	margin: 0 0 5px 1px;
	font-weight: normal;
	text-transform: capitalize;
	border-bottom: 4px solid #dad0e2;
	}

#contents .page h1 a {
	color: #ffffff;
	text-transform: capitalize;
	text-decoration: none;
	}
	
#contents .page h1 a:hover {
	color: #b3acbc;
	text-transform: capitalize;
	text-decoration: none;
	}

	
/* SIDEBAR ---------------------------------------- */

#sidebar {
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 10px;
	padding: 5px;
	}
	
#sidebar .main {
	background-color: #fdf8fe;
	font-size: 10px;
	text-align: left;
	color: #3d3d3d;
	padding: 5px;
	margin-bottom: 15px;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;
	}

#sidebar b, #sidebar strong, #sidebar big {
	font-weight: bold;
	color: #6d5946;
}
	
#sidebar a {
	color: #8f7ab0;
	text-decoration: none;
}

#sidebar a:hover {
	color: #421377;
	text-decoration: none;
}
	
#sidebar h1 {
	color: #3b3939;
	font-family: georgia;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	text-align:left;
	text-indent: 3px;
	text-transform: capitalize;
	letter-spacing: -1px;
	word-spacing: 1px;
	margin: 0 0 10px 0;
	padding: 2px 9px;
	background: url(images/sideh1bg.jpg) repeat-x right;
	border: 2px solid #ede9e0;
	}
	
#sidebar ul{
	list-style: none;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#sidebar li{
	list-style: none;
	font-size: 11px;
	margin: 0;
	padding: 3px 2px;
	border-bottom: 1px solid #ded8cd;
}

#sidebar li:hover{
	list-style: none;
	font-size: 11px;
	margin: 0;
	padding: 3px 2px;
	border-bottom: 1px solid #ded8cd;
	background-color: #fdf8fe;
	background-image: url(images/sidelibg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

#sidebar li:hover a{
	color: #421377;
}





/* Comments ---------------------------------------- */


#comments {
	margin: 5px 30px 5px 5px;
	font-size: 10px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;

}

#comments ol, #comments ul {
	margin: 5px;
	}

#comments li {
	padding: 6px;
	margin: 10px 0;
	color: #635d64;
	}

#comments li.alt {
	background-color: #f5f5f5;
	padding: 6px;
	margin: 20px 0;
	color: #858585;
}



/* Text Area ---------------------------------------- */

input, textarea, option, select {
	color: #000000;
	background: #fcf7fd;
    font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
    font-size: 11px;
	padding:3px;
	border: 0;
	}
	
input:hover, textarea:hover, option:hover, select:hover {
	background: #e6e6e6;
    font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
    font-size: 11px;
	color: #000000;
	padding:3px;
	border: 0;
	}
	
input:focus, textarea:focus {
	background: #e6e6e6;
	border: 0;
	}

/*Images----------------------------------------*/

.imagesaffies {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: .80;
	border-style: solid;
	border-width: 1px;
	border-color: #a36785;
	padding: 3px;
	background-color: #f3edf0;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;

}

.imagesaffies:hover {
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: .90;
	border-style: solid;
	border-width: 1px;
	border-color: #744c60;
	padding: 3px;
	background-color: #f3edf0;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;

	}

.imagesupdates {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: .70;
	border-style: solid;
	border-width: 1px;
	border-color: #a36785;
	padding: 3px;
	background-color: #ede7ea;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;

}

.imagesupdates:hover {
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
 	opacity: .90;
	border-style: solid;
	border-width: 1px;
	border-color: #744c60;
	padding: 3px;
	background-color: #ede7ea;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;

	}

.imagesfamily {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: .60;
}

.imagesfamily:hover {
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: .90;
	}