/*
Theme Name:  LKL2 Template
Theme URI:  http://localhost/LKL2
Description:  New template for Lindy's Knits & laces, 3-column
Version: 1.0
Author:  Linda Beiriger
*/
*
{
	paddding: 0 0;
	margin: 0 0;
	font-family: Helvetica, Arial, sans-serif;
}
body
{
	background: #D7CCD6;
}

.canvas
{
	width: 1065px;
	margin: 0 auto;
	background: #D1EFC9;
}
.container
{
	width: 990px;
         margin-right: auto;
         margin-left: auto;	
}
.header
{
	padding: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	background: #D1EFC9;
}

.header h1 a
{
	text-decoration: none;
	color: #000;
}

>header h1 a:hover
{
	color: #5679FF;
}

.header h2
{
	font-size: 10pt;
	color: #1c7fa6;
	padding: 10px;
	margin-left: 50px;
}

.logo 
{
	margin-left: 50px; 
}

.content , .contentpage
{
	margin-top: 10px;
	margin-left: 10px;
	width: 620px;
}

.contentpage
{
	width: 620px;
}

.post , .single
{
	background: #D1EFC9;
	padding: 10px;
	margin-bottom: 5px;
	
}

.post p , single p
{
	font-size: 11pt;
	padding: 5px;
}
.single p
{
	margin-top: 10px;
	font-size: 10pt;
}
.indent
{
        clear;
        padding: 20px;
        font-size: 10pt;
}

.meta
{
	border-top: 1px solid #1C7FA6;
	height: 80px;
	font-style:italic;
	font-size: 9pt;
}
.post h1
{
	font-size: 12pt;
}
.post h1 a
{
	text-decoration: none;
	color: #1C7FA6;
}
.post h1 a:hover
{
	text-decoration: underline;
	color: #a8889d;
}
.post h2
{
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;

}
.post table
{
       font-size: 11pt;
       font-weight: normal;
}
.single
{
	font-size: 16pt;
}

.single h1 a
{
	text-decoration: none;
	color: #1C7FA6;
	font-size: 14pt;
}

.single h2
{
	padding: 5px, 0px;
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	
}

.post p , single p
{
	padding: 5px, 0px;
}



/* sidebars */
.sidebar-right
{
	width: 160px;
	background: #FFFFCC;
}

.sidebar-right h1
{
	margin: 5px;
	font-size: 12pt;
}

.sidebar-right li
{
	list-style-type: none;
	font-size: 10pt;
	padding: 3px;
}

.sidebar-right h2
{
	padding-top: 10px;
	font-size: 10pt;
}

.sidebar-left
{
	width: 125px;
	background: #D1EFF9;
	font-size: 8pt;
	padding: 10px;
}

.sidebar-left h1
{
	font-size: 9pt;
}
.homecontent
{
	font-size: 12pt;
	margin-left: 10px;
}

.leftside
{
	float: left;
         width: 130px;
         margin: auto 0;
}
.content
{
	float: left;
         width: 620px;
         margin-left: auto;
         margin-right: auto;
}
.rightside
{
	 float: right;
         width: 160px;
}

/* navigation */
.topnav
{
	background: #A8889D;
	padding: 10px;
	
}

.topnav li
{
	display: inline;
	padding: 10px;
	
}

.topnav li a
{
	text-decoration: none;
	padding: 10px;
	color: #fff;
	font-size: 15pt;
}

.topnav li a:hover
{
	text-decoration: underline;
	background: #FFECE2;
	color: #000;
}

.topnav .current_page_item a
{
	text-decoration: none;
	padding: 10px;
	color: #FFF;
}
/* footer */
.postsNav
{
	height: 30px;
	background: #D1EFC9;
	margin-right: 10px;
	padding: 10px;
}

.footer
{
	height: 70px;
	background: #A8889D;

}

.footer p
{
	padding: 5px;
	font-size: 8pt;
	color: #FFF;
	text-align: center;
}
.footer a
{
	text-decoration: none;
	color: #FFF;
}
.footer a:hover
{
	text-decoration: underline;
	color: blue;
}




/* search */
.search
{
	width: 50%;
	border: 1px solid #1C7FA6;
	background: #FFFFCC;
	margin: 0, auto;
	padding: 10 px;
	
}

.search h1
{
	font-size: 10pt;
}

#searchform
{
	padding-top: 10px;
}

/* comments */

#commentform textarea
{
	width: 400px;
	margin: 10px;
}
.commentlist
{
	margin: 15px;
	padding: 10px;
	background: #1C7FA6;
}
.commentlist li
{
	margin: 10px, 0px;
	list-style-type: none;
	border-top: 2px solid #1C7FA6;
	background: #FFF;
}

/* generic styles */

.alignleft
{
	float: left;
        margin: 5px;
}

.alignright
{`
	clear: left;
	float: right;
        margin: 5px;
}

.clear
{
	clear: both;
}
.post para1
{
       float: left;
}
.post para2
{
       clear: left;
       float: left;
}
#table
{
       font-size: 12px;
}