* {margin: 0; padding: 0;}
body {
	text-align: left;
	font: 13px Verdana;
	color: #000;
	background:#CEDDE7;
}
a {text-decoration: none;color: #1c4667;}
a:hover {text-decoration: underline;color: #333;}
img, input, button {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;
}
.overflow{overflow:hidden;}

/** wrapper **/
.wrapper {
	width: 960px;
	margin: auto auto;
	overflow:hidden;
	text-align: left;
}

/** header **/
#header {
	background: url(../images/bg-header.jpg) no-repeat 0 0;
	height: 250px;
}
	#header h1{
		float:left;display:inline;
		height:200px;
		padding:50px 0 0 0;
		text-indent:-9999px;
		width:225px;
	}
	#header h1 a{display:block;height:100%;outline:none;}
	#header form {
		background: url(../images/search.png) no-repeat top left;
		clear:both;
		float:right;
		height:45px;
		margin:5px 0 15px 0;
		padding:0 0 0 45px;
	}
		#header form input {
			background-color: transparent;
			float:left;
			font-size:11px;
			margin:14px 10px 0 0;
			width: 130px;
		}
		#header form input.btSearch {
			background:url(../images/bg-bt-search.png) repeat-x left top;
			color:#fff;
			font:bold 13px Verdana, Arial, Helvetica, sans-serif;
			height:27px;
			margin:7px 0 0 0;
			padding:0 3px;
			*padding:0;
			width:auto;
		}
	
	#header ul#menuCateg{clear:both;overflow:hidden;}
	#header ul{
		background: url(../images/bg-menu-categ.png) no-repeat 15px top;
		float: right;
		list-style-type: none;
		height: 40px;
		padding: 56px 0 0 0;
	}
		#header ul li {
			background: url(../images/divider.gif) no-repeat right 0 #376a91;
			float: left;
			height:100%;
			padding-right: 2px;
			text-align:center;
			width:105px;
		}
			#header ul li a {
				color: #fff;
				display: block;
				font-size: 1em;
				font-weight: bold;
				outline: none;
				padding: 12px 14px;
			}
			#header ul li a:hover {
				text-decoration: none;				
				background: url(../images/hover.png) repeat-x 0 0;
			}
			/** begin pages submenu **/
			#header li ul {
				clear: both;
				position: absolute;
				list-style-type: none;
				display: none;
				z-index: 200;
				height: auto !important;
				padding-top: 1px;
				padding-left: 0 !important;
				margin-left: -1px;
				background-image: none !important;
				border-width: 0 0 1px !important;
				border-color: #6FAFEC;
				border-style: solid;
				*margin-left:-53px;
			}
				#header li ul li {
					clear: both;
					margin: 0 !important;
					background-image: none !important;
					border-width: 1px 1px 0;
					border-style: solid;
					border-color: #6FAFEC;
					padding: 0 !important;
					text-align:left;
					width:150px;
				}
				#header li ul li a {
					padding: 5px 14px !important;
					line-height: 1.5em;
					display:block;
					background-color: #0059A9;
				}
				#header li ul li a:hover {
					background-color: #000C3E !important;
					background-image: none !important;
				}
			/** end pages submenu **/
			#header #assineFeed{
				background:url(../images/icos-vn.png) no-repeat left -189px;
				color:#fff;
				float:right;
				font-size:13px;
				font-weight:bold;
				height:31px;
				line-height:34px;
				margin:10px 15px 48px 0;
				padding:0 0 0 37px;
			}

/** body **/
#body {
	padding: 10px 0;
}
	#body .box {
		background-color: #fff;
		border: 1px solid #B4CCE0;
		margin-bottom: 10px;
		padding: 5px 6px;
		position:relative;
	}
		#body .box h2 {
			background: url(../images/box.gif) repeat-x 0 0;
			color: #fff;
			font-size: 13px;
			padding: 5px 0 5px 10px;
		}	
		#body .box select{margin:10px 0 5px 0;width:100%;}
	/** begin content **/
	#content {
		width: 650px;
		float: left;
	}
		#content .featured {
			width: 635px; height: 330px;
			overflow: hidden;
		}
		#content .nav {
			padding: 10px 10px 20px;
			font-size: 0.9em;
			font-weight: bold;
		}
			#content .prev {float: left;}
			#content .next {float: right;}
		#content .featured-img h1 {
			font:bold 18px verdana;
			margin-bottom: 5px;
		}
			#content .featured-img h1 a {color: #333;}
			#content .featured-img h1 a:hover {text-decoration: none;color: #1c4667;}
		#content .featured-img .text {
			float: left;
			width: 303px;
			padding: 10px 0 5px 13px;
		}
			#content .featured-img .text p{line-height: 1.5em;padding:4px 10px 0 0;}
			#content .featured-img .text p a{
				color:#000;
				display:block;
				font-weight:bold;
				padding:10px 0 0 0;
			}
		#content .featured-img .thumb {
			border: 1px solid #CACACA;
			padding: 6px;
			float: right;
			margin: 10px 5px 5px 0;
		}
		#content .featured-img .buffer {
			width: 300px; height: 300px;
			overflow: hidden;
		}
		#content .featured-img img {
			height: 300px;
		}
		#content .posts {
			width: 305px;
			float: right;
		}
			#content .posts ul {
				list-style-type: none;
				padding-top: 10px;
				padding-left: 10px;
				padding-right: 10px;
			}
			#content .posts ul li {
				padding-bottom: 10px;
				line-height: 1.5em;
			}
				#content .posts  a {
					color: #333;
					text-decoration: underline;
					font-weight: bold;	
				}
				#content .posts p {
					padding-top: 5px;
				}
				
				#content .posts .more {
					padding-left: 5px;
					padding-bottom: 7px;
				}
					#content .posts .more a {
						color:#000;
						text-decoration: underline;
						font-size: 10px;
					}
			#content .posts img {
				float: left;
				margin: 5px 10px 5px 0;
				width: 90px; height: 90px;
			}
			#content .posts li {
				border-top: 1px dotted #9B9B9B;
				padding: 10px 0;
			}
			#content .posts .first {
				border-top: 0;
				padding-top: 0;
			}
		#content .oddpost {
			float: left;
			clear: both;
		}
		#content .more {
			font-size: 0.8em;
		}
		/*#content .full {
			width: auto;
			float: left;
		}*/
		#content .recent ul {
			padding: 10px 5px;
			list-style-type: none;
		}
			#content .recent ul li {
				clear: both;
				padding: 5px 0;
			}
			#content .recent ul li img {
				float: left;
				margin: 4px 10px 15px 0;
				width: 100px;
			}
			#content .recent ul li h2 {
				background-image: none;
				font-size: 1em;
				padding: 0;
			}
			#content .recent ul li p {
				line-height: 1.4em;
			}
		#content .postnav {
			clear: both;
			padding: 10px;
			font-size: 0.9em;
			font-weight: bold;
		}
	/** end content **/
		
	/** begin sidebar **/
	#sidebar {width: 300px;float: right;}
		#sidebar .box ul,
		#relatedPosts .related_post{list-style-type: none;padding-top: 4px;}
		#sidebar .box li,
		#relatedPosts .related_post li{
			font-size: 12px;
			line-height: 1.5em;
			padding: 3px 0 3px 15px;
			color: #383838;
			background: url(../images/list.jpg) no-repeat 2px 9px;
		}
			/*#sidebar .box li a {color: #810000;}
			#sidebar .box li a:hover {text-decoration: none;}*/
			#sidebar .box li ul {padding-top: 5px;}
		#sidebar .box .flickr {text-align: center;padding-top: 4px;}
			#sidebar .box .flickr img {width: 70px;margin: 2px;}
		#sidebar .ads, #content .ads {margin:0 auto 10px auto;width:468px;}
		#sidebar .box .video {padding-top: 4px;}
	/** end sidebar **/
	
/** single **/
#single {color:#666;padding: 10px;}
	#single h2 {margin-bottom: 10px;}
	#single p {
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	#single ul, #single ol {
		list-style-position: inside;
		margin-bottom: 10px;
		padding: 0 !important;
	}
	#single li {
		line-height: 1.6em;
		padding: 2px 0 !important;
		list-style-type: disc !important;
	}
	/*#single .details {
		font-size: 0.9em;
		padding: 5px;
		background-color: #e9e9e9;
		font-style: italic;
		margin-bottom: 10px;
	}*/
	/** begin headers **/
	#single h3, #single h4, #single h5, #single h6 {
		margin: 15px 0 10px;
	}
	#single h3 { font-size: 1.5em; font-weight: normal; }
	#single h4 { font-size: 1.4em; font-weight: normal; }
	#single h5 { font-size: 1.3em; }
	#single h6 { font-size: 1.2em; }
	/** end headers **/
	
	/** begin blockquote **/
	#single blockquote {
		line-height: 1.6em;
		padding-left: 10px;
		margin-bottom: 10px;
		font-style: italic;
		border-left: 2px solid #e0e0e0;
	}
	/** end blockquote **/
	
	/** begin table **/
	#single table {
		margin-bottom: 20px;
	}
		#single table th {
			font-size: 0.9em;
			color: #fff;
			padding: 2px 4px;
			line-height: 1.6em;
			background-color: #606060;
		}
		#single table td {
			line-height: 1.6em;
			padding: 2px 4px;
		}
		#single table tr.odd td { background-color: #eeeeee; }
		#single table tr.even td { background-color: #e0e0e0; }
		
	/** end table **/
	
	/** begin form **/
	#single form {
		margin-bottom: 10px;
	}
	#single fieldset {
		border: 1px solid #c0c0c0;
		padding: 16px;
		margin-bottom: 20px;
	}
		#single form p {margin-bottom: 4px !important;}
		#single form input {margin-right: 5px;}
		#single form label {margin-right: 10px;}
		#single form input.text, #single form textarea {
			border: 1px solid #c0c0c0;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 2px;
			max-width: 100%;
			margin-bottom: 10px;
		}
		#single form textarea {
			line-height: 1.6em;
			margin-bottom: 10px;
		}
		#single form button, #single form input.button {
			border: 1px solid #909090;
			background-color: #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 5px;
		}
		#authorbox{font-size:10px;padding:15px 0 10px 0;}
		#authorbox img{float:left;display:inline;margin:0 10px 0 0;}
		#authorbox div{overflow:hidden;}		
		#authorbox div p{margin:0;}
		#authorbox div h4{
			font-size:12px;
			font-weight:bold;
			margin:2px 0;
		}
		#authorbox div h4 a{color:#000;text-transform:uppercase;}
		#authorbox div p a{color:#29ABE2;font-weight:bold;}
		
		#single .icoMail{
			background:url(../images/icos-vn.png) no-repeat left -152px;
			color:#000;
			float:left;
			font-size:11px;
			font-weight:bold;
			margin:16px 0;
			padding:0 0 0 20px;
		}
	/** end form **/
.notfound {padding-right: 10px;}
	.notfound h2 {
		font-size: 1.8em;
		font-weight: normal;
		margin-bottom: 10px;
	}
	.notfound p {line-height: 1.6em;}

/** footer **/
#footer {
	background-color: #2C2C2C;
	clear: both;
	color: #fff;
	font-family: Verdana;
	font-size: 0.9em;
	padding: 15px 0 20px 0;
}
	#footer p {font-weight:bold;text-align: center;}

/** comments **/
#comments {clear: both;}
	#comments h2 {margin: 10px 0;}
	#comments p {
		margin-bottom: 15px;
		line-height: 1.5em;
	}
	#comments form {padding: 10px;}
		#comments form input, textarea {
			border: 1px solid #c0c0c0;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px 4px 4px 20px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {width: 260px;}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
		}
		#comments form button {
			border: 1px solid #909090;
			background-color: #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			width: 120px; height: 23px;
		}
		#comments form #user {background-image: url(../images/user.gif);}
		#comments form #email {background-image: url(../images/email.gif);}
		#comments form #url {background-image: url(../images/world.gif);}
		#comments form .note {margin-bottom: 10px;}
	#comments form p {
		margin-bottom: 5px;
		font-size: 0.9em;
		font-family: Verdana;
	}
	#comments .author {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	#comments .date {
		font-size: 0.8em;
		margin-bottom: 5px;
	}
	#comments .required {color: #ff0000;}
	#respond {padding-top: 20px;}
	#comments .thread-odd {
		border-width: 1px 0;
		border-style: dotted;
		border-color: #c0c0c0;
		padding: 10px;
		margin: 0 !important;
	}
	#comments .thread-even {padding: 10px;background-color: #eeeeee;}
	#comments .details {float: left;}
	#comments .gravatar {float: right;}
	#comments .commentitems {padding: 5px 10px;}
	#comments .commentlist {list-style-type: none;}
		#comments .commentlist li {clear: both;}
		#comments .commentlist li ul {
			list-style-type: none;
			padding-left: 10px;
			border-left: 2px solid #e0e0e0;
			margin: 10px 0;
		}
	#comments .reply {
		font-size: 0.8em;
		text-transform: uppercase;
	}
	#comments .navigation {
		padding: 10px;
		font-size: 0.9em;
		font-weight: bold;
		clear: both;
	}
	#comments em {
		display: block;
		margin: 5px 0;
		font-size: 0.9em;
		font-style: normal;
		font-weight: bold;
		color: #009900;
	}

/** calendar **/
#calendar_wrap {}
	#wp-calendar {width: 100%;}
		#wp-calendar caption {
			background:url(../images/bg-agenda-top.gif) no-repeat top center #999;
			margin-bottom: 5px;
			font-weight: bold;
			text-transform: uppercase;
		}
		#wp-calendar caption a{color:#fff;line-height:25px;}
		#wp-calendar th {
			text-align: center;
			font-size: 0.9em;
			color: #333;
		}
		#wp-calendar td {
			text-align: center;
			padding: 2px;
			font-size: 0.9em;
		}
			#wp-calendar td a {
				font-weight: bold;
				text-decoration: none;
			}
		#prev {
			/*padding: 15px 5px 0 !important;*/
			text-align: left !important;
			text-transform: uppercase;
		}
		#next {
			/*padding: 15px 0 0 !important;*/
			text-align: right !important;
			text-transform: uppercase;
			font-size: 0.8em;
		}
			#prev a, #next a {
				display: block;
				width: 45px; height: 18px;
				text-align: center;
				font-size: 0.8em !important;
				color: #333;
			}
			#prev a:hover, #next a:hover {
				background-color: #205178;
				color:#fff;
			}
			#prev a { float: left; }
			#next a { float: right; }

/** search form **/
#searchform {
	padding: 15px 5px;
	margin: 25px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #323700;
}
	#searchform input {
		width: 190px;
		font-family: Verdana;
		font-size: 0.9em;
		padding: 1px 2px;
		border: 1px solid #40450C;
		background-color: #181A04;
		color: #707E00;
	}
	#searchsubmit {
		width: auto !important;
		padding: 0 !important;
	}
	
/** boxes sidebar com formatações especiais **/
#body .boxExtra{text-align:center;}
#body .boxExtra a img{margin:0 0 5px 0;}
#body .box .titIcos{
	background:url(../images/icos-vn.png) no-repeat;
	display:block;
	height:25px;
	position:absolute;
	top:6px;right:10px;
	width:43px;
}
#body .videoPost .titIcos{background-position:left top;}

#body .agenda ul{background:url(../images/bg-agenda.png) repeat-x bottom;}
#body .agenda ul li{background:none;padding:0;}
#body .agenda .titIcos{background-position:17px -83px;}

#body .radioVn .titIcos{background-position:20px -43px;}
#body .radioVn a{
	color:#333;
	display:block;
	font-size:10px;
	font-weight:bold;
	padding:5px 0;
	text-align:center;
	text-decoration:underline;
}
#body .radioVn div{margin:10px auto 0 auto;width:156px;}
#content .full .titIcos{
	background-position:right -115px;
	font-weight:bold;
	line-height:23px;
	padding:0 35px 0 0;
	text-align:right;
	width:auto;
}
#content .full .titIcos a{color:#fff;}
#wp-email-content input{border:1px solid #c0c0c0;}

/** página de contato **/
#single #pgContato li{list-style-type:none !important;}
#pgContato li .infoContato{
	color:#666;
	float:left; display:inline;
	font-size:10px;
	margin:0 10px 0 0;
	width:160px;
}
#pgContato li .infoContato .tbAuthor{
	background:url(../images/imgs-authors-vn.jpg) no-repeat 0 0;
	display:block;
	height:135px;
	text-indent:-9999px;
}
#pgContato li{
	border-bottom:solid 1px #b3b3b3;
	overflow:hidden;
	margin:10px 0 20px;
}
#pgContato li .infoContato .cathy{background-position:0 0;}
#pgContato li .infoContato .ly{background-position:0 -136px;}
#pgContato li .infoContato .rhodes{background-position:0 -271px;}
#pgContato li .infoContato strong{display:block;line-height:normal;padding:5px 0 0 0;}
#pgContato li .infoContato a{color:#29abe2;text-decoration:underline;}
#pgContato li .infoContato a:hover{color:#666;}
#pgContato h3{
	color:#c00;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0 0 10px 0;
	text-decoration:underline;
}
#pgContato p{color:#666;}
#pgContato p strong{color:#000;}