/*
	Author Name	: CAT 
	Author Site	: http://letsknit2gether.com
	Style Name	: Let's Knit2gether
	Style URI	:  
	Version		: 2.0
	Comments	: Based on Kyoto Sunset
*/


/*	----------------
Main body
----------------	*/

body
	{
	font-size: 62.5%;	/* Resets 1em to 10px */
	font-family: 'Lucida Grande' Myriad Apple, Verdana, Arial, Sans-Serif;
	color: #333;
	/*background: url('bg-gradient-fec.png') repeat-x #fec;*/
	background: #333;

	text-align: left;
/*	margin: 20px 0 30px;  THIS +20 IS NEGATED BY THE -20 IN THE NEXT PARAGRAPH */
	}
	
#page
	{
	background: #FFF; /* MAIN BACKGROUND COLOR BEHIND POSTS FFEF66 IS CAT'S YELLOW*/
	text-align: left;
	margin: 0 auto;
	margin-top: -20px; /* THIS PULLS THE WHOLE BLOG UP AND HIDS THE WHITE STRIP AT THE TOP */
/*	padding: 0 10px; THESE ARE THE WHITE 10px THAT WERE ON THE SIDES 1st # IS THE TOP */
	position: relative;
	width: 760px;
	_width: 720px; /* IE hack */
	}

	

/*	----------------
Header
----------------	*/

#header 
	{
	margin: 0 auto;
	padding: 0 auto;
	background: #FFEF66 url('bg.jpg') no-repeat scroll top center !important; 
	width: 100%;
	height: 224px /* HEADER HEIGHT */
	}


#header h1
	{
	color: #404040;
	display: none; 
	}
#header .description
	{
	display: none;
	}

/* NEW STUFF I PUT IN TO WIDEN BLOG - ES */

.columns-two #page {
	width: 920px; /*- CAT make page wider for 2 columb format, 780px is orig K2 */
	}

#primary {
	width: 640px; /* CAT this is the body width 500 is K2 orig */
	}

/* CAT following is the sidebar width - 200 is orig K2 - SAME SO COMMENTED OUT

.columns-two #sidebar-main,
.columns-three #sidebar-main {
	width: 200px;
	padding-left: 25px
	}

*/

/* END STUFF I PUT IN TO WIDEN BLOG - ES */	

ul.menu li a
	{
	font: 1em Verdana, Helvetica, Arial, Sans-Serif;
	text-transform: lowercase;
	color: #222222;
	background-color: #FFEF66; /* TABS UNSELECTED COLOR */
	margin: 0;
/*	opacity:.50;
	filter: alpha(opacity=50); */
	}
ul.menu li a:hover
	{
	background: #FFFDB2; /* ES I CHANGED THIS FROM LIGHT YELLOW FFFFC0 */
	color: #222222 !important;
	text-decoration: none;
/*	opacity:.70;
	filter: alpha(opacity=70); */
	}
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover
	{
	color: #222222 !important;
	background: #FFF !important; /* TABS SELECTED COLOR - SOMETIMES */
	text-decoration: none;
/*	opacity:.70;
	filter: alpha(opacity=70); */
	}
	}
	}


/*	This positions the navigation menu at the top of the header.	*/

#menu-top
	{
	display: inline !important;	/*	This line prevents the top menu from showing up in styles that don't support it.	*/
	margin: 0;
	padding: 0;
	position: absolute;
	top: -3px;
	left: 20px;
	background: url('up.gif') no-repeat scroll 4px 4px;
	}
#menu-top li a
	{
	background-color: #777;
	color: #444;
	margin: 0;
	padding: 6px 15px 5px;
	}
#menu-top li a:hover
	{
	background: #000;
	color: #222222 !important;
	text-decoration: none;
	opacity:.70;
	filter: alpha(opacity=70);
	}

/* This should be the SIDEBAR CAT */

.secondary
	{
	font: 1em;
/*	padding: 10px 10px;
	margin: 10px 10px 20px 71%; */
	padding: 0px 0px;
	margin: 20px 0px 0px; /* THIS PULLS THE SIDEBAR DOWN 20px AND SEPARATES IT FROM THE HEADER MENU */
/*
	width: 26%;
	color: #555;
	 IE hacks 
	_margin-left: -3%;
	_margin-right: -3%;
	_width: 26%;
*/
	
	width: 26%;
	color: #555;
	background: #FFFDB2; /* SIDEBAR COLOR FFFDB2 IS LIGHT YELLOW FFEF66 CAT's YELLOW FFFFC0 IS OLD LIGHT YELLOW */
	}
	
/*	----------------
Post images
----------------	*/

.primary img
	{
	margin-left: -5px;
	padding: 4px;
	border: 0px;
	max-width: 100%;
	}
	
img.center
	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright
	{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft
	{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
img.noborder
	{
	border: none;
	}



/*	----------------
Headers
----------------	*/

h1, 
h2, 
h3, 
h4 
	{
	font-family: 'Century Gothic' Lucida Grande, Verdana, Sans-Serif;
	}
	
h1, 
h1 a, 
h1 a:hover, 
h1 a:visited,
#header .description
	{
	text-decoration: none;
	color: #666;
	}
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited
	{
	color: #888;
	}
#footer {
	margin-top: 20px;
	text-align: center !important;
	color:#666;
	}

#footer a {
	color: #666;
	border-bottom: 1px solid #666;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: #BBB;
	}	


/*	----------------
Links
----------------	*/

a:hover,
a:visited:hover 
	{
	text-decoration: underline;
	}
/*

h2 a:hover,
h2 span a:hover
	{
	color: #707070 !important;
	}

*/

a
	{
	color: #27D; /* COLOR FOR NON-VISITED LINKS #27D IS BLUE #93C IS PURPLE*/
/*	font-weight: bold; */
	text-decoration: none;
	}

.itemtext a:visited
	{
	color: #707070;
	}
	


/*	----------------
Meta info
----------------	*/	

.entry-meta
	{
	font-size: 1em;
	display: block;
	color: #707070;
	}

/*	I went ahead and dropped the icon for post time, since I found it annoying.	*/

.chronodata
	{
	background: none !important;
	padding: 2px 0 !important;
	}
.chronodata abbr
	{
	font: inherit;
	}
.commentslink
	{
	padding: 2px 0 2px 17px;
	margin: 0 10px 0 5px;
	}
.entry-edit a
	{
	padding: 2px 0 2px 17px;
	margin: 0;
	}

	
/*	----------------
Quick posts
Any post with the category of "quick" will follow these styles.
----------------	*/

.category-quick h3.entry-title
	{
	font-size: 2em !important;
	display: inline;
	}
.category-quick .entry-meta
	{
	font-size: .9em;
	display: inline;
	margin-left: 10px;
	}
.category-quick .entry-category
	{
	display: none;
	}
.category-quick .entry-content
	{
	font-size: 1.1em;
	line-height: 1.3em;
	}
.category-quick .entry-content p,
.category-quick .entry-content ul,
.category-quick .entry-content ol,
.category-quick .entry-content div,
.category-quick .entry-content blockquote
	{
	margin: 8px 0;
	}

/*	 Restores normal styling to quick posts on individual pages.	*/

body.single .category-quick h3.entry-title
	{
	font-size: 2.4em !important;
	}
body.single .category-quick .entry-meta
	{
	font-size: 1em;
	display: block;
	margin-left: 0;
	}
body.single .category-quick .entry-category
	{
	display: inline;
	}
body. single .category-quick .entry-content
	{
	font-size: 1.2em;
	line-height: 1.8em;
	}
body.single .category-quick .entry-content p,
body.single .category-quick .entry-content ul,
body.single .category-quick .entry-content ol,
body.single .category-quick .entry-content div,
body.single .category-quick .entry-content blockquote
	{
	margin: 13px 0;
	}