/*
	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	: Jorge Pena
	Author Site	:
	Style Name	: SDPJ
	Style URI	:
	Version		: 1.0
	Comments	:
    Style Footer: Layout %style% by %author%
*/

#page {
	/* The entire design is contained within the 'page' id */
    padding: 0 0 0;
    /*background-color: #9ebecc;*/
    background: url('fundo.png') repeat-y;
}

#header {
	/* Contains the H1 and menu */
    background: white url('logo.png') left top no-repeat;
    height: 150px;
}

#header .description, #header h1 {
    display: none;
}

ul.menu {
    left: 220px;
    width: 67%;
    bottom: 10px;
}

ul.menu li {
    padding-top: 50px;
}

ul.menu li a {
    color: #06577c;
    padding-top: 50px;
    border-top: 2px solid #06577c;
    border-left: 2px solid #06577c;
    border-right: 2px solid #06577c;
}

ul.menu li a:hover {
	color: #568d30 !important;
    border-color: #568d30;
	background: white;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: white !important;
    border-color: #568d30;
	background: #568d30;
	text-decoration: none;
	}

.admintab {
    bottom: 5px;
}
	
#primary {
	/* Contains the main column */
    /*background-color: #9ebecc;*/
    /*border: 1px solid black;*/
	/*margin: 0 0px 0 0px;*/
    padding: 0;
}

body.columns-two .secondary {
	/* Contains the sidebar */
    color: white;
    background-color: #06577c;
    width: 210px;
    padding: 0 5px 0 5px;
    margin: 0;
	}

body.columns-one .secondary {
	/* Contains the sidebar */
    color: white;
    background-color: #06577c;
    width: 240px;
    /*padding: 0 5px 0 5px;*/
    /*margin: 0 0 0 0px;*/
}

#searchform > input#s {
    width: 155px;
}

.widget h4 {
    color: #00ff00;
}

.entry-meta {
    color: #06577c;
}
    
.entry-meta a, .comment-meta a {
    color: #06577c;
}

.chronodata {
    color: #06577c;
}

.ec3_eventday a {
    color: orange;
}

table.ec3_schedule {
    border: 1px solid orange;
}

table.ec3_schedule td {
    color: orange;
}

.ec3_list {
    color: orange;
}

.widget_execphp div {
    margin-top:0px;
}

.widget_execphp div.execphpwidget {
    margin-top:20px;
}

