/*
Theme Name: Shiny Happy Cats
Theme URI: 
Description: Wordpress theme for Shiny Happy Cats
Version: 1.0
Author: 
Author URI:
Tags: 
*/

/** 
*	CSS	RESET
*/

html, body, div, h1, h2, h3, ul, ol, li, form, fieldset, input, textarea {
    margin: 0;
    padding: 0;
}

ul {
	list-style: none;
}

img, fieldset {
	border: 0 none;
}

img {
	margin: 0;
	padding: 0;	
}

h1, h2, h3 {
	font-weight: normal;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

ol,ul {
	list-style:none;
}

a {
	outline:none;
}

ul {
	list-style:disc
}

/** 
*	CLEAR FIX
*/


.clearfix {
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:1px;
}

.clr, .clear {
	clear: both;
}

/**
*	GENARAL SETTINGS
*/

body {	
	
	background: url(images/bg.jpg) no-repeat fixed top center;
	font: 12px Georgia, serif;
	color: #000000;	
	margin: 0 0 50px 0;
	padding: 0;	
}

h1,h2,h3,h4,h5,h6 {
	margin: 15px 0;
}

h1, h1 a {
	font: normal 36px Georgia, serif;
	color: #017cb6;
}

h2, h2 a {
	font: normal 24px Georgia, serif;
	color: #000000;
}

h3, h3 a {
	font: normal 18px Georgia, serif;
	color: #017cb6;
}

a {
	color: #ee8701;
	text-decoration: none;
}

p {
	margin: 0 0 15px 0;
}

ul {
	margin: 10px 0;
	padding-left: 50px;
}

li {
	padding: 5px 0;
}

.img-left {
	float: left;
	margin: 0 10px 10px 0;
}

.img-right {
	float: right;
	margin: 0 0 10px 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

/**
*	MAIN STRUCTURE
*/

#page-wrap {
	margin: 0 auto;
	width: 878px;
}

#header {
	height: 100px;
	position: relative;
}

#nav  {
	background: url(images/bg-nav.png) no-repeat;
	height: 50px;
	position:relative;
	z-index:2000;
}

#greetings {
	background: url(images/bg-greetings.png) no-repeat;
	height: 191px;
	padding: 1px 20px 1px 0;
}

#intro {
	background: url(images/bg-intro.png) no-repeat;
	height: 114px;
	margin-bottom: 15px;
	padding: 20px;
	overflow: hidden;
}

#content {	
	border-right: 1px solid #cbd195;
	display: inline;
	float: left;
	width: 595px;
	margin: 0 35px 0 15px;
}

#sidebar {	
	float: right;
	width: 211px;
	margin: 0 19px 0 0;	
}

/**
*	HEADER GROUP
*/

#logo {
	display: block;
	height: 50px;
	width: 367px;
	margin: 42px 0 0 19px;
	position: absolute;
}

/**
*	NAV GROUP
*/

#nav ul.menu {
	float: left;
	height: 50px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 598px;
}

#nav ul.menu li {
	background: url(images/nav-divider.jpg) no-repeat scroll right center;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

#nav ul.menu li a:link,
#nav ul.menu li a:visited {
	display: block;
	color: #ffffff;	
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	padding: 0 32px;
	position: relative;
	z-index: 1001;
}

#nav ul.menu li.last a {
	padding: 0 30px;
}

#email-subscription {
	background: url(images/email-subscription-logo.png) no-repeat scroll left center;
	float: right;		
	width: 218px;
	padding: 9px 0 0 60px;		
}

#email-subscription label {
	color: #3f2e01;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	text-transform: uppercase;	
}

#email-subscription .textbox {
	border: 1px solid #b9babc;
	padding: 2px 0; 
	width: 172px;
}

#email-subscription .button {
	background: #f3a019 url(images/bg-btn.png) repeat-x scroll 0 0;
	border: 0;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;		
	padding: 4px 5px 3px 5px;
}

#email-subscription .button:hover{background:#0C0;}

/**
*	GREETINGS GROUP
*/

#greetings .img-greetings {		
	margin: -50px -43px -63px -58px;
	position: relative;
	z-index: 1000;
}

#greetings h1 {
	color: #ee8701;
	font-size: 30px;
	margin: 20px 0 10px 0;
}

#greetings p {
	margin: 0;
}

#greetings .connections {
	display: inline;
	float: right;
	margin-right: 40px;
}

#greetings .connections a:link,
#greetings .connections a:visited {
	background: url(images/connections.png) no-repeat scroll;
	display: block;
	float: left;
	height: 46px;
	text-indent: -99999px;
}

#greetings .connections #rss {
	background-position: 0 0;
	width: 40px;
}

#greetings .connections #facebook {
	background-position: -40px 0;
	width: 42px;
}

#greetings .connections #tweeter {
	background-position: -81px 0;
	width: 43px;
}

#greetings .connections #youtube {
	background-position: -124px 0;
	width: 42px;
}

#greetings .connections #burner {
	background-position: -166px 0;
	width: 44px;
	display:none;
}

/**
*	INTRO GROUP
*/

#intro .img-left {
	margin-right: 20px;
}

/**
*	CONTENT GROUP
*/

#blog h1.title {
	background: url(images/blog.png) no-repeat scroll left center;
	padding: 15px 0 15px 70px;
	
}

.meta {
	color: #ff6600;
}

/**
*	SIDEBAR GROUP
*/

.widget {
	margin-bottom: 15px;
}

.widget h3 {
	margin: 5px 0;
}

.widget ul {
	margin: 0;
	padding: 0 0 0 15px;
}

.widget ul li {
	list-style-image:url(images/list-arrow.png);
	margin: 10px 0;
	padding:0;
}

.widget ul li a:link,
.widget ul li a:visited {
	color: #000000;
	padding: 10px 0;
}

#widget-categories h3 {
	background: url(images/categories.png) no-repeat scroll left center;
	padding: 10px 0 10px 40px;
}

#widget-archives h3 {
	background: url(images/archives.png) no-repeat scroll left center;
	padding: 10px 0 10px 40px;
}

#widget-recent-post h3 {
	background: url(images/recent-post.png) no-repeat scroll left center;
	padding: 10px 0 10px 40px;
}

/** misc **/
.post{
	padding-right:30px;
}

.pagination{padding:10px 30px 10px 0;}
.pagination .alignleft{float:left;}
.pagination .alignright{float:right;}

.commentlist li
{
	border-bottom: 1px solid #cbd195;
	margin-bottom:10px;
}

.tweet_date
{
	color:#ee8701;
	font-weight:bold;
}

/*** image alignment ***/
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright, div.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft, div.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}
#pixopoint_menu1 ul li ul.children{
    width:180px;
}
#pixopoint_menu1 ul ul.children ul.children, #pixopoint_menu1 ul ul.children ul.children ul.children {
    left: 180px !important;
    width:280px;
    position: absolute;
    top: 0;
}
