/* 
	Theme Name: Eccolo
	Theme URI: http://
	Description: A simple theme for WordPress
	Author: Kamilla Viktor
	Author URI: http://www.pixelsinmycoffee.com
	Version: 1.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/
@media print{
	#header, #pages, .pagination, #sidebar, #postcomment, #commentform, #credits, #sk2-footer, #ktoc, #placeholder { display:none!important; }
	.feedback { font-size:small; text-align:right; } .codecolorer-container { overflow:visible !important; }
	#content { width:99% !important; } #content p { padding-left:50px; padding-right:50px; } 	 
	}

/******** Begin General ********/
#ballon{
position:fixed;
z-index:9999;
top:0;
height:100%;
left:50px;;
}
#placeholder{
width:300px;
height:200px;
margin-top:400px;
margin-left:0px;
z-index:99;
border:none;
position:fixed;
}
 .search-everything-highlight-color{
background-color:#eeff00!important;
}
#results a,
#content h2 a {
background-color:transparent !important;
}
body {
	color: #000;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
a {
	border: none !important;
	}

a:link, a:visited {
	color: #0099FF;
	text-decoration: none;
	}
a:hover, a:active {
	color: #FF6600;
	}
acronym, abbr, span.caps {
	border: 0;
	cursor: help;
	text-decoration: underline;
	}	
blockquote {
	color: #999999;
	margin: 0 0px 0 40px;
	}
cite {
	text-decoration: none;
	}	
code { 
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: pre;
	color: #037;
	line-height: 1.333em;
	}
p code br { display: none; /*wpautop*/
	}
pre { 
	font-size: .9em;
	color: #666;
	}
img {
	border: 0;
	}
input, textarea {
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	border: 1px solid #ccc;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
select {
	margin: 0;
	padding: 0px 0;
	border: 1px solid #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	}

form {
	margin: 0;
	padding: 0;
	}
	
/******** End General ********/


/******** Begin Layout Divs ********/

#center_content {
	margin: auto;
	width: 100%;
	top: 0px;
	height: 100%;
	left: 0px;
	}
#header {
	height: 65px;
	}
#pages {
	position: relative;
	width: 760px; /*760 in all*/
	margin: auto;
	height: 15px;
	top: 50px;
	}
#square {
	position: relative;
	width: 770px; /*770 in all*/
	margin: auto;
	}
#content {
	float: left;
	width: 420px; /*430 = 420+10(paddings)*/
	padding: 25px 5px 50px 5px !important;
	}
#content {
	width: 35em; 
	}
#sidebar {
	position: relative;
	float: right;
	width: 300px; /*300 (300+430+40=770)*/
	top: -65px;
	z-index: 12;
	}
#col1 {
	float: left;
	width: 145px; /*145 +5pad = 300/2*/
	padding: 20px 0px 0px 5px !important;
	background-color: #FFFFFF;
	}
#col2 {
	float: right;
	width: 145px; /*145 +5pad = 300/2*/
	padding: 20px 5px 0px 0px !important;
	text-align: right;
	background-color: #FFFFFF;
	}
.navigation {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color:#666;
	}	
.pagination {
	margin: 0px;
	padding: 0px;
	border-top:4px solid #F2F5F9;
	font-size: 10px;
	text-align: right;
	}		
#footer{
	clear: both;
	margin: auto;
	width: 760px; /*760 in all*/
	height: 50px;
	}		
#credits {
	position: absolute;
	width: 290px; /*290 +10pad = 300*/
	padding: 0px 5px;
	margin: 0px 0px 0px 465px;
	font-size: 10px;
	background-color: #FFF;
	height: 50px;
	z-index: 1;
	}
.bgup, .bgdown {
	position: absolute;
	height: 50px;
	width: 100%;
	z-index: 0;
	left: 0px;
	}
.bgup {
	top: 0px;
	background-position: left top;
	}
.bgdown {
	background-position: left bottom;
	}

/******** End Layout Divs ********/
	
/******** Begin Structural Formating ********/

/*------ Header ------*/
	
#header h1 {
	position: relative;
	display: inline;
	margin: 0;
	padding: 0px 5px 1px 5px;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFF;
	}
#header h1 a:link, #header h1 a:visited {
	color: #000;
	}
#header h1 a:hover, #header h1 a:active {	
	color: #FF6600;
	}
	
	/*------ Pages ------*/

#pages ul {
	padding: 0;
	margin: 0;
	}
#pages ul li {
	display: inline;
	}
#pages ul li a {
	padding: 0px 10px 2px 10px;
	float: left;
	font-size: 11px;
	text-transform: uppercase; 
	}
#pages ul li.current_page_item a,
#pages ul li.current_page_ancestor a {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
	}

	/*------ Post Items ------*/
 
#content p, #content ul, #content ol, #content li {
	line-height: 1.5em;
	}	
#content p {
	/*text-align: justify;*/
	}	
#content ol, #content ul {
	margin: 1em 0 1em 20px;
	padding: 0;
	}
#content ul {
	list-style-position: inside;
	list-style-type: square;
	}
#content ul ul {
	margin: 0 0 0 20px;
	}
#content li {
	}
#content h1, #content h2, #content h3 {
	}
#content h1 {
	font-size: 30px;
	margin: 50px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#content h2 {
	font-size: 22px;
	margin: 50px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#content h2 a:link, #content h2 a:visited {
	color: #000;
	}
#content h2 a:hover, #content h2 a:active {
	color: #FF6600;
	}	/**/	
#content h3 {
	margin: 1.2em 0 -.3em 0;
	padding: 0;
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	}	
#content h4 {
	margin: 1.5em 0 -.5em 0;
	font-size: 13px;
	}			
#content small {
	font-size: 10px;
	}
.feedback {
	font-size: 10px;
	margin: 0px 0px 20px 0px;
	color: #999;
	text-align: right;
	padding: 5px 0px;
	position: static;
	}	
				
	/*------ Comments ------*/
	
#commentlist {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
	}
#commentlist li {
	margin: 30px 0px 0px 0px;
	/*padding: 10px 15px 5px 15px;*/
	padding: 10px 15px 1px 15px;
	background-color: #F2F5F9;
	text-align:left;
	}
#commentlist small {
	font-size: 10px;
	color: #999;
	text-align: right;
	display: block;
	}	
#comments, #postcomment {
	margin: 50px 0 0px 0px;
	}
#commentform {
	padding: 0px;
	margin: 10px 0 25px 0;
	} 
#commentform textarea, #commentform input {
	padding: 0px;
	margin: 0;
	width:100%;
	}
#commentform input#submit {
	padding: 0px;
	margin: 0;
	width:6em;
	}	
	
	/*------ Sidebar ------*/

#col1 div, #col2 div, #sidecomments ol {
	padding: 0;
	margin-bottom: 20px;
	}	
#sidebar input, #sidebar select, #sidebar textarea {
	border: 1px solid #ccc;
	font-size: 10px;  
}
#sidebar select {
	width:120px;
}
#sidebar h3 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	}			
#sidebar ul, #sidebar ol, #sidebar p {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #999;
	}
#sidebar li{
	margin: 0;
	padding: 0;
	}	
#sidebar li li{
	margin: 0 1px;
	padding: 0 3px;
	border-left:4px solid #F2F5F9;
	}
/***************************/	
.cat-item a,
.page_item  { 
	font-weight:normal;
}	
.current-cat a,
.current_page_item  { 
	font-weight:bold;
}
#sidebar #categories ul,	
#sidebar #t_categories ul {
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight:bold;
	}
#sidebar #syndicate {
	background-image:url(images/synd.png);
	background-repeat: no-repeat;
	background-position: 45% 0px;
}						
li.categories li {
	color: #999;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica,  sans-serif;
	font-weight:normal;
	border-left:none !important;
	padding: 0px !important;
	}
li.categories li li {
	color: #999;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-left: 4px solid #F2F5F9 !important;
	padding: 0 3px !important;
	}
/**************************/	
#sidebar table { 
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	display: inline;
	}
#sidebar th {
	color: #000;
	}
#col1 th, #col1 td {
	padding: 2px 2px 0px 0px;
	}
#col2 td { 
	padding:2px 0px 0px 4px;
	}
#sidebar caption {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000;
	}
#sidebar #today { 
	font-weight: bold;
	/*padding:0px 3px;
	border: 1px solid #ccc !important;	*/
	background-color: #F2F5F9;
	}
#sidebar #prev, 
#sidebar #col1 caption,
#sidebar #col1 th {
	text-align: left;
	}
#sidebar #next, 	
#sidebar #col2 caption,
#sidebar #col2 th {
	text-align: right;
	}
#sidebar .both { 
	padding: 0 5px;
	font-size: 10px;
	color: #999;	
	}

/*********sidecomments **********/	

#sidecomments {
	margin: 0;
	padding: 0 5px;
}
#sidecomments h2 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	}		
#sidecomments ol#commentlist {
	padding: 0px;
	margin: 4px 0 20px 0;
	}
#sidecomments #commentlist li {
	padding: 4px 1px;
	margin: 4px 0 4px 0;
	color: #000;
	}
#sidecomments #commentlist li p {
	text-align:left;
	color: #999;
	}
#sidecomments textarea#comment {
	padding: 0px;
	margin: 4px 0 4px 0;
	}
#sidecomments #commentform {
	padding: 0px;
	margin:  0;
	text-align:left;
	}	
#sidecomments #commentform p {
	/*color: #000;*/
	}
#sidecomments #commentform span {
	/*display:block;
	background-color:#f2f5f9;
	text-align:center;*/
	display:none;
	}	
#sidecomments #commentform input#submit {
	width:100%;
	margin: 4px 0 0px 0;
	}	
		
/******** End Structural Formating ********/

/*Comment searchform style, if you don't want it placed in header..*/
/*#searchform {
	position: absolute;
	right: 0px;
	top: 31px;
	}*/
	
/******** Begin Content Classes ********/

	/*------ Float ------*/

div.floatleft {
	float: left;
	}
div.floatright {
	float: right;
	}	
.both {
	clear: both;
	}	

	
	/*------ Images Align ------*/

img.border {
	border: 1px solid #C6C6C6;
	padding: 4px;
	margin: 0;
	}
img.border:hover {
	background-color: #E3F5FE;
	}
img.center {
	display: block; 
	margin: auto;   
	}
img.alignright {
	float: right;
	padding: 4px 0 0 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	float: left;
	padding: 4px 4px 0 0;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
	/*------ Text Align ------*/

.center {
	text-align: center;
	}	
.alignright {
	text-align: right !important;
	}
.alignleft {
	text-align: left;
	}
.spaceimg {
	text-align: justify;
	word-spacing: 25px;
	}
.greyed {
	color: #999
	}
.bgwhite {
	background-color: #FFFFFF;
	}
.bggrey {
	background-color: #F2F5F9;
	}
.bg_f {
	background-image: url(images/f.gif);
	background-repeat: no-repeat;
	}
.bg_w {
	background-image: url(images/w.gif);
	background-repeat: no-repeat;
	}
	
/******** End Content Classes ********/
/*
#sk2-footer {
border:none !important ;
color:#ccc !important ;
padding:0 !important ;
font-size:7pt;
background-color:#fff !important ;
}
*/
/*--------------*/
/*container*/
/*
.codecolorer { white-space: nowrap; padding:10px  0px !important; }
.codecolorer-container {  margin: 10px 0px !important;  border: 0 !important; padding:10px 0;}
.codecolorer-container * { font-size: 11px !important; line-height: 1.4em;  font-family: Verdana, Arial,sans-serif !important; padding: 0px !important; }
.codecolorer-container { color: #000; background-color: transparent !important; }
.codecolorer-container table td.line-numbers { color: #669999; background-color: #F2F5F9; border-right: 0; }
*/
/* end container*/
/*
.actionscript3, .xml {
width:auto !important;
}
*/
/*----------------*/
/*
.dean_ch{
border: none!important; 
font-family: Verdana, Arial,sans-serif !important; 
background-color:transparent !important;
color: #006 !important;
margin: 10px 0 !important;
padding: 10px 0 !important; 
font-size: 11px !important;
line-height: 1.333em !important;
}
*/
/*-----------------------*/
/*
.geshi {
border: none!important; 
font-family: Verdana, Arial,sans-serif !important; 
background-color:transparent !important;
color: #600 !important;
margin: 10px 0 !important;
padding: 10px 0 !important; 
font-size: 11px !important;
}
.geshi ol li {
margin:  0 !important;
padding: 0 !important; 
font-size: 11px !important;
line-height: 1.333em !important;
}
*/
/*---------------------*/

.sy0, .br0, .nu0 { color: #000; }
.st0, .st_h, .es0, .es1 { color: #009900 !important; }
.co1, .co2, .co3, .co4 { color: #689 !important;  font-style: italic;font-family:Georgia, times new roman,serif !important; }
.coMULTI { color: #995 !important; font-family:Georgia, times new roman,serif !important; }
.kw1, .kw2, .kw3,  .kw4, .sy1 { color: #ff0066 !important; }
.kw5, .kw6 { color: #0077ff !important; }
.kw7, .kw8 { color: #0000FF; }

.xml .re0 { color: #0088ff !important; }
.xml .re1, .xml .re2 { color: #0000ff !important; }
.html4strict .sy0 { color: #ff0000 !important; }
.html4strict .kw2{ color: #0000ff !important; }
.html4strict .kw3{ color: #0088ff !important; }
.html4strict .sc-1{ color: #880 !important; }
.html4strict .sc0{ color: #b0a !important; }
.css .re0{  color: #000099 !important; }
.css .re2{  color: #990000 !important; }
.css .kw1{  color: #ff6600 !important; }
.css .kw2{  color: #ff0066 !important; }
.css .re1{  color: #006633 !important; }
.css .re3, .css .nu0{  color: #aa00ff !important; }

/*----------------*/
.wp_syntax {
color: #100;
background-color:transparent !important;
border: none !important;
margin: 10px 0 !important;
padding: 10px 0 !important;
overflow: auto;  
}
.wp_syntax pre {
color: #000 !important;
font-family: Verdana, Arial,sans-serif !important; 
font-size: 11px !important;
line-height: 1.333em !important;
}
.wp_syntax .line_numbers {
text-align: right;
background-color: #F2F5F9 !important;
overflow: visible;
}
.wp_syntax .line_numbers pre {
color: #888 !important;
}
.wp_syntax span {
font-weight:normal !important;
}

/*----------------*/

#wp_page_numbers ul, .wp_page_numbers ul {
	margin:0;
	padding:0;
}
#wp_page_numbers li, .wp_page_numbers li {
	display:inline;
}
#wp_page_numbers li a, .wp_page_numbers li a {
	padding: 4px;
}
.active_page a {
	color:black;
	font-weight:bold !important;
	background-color:#F2F5F9 !important;
}
.page_info {
	padding: 4px;
	margin: 0 8px !important;
	color:#666;
}
/*----------------------*/
#ktoc{
	position:fixed;
	left:10px;
	padding:0px;
	margin:0px;
	line-height:11px !important;
	font-size: 11px;
}
.toc {
	list-style: none;
	color: #999;
}
.hentry {
	background-color: #F2F5F9;
	}