/*  
Theme Name: oToruniu.net
Theme URI: http://wordpress.org/
Description: WordPress theme dedicated to oToruniu.net
Version: 3.0
Author: Yoplo
Author URI: http://Yoplo.com/

*/



/* Begin Fonts & Colors */

body 
{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, Times, Times New Roman, sans-serif;
	background-color: #fcf7e4;
	background-image: url('images/bg.gif');
	color: 0;
	text-align: center;
}

#page 
{
	background: transparent url('images/bg_page.jpg') center repeat-y;
	text-align: left;
}

#header 
{
	background: transparent url('images/top.jpg') no-repeat bottom center;
}

#content 
{
	font-size: 1.2em;
}

small 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

.entry p 
{
	font-size: 1.05em;
	line-height:1.8em;
}	

h1, h2
{
	font-weight: normal;
	text-align:left;
}

h3
{
	font-weight:bold;	
}

h3, .navigation 
{
	line-height: 1.5em;
	font-size: 1.3em;
}

h3, h3 a, h3 a:visited, 
small, small a, small a:visited,
.postmetadata li a
{
	color:#c6be8c; /* jasny braz */
}

h1, h1 a, h1 a:visited, 
h2, h2 a, h2 a:visited,
#footer, #footer a, #footer a:visited,
cite, .commentmetadata cite a, .commentmetadata cite a:visited,
#sidebar ul ul li a,
 .description,
 .wp-caption-text,
 .sbt
{
	color:#735d31; /* ciemny braz */
	text-decoration: none;
}

.entry p a:visited 
{
	color: #7a0000; /* sliwkowy visited*/
}

#sidebar ul ul li, #sidebar ul ol li, 
.nocomments, blockquote, strike,
td small
{
	color: #777; /* szary */
}

a, a:hover,
h1 a:hover, h2 a:hover, h3 a:hover, 
.entry .postmetadata a:visited,
.post small a:hover,
.postmetadata li a:hover,
#sidebar ul ul li a:hover,
#footer a:hover
{
	color: #9c0000;/* wisniowy link */
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

/* End Fonts & Colors */



/* layout ***********************/

body 
{
	margin: 0;
	padding: 0; 
}

h1 
{
	padding: 40px 0 20px 0;
	margin: 0;
	font-size: 2em;
}

h2 
{
	margin: 30px 0 0;
	font-size: 1.6em;
	text-align:left;
}

#sidebar h3 
{
	margin: 5px 0;
	padding: 0;
	font-family: Georgia, Times, Times New Roman, sans-serif;
}

h3 
{
	padding: 0;
	margin: 30px 0 0;
}

h3.comments 
{
	padding: 0;
	margin: 40px auto 20px ;
}

td 
{
	padding: 3px;
	vertical-align: top;
}
th 
{
	text-align: left;
}

td.space1_top 
{
	padding: 1em 0 0.5em 0;
}

#page 
{
	width: 780px;
	margin:0 auto;
	padding:0px 10px;
}
	

#content 
{
	float: left;
	padding: 0 0 10px 20px;
	margin: 0px 0 0;
	width: 510px;
}

#header 
{
 	height: 200px;
	margin: 0 auto;
	width:780px;
	padding:0;
	border:#fc9 0px solid;
}

.post 
{
	margin: 0 0 40px;
	text-align: justify;
}

.post hr 
{
	display: block;
}

#c1, #c2
{
	width:45% !important;
	width:90%;
	float:left;
	margin:0 10px;
}

ul.postmetadata 
{
	border-top:1px solid #c6be8c;
	margin: 60px 0;
	padding:10px 0 80px 0;
	background:url('images/divider.gif') no-repeat center bottom;
}

.postmetadata 
{
	clear: left;
}

small.wp-caption-text
{
	font-size:12px;
	border-bottom:1px solid #c6be8c;
	padding:5px;
	display:block;
	margin-bottom:30px;
}

p.alignleft
{
	margin:5px 10px 5px 0;
}

p.alignright
{
	margin:5px 0 5px 10px;
}

p.aligncenter
{
	margin:5px auto;
}

/* specials <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


h4
{
	background-color:#c6be8c;
	color:#fff;
	padding:4px;
	margin: 10px 0 0 0;
}

/* <blog title */

#header h1, .description
{
	text-align:left;
	margin: 0;
	font-size:1.5em;
	text-decoration: none;
	padding:0 0 0 15px;
}

#header h1
{
	font-size:2em;
	padding-top:10px;	
}

#header h1 a:hover
{
	text-decoration:underline;
}

.description
{
	font-size:1.4em;
	font-style:italic;
}
/* blog title> */

#footer {
	margin: 0 auto;
	padding: 10px 0 10px 0;
	border-top: 1px solid #c6be8c;
	clear: both;
	font-size: 1em;
	text-align:right;
	width:740px;
	font-family: Verdana;
}

.alt 
{
	background-color: #f8f4e0;
	border-top: 1px solid #e1d6c6;
	border-bottom: 1px solid #e1d6c6;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.aligncenter
{
	text-align:center;
	margin:0 auto;
}
	/* End Images */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before 
{
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.postmetadata li
{
	padding-right:15px;
	line-height:2em;
}

.postmetadata li a
{
	padding:5px;
	padding-left:22px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;

	list-style-type: none;
	padding-bottom:1em;
	font-size: 1.15em;	
	font-family: Trebuchet MS, Verdana;
	letter-spacing: normal;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
#commentform input, #commentform textarea 
{
	border:1px solid #e1d6c6;
}

.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;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 20px 10px 0;
	float:right;
	width: 190px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation 
{
	display: block;
	overflow:auto;
	margin: 10px 0 40px 0 !important;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom:1px solid #c6be8c;
	font-size: 1em;
	float:left;
	width:100%;	
}

.navigation a
{
	padding:7px 7px;
}

.navigation a:hover
{
	background-color:#C6BE8C;
	text-decoration:none;
}

/* End Various Tags & Classes*/

#loginform label
{
	font-size:xx-small;
}

/* postmetadata icons */

.pmd_comment
{
	background: transparent url('images/comment.gif') left no-repeat;
}

.pmd_rss
{
	background: transparent url('images/rss_b.gif') left no-repeat;
}

.pmd_rss:hover
{
	background-image: url('images/rss.gif');
}

.pmd_trackback
{
	background: transparent url('images/trackback_b.gif') left no-repeat;
}

.pmd_trackback:hover
{
	background-image: url('images/trackback.gif');
}

.pmd_wykop
{
	background: transparent url('images/wykop_b.gif') left no-repeat;
}

.pmd_wykop:hover
{
	background-image: url('images/wykop.gif');
}

.pmd_gwar
{
	background: transparent url('images/gwar_b.gif') left no-repeat;
}

.pmd_gwar:hover
{
	background-image: url('images/gwar.gif');
}

.pmd_delicious
{
	background: transparent url('images/del-icio-us_b.gif') left no-repeat;
}

.pmd_delicious:hover
{
	background-image: url('images/del-icio-us.gif');
}

.pmd_digg
{
	background: transparent url('images/digg.gif') left no-repeat;
}

