/* 
	Theme Name: PookiNoo
	Theme URI: http://pookinoo.com
	Description: Theme Designed pookinoo.com, based on Sewing Swallow WordPress theme
	Author: GhettoCottage	
	Author URI: http://ghettocottage.com
	Version: 1.0
*/


/* Body */

html { height: 100%; margin-bottom: 1px;}


body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x, y;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#page {
	padding: 0;
	width: 800px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	
	background-image: url(img/pageBg.png);
	background-repeat: repeat-y;
	background-position: right top;

	}


/* Header */	
#header {
	padding: 0;
	width:100%;
	height: 276px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 0px;
	}
	
#homeButton {

	float: right;
	height: 88px;
	width: 408px;
	position: relative;
	top: 84px;
	right: 25px;
}

#homeButton a {
	left:auto;
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
}




/*NavBar*/

#navbar {
	white-space: nowrap;
	width: 793px;
	height: 32px;
	background-color: #000000;
	color: #FFFFFF;
	margin: 0;
	padding-left: 7px;
	padding-bottom: 5px;
	font-weight: normal;
	padding-top: 15px;
	background-image: url(img/navBarbg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	text-align: center;
	
}



#navbar a {
	font-size: 18px;
	color: #FFF;
	margin: 20px;
	text-decoration: none;
	
}

#navbar a:hover {
	color:#FFC;
	}
	


/*Content*/


#content {
	width: 500px;
	float: right;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 14px;
}

#content h2 {
	color:#000000;
	text-decoration: none;
}

#content h2 a{
	color:#592d7f;
	text-decoration: none;
}

#content h2 a:hover{color:#000000}

#content img {
	float:left;
	margin: 5px;
	border: thin solid #666;
}



#comment {width: 300px;}






/* Begin Sidebar */



#sidebar {
	width: 225px;
	float: left;
	background-position: center bottom;
	padding-top: 20px;
	color: #000;
	position: relative;
	left: -15px;
	height: 100%;
	padding-bottom: 40px;
	background-image: url(img/menuBottom.png);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	font-size: 14px;
}

#nav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#nav h2 {
	left: 40px
}

#nav ul {
	width:auto;
	padding: 0px;
	position: relative;
	top: 35px;
	right: 20px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	height: 100px;
}





	
#sidebar h2 {
	font-size:18px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	list-style-image: none;
	list-style-type: none;
	font-variant: small-caps;
	font-weight: 600;
	position: relative;
	float: left;
	color: #000;
}



#sidebar ul {
	text-decoration: none;
	font-size: 14px;
	margin-bottom: 15px;
	list-style-type: none;
	float: left;

}

#sidebar ul ul {
	float: left;
	position: relative;
	right: 30px;
}




#sidebar li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}



#sidebar li a  {
	color: #000;
	text-decoration: none;
	font-size: 15px;
    right: 20px;
}



#sidebar li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#recent-posts {
	background-image:url(img/scBg4.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#linkcat-2 {
	background-image:url(img/scBg4.png);
	background-repeat: no-repeat;
	background-position: left top;
}





/*Shopping Cart*/

#shopping-cart  {
	background-image: url(img/scBg.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: visible;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
	}
	
	#shopping-cart ul {
	position:relative;
	right: 5px;

}
	
#shopping-cart li {

}

#shopping-cart h2 {

}

#ctc
{
	width:197px;
	margin: 0px;
	padding: 0px;
	clear: both;
}


	
/* End Sidebar */








/*Footer*/

#footer {
	width: 800px;
	clear: both;
	text-align:center;
	height: 32px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(img/navBarbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	background-color: #000000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer a {
	color:#096;
	text-decoration: none;
}

#footer a:hover {
	color:white;

}



.hrhide {
	display: none;
	}






/* CSS Document */


