/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #000;
	color: #FFFFCE;
	text-decoration: none;
	padding-top: 0.5em;
	padding-right: 0.75em;
	padding-bottom: 0.5em;
	padding-left: 0.75em;
	text-align: center;
	width: 11em;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 12.5em;
	float: left;
}

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
	margin-right: 10px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #33C;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #33C;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../../../../SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(../../../../SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../../../../SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(../../../../SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
/*

Theme Name: Kitten

Theme URI: http://e-themes.info/?p=40

Description: <a href="http://e-themes.info/?p=40">Kitten</a> by Deeogee.Cute Kitten wordpress theme, with a green color scheme. Perfect for Cat or pet blogs.

Version: 1.3

Author: Deeogee

Author URI: http://e-themes.info/

Tags: Fixed width, two columns, right sidebar, kitten , cat, pets, cute

*/

/* -------------------------------------

#standards

------------------------------------- */





.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.alignleft {

	float: left;

}



.alignright {

	float: right;

}



.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

	-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-dd {

	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

}





html 

{ 

	/* force scrollbars */

	min-height:100%; 

	margin-bottom:1px; 

}



body 

{
	padding:0;
	margin:0;
	color:#FFF;
	background:#777;
	font-family: "Trebuchet MS";
	font-size: 80%;

}





p

{

	/*line-height:1.5em;

	text-align:justify;

	margin-top:0;

	margin-bottom:10px;*/

	margin:0;

	padding:5px 0 5px 0;

}



a

{

	color:#000;

	text-decoration:none;

	font-weight:bold;

}



a:hover 

{

	color:#5A1318;

	text-decoration:underline;

	font-weight:bold;

}



h1 

{

    font-size:3em;

	margin:0;

	padding:0;

	font-weight:normal;



}

    

h2 

{

    font-size:1.2em;

	margin:0;

	padding:0;

}

    

h3 

{

    font-size:1.15em;

	margin:0;

	padding:0;

}



h4 

{

    font-size:1em;

	margin:0;

	padding:0;

}



form

{

	padding:0;

	margin:0;

}



.clear 

{

    clear:both;

	padding:0;

	margin:0;

}



.alignleft

{

	float:left;

}



.alignright

{

	float:right;

}



.credits



{



	color:#cccccc;

	text-decoration:none;

 font-size:10px;

valign: center;

font-weight : normal;

}



a.credits		{ color: #cccccc; text-decoration: none;}

a.credits:hover { color: #cccccc; text-decoration: none;}



/* -------------------------------------

#page

------------------------------------- */



#page

{

	width:800px;

	margin:0 auto;

	background:url('images/bodyGrad.jpg') repeat-y;

	padding:10px 0 10px 0;

}



.pagetitle

{

	margin:0 0 10px 0;

	padding:7px 7px 2px 7px;



	font-weight:normal;

	color:#ffffff;

	height:27px;

}





/* -------------------------------------

#navigation

------------------------------------- */



#navigation

{

	margin:0;

	padding:0;

}



#navigation a

{



	text-decoration:none;

	font-weight:bold;



}



#navigation a:hover 

{



}

.tabNavigation

{

	margin:0;

	padding:0;

	line-height:30px;

	float:right;

	margin-top:7px;

}



.tabNavigation li 

{

	line-height:30px;

	margin:0;

	list-style:none;

	float:left;

	margin:0 20px 0 0;

	position:relative;

	

}



.tabNavigation li a

{

	line-height:30px;

	display:block;

	height:25px;

	width:80px;

	margin:0;

	background:url('images/tab.gif') no-repeat;

	color:#ffffff !important;

	text-align:center;

}



.tabNavigation li a:hover

{



	color:#5A1318 !important;

	text-decoration:underline;

}



	



/* -------------------------------------

#header

------------------------------------- */



#header

{
	background:url('images/header.jpg') no-repeat;
	width:800px;
	height:210px;
	margin-bottom:10px;
}



#header a, #header a:hover

{

	color:#000000;

	text-decoration:none;

}



#headerTitle

{





}





#headerTitle h1

{

	float:left;

	clear:both;

	position:relative;

	top:110px;

	left:20px;

}



#headerTitle h1 a

{

	color:#000000 !important;

	font-weight:normal !important;

}



.description

{

	float:right;

	clear:right;

	position:relative;

	top:140px;

	left:-20px;

	color:#fff;





}



/*#headerSidebox

{

	width:185px;

	height:100px;

	padding:10px 5px 10px 10px;

	color:#fff;

	background:url('images/trans_bg.png');

}



*/



#search

{

	float:left;

	margin:0;

}



#sidebar #search

{



}



#s

{

	font:1em Trebuchet MS, Arial, Verdana,  Helvetica, sans-serif;

	margin:0;

	border:none;

	color:#021f2d;

	background:#fff;

	width:154px;

	padding:3px;

	margin-top:10px;

	margin-bottom:10px;

}





#sidebar #s

{

	font:1em Trebuchet MS, Arial, Verdana,  Helvetica, sans-serif;

	margin:0;

	border:none;

	color:#021f2d;

	background:#fff;

	width:154px;

	padding:3px;

	margin-top:10px;

	margin-bottom:10px;

}



#searchsubmit

{

	font-family:Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;

	color:#021f2d;

	border:none;

	font-weight:bold;

	text-align:right;

	float:left;

	background:transparent;

}



#sidebar #searchsubmit

{

	font-family:Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;

	color:#fff;

	background:transparent;

	border:none;

	float:right;

	font-weight:bold;

	text-align:right;

	padding:0;

	margin:4px 10px 4px 0;

}



/* -------------------------------------

#middle

------------------------------------- */



#middle

{



/*	background:url('images/bodyGrad.jpg') repeat-y; */

	background:#000000;

	width:760px;

	margin:0 auto;

	padding:10px;

	color: #ffffff;

}



/* -------------------------------------

#content

------------------------------------- */



#content

{

	clear:both;

	float:left;

	width:540px;

	color: #000000;

}



#content .navigation

{

	padding:5px 15px 5px 15px;

	height:30px;

	line-height:30px;



}



.small

{

	padding:5px;

	line-height:1.5em;

}



/* -------------------------------------

.post

------------------------------------- */



.searchresults .post

{

	margin-bottom:20px;

}

.post

{

	background:#fff;

	padding:5px;

}



.post .metadata

{

	width:488px;

	padding:5px;

	margin-left:10px;

	border:1px solid #eaeaea;

	background:#eee;

}



.postfooter

{

	background:#fff;

	width:530px;

	padding:5px;

	margin-bottom:15px;

}



.postfooter a

{

}



.postfooter a:hover

{

}



.entry

{

	padding:5px 15px 5px 0px;

	margin:0;

}



.title

{



}



.title h2

{

	margin:0;

	padding:7px 7px 2px 7px;

	background:url('images/pagetitle.jpg') no-repeat;

	font-weight:normal;

	display:block;

	height:27px;

	color:#fff;

}



.title h2 a

{

	color:#fff;

	font-weight:normal;

	display:block;

	width:530px;

}



.post .small



{

	font-weight:bold;

	margin:0;

	padding:0;

	padding-bottom:10px;

}



.metadata

{

	background:#fff;

	padding:5px;

	width:530px;

	margin:0 auto;

}





/* -------------------------------------

#sidebar

------------------------------------- */



#sidebar

{

	float:right;

	color:#000;

	width:210px;

}



#sidebar h2

{

	margin:0;

	padding:7px 10px 2px 7px;

	background:url('images/sidetitle.jpg') no-repeat;

	display:block;

	width:208px;

	height:27px;

	font-weight:normal;

	color:#fff;



}

#sidebar h2 a

{

	font-weight:normal;

	color:#fff;



}



#sidebar a

{



}



#sidebar ul, #sidebar ul ol 

{

	margin: 0;

	padding: 0;

	

}



#sidebar ul li 

{

	list-style:none;

	margin: 0;

	padding: 0;

}



#sidebar ul li, #sidebar ol li 

{

	margin: 0;

	padding: 0;

}



#sidebar ul li p, #sidebar ol li p

{

	margin: 0;

	padding: 5px;	

}



#sidebar ul p, #sidebar ul select 

{

	margin: 0;

	padding: 0;

}



#sidebar ul ul, #sidebar ul ol 

{

	margin: 0;

	padding: 0;

	background:#fff;

	margin-bottom:10px;

}



#sidebar ul ul li a

{

	margin: 0;

	padding: 0px 5px 0px 5px;



}



#sidebar ul ul li a:hover

{

	margin: 0;

	padding: 0px 5px 0px 5px;



}



#sidebar ul ul ul, #sidebar ul ol 

{

	margin: 0;

	padding: 0;

}



ol li, #sidebar ul ol li 

{

	list-style: decimal outside;

	margin: 0;

	padding: 0;

}



#sidebar ul ul li, #sidebar ul ol li

{

	margin: 0;

	padding:0;

	border-bottom:1px solid #fff;



}



#sidebar ul li h2, #sidebar ol li h2

{

list-style:none;

}



#rssBox

{

	text-align:right;

	float:right;

	margin-right:102px;

	margin-top:-28px;

}



#rssBox a

{

	line-height:30px;

	padding:4px 5px 0px 5px;

	color:#fff !important;

	text-decoration:none;

	font-style:italic;

}



#rssBox a:hover

{

	color:#ffc !important;

}





#sidebar #calendar_wrap

{

	width:210px;

	background:#fff;

	padding-bottom:7px;

	margin-bottom:10px;

}



#sidebar #calendar_wrap table

{

	width:180px;

	margin:0 auto;

}



#sidebar .textwidget

{

	background:#fff;

	padding:7px 10px 10px 10px;

	margin-bottom:10px;

}



#sidebar .recentcomments

{

	padding:10px;

}
#MenuBarHorizontal2 {
}




#sidebar .recentcomments a

{

}



#sidebar .recentcomments a:hover

{

}



#sidebar .widget_search

{

	width:190px;

	padding:10px;

	background:#fff url('images/searchheader.jpg') no-repeat top !important;

	padding-top:46px;

	float:none;

	margin-bottom:10px;

}





input

{

	border:none;

	background:#eaeaea;

	height:20px;

	color:#000;

	font-weight:normal;

	margin-top:2px;

}



#s

{

	border:1px solid #eaeaea !important;

	height:17px !important;

	width:182px !important;

	color:#000;

	font:1em trebuchet ms, verdana, arial;

	background:#fff;

}



/* -------------------------------------

.noPostsFound

------------------------------------- */



.noPostsFound h2

{

}



/* -------------------------------------

comments

------------------------------------- */





.commentbox

{

	background:#fff;

}



.commentbox h2

{

	margin:0;

	padding:7px 7px 2px 7px;

	background:url('images/pagetitle.jpg') no-repeat bottom;

	font-weight:normal;

	display:block;

	height:27px;

	border-top:10px solid #eaeaea;

	color:#fff;

}



.commentbox p

{



	padding:10px 20px 10px 20px;

}



#respond

{



	

}





textarea

{

	width:490px;

	height:140px;

	font:1em Trebuchet MS, Arial, Verdana,  Helvetica, sans-serif;

	border:1px solid #eaeaea;

	padding:4px;

	background:#fff;

	margin:0 20px 0 20px;

}



#submit

{

	font:1em Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;

	font-weight:bold;

	background:none;

	border:none;

	padding:3px 0 2px 0;

	float:right;

	text-align:right;

	margin-bottom:10px;

}



/* -------------------------------------

#footer

------------------------------------- */



#footer

{



	width:790px;

	text-align:center;

	padding:5px;

	margin:0 auto;

}



#footer a

{

}



blockquote

{

	margin-left:10px;

	margin-right:-5px;

	padding:10px;

	border:1px solid #fff;

	background:#eaeaea;

}



blockquote blockquote

{

	margin-right:10px;

	background:#fff;

}



#contentPAGE {
	clear:both;
	float:left;
	width:740px;
	color: #000000;
}
.commentboxpage h2 {
	margin:0;
	padding:7px 7px 2px 7px;
	background:url('images/pagetitlepage.jpg') no-repeat bottom;
	font-weight:normal;
	display:block;
	height:27px;
	border-top:10px solid #eaeaea;
	color:#fff;
}
.pageentry {
	margin:0;
	width: 755px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.pagepost {
	background:#fff;
	padding:5px;
	width: 755px;
}
