/*  
Theme Name: Yummy
Version: 1.0
Author: Ula Kapala
Author URI: http://ula.kapala.pl

*/


body {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	font-family: Georgia, serif;
	background: #fff;
}

.znik {
	display: none;
}

.clear {
	clear: both;
}

#topmenu li.clear, #content li.clear, #sidebar li.clear {
	list-style-type: none;
}


hr {
	display: none;
}
/* --------------------------------------------------------- header */

#header {
	width: 100%;
	border-bottom: solid 1px #BABABA;
	padding: 0px;	

}

#headerimg {

	margin: 0px;
	padding: 0px;
	background: #A91F10 url(images/header01.jpg) left no-repeat;	
	border-top: solid 1px #BABABA;	
	height: 100px;
}

#headerimg a img {
	border: 0px;
}

#topmenu ul {

	margin-top: 80px;
	margin-right: 20px;


}
#topmenu ul li{

	float: right;
	font-size: 0.8em;
	list-style-type: none;
	display: block;
	margin-left: 20px;
	color: #fff;
	


}
#topmenu a {
	color: #fff;


	}

#topmenu a:hover {
	color: #fff;
	background: #D23E5A;

	}

div.description {

	font-size: 1.1em;
	margin-top: 10px;


	font-weight: 100;
	text-transform: uppercase;
	text-align: left;
}

#author {

	margin-top: 20px;
	margin-left: 20px;	
	margin-bottom: 0px;
}

#searchform {
	position: absolute;
	top: 50px;
	right: 20px;

}

#s {

	border: solid 1px #CBB034;

}

#searchsubmit, #submit {
	background: #CBB034;
	border: solid 1px #CBB034;	
}

/* --------------------------------------------------------- content */

#container {
	background: #fff;
	margin-left: 50px;
}

#content {
	width: 60%;
	float: left;
	background: #fff;
	padding: 10px;	
}

.post {
	max-width: 100em;
	background: #fff;
	margin-bottom: 10px;	
}

.post img a {
	border: solid 1px #bababa;
	float: left;
	margin: 10px;

}
.post img {
	border: solid 1px #bababa;


}
.entry {

}

/* --------------------------------------------------------- sidebar */

#sidebar {
	float: left;
	width: 30%;
	padding: 10px;

	font-size: 0.8em;
}

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

#sidebar ul li {


	margin-bottom: 0px;
	background: #fff;
	margin-left: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;	
	list-style-type: none;
	
}

#sidebar ul li li {

	color: #676767;
	list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 1px;	
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;	


}

#sidebar ul li li li {
	list-style-type: circle;
	color: #000;

}


#sidebar ul li li a {
	color:#C73B45;
	padding: 2px;
	text-transform: lowercase;



	
}

#sidebar ul li li a:hover {
	color: #000;
	border-bottom: solid 1px #000;

	
}
#columnleft {

	float: left;


}

#columnright {

	float: left;
	width: 45%;
	margin-left: 20px;	


}

.navigation {

	margin-bottom: 20px;
	border-bottom: solid 1px #fff;
	padding-left: 5px;
	padding-right: 5px;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

#content form, .commentlist {
	background: #FCFCFC; 
	border: solid 1px #DCDCDC;
	padding-left: 30px;
	margin-bottom: 10px;
}

input {
	border: solid 1px #000;
}

textarea {
	border: solid 1px #000;
	width: 400px;
}
/* --------------------------------------------------------- headings */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-family: "Franklin Gothic Medium", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 100;
}





h1 {

	font-size: 1.5em;
	text-align: left;

}

h1 a {
	background: url(images/logo01.jpg) no-repeat;
	height: 70px;
	width: 202px;
	margin: 10px;
	display: block;

}

h1 a:hover {
	background: url(images/logo01.jpg) no-repeat;
}

h1 a:visited {
	background: url(images/logo01.jpg) no-repeat;
}

#content h2 {
	font-size: 1.4em;
	border-bottom: solid 1px #F6E7A1;
	background: url(images/bullet02) no-repeat right;
	color: #EC5F77;
}

h2.center {
	margin: 20px;
}

#sidebar h2, #header h2 {
	font-size: 1.6em;
	margin-top: 20px;

	background: #fff;
	color: #D3BB3D;
	border-bottom: solid 1px #F6E7A1;
	font-weight: 100;
	
}

h3 {
	font-size: 1.4em;
}

h4 {

	font-size: 1.2em;
}
.postheader {

}

#content h2 a {
	color: #D3BB3D;

}
#content h2 a:hover {
	color: #B19321;
	background: #fff;
	border: 0px;
	
}
#content h2 a:visited {
	color: #D3BB3D;

}

.post {
	margin-bottom: 50px;

}

#content small {
	font-size: 0.8em;
	color: #886F2A;
	font-family: "Franklin Gothic Medium", "Trebuchet MS", Verdana, sans-serif;	
}

/* --------------------------------------------------------- footer*/

#footer {
	border-top: solid 1px #D3BB3D;
	font-size: 0.8em;
	clear: both;
	padding-bottom: 10px; 
	
	background: #A91F10;
	text-align: center;	
}


#footer a {
	color: #fff;
}

/* --------------------------------------------------------- links */

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

#content a:hover {
	color: #000;
	text-decoration: underline;

}

#content a:visited {

	color: #D3BB3D;
}
