/* ===========================================
* HOME
*
* Author          : Jacek Kołodziej (kolodziejj@gmail.com)
* Creation date   : 19/06/2008
* Site            : kolodziejj.info
* License         : http://kolodziejj.info/
*
* ======================================== */

@import url(default.css);

/* ===========================================
 * Content
 * ======================================= */
#inner {
	margin: 0em 2em;
	border-top: 2px solid #0f1401;
	border-right: 10px solid #000;
	border-left: 2px solid #0f1401;
	border-bottom: 10px solid #000;
	padding: 2em;
	height: 100%;

	line-height: 1.4em;
	text-align: justify;
}
#inner p {
	margin-bottom: 1.5em;
	color: #faffeb;
}
#inner q {
	font-style: italic;
	quotes: "„" "”" "»" "«";
	color: #e4ff9b;
}
#inner blockquote {
	margin-left: 1em;
	margin-bottom: 1em;
	border-left: 10px solid #86b505;
	padding: 0.5em 2em 0.5em 1em;
	color: #e4ff9b;
}
#inner ul {
	margin-left: 3em;
	margin-bottom: 1em;
	list-style-type : circle;
}
#inner ol {
	margin-left: 3em;
	margin-bottom: 1em;
	list-style-type: decimal;
}
#inner ol li ol {
	list-style-type: lower-alpha;
}

#inner h2 a:link, #inner h2 a:visited {
	display: block;
	padding: 1em 3em 1em 1em;
	text-align: right;
	font-size: 1.5em;
	font-family: DejaVu Serif, Luxi Serif, Georgia, Times, serif;
	text-decoration: none;
}
#inner h2 a:active, #inner h2 a:hover, #inner h2 a:focus {
}

#inner h3 {
	display: block;
	padding: 0.5em 0em 0.5em 1em;
	font-size: 1.2em;
	font-family: DejaVu Serif, Luxi Serif, Georgia, Times, serif;
	text-decoration: none;
}

/* ===========================================
 * Loader
 * ======================================= */
#loader {
	display: none;
	margin: 2em;
	height: 2.5em;
	text-align: center;
	background-image: url(http://media.kolodziejj.info/images/gfx/ajax-loader.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

/* ===========================================
 * Index
 * ======================================= */
.index p {
	font-size: 5em;
	font-weight: bold;
	text-align: right;
	color: #777 !important;
}

/* ===========================================
 * About
 * ======================================= */
a.photo:link, a.photo:visited {
	float: left;
	margin-right: 1em;
}
a.photo:link img, a.photo:visited img {
	border: 1px solid #111;
	padding: 1em;
}
a.photo:active img, a.photo:hover img, a.photo:focus img {
	border: 1px solid #222;
}

/* ===========================================
 * Contact
 * ======================================= */
.contact ul li {
	background-repeat: no-repeat;
}
.contact ul li.gg {
	list-style-image : url(http://media.kolodziejj.info/images/icons/gg-icon-16x16.png);
}

/* ===========================================
 * Net
 * ======================================= */
.net ul li {
	padding: 3px 0px;
	list-style-type: none;
}
.net ul li a {
	padding-left: 21px;
	background-position: 0 center;
	background-repeat: no-repeat;
}
a.lblog { background-image: url(http://kolodziejj.info/favicon.gif); }
a.lgoldenline { background-image: url(http://media.kolodziejj.info/images/icons/goldenline-icon-16x16.png); }
a.lfacebook { background-image: url(http://media.kolodziejj.info/images/icons/facebook-icon-16x16.png); }
a.lblip { background-image: url(http://media.kolodziejj.info/images/icons/blip-icon-16x16.png); }
a.llastfm { background-image: url(http://media.kolodziejj.info/images/icons/lastfm-icon-16x16.png); }
a.lflickr { background-image: url(http://media.kolodziejj.info/images/icons/flickr-icon-16x16.png); }
a.lpicasa { background-image: url(http://media.kolodziejj.info/images/icons/picasa-icon-16x16.png); }
a.ldelicious { background-image: url(http://media.kolodziejj.info/images/icons/delicious-icon-16x16.png); }

/* ===========================================
 * CV
 * ======================================= */
.cv ul li {
	padding: 3px 0px;
	
}

/* ===========================================
 * Sidebar
 * ======================================= */

/* ===========================================
 * Sidebar / columns
 * ======================================= */
#menu {
	border-top: 10px solid #050505;
	border-bottom: 80px solid #050505;
	border-left: 2px solid #eeffb9;
	text-align: right;
	font-family: DejaVu Serif, Luxi Serif, Georgia, Times, serif;
}

#menu ul li {
/* 	line-height: 3em; */
}
#menu ul li a:link, #menu ul li a:visited {
	display: block;
	border-top: 2px solid #050505;
	border-right: 10px solid #050505;
	padding: 1.5em 0em;
	padding-right: 12px;
	color: #888;
	font-size: 1.8em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#menu ul li a:active, #menu ul li a:hover, #menu ul li a:focus {
	border-top: 2px solid #eeffb9;
	border-right: 10px solid #eeffb9;
	color: #86b505;
	background-color: #222;
}
#menu ul li.current a:link, #menu ul li.current a:visited {
	border-top: 2px solid #eeffb9;
	color: #222;
}
#menu ul li.current a:active, #menu ul li.current a:hover, #menu ul li.current a:focus {
	border-right: 10px solid #050505;
	color: #888;
}


/* ===========================================
 * Cake
 * ======================================= */

/* Debugging */
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}