/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Luigi R. Viggiano
	Author Site	: http://www.newinstance.it
	Scheme Name	: NewInstance.it
	Comments	: A Company Site and a Blog
*/

@IMPORT url("http://en.newinstance.it/wp-content/themes/k2/styles/newinstance/languages/java/eclipse-style.css");
@IMPORT url("http://en.newinstance.it/wp-content/themes/k2/styles/newinstance/languages/xml/eclipse-style.css");

#page {
	/* The entire design is contained within the 'page' id */
	padding: 0px;	
}
	
#header {
	/* Contains the H1 and menu */
	background: url('newinstance/banner.jpg') center center no-repeat;	
}
	
#header h1 {
	visibility: hidden;
}

#header p.description {
    font-size:small;
    font-style: italic;
    position: absolute;
    top:100px;
    left:70px;
}

#header span.header-contact-bar {
    position: absolute;
    top: 5px;
    right: 10px;
    color: white;
}

#header span.header-contact-bar a {
    color: white;
}

#header span.header-contact-bar img {
    vertical-align:middle;
}
	
.primary {
	/* Contains the main column */
}

.item {
	/* Each entry is contained within the 'item' class */
}

.itemtext {
}

.secondary {
	/* Contains the sidebar */
}

pre {
   font: 1.1em 'Courier New', Courier, Fixed, monospace;
   border : 1px solid gray; 
   padding : 4px;
   margin-left: 1%;      
   margin-right: 1%;
   width : 96%;
   height : auto;
   min-height : 50px;
   max-height: 300px;
   overflow : auto;
}

.primary img {
   border-style: none;
   margin: 4px;
   padding: 0px;
   max-width: 100%;
}


/* Sidebar Styles*/

div.sb-pagemenu li.page_item {	
	font-size: small;	
}

div.sb-pagemenu > ul {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
}


/* Site Map Styles*/

div.primary-pagemenu {
   position: relative;
   top: -25px;
}

ul.site-map, ul.site-map ul {
   font-size: small;	
   padding-left: 15px;
   list-style-type: none;  
   list-style-image: none;  
}

/* syntax highlighter */
div.toolbar .item {
    padding: 0px;
}

div.syntaxhighlighter {
   border : 1px solid gray !important;
   padding : 4px;
   margin-left: 1%;
   margin-right: 1%;
   width : 96%;
   height : auto;
   min-height : 50px;
   max-height: 300px;
   overflow : auto;
}

