/*

	Theme Name: Soulfood
	URI: http://www.pinoycook.net
	Description: A 3-column theme with rounded corners based on the 3 column relaxation theme by Clemens Orth 
	Version: 1.0
	Author: Connie Veneracion
	Author URI: http://www.pinoycook.net

	The 3 column relaxation design by Clemens Orth (http://clemens.orth.me.uk)
	
	The CSS, XHTML and design is released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

*/

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	background: #E4E4E4;
	font-size: x-small;
	font-family: Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	overflow: auto;
}

#top {
	margin: 0 auto;
	background: #E4E4E4 url(images/tlo2.png) no-repeat top center;
	height: 80px;
  width: 880px;
	text-align: center;
}

.blogtitle {
  color: #990000;
	font-size: 14pt;
	letter-spacing: 0.05em;
	text-align: right;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
  padding: 57px 90px 0 0;
}

#linkbar {
	background: #E4E4E4 url(images/tlo2a.png) no-repeat top center;
	height: 75px;
  width: 880px;
	margin: 0 auto;
  padding: 0;
  text-align: center;
  font-size: 12px;
}

#linkbar a {
	color: #990000;
	text-decoration: none;
}


#linkbar a:hover {
	color: #fff;
	text-decoration: underline;
}

#page {
	background: #E4E4E4 url(images/bg.png) center top repeat-y;
	margin: 0 auto;
	text-align: left;
	width: 880px;
}

#wrapper {
	float: left;
  width: 505px;
  margin: 0;
	padding: 0;
}

#wrapper span {
	padding-left: 5px;
	margin:0;
}


#baner {
	background: url(gify/baner.gif) no-repeat; 
	background-position: center;
  width: 350px;
  height: 240px;
  margin: 0;
	padding: 0;
}
#baner1 {
  width: 100%;
  height: 240px;
  margin: 0;
    padding: 0;
}


blockquote {
	border-left: 3px solid #990000;
	padding-left: 15px;
	margin: 0 20px 0 15px;
}

a {
	text-decoration: none;
}
a:link {
	color: #996633;
	text-decoration: underline;
}
a:visited {
	color: #996633;
}
a:hover, a:active {
	color: #FF9900;
}

code {
	color: #005577;
	text-align: left;
}

h1, h1 a {
	color: #CC9933;
	font-size: medium;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
        letter-spacing: 0.01em;
	margin: 10px 0 2px 0;
	padding: 0 0 1px 0;
        text-transform: uppercase;
	border-bottom: 1px dotted #CC9933;
}

h2, h2 a {
	color: #CC9933;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.09em;
	margin: 0;
	padding: 0;
}

h3 {
	color: #005577;
 	font-size: 13px;
	font-weight: normal;
	margin: 15px 0 10px 0;
	padding-left: 10px;
}

h4 {
	font-size: small;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

ol li {
	list-style-type: decimal;
  list-style-position: outside;
  margin: 1px;
}

form {
	margin: 0;
	padding: 0;
}

p {
	line-height: 130%;
	text-align: left;
}

small {
	font-size: x-small;
        text-transform: uppercase;
        letter-spacing: 0.03em;
}

#comment {
	background: #ffffff;
	border: 1px solid #CC9933;
	color: #595949;
	font-size: small;
	vertical-align: middle;
}

#content {
	background: transparent;
	border: none;
	color: #666666;
	float: left;
	padding: 5px 15px 20px 20px;
	text-align: left;
	width: 475px;
}

.archive {
	text-align: left;
}

#content a {
	color: #990000;
}

#content a:hover {
	text-decoration: underline;
}

#footer {
        width: 880px;
	background: #99CC99 url(images/footer.png) no-repeat top center;
        padding: 0;
        height: 50px;
        clear: both;
}

#sidebar {
	color: #333333;
	float: left;
	font-size: x-small;
  letter-spacing: 0.03em;
	margin: 0 10px 10px 10px;
  text-align: left;
	width: 165px;
}
#nonebar{
   display:none;
}

#sidebar2 {
	color: #333333;
	float: right;
	font-size: x-small;
        letter-spacing: 0.03em;
	margin: 0 12px 10px 0;
	text-align: left;
	width: 155px;
}


#sidebar a {
	color: #990000;
	text-decoration: none;
}

#sidebar2 a {
	color: #990000;
	text-decoration: none;
}

#sidebar a:hover {
	color: #fff;
	text-decoration: underline;
}

#sidebar2 a:hover {
	color: #fff;
	text-decoration: underline;
}

#sidebar h2 {
	background: url(images/color_swatch.png) left no-repeat;
	margin: 18px 0 8px 0;
	padding: 0 0 0 20px;
	color: #666666;
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
	font-size: 14px;
        text-transform: lowercase;
	font-weight: bold;
}



#sidebar2 h2 {
	background: url(images/color_swatch.png) left no-repeat;
	margin: 18px 0 8px 0;
	padding: 0 0 0 20px;
	color: #336699;
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
	font-size: 14px;
        text-transform: lowercase;
	font-weight: normal;
}

#sidebar li {
	list-style-type: disc;
  list-style-position: inside;
	margin: 0;
	margin-left: 10px;
}

#sidebar2 li {
	list-style-type: square;
  list-style-position: inside;
	margin: 0;
	margin-left: 10px;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#noindent {
	margin: 0;
	padding: 0;
}
#noindent2 {
	margin: 0;
	padding: 0;
}

input, textarea, submit {
border:       1px solid #999999;
background-color:  #fff;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         x-small;
padding:           2px;
}

#author, email, url {
	background: #ffffff;
	border: 1px solid #CC9933;
	color: #595949;
	font-size: small;
	padding-left: 2px;
	vertical-align: middle;
}

.entry, .entrytext {
  font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
  font-size: small;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	margin-top: -1px;
	text-align: right;
}

.commentbody {
	border-top: 1px solid #CC9933;
        width: 375px;
	color: #333333;
        letter-spacing: 0.05em;
        padding: 15px;
        margin-bottom: 10px;
}

.commentbody p {
	line-height: 1.2em;
	font-size: x-small;
}

.commentlink {
	font-size: x-small;
}

.commentlist {
	list-style: none;
}


html[xmlns] .commentcount {
	position: absolute;
	right: 7px;
	top: 0;
}

.navigation {
	font-size: small;
	padding: 40px 0 0 0;
}

.postmetadata {
	color: #808979;
	font-size: x-small;
	margin: 25px;
  text-align: center;
  text-transform: uppercase;
}

.pagination {
	color: #808979;
	font-size: small;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.postmetadata a {
	color: #cc9933;
}

.entry ul li {
  list-style-type: square;
  list-style-position: outside;
}


.entry img.wp-smiley {
	display: inline;
	padding: 0;
	margin: 0;
	border: 0;
}

.entrytext img.wp-smiley {
	display: inline;
	padding: 0;
	margin: 0;
	border: 0;
}

img {
        padding: 0;
        border: 0;
	margin: 0;
}

/* different postmetadata style for single.php */

.alt {
	border-top: 1px solid #CC9933;
	color: #000000;
	font-size: small;
        padding: 15px;
        margin-bottom: 10px;
}

.alt a {
	color: #005577;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }

#overlay{ background-image: url(gify/overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	/*background-image: url(gify/blank.gif); */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="gify/overlay.png", sizingMethod="scale");
}

/* nazwy pól */
.Qkomenda {
  font-family: Courier;
  color: black;
}

.Qpole {
  color: black;
}

.Qwyroznienie {
  color: #005577;
}

.Qwyrozn {
  color: #4C437B;
 	font-weight: bold;
}

.definicja   {
font-family: verdana; 
color: #2D503D; 
font-size: 7pt;
}

/*wyróżnienia tekstu */
.wyrozn {
  margin: 3px 5px 0px 0px;
  padding: 5px;
  background: #E4E4E4;
  border: 1px dotted #999999;
}

.wyrozn1 {
  margin: 3px 5px 0px 0px;
  padding: 5px;
  background: #E4E4E4;
  border: 1px dotted #999999;
}

/*kuba css*/

.reklama h1 {
margin:0; 
font-size:1.2em; 
border-bottom:1px solid #444;
text-align: center;
background:#b2ab9b; 
color:#fff;
}
.reklama p {
margin:0; 
padding:5px 10px; 
font-size:10px;
text-align: center;
font-weight: bold;
color:#666666;
}
.reklama {
background: transparent; 
width:155px; 
margin:0 3px;
}
.bottom { 
display:block;
background:transparent; 
font-size:1px;
}
.top {
display:block; 
background:transparent; 
font-size:1px;
}
.b1, .b2, .b3, .b4 {
display:block; 
overflow:hidden;
}
.b1, .b2, .b3 {
height:1px;
}
.b2, .b3 {
background: transparent;
border-left:1px solid #444;
border-right:1px solid #444;
}
.b1 {
margin:0 5px; 
background:#444;
}
.b2 {
margin:0 3px;
border-width:0 2px;
}
.b3 {
margin:0 2px;
}

.b4 {
height:2px; 
margin:0 5px;
background: #E4E4E4;
}

.boxcontent {
display:block; 
border:0 solid #444; 
border-width:0 1px; 
height:auto;
}


.color{
background:#b2ab9b;
color:#CC9933;
}
