/*-----------Block Level Elements--------------*/
Body {
        background: #333 url("images/cont_bg3.gif") repeat;
        font-family: "Arial", "Helvetica", "Sans serif";
        color: #eff;
}

a {
        color: #da7;
        text-decoration: none;
}

a:visited:hover {
       color: #ffc;
       text-decoration: none;
}

a:visited {
        color: #da7;
        text-decoration: none;
}

a:hover {
        color: #ffc;
        text-decoration: none;
}

#page {
	max-width: 95%;
	min-width: 560px;
	margin: 0 auto;
}

#header {
        background: #000 url("images/sunset_black2.jpg") no-repeat center center;
        border: #000 solid 4px;
	width: 99%;
	overflow: hidden;
        height: 100px;
        text-align: center;
}

#headerimg {
}

.description {
        font-size: 16px;
}

#wrapper {
	width: 100%;
}

#content {
	float: left; 
	width: 68%;		/* 68% */
        margin-top: 2px;
/*        padding: 8px 0 8px 12px; */
}

#sidebar {
/* 	float: right; */
	width: 29%;		/* 29% */
	margin-left: 69%; 	/* 69% */
        margin-top: 1px;
        border-left: #000 solid 0px;
/* NANDELBOSC TREURE BARRA SEPARADORA */
}

#navbar {
        width: 100%;
        height: 26px;
        margin: 6px 0 2px 0;
}

#footer {
        border-top: #000 solid 3px;
	width: 100%;
        margin-top: 4px;
        font-size: 12px;
        text-align: center;
	clear: both;
}

/*-------------Headings-------------*/

h1 {
}

h2 {
        font-family: "Arial", "Helvetica", "Sans serif";
        background: #000;
 /*       border: #666 solid 2px; */
        font-size: 0px;
/*        padding: 2px 10px 2px 12px; */
}

h2 a:hover, h2 a:visited, h2 a {
        font-family: "Arial", "Helvetica", "Sans serif";
        background: #000;
        font-size: 18px;
        padding: 2px 10px 2px 12px;
}

h3 {
}

h4 {
}

h5 {
}

/*-------------The Post-------------*/

.post h2 {
        font-family: "Arial", "Helvetica", "Sans serif";
        background: #000;
/*        border: #666 solid 2px; */
        font-size: 18px;
        padding: 2px 10px 2px 12px;
}

.post h2 a:hover, .post h2 a:visited, .post h2 a {
        font-family: "Arial", "Helvetica", "Sans serif";
        background: #000;
        font-size: 18px;
        padding: 2px 10px 2px 12px;
}

.post {
        font-size: 14px;
        padding-right: 10px;
}

.post p {
        padding-right: 10px;
        font-size: 14px;
}

.post a {
        padding-right: 10px;
        font-size: 14px;
}

.post ul {
        padding-right: 10px;
        font-size: 14px;
}

.post li {
        padding-right: 10px;
        font-size: 14px;
}

.entry {
        padding-right: 10px;
        font-size: 14px;
}

.entrytext .postmetadata {
        border: #666 solid 2px;
        width: 80%;
        padding: 4px 4px 4px 4px;
        font-size: 14px;
}

.postmetadata alt {
        padding-right: 10px;
        font-size: 14px;
}

.postmetadata a {
        padding-right: 10px;
        font-size: 14px;
}

.navigation {
        padding-right: 10px;
        font-size: 14px;
}

.alignleft {
        font-size: 14px;
        text-align: left;
}

.alignright {
        font-size: 14px;
        padding-right: 10px;
        text-align: right;
}

.center {
        font-size: 14px;
        text-align: center;
}

.pagetitle {
        width: 90%;
        font-size: 14px;
}

blockquote {
        border-left: 5px solid #000;
        margin-left: 1.5em;
        padding-left: 5px;
}

cite {
        font-size: 14px;
}

a img {
        border: none;
}

acronym, abbr {
        font-size: 14px;
}

/*--------------Sidebar------------*/

#sidebar ul {
        font-size: 14px;
        padding-bottom: 2px;
        list-style: none;
}

#sidebar ul h2 {
        margin-left: 10px;
        font-size: 16px;
        list-style: none;
}

#sidebar ul li {
        margin-left: -14px;
        padding-bottom: 2px;
        list-style: none;
}

#sidebar ul ul {
        padding-bottom: 2px;
        list-style: none;
}

#sidebar ul ul li {
        padding-bottom: 2px;
        list-style: none;
}

#sidebar ul ul ul {
        padding-bottom: 2px;
        list-style: none;
}

#sidebar p {
        padding-bottom: 2px;
        list-style: none;
}

#sidebar a {
        padding-bottom: 2px;
        list-style: none;
}

#sidebar a:hover {
        padding-bottom: 2px;
        list-style: none;
}

#sidebar a:visited {
        padding-bottom: 2px;
        list-style: none;
}

.textwidget {
        margin-left: 24px;
}

#themeswitcher select {
        width: 93%;
}

/*--------------Comments--------------*/

ol.commentlist {
}

ol.commentlist li {
}

ol.commentlist li.alt {
}

ol.commentlist a {
}

small.commentmetadata {
}

#commentform input {
        background: #eff;
}

#commentform textarea {
        background: #eff;
        width: 80%;
}

/*--------------Search Form-------------*/

#searchform {
        margin-left: 18px;
}

#searchform input {
}

#searchform #s {
        background: #eff;
        border: #666 solid 4px;
        width: 93%;
}

#searchretrap {
        float: left;
        width: 68%;
}

/*-------------Calendar-----------------*/

#wp-calendar {
}

#wp-calendar th {
}

#wp-calendar a {
}

#prev a, #next a {
}

#wp-calendar caption {
}

/*-------------Images------------------*/

/*-------------Other------------------*/

hr {
	display: none;
}

/* begin menu */

div.menu {
        margin: 0em;
}

div.menu ul {
        margin: 0em;
        padding: 0em;
        line-height: 1.28em;
}

div.menu li {
        float: left;
        padding-right: 3px;
        list-style-type: none;
        height: 1.28em;
        width: 4.28em;
        padding-bottom: 3px;
        text-align: center;
        font-family: Vrinda, Verdana, Tahoma, Sans-Serif, Serif, "Courier New", Arial;
}

div.menu li a {
        display: block;
        overflow: hidden;
        text-decoration: none;
}

div.menu li a:link {
        background-color: #000;
        color: #da7;
        font-weight: normal;
        text-align: center;
        border: 2px solid #666;
}

div.menu li a:visited {
        background-color: #000;
        color: #da7;
        font-weight: normal;
        text-align: center;
        border: 2px solid #666;
}

div.menu li a:hover {
        background-color: #000;
        color: #ffc;
        font-weight: normal;
        text-align: center;
        border: 2px solid #da7;
} /* end menu */

