/*
Theme Name: Tofurious Soft Tofu
Theme URI: http://www.tofurious.com
Description: A simple photographer's blog theme by <a href="http://www.tofurious.com">Tofurious</a>
Version: 2.1
Author: Lawrence Chan
Author URI: http://furiousphotographers.com/
Tags: single column, simple, wide

	Soft Tofu 
	 http://www.tofurious.com

	This theme was developed by Lawrence Chan 
	<a href="http://twitter.com/tofurious">@tofurious</a>
	because a friend asked him to
*/
*
{
	margin: 0;
	padding: 0;	
}

body
{
    margin: 0;
    padding: 0;
    font: 11px Verdana, Geneva, sans-serif; /*ENTRY FONTS*/
    color:#333; /*OVERALL TEXT COLOR*/
}




/*LINK STYLES****************/
a {
	text-decoration:underline;
	color:#4c4a65;
}
a:hover {text-decoration:none;}









/*TWITTER / SEARCH / RSS***/
.holder {
	background:#1f1b1b;
}
.holder .text strong {
	display:block;
	font-size:10px;
	color:#2c2c2c;
	font-weight:normal;
	line-height:17px;
	position:relative;
	margin:-4px 0 0;
}
.holder .text p {
	font-size:10px;
	color:#2c2c2c;
	line-height:17px;
	margin:0 0 5px;
}

/*POSTS*******************/
.title {
	width: 900px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
	/*POST TITLE FONT STYLE**/
.ti, .title h2 {
	margin:0;
	font-size:30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:25px;
	color:#2b2b2b;
}

.ti, .title h1 {
	margin:0;
	font-size:30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:25px;
	color:#2b2b2b;
}

h2 {
	margin:0;
	font-size:30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:25px;
	color:#2b2b2b;	
}
h3 {
	margin:0;
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:25px;
	color:#2b2b2b;
}
	/*DATE AND CATEGORY FONT STYLES*/
.title span a, .title span {
	color:#c0c0c0;
	font-size:11px;
	font-weight:normal;
	line-height:24px;
}


/* NEXT / PREVIOUS PAGE navigation*/
.navigation {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;	
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	padding: 10px 0px;
	height: 15px;
}
.navigation a {text-decoration:none;}
.navigation a:hover {text-decoration:underline;}

.navbg {background: #fff;}

/*FOOTER LINKS*/
#footer {
	padding:0px 0 0;
	width:100%;
	font:10px/25px Verdana, Arial, Helvetica, sans-serif;
	color:#b2b2b2;
	text-align:center;
	padding-bottom: 0;
	
}




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

.clear {clear: both;}


div#header
{
    border-bottom: 1px solid #ccc;
    position: absolute;
    top:0;
    left: 0;
}


img {border-style:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}


#main {
	margin:0 auto;
	width: 100%;
	padding:100px 0 0px;
	background: #fff;
	clear:both;
	padding-bottom: 10px;

}
/*header*/

.holder {
	padding:5px 15px 5px;
	width:930px;
	overflow:hidden;
}
.holder ul {
	list-style:none;
	margin:0;
	padding:0;
	height:30px;
	overflow:hidden;
}
.holder ul li {float:left;}
.holder .text {
	width:420px;
	padding:0 64px 0 17px;
}
.holder ul li.search {
	padding:0 67px 0 95px;
	width:187px;
	float: right;
	margin-top: 5px;
}
.holder ul li.search label {
	color:#e7e7e7;
	font-size:10px;
	line-height:10px;
	text-transform:uppercase;
	padding:0 0 9px;
}
.holder ul li.search span {
	background:url(images/search.gif) no-repeat;
	display:block;
	width:171px;
	height:15px;
	padding:2px 8px 0;
}
.holder ul li.search span input {
	background:none;
	border:0;
	width:171px;
}
.holder ul li.rss {padding: 0; float: left;}
.holder ul li.rss a {
	display:block;
	width:33px;
	height:34px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/rss.png) no-repeat;
}
/*content*/
#content {
	width:930px;
	background:#fff;
	padding:23px 15px 0px 15px;
	display: block;
	clear: both;
	margin: 0 auto;
}
#content img
{
	text-align: center;
	margin: 0 auto;	
}
.entry {	
	overflow:hidden;
	width: 900px;
	margin: 0 auto;
}
.entry p {
	line-height:25px;
	margin:0 0 22px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0px;
}
div.entry a.ins
{
	text-decoration: none;
	font: 11px Verdana, Geneva, sans-serif; /*ENTRY FONTS*/
	color:#333; /*OVERALL TEXT COLOR*/
}

.title a {
	text-decoration: none;
}
.postmetadata {
	font-size: 10px;
	padding: 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.postmetadata a {
	color:#82817d;
	text-decoration:none;
	outline:none;
}
.postmetadata a:hover {text-decoration:underline}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
.center {text-align: center;}
.center2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
.commentlist {width: 898px;border-right: 1px solid #aaa; border-bottom: 1px solid #aaa; border-left: 1px solid #aaa; max-height: 310px; color: #444; overflow-y: auto; display:none;}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
.comments {
	padding-bottom: 15px;
}
.breaker {height: 20px; width: 100%;}
div#goraZdjecie{ height: 400px; width: 960px;}
div.entry img.size-full {margin-top: 4px; float: left;}

.komentarze{ width: 900px; margin: 0 auto; overflow: hidden;   }
.komentarze a{ overflow:hidden;   }
.komentarzeHeader{ width: 900px; background: url(images/comments_top.png) no-repeat; height: 20px;  background-color: #ccc;  padding: 7px;  }
.comment-body { border-bottom: 1px solid #eee; padding: 5px;  }
h4.comments { font-family: tahoma; font-size: 14px; font-weight: normal; width: 600px; }
.option_menu { float:right; margin-right: 50px; }
.option_menu a{ margin-right: 10px; }
.comment-author{ color: #6db042 }
.comment-author a{ color: #549729 }
#respond input, textarea { border: 1px solid #444;margin-top: 5px; }

div#Photos { background-color: white; }
#slider {
    width: 880px;
	height: 640px;
    margin: 0 auto;
    position: relative;
	border: 10px solid #ccc;
}
div.panel {
    padding: 10px;
	float: left;
}
.scroll {
    margin: 0 auto;
    position: relative;
	width: auto;
	height: 640px;
}
.scrollContainer {
	position: relative;
	width: 9000px;
}
.inside img {
	border: 1px solid #666;
	margin: 0 0 10px 0;
	float: left;
}

div.entry p img {padding-top: 2px; display: block;}
#portfolio{ width: 900px; min-height: 500px; margin: 0 auto; margin-top: 20px; margin-left: 20px;}
div.pictureP{ background: url(images/image_bg.png) no-repeat; width: 269px; height: 226px; float: left; margin-right: 30px;}
div.pictureP:hover { background: url(images/image_bg_a.png) no-repeat; width: 269px; height: 226px; }
div.pictureP .src { padding-left: 7px; padding-top: 8px; }
div.pictureP .imageTitle { width: 240px; height: 25px; padding-left: 10px; padding-top: 10px; text-align: center; font-size: 18px; }
div.pictureP .imageTitle a { text-decoration: none; color: #888;  }
div.pictureP img { padding: 0; }
.fotografia
{
	color: #aaa;
	display:block;
	padding: 40px 20px 20px;
	text-align: center;
}

p.formularz input, p.formularz textarea
{
	background-color: #ccc;
	border: 1px solid #444;
}

p.submit input
{
	background-color: #f1f1f1;
	border: 2px solid #444;
	color: #444;
	padding: 5px;
	cursor: pointer;
	width: 240px;
}


div.down
{
    overflow:hidden;
    width: 69px;
    height: 28px;
    background: url(images/bottomButton.png) no-repeat;
    cursor: pointer;
    margin-left: 10px;
}

div.up
{
    overflow:hidden;
    width: 69px;
    height: 28px;
    background: url(images/bottomButtonA.png) no-repeat;
    cursor: pointer;
    margin-left: 10px;
    margin-top: -28px;
}


div#siteFooterTop
{
    width: 100%;
    padding: 0px;
    margin: 0px;
    color: #f5f5f5;
}

div#topContainer
{
    padding-top: 30px;
    padding-bottom: 10px;
    width: 100%;
    background: url(images/bottomBg.png) repeat-x #3f4040;
    display:block;
}

div#topContainer ul
{
    list-style-type: none;
}

body > div#siteFooterTop
{
        z-index: 5;
}

div#siteFooterTop a
{
    color: #f8f8f8;
}



div#siteFooter a
{
    color: #f2f2f2;
}



div#siteFootertop ul
{
    list-style-type:none;
}

div#categories
{
    width:110px;
    float: left;
    margin-left: 3%;
}

div#archieve
{
    width:110px;
    float: left;
    margin-left: 3%;
}

div#tags
{
    width:15%;
    float: left;
    margin-left: 3%;
}

div#tweeter
{
    width: 30%;
    float: left;
    margin-left: 3%;
}

div#facebook
{
    width: 20%;
    float: left;
    margin-left: 3%;
}

div#tweetBottom
{
    margin-bottom: 15px;
}

div#tweeter_container
{

}


div#header div#menu div#checker
{
    left: 47px;
}

form#commentform {
font-family: tahoma, verdana, "sans-serif";
font-size: 12px;
padding: 20px;
border: 1px solid #A5A8B8;
background: #EAEAEA;
}

#commentform input {
width: 160px;
color: #555;
padding: 4px;
border: 2px solid #B5B8C8;
font-size: 14px;
margin-top: 4px;
background: #FFF;

}

#commentform textarea {

color: #555;
padding: 4px;
border: 2px solid #B5B8C8;
font-size: 14px;
margin-top: 4px;
background: #FFF;

}

.comment-author
{
    float: left;
    margin-right: 20px;
}

.comment-meta
{
    float: right;
}

.comment-body
{
    background: #f5f5f5;
}

.comment-body p
{
    width: 90%;
    display:block;
    clear: both;
    padding: 5px;
}

#nav ul {
 border: 1px solid #f0f0f0;
 border-top: none;
}
