/*
Theme Name: Ninho dos Pequenitos
Theme URI: http://ninho.nevvo.com/
Description: Ninho dos Pequenitos website
Version: 1.0
Author: Nuno Costa
Author URI: http://ninho.nevvo.com/
Tags: green, blue, light, two-columns, fixed-width, theme-options, right-sidebar
*/

* {
	margin:				0;
	padding:			0;
}
/* static START */
* {
	margin:				0;
	padding:			0;
}
abbr[title], acronym[title] {
	border-bottom:		thin dotted;
	cursor:				help;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:		bold;
	letter-spacing:		-0.05em;
	font-family:		Verdana;
}
h1 {font-size:150%;}
h2 {font-size:130%;}
h3 {font-size:120%;}
h4 {font-size:90%;}
h5 {font-size:70%;}
h6 {font-size:60%;}
img {
	border:				0;
}
img.sided {
	background:			#FFF;
	border:				1px solid #CCC;
	padding:			3px;
}
small {
	font-size:			10px;
}
a:hover img.sided {
	border-color:		#A6A6A6;
}
a {
	color:				#2970A6;
	text-decoration:	none;
}
a:hover {
	text-decoration:	underline;
}
.wp-caption {
	background:#F7F7F7;
	border:1px solid #CCC;
	padding:5px 0;
	margin:12px 0 2px;
	text-align:center;
}
.wp-caption img {
	margin:0 5px;
}
.wp-caption-text {
	text-align:center;
	padding:0 5px !important;
	padding:0 5px;
	font-size:small;
	margin: 4px 0 0;
}
*+html .wp-caption-text {
	padding:0 5px !important;
}
blockquote {
	background:#F4F5F7 url(images/blockquote.gif) 3px 3px no-repeat;
	border:1px dashed #CCC;
	padding:8px 12px 8px 36px;
	margin:5px 0;
}
.more-link {
	font-size:12px;
}
.alignleft {
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright {
	float:right;
	text-align:right;
	margin-left:10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.left {
	float:left;
	margin-right:10px;
}
.right {
	float:right;
	margin-left:10px;
}
.fixed, .clear {
	clear:both;
}
input.textfield, 
textarea {
	background:#FFF url(images/textfield.gif) top repeat-x;
	border:1px solid #A6A6A6;
	padding:2px 1px;
	font-size:12px;
}
.boxcaption {
	background:#E3E4E6 url(images/box.gif) 0 0 no-repeat;
	padding:6px 12px;
	border-bottom:1px solid #CCC;
}
.boxcaption h3 {
	font-size:12px;
	font-family:Verdana,"BitStream vera Sans";
	letter-spacing:0em;
}
.box {
	background:#F4F5F7 url(images/box.gif) 100% 100% no-repeat;
	padding:8px 12px;
	margin-bottom:10px;
}
.messagebox, 
.errorbox {
	background:#EDEFF0 url(images/messagebox.png) no-repeat;
	padding:0 12px;
	height:27px;
	line-height:27px;
	font-size:11px;
}
.w3c {
	color:#080;
	font-size:10px;
}
.post table {
	background: #fff;
	border-collapse: collapse;
	margin: 4px 0 7px;
}
.post tr.even td {
//	border: 1px solid #bbb;
	background: #fff;
	text-align: center;
	padding: 3px;
}
.post th {
//	border: 1px solid #aaa;
	background: #DDDDFF;
	text-align: center;
	padding: 7px;
}
.post td {
//	border: 1px solid #bbb;
	background: #fff;
	padding: 3px;
}
/* static END */
body { 
	background:			#EDEDED url(images/bg.gif) repeat-x;
	font-family:		Helvetica,"Verdana",Sans-serif;
	font-size:			14px;
}
p {
	color:				#000;
	padding:			0;
	line-height:		1.4em;
	margin:				8px 0;
	font-size:			14px;
}
#container {
	margin:				auto;
	width:				850px; // 950px;
	
//	Debug
//	border:             1px solid #0000FF;
//	outline:			thin solid #0000FF;
}
#header {
	height:				180px;	// 302px;
	width:				950px;
	float:				left;
	background:			url(images/header.gif) no-repeat;
}
#caption {
	margin-top:			60px;
}
#title a {
	text-decoration:		none;
	color:					#2970A6;
	height:					30px;
	display:				block;
	font-family:			Verdana;
	font-weight:			bold;
	letter-spacing:			-2px;
	font-size:				30px;
	outline:				none;
    line-height:			80%;
}
#tagline {
	color:					#FFF;
	text-decoration:		none;
	font-size:				16px;
	font-weight:			bold;
	float:					left;
	padding:				3px;
}
#navigation {
	height:					38px;
	width:					950px;
	margin-top:				140px;
	float:					left;
}
.nav-links li {
	display:				inline;
	padding:				10px 0;
	float:					left;
}
.nav-links li a {
	text-transform:			capitalize;
	color:					#fff;
	text-decoration:		none;
	letter-spacing:			-1px;
	font:					bold 14px Arial, Helvetica, sans-serif;
	padding:				4px 10px;
}
.nav-links li a:hover { 
	background:				#99CC00;
	text-decoration:		none;
	color:					#000000;
	padding:				4px 10px 4px;
}
.nav-links li.current_page_item a {
	background:				#99CC00;
	color:					#000000;
	text-decoration:		none;
	padding:				4px 10px 4px;
}
.search-form li {
	float:					right;
	background:				url(images/searchbox.png) no-repeat;
	width:					209px;
	height:					23px;
	display:				block;
	margin-top:				4px;
	margin-right:			10px !important;
	margin-right:			5px;
	padding:				2px;
	font:					normal 14px Arial, Helvetica, sans-serif;
}
.search-form li .textfield {
	background:				none;
	border:					0px;
	width:					185px;
	float:					left;
	margin-right:			2px;
	padding-left:			2px;
}
.search-form li .button {
	background:				none;
	border:					0px;
	width:					18px;
	height:					18px;
	cursor:					pointer;
	float:					left;
	margin-top:				1px;
}
.searchtip {
	color:					#999;
}
#content {
	float:					left;
	width:					600px; //726px;
	margin-top:				10px;
	margin-left:			10px;
 
//	Debug
//	border:             	1px solid #FF0000;
//	outline:				thin solid #FF0000;
}
.post-title {
	float:					left;
	height:					32px;
	width:					582px; //726px;
	background:				url(images/content_box_top.png) no-repeat;
	padding:				4px 15px;
}
h2 {
	text-transform:			capitalize;
	color:					#666;
	letter-spacing:			-1px;
	padding-top:			7px;
}
.post {
	float:					left;
	width:					580px; //724px;
	padding:				5px 15px 0 15px;
	border-right:			1px solid #d3d3d3;
	border-left:			1px solid #d3d3d3;
	background:				#fff;
}

html>body .post ul {
	margin-left: 0px;
	padding: 0 0 2px 30px;
	list-style-image: url(images/bullet.png);
} 
html>body .post li {
	margin: 2px 0 2px 2px;	
	line-height: 1.4em;
}
.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.post ol li {
	margin: 0;
	padding: 0;
	}
.highlight {
 color: #7b9122;
 font-style: italic;
}
.post h2 .act a {
	font-weight:normal;
}
.post .info {
	margin:5px;
}
.post .info span.first {
	margin-left:0;
}
.post .date, 
.post .author, 
.post .editpost, 
.post .comments, 
.post .addcomment, 
.post .addlink, 
.post .editlinks {
	background:url(images/icons.gif) no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:11px;
}
.post .tags, 
.post .categories {
	background:url(images/icons.gif) no-repeat;
	width:16px;
	height:16px;
	line-height:16px;
	display:block;
	text-indent:-999em;
}
.post .under span.tags, 
.post .under span.categories {
	margin-right:6px;
}
.post .act {
	height:16px;
	float:right;
}
.post .act span {
	float:left;
	margin-left:15px;
}
.post .tags {
	background-position:0 -400px;
}
.post .categories {
	background-position:0 -480px;
}
.post .date {
	background-position:0 -48px;
	margin-right:15px;
	float:left;
}
.post .author {
	background-position:0 0;
	float:left;
}
.post .editpost {
	background-position:0 -64px;
	margin-left:15px;
	float:right;
}
.post .comments {
	background-position:0 -96px;
	float:right;
}
.post .addcomment {
	background-position:0 -112px;
	margin-left:15px;
	float:right;
}
.post .addlink {
	background-position:0 -176px;
}
.post .editlinks {
	background-position:0 -192px;
}
.post .under {
	height:16px;
	line-height:16px;
	font-size:11px;
	margin-top:8px;
}
.post .under span {
	float:left;
	margin-right:15px;
}
.post-bottom {
 float: left;
 height: 17px;
 width: 612px;
 margin-bottom: 15px;
 background: url(images/content_box_bottom.png) no-repeat;
}
#pagenavi, 
#postnavi {
	margin:4px -5px 0;
	padding:4px 5px 0;
}
#pagenavi {
	font-size:11px;
}
#pagenavi .newer a, 
#postnavi .prev a {
	background:			url(images/icons.gif) 0 -224px no-repeat;
	padding-left:		22px;
	float:				left;
	height:				16px;
	line-height:		16px;
}
#pagenavi .older a, 
#postnavi .next a {
	background:			url(images/icons.gif) 100% -240px no-repeat;
	padding-right:		22px;
	float:				right;
	height:				16px;
	line-height:		16px;
}
#sidebar {
	float:				right;
	width:				200px; //322px;
	height:				100%;
	margin-top:			12px;
	
//	Debug
//	border:             1px solid #00FF00;
//	outline:			thin solid #00FF00;
}
.widget-title {
	float:				left;
	height:				0px; //32px;
	width:				152px; //292px;
	//background:		url(images/sidebar_top.png) no-repeat;
	padding:			4px 15px;
}
h3 {
 text-transform: capitalize;
 color: #666;
 letter-spacing: -1px;
 padding-top: 8px;
}
.widget {
 float: left;
 width: 150px; //290px;
 padding: 5px 15px 0 15px;
// border-right: 1px solid #d3d3d3;
// border-left: 1px solid #d3d3d3;
// background: #fff;
 font-size:13px;
 font-weight:bold; // new
 line-height:1.4em;
}
.widget p { font-size:13px; }
.widget-bottom {
 float: left;
 height: 16px;
 width: 182px; //322px;
 margin-bottom: 15px;
// background: url(images/sidebar_bottom.png) no-repeat;
}
#sidebar li {
//	background:url(images/icons.gif) 0 -560px no-repeat;
	padding-left:22px;
	list-style:none;
	margin-top:5px;
}
#tag_cloud a {line-height:1.5em;}
#search form {
 float: left;
 width: 290px;
 padding: 5px 15px 0 15px;
 border-right: 1px solid #d3d3d3;
 border-left: 1px solid #d3d3d3;
 border-top: 1px solid #d3d3d3;
 background: #fff;
 font-size:13px;
 line-height:1.4em;
}
/* calendar START */
#wp-calendar {
	width:100%;
}
#wp-calendar #today {
	background:#E6E6E6;
}
#wp-calendar tbody a {
	font-weight:bold;
}
#wp-calendar caption {
	font-family:Verdana;
	font-weight:bold;
	letter-spacing:-0.05em;
	font-size:120%;
	text-align:center;
	padding-bottom:5px;
}
#wp-calendar th, 
#wp-calendar td {
	text-align:center;
}
#wp-calendar tbody td {
	border:1px solid #CCC;
}
#wp-calendar tbody td.pad {
	border:0 none;
}
#wp-calendar th {
	background:#999;
	color:#FFF;
}
#wp-calendar td#prev {
	text-align:left;
	padding-top:5px;
}
#wp-calendar td#next {
	text-align:right;
	padding-top:5px;
}
/* calendar END */
#footer {
	clear:				both;
	height:				70px; //111px;
	background:			url(images/footer.gif) repeat-x bottom;
}
#footer-content {
	height:				50px; //91px;
	width:				950px;
	padding-top:		0px;
	margin:				auto;
}
#footer-content p {
 color: #fff;
 text-align: center;
 padding-top: 45px;
}
/* comment START */
#commentswarn {
 float: left;
 width: 580px;
 background:#FCFCFC;
 border:1px solid #CCC;
 padding: 4px 15px;
}
#commentslogin {
 float: left;
 width: 580px;
 background:#FCFCFC;
 border:1px solid #CCC;
 padding: 4px 15px;
 border-bottom:none;
 border-top:none;
}
#commentlist {
 float: left;
 width: 580px;
 background:#FCFCFC;
 border:1px solid #CCC;
 padding: 4px 15px;
}
#commentlist ol, 
#commentlist li {
	list-style:none;
}
#cmtswitcher {
 width: 586px;
 height: 19px;
 background: url(images/content_box_top.png) no-repeat;
 font-size:10px;
 float:left;
 padding: 4px 15px;
}
#cmtswitcher a.tab, 
#cmtswitcher a.curtab {
	padding:5px 10px;
	margin-bottom:-1px;
	display:block;
	float:right;
	color:#555;
	text-decoration:none;
}
#cmtswitcher a.tab {
	border:1px solid #FFF;
	border-bottom-color:#CCC;
}
#cmtswitcher a.curtab {
	background:#FCFCFC;
	border:1px solid #CCC;
	border-bottom-color:#FCFCFC;
}
#cmtswitcher .addcomment, 
#cmtswitcher .addtrackback {
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:11px;
	float:left;
	margin-right:15px;
	margin-top:4px !important;
	margin-top:3px;
}
#cmtswitcher .addcomment {
	background:url(images/icons.gif) 0 -112px no-repeat;
}
#cmtswitcher .addtrackback {
	background:url(images/icons.gif) 0 -144px no-repeat;
}
#thecomments, 
#thetrackbacks {
	padding-bottom:15px;
}
#thecomments .comment, 
#thecomments .messagebox {
	margin-top:15px;
}
.comment .author {
	float:left;
	width:50px;
	text-align:center;
}
.comment .pic {
	background:url(images/commentpoint.png) 100% 33% no-repeat;
	padding-right:14px;
	margin-top:10px;
}
.comment .name {
	width:44px;
	padding-right:10px;
	overflow:hidden;
	font-size:10px;
}
.comment .avatar {
	padding:1px;
	border:1px solid #999;
}
.comment .info {
	background:#EDEFF0 url(images/comment.gif) 0 0 no-repeat;
	float:left;
	padding:10px 15px 0;
	width:494px;
}
.comment .date, 
.trackback .date {
	float:left;
	font-size:10px;
}
.comment .act, 
.trackback .act {
	float:right;
	font-size:10px;
}
.comment .content {
	background:url(images/comment.gif) 100% 100% no-repeat;
	margin:0 -15px;
	padding:0 15px 10px;
	line-height:145%;
}
.comment .content p {
	margin-top:10px;
}
.comment .content blockquote p {
	margin-top:0;
	margin-bottom:10px;
}
.admincomment .author {
	float:right;
}
.admincomment .pic {
	background:url(images/commentpoint.png) 0% 33% no-repeat;
	padding-right:0;
	padding-left:14px;
}
.admincomment .name {
	padding-right:0;
	padding-left:14px;
}
.admincomment .info {
	float:right;
}
#comment_login {
	margin-top:15px;
}
#thetrackbacks {
	display:none;
}
#thetrackbacks li {
	margin-top:15px;
}
.trackback {
	background:#EDEFF0 url(images/box.gif) 0 0 no-repeat;
	padding:10px 15px 0;
	width:494px;
}
.trackback .title {
	background:#EDEFF0 url(images/box.gif) 100% 100% no-repeat;
	padding:10px 15px !important;
	padding:0 15px 10px;
	width:494px;
	margin:0 -15px;
}
#respond {
	font-size:11px;
	float:left;
 width: 580px;
 background:#FCFCFC;
 border:1px solid #CCC;
 border-top:none;
 border-bottom:none;
 padding: 4px 15px;
}
#respond .row {
	margin-bottom:5px;
}
#respond .textfield {
	width:200px;
}
#emoticon {
	float:right;
	margin-top:1px;
	margin-right:10px;
}
#comment {
	width:580px;
}
#commentnavi {
	background:#EDEFF0 url(images/box.gif) 0 0 no-repeat;
	padding:10px 15px;
	font-size:11px;
	float:left;
}
#commentnavi a.page-numbers {
	padding:5px 7px;
	text-decoration:none;
	border:1px solid #EDEFF0;
	margin:0 -2px;
}
#commentnavi a.page-numbers:hover {	
	background:#F7F7F7;
	border:1px solid #CCC;
	text-decoration:none;
}
#commentnavi span.pages {
	padding:0 7px 0 22px;
	background:url(images/icons.gif) 0 -272px no-repeat;
	height:16px;
	line-height:16px;
	float:left;
}
#commentnavi span.current {
	background:#F7F7F7;
	padding:5px 7px;
	border:1px solid #F7F7F7;
	font-weight:bold;
	margin:0 -2px;
}
#commentnavi #commentpager {
	line-height:16px;
}
#submitbox {width:584px;}
#submitbox a.feed {
	background:url(images/icons.gif) 0 -256px no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	float:left;
}
#submitbox #submit {
	padding:3px 6px;
	background:#B4D666;
	border-top:1px solid #B4D666;
	border-right:1px solid #81B840;
	border-bottom:1px solid #81B840;
	border-left:1px solid #B4D666;
	color:#2970A6;
	font-size:11px;
	cursor:pointer;
	float:left;
}
#submitbox #submit:hover {
	background:#98C64C;
	border-top:1px solid #76B33A;
	border-right:1px solid #98C64C;
	border-bottom:1px solid #98C64C;
	border-left:1px solid #76B33A;
	color:#074A7E;
	float:left;
}
#submitbox .submitbutton {
	float:right;
}
#cp_post_id {
	display:none;
}

/* SIDEBAR MENU */
.sidebar_menu_container {
	width:				180px;
}

.sidebar_menu_buttons a {
	color:				#2970A6;
	background-color:	#EDEDED;
	padding:			2px;
	padding-left:		3px;
	display:			block;
	font-family:		Helvetica,"Verdana",Sans-serif;
	font-size:			15px;
//	font-weight:		bold;
	text-decoration:	none;
	text-align:			left;	
//	letter-spacing:		2px;
}

.sidebar_menu_buttons a:hover {
	background-color:	#2970A6;
	color:				#EDEDED;
	text-decoration:	none;
}
/* comment END */