/*
Theme Name: Ypioca v1
Author: Pixel2k.com
Author URI: http://www.pixel2k.com
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #555555;
	background: #366733 url(images/background.jpg) no-repeat top center;
}
a {
	color: #719A00;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0;
    height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}


/** inicio do wrapper **/
#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
/** fim do wrapper **/


/** inicio do header **/
#header {
	height: 356px;
}
	#header h1 a {
		width: 882px;
        height: 330px;
		display: block;
		text-indent: -9999px;
		outline: none;
		background: url(images/logo.jpg) no-repeat top right;
	}
/** fim do header **/


/** inicio do content **/
#content {
    background: #fff;
    /* background: #fff url(images/content-down.gif) no-repeat bottom left; */
	width: 716px;
	float: left;
    margin: 10px 0 20px 0;
	padding: 10px 20px 0 20px;
	font-family: Arial;
    font-size:1.2em;
}

	#content .posts {
	}
	#content .post {
        padding: 0 0 20px 0;
        border-bottom: 2px solid #e2e2e2;
	}
        #content .post .data-titulo {
            float: left;
            margin-top: 20px;
            width: 630px;
        }

		#content .post ul {
			padding-left:50px;
		}

        #content .post .total-comentario {
            background: url(images/total-comentario.gif) no-repeat top right;
            color: #fff;
            float: right;
            font-family: "trebuchet ms", verdana;
            font-size: 1.5em;
            height: 42px;
            margin-top:  10px;
            padding-top: 5px;
            text-align: center;
            text-decoration: none;
            width: 67px;
        }
		#content .post h2 {
			font-family: "trebuchet ms", georgia;
			font-size: 2em;
			font-weight: normal;

			letter-spacing:-2px;
			margin-bottom: 15px;
		}
		#content .post h2 a {
			color: #c00;
			text-decoration: none;
		}
        #content .post h2 a:hover {
            color: #000;
        }
		#content .post .date {
			color: #9E9E9D;
			font-size: 0.9em;
            line-height: 0; 
		}
		#content .post p {
            clear: both;
			line-height: 1.6em;
			margin-bottom: 15px;
		}
		#content .readmore {
			color: #719A00;
            display:block;
			font-size: 0.9em;
			font-weight: bold;
            line-height: 0;
            margin-bottom: 30px;
            text-align: right;
			text-decoration: none;
		}
        #content .readmore:hover {
            text-decoration: underline;
        }
        #content .post-nav * {
            vertical-align: middle;
        }
        #content .post-nav {
            list-style: none;
        }
        #content .post-nav li {
            display: inline;
        }
        #content .post-nav .comentar {
            padding: 0 20px;
        }
	#content .postnav {
		clear: both;
	}
		#content .postnav {
			list-style-type: none;
		}
			#content .postnav li {
				float: left;
				font-weight: bold;
				padding: 2px;
				font-size: 1em;
			}
            #content .postnav li.recentes {
                float:right;
            }
			#content .postnav li a {
				display: block;
				padding: 9px 30px;
				background: #fff url(images/nav-post.gif) no-repeat bottom center;
				color: #ffffff;
                margin: 20px 0;
				text-decoration: none;
				border: 0 !important;
			}
			#content .postnav li a:hover {
				background-position: top center;
			}
	#content .title {
		font-size: 0.9em;
		text-transform: uppercase;
		font-family: Verdana;
		padding: 15px 22px 0;
	}
	#wp_page_numbers ul {
		border-top: 0 !important;
	}
	#wp_page_numbers .page_info {
		padding: 7px 10px !important;
		background-color: #9E9E9D;
		color: #ffffff !important;
		margin-right: 2px;
	}
	#wp_page_numbers .active_page a {
		background-color: #719A00 !important;
	}
	#myGallery {
		width: 600px !important;
		height: 300px !important;
	}
	.slideInfoZone {
		height: auto !important;
		padding: 10px;
		width: 580px !important;
	}
	#content .single {
		padding: 10px;
	}
	
		#content .single ul {
			padding-left:40px;
		}

		#content .single h2 {
			margin-bottom: 10px;
			font-size: 1.4em;
			text-transform: none;
		}
		#content .single p {
			line-height: 1.5em;
			margin-bottom: 10px;
		}
		#content .single ul, #content .single ol {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#content .single li {
			line-height: 1.5em;
			padding: 2px 0;
		}
		#content .single blockquote {
			padding: 10px 10px 5px;
			margin-bottom: 10px;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
		}
		#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
			font-size: 1.2em;
			margin-bottom: 5px;
		}
/** fim do content **/


/** inicio da sidebar **/
#sidebar {
	width: 224px;
	float: right;
    margin-bottom: 20px;
    padding-top: 40px;
}
    #sidebar .link-rss {
        background: #c00 url(images/icon-rss.gif) no-repeat 10px center;
        color: #fff;
        display: block;
        font-size: 1.5em;
        margin-bottom: 2px;
        padding: 5px 0 5px 35px;
        text-decoration: none;
    }
    #sidebar #frm-busca {
        background: #fff;
        margin: 10px 0;
        padding: 10px;
    }
    #sidebar #frm-busca input {
        background: #fff url(images/icon-busca.gif) no-repeat 5px 5px;
        border: 1px solid #c00;
        font-size: 1.4em;
        padding: 2px 2px 2px 30px;
        width: 170px;
    }
    #sidebar #sidebar-recipiente {
        background: #e5f0c5;
        padding: 20px;
    }
	#sidebar h2 {
		font-size: 1.3em;
		color: #c00;
		margin-bottom: 10px;
	}
	#sidebar ul {
		list-style-type: none;
        margin-bottom: 15px;
	}
		#sidebar ul li {
			font-size: 0.9em;
			line-height: 1.5em;
			padding: 4px 0;
		}
		#sidebar ul li a {
			color: #262B2C;
			text-decoration: none;
		}
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
	#sidebar .tags {
		padding-left: 5px;
	}
/** fim da sidebar **/

/** inicio do footer **/
#wrapper-footer {
    background: url(images/wrapper-footer.gif) repeat-x top left;
    padding-bottom: 20px;
    text-align:center;
}
    #footer1 {
    	clear: both;
    	font-size: 0.9em;
    	color: #9E9E9D;
        margin: 0 auto;
        text-align: left;
        width: 780px;
    }
    #footer1 .tags {
        background: #3d7a1c;
        border: 1px solid #b9cc18;
        padding: 10px;
    }
        #footer1 .tags h2 {
            color: #b9cc18;
            font-size: 1.7em;
        }
    	#footer1 a {
    		color: #000000;
    		text-decoration: none;
    	}
#wrapper-footer2 {
    background: #adbe32;
    padding: 30px 0;
    text-align:center;
}
    #wrapper-footer2 #footer2 {
        margin: 0 auto;
        text-align: left;
        width: 780px;
    }
    #wrapper-footer2 #footer2 h2 {
        color: #333;
        margin-bottom: 10px;
    }
    #wrapper-footer2 #footer2 ul {
        list-style: none;
    }
    #wrapper-footer2 #footer2 ul li {
        float: left;
        width: 33%;
    }
    #wrapper-footer2 #footer2 ul li ul li {
        border-bottom: 1px solid #9a2;
        display: block;
        float: none;
        padding: 5px 0;
        width: 90%!important;
    }
    #wrapper-footer2 #footer2 ul li ul li a {
        color: #333;
        text-decoration: none;
    }
#wrapper-footer3 {
    background: #c00;
    color: #adbe32;
    clear: both;
    font-size: 1.5em;
    font-weight: bold;
    padding: 30px 0;
    text-align: center;
}
    #wrapper-footer3 a {
        color: #adbe32;
        text-decoration: none;
    }
/** fim do footer **/

/** BEGIN miscellaneous **/
#comments {
	padding: 10px;
}
	#comments a {
		text-decoration: none;
	}
	#comments h2 {
		font-size: 1.4em;
		margin: 10px 0;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 240px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments .buffer {
		padding: 10px;
	}
	#comments h2 {
		font-size: 0.9em;
		text-transform: uppercase;
		color: #719A00;
		margin-bottom: 20px;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #e0e0e0;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 10px 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/

#wptd_footer { line-height:33px; padding:0!important; margin:0!important; }
#wptd_footer .wptd_logo { display:inline-block; width:30px; height:33px; text-indent:-9999px; text-align:left; background:url(images/wptd_logo/30.png) no-repeat; cursor:pointer; }
