/*  
Theme Name: DR
Theme URI: http://www.ctrl-alt-del.pl/
Description: WP glossy theme designed by <a href="http://www.ctrl-alt-del.com/">N.Design Studio</a>.  Szpolszczenie v0.1: <a href="http://www.ctrl-alt-del.pl/">Blog BoDeK. Strona Prywatna, Portfolio</a>
Version: 1.3
Author: Domingo
Author URI: http://www.ctrl-alt-del.pl/

	This theme was initially designed and built by Nick La and later modified by Domingo (CAD).

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body {
	font: 75%/150% Georgia, Times, serif;
	color: #ffffff; /*text color in posts*/ 
	background: #000000 /*url(images/bg-repeat.png) repeat*/;
	margin: 0px;
	padding: 0px 0px 30px;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

a 	{
	color: #ff0000; /* #CC6600; - regular blue link*/
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #880000; /* #CC6633; - regular blue link*/
	text-decoration: none;
}
a:hover {
	color: #ffffff; /* #FF6600; regular link mouseover*/
	text-decoration: underline;
}
img {
	border: 1px dashed #520000;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin: 30px 0px 0px 0px;
	background: url(images/header-icon-copy-bigger.png) no-repeat; /*- logo ctrl-alt-del*/
	padding-left: 120px;
	height: 70px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #ffffff; /*#c9eefe; - ctrl-alt-del header*/

}
h1 a/*, h1 a:visited*/{
	position:absolute;
	margin: 10px 0px 0px -120px;
	color: #cccccc; /*#c9eefe; - ctrl-alt-del header */
	text-decoration: none;
	display:block;
	height: 50px;
	width: 300px;
	text-indent: -900em;
	text-decoration: none;
	line-height:100%;

}
h1 a:hover{
	color: #ff0000; /* - ctrl-alt-del header mouseover */
	text-decoration: none;
}
h2 {
	color: #ff0000; /* #59770e; - page titles in content*/
	margin: 0px 0px 2px;
	border-bottom: 1px dashed #520000;
	letter-spacing: -1.2px;
	font: normal 190%/100% Georgia, Times, serif/*"Trebuchet MS", Tahoma, Arial*/;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #ff0000; /*#59770e; - titles of posts in blog*/
	text-decoration: none;
}
h2 a:hover {
	color: #ffffff; /*#FF6600; - titles of posts in blog mouseover*/
	text-decoration: none;
}
h3 {
	font: normal 140%/100% Georgia, Times, serif /*"Trebuchet MS", Tahoma, Arial*/;
	color: #afafaf; /* #758d38; - Headers in comment area*/
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% Georgia, Times, serif /*"Trebuchet MS", Tahoma, Arial*/;
	color: #afafaf; /*  #758d38; - unknown*/
	margin: 10px 0px 5px;
}
h5 {
	color: #520000; /* #59770e; - sections in English page*/
	margin: 0px 0px 2px;
	letter-spacing: -1.2px;
	border-top: 0px dashed #520000;
	border-bottom: 1px dashed #520000;
	font: normal 190%/100% Georgia, Times, serif/*"Trebuchet MS", Tahoma, Arial*/;
	padding-bottom: 4px;
	padding-top: 3px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 960px;
	border-bottom: 1px dashed #520000; /*#d5e6eb; - obramowanie bloga*/
	border-left: 1px dashed #520000; /*#d5e6eb; - obramowanie bloga*/
	border-right: 1px dashed #520000; /*#d5e6eb; - obramowanie bloga*/
	background: transparent /*url(images/content-bg.jpg)no repeat*/;
}
/* header area */
#header {
	background: #000000 /*#0FACEA*/ url(images/header-bg-copy-right.jpg) no-repeat;
	height: 191px; /*170*/
	border-bottom: 1px dashed #520000; /* #59780a; - linia pod foto */
	position: relative;
	margin:0px auto;
}
#headerimg {
	/*position: relative;*/
	padding: 30px 0px 0px 40px;
	height: 60px;
	border: 0px dashed #ffffff;
}
#headerimg .description{
	position: absolute;
	left: 44px;
	bottom: 3px;
	top: 80px;
	color: #880000; /*#c9eefe; - alternative rock*/
	font-size: 14px;
}
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	left: 10px;
	bottom: 0px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #520000;
	text-decoration: none;
	border-top: 1px solid #520000; 
	border-left: 1px solid #520000; 
	border-right: 1px solid #520000; 
	/*background: #120000;*/
}
#nav .page_item a{ /*navigation buttons */
	color: #520000; /*#ffffff;*/
	text-decoration: none;
	background: transparent; /*#520000 url(images/nav-button-bg-copy.gif) repeat-x;*/
	padding: 5px 15px;
	font: bold 14px/100% Georgia, Times, serif /*Arial, Helvetica, sans-serif*/;
	border-top: 1px dashed #520000; /*#E6EED0;*/
	border-left: 1px dashed #520000; /*#AFCD69;*/
	border-right: 1px dashed #520000; /*#AFCD69;*/

	display: block;
}
#nav .page_item a:hover {
	color: #ffffff; /*#000000;*/
	background-color:#520000;
}

/* content area */
#content {
	padding: 10px 0px 30px 13px;
	float: left;
	width: 690px;
	overflow: hidden;
	/*background-color:#000;*/
}
.post {
	clear:both;
	padding-top: 15px;
	/*background:#FFF;*/
}
/*.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg-copy.gif) no-repeat;
}*/
.post-date {
	color:#ffffff;
	font-size:12px;
	text-transform: uppercase;
	font-weight:normal;
	float:left;
	padding-left:3px;
	padding-right:3px;
	font-family: Georgia, "Times New Roman", Times, serif;   
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #520000;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #460405;/* #999999; - day number color*/
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.entry {
	padding: 0px 0px 0px 5px;
	float:left;
	width: 680px;
/*	background:#039;*/
}
.post-cat {
	/*background: url(images/mini-category.gif) no-repeat left center;*/
	padding-left: 0px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	/*background: url(images/mini-comments-copy.gif) no-repeat left center;*/
	padding-right: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	/*background: url(images/mini-calendar-copy.gif) no-repeat left center;*/
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #ffffff;
}
.post-content {
	/*how much space between dashed line and begining of post*/
	clear: both;
	padding-top: 20px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #880000;/*#59770e;*/
}
.previous-entries a {
	float: left;
	color:#ffffff !important;
	padding-left: 5px
	/*background: url(images/mini-nav-left-copy.gif) no-repeat left center;*/
}
.next-entries a {
	float: right;
	color:#ffffff !important;
	padding-right: 5px;
	/*background: url(images/mini-nav-right-copy.gif) no-repeat right center;*/
}

/* comments area */
#comments, #respond {
	border-bottom: 1px dashed #515151;
	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: #060606; /*#f1fedb;*/
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {/*username of cited post*/
	font-weight: normal;
	font-style: normal;
	font-size: 120%;
	color: #ffffff; /*#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: #ff0000;/*#787878;*/
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background: #110000;/*#f1fedb;*/
	border: 1px dashed #880000; /*#bdd77f;*/
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 485px;
	height: 115px;
	background: #060606;/*#f1fedb;*/
	border: 1px dashed #460504; /*#bdd77f;*/
	padding: 2px;
	margin-top: 3px;
	color: #ffffff;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background:#000000; /*#ffffff;*/
	color: #ffffff;
}
#commentform #submit{
	background: transparent /*url(images/btn-bg-copy.gif) no-repeat*/;
	border:1px solid #520000;
	font: normal 12px "Courier New", Courier, monospace;
	color: #FFFFFF;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

/*sidebar */
#sidebar {
	float: right;
	padding: 0px 10px 20px 0px;
	width: 220px;
	color:#f0f0f0; /*#666666;*/
	overflow: hidden;
	/*background-color:#000;*/
}
/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font: normal 140%/100% Georgia, Times, serif;
	color: #f0f0f0; /*#758d38;*/
	margin: 20px 0px 2px;
	border-bottom: 1px dashed #520000; /*#CFE1AC;*/
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #afafaf; /*#495233;*/
	text-decoration: none;
}
#sidebar a:hover{
	color: #ff0000; /*#FF6600;*/
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	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 dashed #520000; /*#dceeb7;*/
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
/*blogroll */
ul.list-blogroll li{
	/*background: url(images/mini-blogroll-copy.gif) no-repeat !important;*/
	/*padding-left: 16px !important;*/
}
/*category widget */
ul.list-cat li, li.widget_categories li{
	/*background: url(images/mini-category-copy.gif) no-repeat !important;*/
	/*padding-left: 20px !important;*/
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	/*background: url(images/mini-monthly-archive-copy.gif) no-repeat !important;*/
	/*padding-left: 20px !important;*/
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	/*background: url(images/mini-page-copy.gif) no-repeat !important;*/
	/*padding-left: 20px !important;*/
}
/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	/*background: url(images/mini-page-arrow.gif) no-repeat !important;*/
	/*padding-left: 10px !important;*/
}
/*recent comments widget */
li.widget_recent_comments li{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform {
	margin: 15px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	/*border:1px solid #131313; #203346;*/
	width: 200px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px solid  #520000; /*#bed881;*/
	background: transparent ;/*#000;*/ /* #fff;*/
	margin-right: 2px;
	color: #ffffff; /*#000000;*/
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	/*background: url(images/search-btn-bg-copy.gif) no-repeat;*/
	border: none;
	width: 67px;
	height: 26px;
	font: bold 12px "Courier New", Courier, monospace;
	color: #FFFFFF;
	vertical-align: middle;
}

/* footer area */
#footer {
	clear: both;
	background: #060606 /*#048DB4*/ /*url(images/footer-bg-copy.gif) no-repeat*/;
	color: #afafaf; /*#ACD7EE;*/
	font-size: 95%;
	line-height: 130%;
	padding-bottom: 10px;
	border-top:1px dashed #515151;
}
#footer a, #footer a:visited {
	color: #515151;
}
#footer a:hover {
	color: #ff0000;
	text-decoration:none;
}
#footer h4 {
	font: normal 140%/100%  Georgia, Times, serif; /* titles in footer*/
	color:#f0f0f0; /*#9cdbfb;*/
	margin: 10px 0px 5px;
}
.footer-recent-comments {
	width: 320px;
	float: left;
	margin-left: 10px;
}
.footer-recent-comments ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.footer-recent-comments ul li {
	/*background: url(images/mini-footer-comments-copy.gif) no-repeat;*/
	padding: 0px 0px 5px 10px;
}
.footer-recent-posts {
	width: 320px;
	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(images/mini-footer-post-copy.gif) no-repeat;*/
	padding: 0px 0px 5px 10px;
}
.footer-about {
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background: #060606/*url(images/footer-right-bg-copy.gif) no-repeat*/;
}
/* credits */
#credits {
	margin: 0px auto;
	width: 960px;
	color: #ffffff; /*#7a9299;*/
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited {
	color: #afafaf; /*#048db4;*/
}
#credits a:hover {
	color: #880000; /*#048db4;*/
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.loginout {
	background: url(images/mini-loginout-copy.gif) 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 {
	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;
}
img.left {
	float:left;
	margin: 2px 10px 0px 0px;
}
a img.left {
	border: 1px dashed #520000;
	padding: 2px;
	background: #000000;
}
a:hover img.left{
	border: 1px solid #880000;

}
ul.dr {
	list-style: none;
	margin-left: 0;
	/*padding-left: 1em;*/
	/*text-indent: -1em;*/
}
.dr li{
	width: 400px;
	float: left;
	padding: 20px;
	height:50px;
}
#header_nav {

	float:right;
	margin: 2px 5px 0px 0px;
	background: #000000; /*url(images/headernav-divider.gif) no-repeat right top;*/
	font-size: 90%;
	padding: 1px 5px 0px 0px;
	border: 0px solid #ffffff;
}
a.contact-mini {
	background: #000000 url(images/nav-contact.gif) no-repeat left center;
	padding-left: 19px;
	color:#880000;
	text-decoration: none;
}
a.contact-mini:visited {
	color:#ffcc33;
	text-decoration: none;
}
a.contact-mini:hover {
	background: #000000 url(images/nav-contact-over.gif) no-repeat left center;
	color:#ff0000;
	text-decoration: underline;
}

#navi {
	position: absolute;
	width: 435px;
	height: 38px;
	top: 102px;
	left: 208px;
}

#navi li {
	display: inline;
}

#navi a {
	display: block;
	float: left;
	height: 0;
	padding-top: 37px;
	overflow: hidden;
	text-decoration: none;
}

.lefty {
	float: left;
	display: inline;
}
.avatar{
	float:left;
	margin: 0px 10px 5px 0px;
}