/*
Theme Name: CotK
Description: Compliments of the Kitchen Theme
Version: 1.0
Author: SAT
*/
* 					{
margin: 0; 
padding: 0; 
font-family: arial,sans; 
font-size: 12px;
}

body {background: #eaeaca;}

a 					{text-decoration: none;}
a:hover 				{text-decoration: underline;}

img					{border: none;}

#wrapper 			{
margin: 10px auto 0 auto; 
width: 1000px;
background: #fff;
}

/* ---- Header part */

/*#header 				{margin-top: 20px; margin-bottom: 20px;}*/

/* ---- top menu */

.topmenu 			{margin: 10px;}
.topmenu ul			{list-style: none;}
.topmenu ul li			{display: inline;}

.topmenu a 			{
display: block; 
float: left; 
padding: 5px 15px 2px 15px; 
/*color: #999; */ 
color: #000;
border-right: 1px solid #eee;
}

.topmenu a:hover 	{color: #2382c4;}

/* ---- search box */

#s					{padding: 3px; border: 1px solid #ddd; width: 250px; color: #999; margin-top: 10px; margin-right:20px;}
#s:hover			{border: 1px solid #000;}

#searchsubmit		{padding: 2px 5px; border: 1px solid #327eb0; background: #327eb0; color: #fff;}
#searchsubmit:hover 	{background: #40a2e3;}

/* ---- Header box */

#headerbox			{
margin: 0 10px 20px;
padding: 20px 20px 20px 50px;
height: 100px;
text-align: left; 
background: #fff;
border: 1px solid #000;
}

#headerbox img {
float: right;
vertical-align: middle;
}

#headerbox h1,
#headerbox h1 a			{
color: #000;
text-decoration: none; 
font-size: 30px;
}

#headerbox .descri		{color: #000;}
#headerbox .about		{width: 350px; height: 40px; padding: 0 40px; color: #000;}
#headerbox .about a		{color: #fff;}

/* ---- teaser */

#teaser 				{color: #999; padding: 10px 15px; margin-bottom: 20px;}
#teaser a			{color: #333;}

/* ---- Content */

#content 			{
padding-left: 30px; 
margin-top:10px;
width: 458px; 
float: left;
padding-right: 30px; 
border-right: 1px solid #999999; 
line-height: 140%;
/*line-height: 180%;*/ 
font-size: 14px; 
color: #222;

}

#content ul			{margin: 10px 0 10px 10px; list-style: disc;}
#content ul li			{margin: 10px 20px; font-size: 14px;}

#content ol			{margin: 10px 0 10px 10px; list-style: decimal inside;}
#content ol li			{margin: 5px 0; font-size: 14px; }

#content p			{margin: 10px 0; font-size: 14px;}

#content a			{
color: #1387a8;
}

#content .mainlink a {
font-weight: bold;
font-size:110%;
color: #1387a8;
}

#content blockquote	{border-left: 1px solid #327eb0; padding: 10px; font-style: italic; background: #ddd;}

#content .indicator 	{float: left; margin-left: -30px; font-size: 30px; color: #999;}

#content h1,
#content h2,
#content h1 a,
#content h2 a 		{color: #000; 
text-decoration: none;}

#content h1,
#content h1 a {color: #000;}

#content h1,
#content h1 a			{font-size: 15px;}

#content h2,
#content h2 a			{font-size: 14px; margin-bottom: 10px;}

#content h1 a:hover,
#content h2 a:hover	{color: #000; text-decoration:underline;}

#content h2			{margin-top: 10px;}

#content h3			{font-size: 13px; margin-top: 10px; color: #666; }

#content .metadata	{color: #999; margin: 5px 0 20px 0;}

#content .m_date ,
#content .m_author,
#content .m_comments	{padding: 5px 10px; }

#content .m_date  	{}
#content .m_author  	{}
#content .m_comments {border-right: none;}


#content .entry		{border: 1px; margin-bottom: 30px; }
#content .entry h1 {border-top: 1px solid gray; padding-top: 10px; }

/* tables */
table {
  border-collapse: collapse;
  margin-bottom: 10px;
}
.borderless table{
  border: 0;
}
.borderless td {
  border: 0;
}
.borderless tr {
  border: 0;
}
.borderless th {
  border: 0;
}


/* ---- Comments */

#content .comments-template {margin-top: 20px;}
#content .commentlist 	{list-style: none; margin: 10px 0 0 0;}

#content .commentmetadata { padding: 5px 10px; background: #eee; margin: 5px 0; line-height: 170%;}
#content .commentmetadata img	{float: left; padding: 2px; margin: 5px 10px 5px 0; border: 1px solid #000; position: relative;}

#content .authorcomment	{background: #2382c4 url('images/grad_top.png') top left repeat-x; margin: 5px 0 5px -30px; color: #fff;}
#content .authorcomment a {color: #fff;}

/* ---- Sidebar */

#sidebar 			
{
width: 420px;
float: right; 
/*line-height: 180%; */
color: #666666;
padding-right: 30px;
padding-left: 30px;
}

#sidebar .leftbar	{
width: 200px;
float: left;
}
#sidebar .rightbar	{
float: right; 
width: 200px;

}




#sidebar a {color: #666666;}
#sidebar a img		{padding: 20px; border: none; }

#sidebar .awidget {
clear: both;
}

#sidebar .awidget img { margin: 0; padding: 0; }

#sidebar h4,

#sidebar h5			{color: #134567; margin: 20px 0 5px 0 !important; font-weight: normal;}

#sidebar h4			{font-size: 14px; text-transform: lowercase; color: #000000; border-bottom: 1px solid #cccccc;}

#sidebar h5			{font-size: 13px;}




#sidebar ul			{margin: 10px 0 10px 5px; padding-left: 10px; list-style: square;}
#sidebar ul li {margin: 7px;}


#sidebar ol			{margin: 10px 0 10px 5px; padding-left: 10px; list-style: decimal inside;}
#sidebar ol li {margin: 7px;}

/* ---- subfooter */

#subfooter			{color: #000; padding: 10px 15px; background: #f5f5dc; border: 1px solid #000; margin-top: 30px;}
#subfooter a			{color: #000; padding: 0 10px;}

/* ---- Footer */

#footer 				{color: #999; padding: 5px 30px; margin: 10px 0;}
#footer a			{color: #333;}
#footer a.authorlink {color: #999;}

/* ---- comments */

#author, #email, #url, #comment { border: 1px solid #ccc; padding: 5px; margin-top: 5px;}

#author 				{width: 250px; }
#email 				{width: 250px; }
#url 				{width: 250px; }
#comment 			{width: 500px; }
#submit 				{background: #e35c00; color: #fff; padding: 10px; border: 1px solid #ccc; margin-top: 10px;}

/* ---- Required by WordPress */

.aligncenter,
div.aligncenter 		{display: block; margin: 0 auto;}

.alignleft 			{float: left;}

.alignright 			{float: right;}

.wp-caption 			{border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px;
				/* optional rounded corners for browsers that support it */
		   		-moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }