/*

General styling

*/

body {
	margin:0;
	background-color:#EDE8E2;
    /* FCCFFF */
font-family:\"Trebuchet MS\", sans-serif;
/* font-family: Verdana, Arial, Helvetica, sans-serif; */

	font-size:11px;
	color:#333;
}

#wrapper {
    width:780px;
    margin:0 auto; 
    background-color:#fff;
/*    border-left: 1px solid #D76FDF; */
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

a:link, a:visited {
	text-decoration:none;
	color:#73A533;
}

a:hover {
    text-decoration:underline;
}

* {
padding:0;
margin:0;
}

/* HEADER */

#header {
    margin-bottom:10px;
}

    #title {
    width:340px;
    float:right;
    text-align:right;
    margin:13px 5px 0 0;
    line-height:22px;
    font-size:30px;
    font-weight:normal;
    color:#73A533;
    }
    
    #title a:hover {
        text-decoration:none;
        color:#FD67FD;
    }

    #topmenu {
        margin-top:15px;
        z-index:5;
        float:left;
        width:400px;
    }
    
        #topmenu a:link, #topmenu a:visited {
            color:#333;
        }
        
        #topmenu a:hover {
            text-decoration:none;
        }
    
		#topmenu ul { 
			list-style:none;
			margin:0 0 0 5px;
			padding:0;
		}
				
				#topmenu ul li a:link, #topmenu ul li a:visited {
					display:block;
					line-height:11px;
					padding:5px 15px 2px 5px;
					margin:0 5px 0 0;
					font-size:11px;
					border-bottom:2px solid #73A533;
					text-transform:uppercase;
				}
				
				#topmenu ul li a:hover {
				    border-bottom:2px solid #FD67FD;
				}
				
				#topmenu ul li {
					display:block;
					float:left;
					position:relative; 
				}
				
				#topmenu ul li ul {
					display:block;
					position:absolute;
					top:auto;
					list-style:none;
					margin:0;
					padding:0;
					visibility:hidden;
					border-top:1px solid #CCC;
					width:220px;
				}
				
				#topmenu ul li:hover>ul {
					visibility:visible;
				}
				
				#topmenu ul li ul li {
					position:relative;
					float:none;
					line-height:18px;
					color:#333;
					font-size:10px;
					_height:1px;
				}
				
				#topmenu ul li ul li a:link, #topmenu ul li ul li a:visited {
					display:block;
					margin:0;
					line-height:15px;
					padding:2px 0 2px 10px;
					color:#FFF;
					_height:1px;
					text-transform:none;
					border:0;
					background-color:#73A533;
				}
				
				#topmenu ul li ul li a:hover {
					background-color:#FD67FD;
				}
				
    #headerimage {
        clear:both;
        height:248px;
        border-top:1px solid #CCC;
        border-bottom:1px solid #CCC;
        background-repeat:no-repeat;
/*        background-position:center; */
    }
    

/* SIDEBAR */

#sidebar {
    width:170px;
    float:left;
    margin:-10px 0 0 0;
    background-color: #f9f9f9;
    padding: 10px 0 0 15px;
}

#sidebar a:link, #sidebar a:visited {
    color:#333;
}

#sidebar a:hover {
    color:#73A533;
    text-decoration:none;
}


/* LISTS */

html>body .the_content ul {
/*	margin-left: 6px;
	padding: 0 0 0 30px; */
	list-style: none;
/*	padding-left: 10px;
	text-indent: -10px; */

padding: 5px 0px 5px 5px; margin: 0px;

	} 

html>body .the_content ul li {
/*	margin: 7px 0 8px 10px;  */
margin: 0;
/* line-height:1.85em; */
padding: 0 0 5px 13px;

font: normal 11px/19px "Verdana";

/* padding: 2px 0px 2px 13px; */
list-style-type: none;
background: url("images/p-con-li.png") no-repeat left 2px;
/* color:#666; */
	}

.the_content ol {
	padding: 0 0 0 15px;
	margin: 0;
	text-indent:-5px;
}

.the_content img { max-width:540px; width: expression(this.width > 542 ? 540: true);}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/*.the_content ul li:before, #sidebar ul ul li:before {
	content: "\00BB\00A0";
	color:#73A533;
	} */

#sidebar ul ul li:before {
	content: "\00BB\00A0";
	color:#73A533;
	}


/* CONTENT */

#content {
    margin:0 0 0 5px;
/*    margin-left: 170px; */
    width:560px;
    float:right;
}

.post {
    margin:0 30px 30px 0;
    clear:both;
/*    line-height:2.85em; */

}

    .post .posttitle, #sidebar h2 {
        font-size:20px;
        line-height:20px;
        color:#FD67FD;
/*        margin:0 0 2px 0; */
        margin:0;
        font-weight:normal;
    }
    
        .post a:link, .post a:visited {
            color:#FD67FD;
        }
    
        .post a:hover {
            color:#73A533;
            text-decoration:none;
        }
    
        .post a:link span, .post a:visited span {
            color:#CCC;
        }
        
        .post a:hover span {
            color:#AAA;
        }
        
    .post .postmeta {
        font-size:10px;
        line-height:10px;
        color:#CCC;
        text-transform:uppercase;
        margin:0 0 5px 0;
    }
    
        .post .postmeta a:link, .post .postmeta a:visited {
            color:#AAA;
        }
        
        .post .postmeta a:hover {
            color:#73A533;
            text-decoration:none;
        }
        
    .post p {
        margin:10px 0 10px 0;
/*        line-height:15px; 
        line-height:1.85em; */

font: normal 11px/19px "Verdana";
padding: 5px 0px;

    }
    
        .post p a:link,
        .post p a:visited,
        .post ul a:link,
        .post ol a:link,
        .post ul a:visited,
        .post ol a:visited {
            color:#73A533;
        }
    
        .post p a:hover,
        .post ul a:hover,
        .post ol a:hover {
            text-decoration:underline;
        }
        
        .post .the_content ul, .post .the_content ol {
            margin-bottom:15px;
        }
    
    .post blockquote {
        margin:0 0 15px 20px;
        padding:5px;
        border-top:1px solid #73A533;
        border-bottom:1px solid #73A533;
    }
    
        .post blockquote p {
            margin:0;
            font-style:italic;
        }
        
        .post blockquote blockquote {
            margin-top:15px;
            background-color:#F3F3F3;
        }

    .post img {
/*    float:right;  */
    text-align:center; 
/*    border:1px solid #73A533;  */
    border:1px solid #ccc;
    margin:4px 0 4px 0px;
    padding:3px;
    }
    
    .post .wp-smiley {
        float:none;
        border:0;
        margin:0;
    }


/* COMMENTS */

#commentlist, #trackbacks {
    list-style:none;
}

    #commentlist li {
        margin:0;
        padding:15px 10px 0 10px;
        border-bottom:1px solid #73A533;
    }

    #commentlist li.odd {
        background-color:#F3F3F3;
    }
    
    #trackbacks li {
        padding:5px 10px 5px 10px;
    }

.post .commenttitle {
        font-size:16px;
        line-height:16px;
        color:#FD67FD;
        margin:0 0 2px 0;
        font-weight:normal;
    }
    
        .post #commentlist .commenttitle a:link, .post #commentlist .commenttitle a:visited {
            color:#FD67FD;
        }
    
        .post #commentlist .commenttitle a:hover {
            color:#73A533;
            text-decoration:none;
        }
        
        textarea {
            width:100%;
        }

/* FOOTER */
        
#footer {
    clear:both;
    border-top:1px solid #CCC;
}

    #footer p {
        margin:5px 0 30px 5px;
        color:#CCC;
        text-transform:uppercase;
        font-size:10px;
    }
    
    #footer a:link, #footer a:visited {
        color:#AAA;
    }
    
    #footer a:hover {
        color:#73A533;
        text-decoration:none;
    }
    
    
/* paginacao
--------------------------------------------------*/
.pagebar
	{
		font: 11px Arial, Helvetica, sans-serif;
		padding-top: 20px;
		padding-bottom: 10px;
		margin: 0px;
	}

.pagebar a, .pageList .this-page
	{
		padding: 2px 6px;
		border: solid 1px #ddd;
		background: #fff;
		text-decoration: none;
	}

.pagebar a:visited
	{
		padding: 2px 6px;
		border: solid 1px #ddd;
		background: #fff;
		text-decoration: none;
	}

.pagebar .break
	{
		padding: 2px 6px;
		border: none;
		background: #fff;
		text-decoration: none;
	}

.pagebar .this-page
	{
		padding: 2px 6px;
		border-color: #999;
		font-weight: bold;
		font-size: 13px;
		vertical-align: top;
		background: #fff;
	}

.pagebar a:hover
	{
		color: #fff;
		background: #0063DC;
		border-color: #036;
		text-decoration: none;
	}

/********************************************
CALENDAR
*****************************/

#wp-calendar {
 margin: 0px 10px 0px 10px;
 background-color: #FFDFFE;
 border: 1px solid #000;
/* border-left: 1px solid #ffe2f1;
 border-right: 1px solid #ffe2f1;
 border-top: 1px solid #ffe2f1; */
 display:inline-table;
 width:145px;
 text-align:center;
}

/*#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:145px;
  margin:0px 10px 0 10px;
  text-align:center;
  background-color: #ffb9df;
  border:1px solid #000;
} */

table#wp-calendar caption {
  margin:-5px 10px 0 10px;
  padding-bottom:5px;
  border-bottom:1px solid;
  letter-spacing:0.1em;
}

table#wp-calendar thead tr {border-bottom:1px solid;}

table#wp-calendar th {border-bottom:1px solid;}

table#wp-calendar td {
  width:200px; /* maximaize width; honestly, I don't know much about tables... */
  padding:1px;
  font-size:0.9em;
}

table#wp-calendar td#today {
  padding:0;
  border:1px solid;
/*  font-size:1em; */
  font-weight:bold;
}

table#wp-calendar td a {
  display:block;
  background: #ffb9df;
  border-bottom:1px solid #67006F;
  font-weight:bold;
  font-size:1.15em;
}

table#wp-calendar tfoot {border-top:1px solid;}

table#wp-calendar tfoot a {
  border:none;
  font-weight:bold;
}

table#wp-calendar tfoot #prev a {text-align:left;}
table#wp-calendar tfoot #next a {text-align:right;}

.wp_quotes_quote {
padding:8px;
}

strong.search-excerpt {
  background-color: #ccc;
}
