/*  
Theme Name: ODD1blue
Theme URI: http://ODDied.net
Description: WP ODD1 theme designed by <a href="http://ODDied.net">ODDied.net</a>.
Version: 0.1
Author: Pawel 'ODDie' Jonik
Author URI: http://ODDied.net

	ÃÂ©2006 ODDied.net. All rights reserved.

*/

body {
	font: 80%/150% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	background: #FFFFFF url(gfx/bg.png) repeat-x;
	margin: 0px;
	padding: 0px 0px 0px;
}
a {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
img {
	border: none;
}
img.imgalignleft {float: left; margin-right: 5px; margin-bottom: 10px;}
img.imgalignright {float: right; margin-left: 5px; margin-bottom: 10px;}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	background: url(gfx/logo.png) no-repeat;
	width: 252px;
	height: 120px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #c9eefe;
	position: absolute; top: 10px;
}
h1 a {display: block; overflow: hidden; width: 152px; height: 120px; text-indent: -3000px;}
div.description {text-indent: -3000px; position: absolute;}

h1 a, h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #637991;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
	width: 350px;
}
h2 a, h2 a:visited {
	color: #637991;
	text-decoration: none;
}
h2 a:hover {
	color: #7389a1;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #637991;
	margin: 10px 0px 5px 55px;
}
h4 {
	font: bold 100% "Trebuchet MS", Tahoma, Arial;
	color: #637991;
	margin: 10px 0px 5px 65px;
}
form {
	margin:0px;
	padding:0px;
}

small.src {
	color:#8899AA;
	display:block;
	font-size:80%;
	line-height:100%;
	width:66%;
}

.clear {clear: both}
.ukryj {text-indent: -3000em;}

#container {
	margin: 0px auto;
	width: 847px;
	background: #fff url(gfx/bg_content.jpg) no-repeat;
	background-position: 0px 171px;
}
/* header area */
#top {
	background: #68a url(gfx/bg_top.jpg) no-repeat;
	height: 171px;
	position: relative;
}
#topimg {
	position: relative;
	padding: 30px 0px 0px 40px;
	height: 60px;
}
#topimg .description{
	position: absolute;
	left: 110px;
	bottom: 3px;
	color: #c9eefe;
	font-size: 14px;
}
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	left: -45px;
	bottom: -1px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #000000;
	text-decoration: none;
	background: #fff url(gfx/nav-button-bg.gif) repeat-x;
}
#nav .page_item a{
	color: #666;
	text-decoration: none;
	background: #aaa url(gfx/nav-button-bg2.gif) repeat-x bottom left;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid #ccc;
	border-left: 0px solid #579;
	border-right: 0px solid #579;
	display: block;
}


/* content area */
#content {
	padding: 10px 0px 30px 0px;
	float: left;
	width: 506px;
	overflow: hidden;
	margin-top: 16px;
}
#content img {
	border: 0px solid #cde; padding: 2px;
}
.post img {border: 0px solid #cde; padding: 2px;}
.ico {border: 0px;}
.ico:visited {border: 0px;}
.ico:hover {border: 0px;}
a:hover img {
	border: 1px solid #abc
}

.landing-list li {list-style-type: none; display: inline; width: 256px; display: block; float: left; overflow: hidden; margin-right: 10px;}
.landing-list li img {float: left; margin-right: 5px;}
.landing-list li h3 {margin-top: -15px;}
.landing-list li p {}

.post {
	clear:both;
	padding-top: 30px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(gfx/date-bg.png) no-repeat;
}
.post-month {
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: 3px;
	font-weight: bold;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #666;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 0px;
	margin-left: 3px;
}
.post-title {
	width: 440px;
	float: left;
	margin-left: 10px;
}

.entry {
	clear: both;
	padding-top: 10px;
}
.post-cat {
	background: url(gfx/mini-category.png) no-repeat;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(gfx/mini-comments.png) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	font-weight: bold;	
}
.post-calendar {
	background: url(gfx/mini-calendar.png) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.mini-add-comment {
	background: url(gfx/mini-down-arrow.png) no-repeat;
	padding-left: 18px;
	float: right;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(gfx/mini-nav-left.png) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(gfx/mini-nav-right.png) no-repeat right center;
}

/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #efefef;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#efefef;
	border: 1px solid #ccc;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#efefef;
	border: 1px solid #ccc;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(gfx/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

/*sidebar */
#sidebar {
	float: right;
	padding: 0px 10px 20px 0px;
	width: 310px;
	color: #666666;
	overflow: hidden;
}
/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font: normal 150%/100% "Trebuchet MS", Tahoma, Arial;
	color: #637991;
	margin:0px 0px 2px;
	padding-top:20px;
	border-bottom: 1px solid #ddd;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #495233;
	text-decoration: none;
}
#sidebar a:hover{
	color: #FF6600;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0px 10px 0px 0px;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px solid #eee;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
/*sidebar img */
#sidebar img {
	border: 1px solid #cde; padding: 2px; margin: 4px;
}
#sidebar a:hover img {
	border: 1px solid #abc;
}
/*blogroll */
ul li.list-blogroll ul li{
	background: url(gfx/mini-blogroll.png) no-repeat !important;
	padding-left: 20px !important;
}
li#links ul li{
	background: url(gfx/mini-blogroll.png) no-repeat !important;
	padding-left: 20px !important;
}
li.widget_links {width: 300px; float: none; clear: both;}

ul li.text-2 ul li{
	background: url("http://blog.oddied.net/files/favicon.ico") no-repeat !important;
	padding-left: 20px !important;
}
li#text-2 ul li{
	background: url("http://blog.oddied.net/files/favicon.ico") no-repeat !important;
	padding-left: 20px !important;
}


/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(gfx/mini-category.png) no-repeat !important;
	padding-left: 20px !important;
width: 120px;
}
li.widget_categories {width: 140px; float: left; margin-right: 5px;}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	background: url(gfx/mini-monthly-archive.png) no-repeat !important;
	padding-left: 20px !important;
}
li.widget_archives {width: 140px; float: left; margin-right: 0px;}

/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: url(gfx/mini-page.png) no-repeat !important;
	padding-left: 20px !important;
}
/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	background: url(gfx/mini-page-arrow.png) no-repeat !important;
	padding-left: 10px !important;
}
/*recent comments widget */
li.widget_recent_comments li{
	background: url(gfx/mini-recent-comments.png) no-repeat !important;
	padding-left: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}
li.widget_text {width: 310px; float: left;}
/*rss widget */
.widget_rss ul li {
	background: url(gfx/mini-blogroll.png) no-repeat !important;
	padding-left: 20px !important;
}
li.widget_rss {width: 310px; float: left;}

/*search form */
#searchform {
	margin: 15px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	border:1px solid #203346;
	width: 135px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #abc;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(gfx/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}

/* footer area */
#footer {width: 100%;
	clear: both;
	background: #68a url("gfx/bg_footer.png") top left repeat-x;
	color: #ACD7EE;
	font-size: 95%;
	line-height: 150%;
	padding-bottom: 10px;
	padding-top: 80px;
}
#footer_content {	width: 847px; margin: 0 auto}
#footer a, #footer a:visited {
	color: #ffffff;
}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #9cdbfb;
	margin: 10px 0px 5px;
}
.footer-recent-comments {
	width: 240px;
	float: left;
	margin-left: 10px;
}
.footer-recent-comments ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.footer-recent-comments ul li {
	background: url(gfx/mini-footer-comments.png) no-repeat;
	padding: 0px 0px 10px 20px;
}
.footer-recent-posts {
	width: 240px;
	float: left;
	margin-left: 10px;
}
.footer-recent-posts strong {
	font-size: 107%;
	line-height: 135%;
	font-weight: bold;
}
.footer-recent-posts ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.footer-recent-posts ul li {
	background: url(gfx/mini-footer-post.png) no-repeat;
	padding: 0px 0px 10px 20px;
}
.footer-about {
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background: url(gfx/footer-right-bg.gif) no-repeat;
}
/* credits */
#credits {clear: both;
	margin: 0px auto;
	width: 847px;
	color: #cde;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited {
	color: #fff;
}
.rss, .trackback, .wykop, .digg, .delicious, .technorati {
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.rss {
	background: url(gfx/mini-rss.png) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.trackback {
	background: url(gfx/mini-trackback.png) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.wykop {background: url(gfx/mini-wykop.gif) no-repeat left center;}
.digg {background: url(gfx/mini-digg.gif) no-repeat left center;}
.delicious {background: url(gfx/mini-delicious.gif) no-repeat left center;}
.technorati {background: url(gfx/mini-technorati.gif) no-repeat left center;}


.loginout {
	background: url(gfx/mini-loginout.png) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {clear: both;
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

input, textarea {border: 1px solid #abc;}

#footer .widget {width: 33%; float: left;}
#footer li {list-style-type: none}




div.pow {
	background: url(gfx/pow_wp.png) top right no-repeat;
	float: right;
	width: 157px;
	}
.pow p {text-indent: -3000px;}
.pow a {
	border: 0px solid;
	display: block;
	width: 157px;
	height: 24px;
	position: relative;
	top: -22px;
	right: 0px;
	text-indent: -3000px;
	overflow: hidden;
	}
blockquote {
font: italic 130% Tahoma; letter-spacing: 1px; color: #89a;
border-left: 1px solid #abc;
padding-left: 10px;
margin-left: 40px;
clear: both;
}
