/*  
Theme Name: NTDTS
Theme URI: 
Description: 
Version: 2.0
Author: Na Terra do Tio Sam
Author URI: 

Green: #bed881
dark green: #003300
another green 758d38


lighter-gray:#E0E0E0
light-gray:#C0C0C0
mid-gray: #969696
dark-gray: #808080

red: #CC0000

sidebar bg color: #F1FDFF
*/

body {
	font: 80%/150% Helvetica, Tahoma, Verdana, Arial;
	color: #000000;
	background-color: #3399CC;
	margin: 0px;
	padding: 0px 0px 30px;
	text-align:center;
}


/* this should take care of all the buttons */
input[type=submit], input[type=button], #commentform #submit, #contactsubmit, #searchsubmit {
	background-color:#006699;
	border:1px solid #C0C0C0;
	font:bold 12px Helvetica, Tahoma, Verdana, Arial;
	color: #FFFFFF;
	cursor:pointer;
	padding: 0px, 5px, 0px, 5px;
	text-transform:uppercase;
	background: url(images/button-bg.jpg) repeat-x;
}




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

a:hover {
	color: #000000;
	text-decoration: underline;
}



img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}

h1 {
	margin:0px;
	padding-left: 0px;
	height: 60px;
	font: bold 36px/100% Helvetica, Tahoma, Verdana, Arial;
	color: #CC0000;
}

h1 a, h1 a:visited{
	color: #CCCCCC;
	text-decoration: none;
}
h1 a:hover{
	color: #000000;
	text-decoration: none;
}
h2 {
	color: #CC0000;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 190%/100% Helvetica, Tahoma, Verdana, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #CC0000;
	text-decoration: none;
}
h2 a:hover {
	color: #000000;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% Helvetica, Tahoma, Verdana, Arial;
	color: #CC0000;
	margin: 10px 0px 5px;
}

h3.red {
	font: normal 140%/100% Helvetica, Tahoma, Verdana, Arial;
	color: #CC0000;
}

h4 {
	font: normal 130%/100% Helvetica, Tahoma, Verdana, Arial;
	color: #CC0000;
	margin: 10px 0px 5px;
}


form {
	margin:0px;
	padding:0px;
}


#page {
	margin: 0px auto;
	width: 960px;
	background: #FFFFFF url(images/content-bg.gif) repeat-y;
	text-align:left;
}


/*################################################*/
/* HEADER AREA */
/*################################################*/

/* DELETE */
#headertable {
	background-color:#FFFFFF;
	background: url(images/header-bg.jpg) no-repeat;
	width: 960px;
	height: 180px;
}

#header {
	background-color:#FFFFFF;
	background: url(images/header-bg.jpg) no-repeat;
	width: 960px;
	height: 180px;
	position: relative;
}

#header_text {
	position:absolute;
	text-align:right;
	vertical-align: middle;
	height: 100px;
	width: 300px;	
	float:right;
	right:10px;
	top:10px;
	color:#FFFFFF;
	margin-top:0px;
}

.current_subsites_item {
	margin-right:8px;
   list-style: none;   
}

.subsites_item {
	margin-right:8px;
   list-style: none;
}

.current_subsites_item a, .current_subsites_item a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font: 12px/100% Helvetica, Tahoma, Verdana, Arial;
}
 .subsites_item a, .subsites_item a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font: 12px/100% Helvetica, Tahoma, Verdana, Arial;
}
 .subsites_item a:hover, .current_subsites_item a:hover {
	color: #000000;
}



#bottom_header_left {
	position: absolute;
	float: left;
	left: 180px;
	top:110px;
}

#bottom_header_right {
	position:absolute;
	float:right;
	right:10px;
	top:125px;
}

#bottom_header_right a, #bottom_header_right a:visited {
	color: #000000;
	text-decoration: none;
}

#bottom_header_right a:hover {
	color: #000000;
	text-decoration: underline;
}



#navbar {
	left: 175px;
	width:785px;
	position: relative;
	top:99px;
	text-align: center;
}

#navbar .first_row {
	height:26px;
	margin-left: 25px;
}

#navbar .second_row {
	float: left;
	width: 550px;
	height:22px;
	padding-top: 1px;
	text-align: center;
	vertical-align: middle;
}

#navbar .third_row  {
	float: left;
	width: 550px;
	height:22px;
	padding-top: 1px;
	text-align: center;
	vertical-align: middle;
}

#navbar table {
	width: 100%;
	border: none;
	vertical-align: middle;
}

#navbar tr {
	vertical-align: middle;
}

#navbar td {
	text-align: center;
}

#nav {
	list-style: none;
	margin: 0px;
	left:0px;
	padding:0px;
}

#nav li {
	float: left;
}

#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #CC0000;
	text-decoration: none;
}

#nav .page_item a{
	color: #CC0000;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px/100% Helvetica, Tahoma, Verdana, Arial;
	padding: 5px 10px;
	display: block;
	border:1px solid #E0E0E0;

}

#nav .page_item a:hover {
	color: #000000;
	background: url(images/bg.gif) repeat-x;
	border:1px solid #C0C0C0;
}

/*################################################*/
/* CONTENT AREA */
/*################################################*/

.block-gray{
	padding:20px;
	margin:10px 0 20px 0;
	color:#333333;
	background-color:#CCCCCC;
	font-style:italic;
}

#content {
	background-color:transparent;
	margin: 10px 0px 10px 20px;
	float:left;
	width: 510px;
	overflow: hidden;
	text-align: left;
	/*border:1px solid green;*/
}

.horizontal_ads{
	text-align:center;
	margin:0px;
	/*border:1px solid violet;*/
	width: 470px;
	height:70px;
	float:left;
	position:relative;
}

#bookmarklinks {
	vertical-align: middle;
	width: 510px;
	height:30px;
	position:relative;
	border-top:1px dotted #C0C0C0;
}


.post {
	clear:both;
	padding-top: 15px;
}
.post-content 
{
    text-align: justify;
}


#post-ads-block{
	float: right; 
	padding-left: 5px; 
	padding-top: 5px; 
	padding-bottom: 5px;
}




#above_post_title {
	position:relative;
	/*float:left;*/
}

.post-date {
	color:#C0C0C0;
	position:relative;
	float:left;
	font-weight:bold;
	/*border: 1px dotted #000000; - for debugging*/
}


.post-title {
	float: left;
	/*margin-top: 5px;*/
	width: 510px;
	position:relative;
	/*border: 1px dotted #000000; - for debugging*/
}


.entry {
	clear: both;
	padding-top: 10px;
	text-align: justify;
}


/*
.entry h3 {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
}
*/

#edit_post_link {
	font-weight:bold;
	font-style:italic;
}


.post-cat {
	/*background: url(images/mini-category.gif) no-repeat;*/
	padding-left: 0px;
	float:left;
	font-size: 95%;
	color: #CC0000;
}

.post-author {
	padding-left: 5px;
	float:left;
	font-size: 95%;
	color: #000033;
	font-style:italic;
}

.post-comments {
	background: url(images/mini-comments.gif) no-repeat;
	padding-left: 30px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.mini-add-comment {
	/*background: url(images/mini-down-arrow.gif) no-repeat;*/
	padding-left: 18px;
	float: right;
	font-size: 95%;
}

.mini-add-views {
	float: right;
	color:#C0C0C0;
	position:relative;
	font-weight:bold;
}

.ratings {
	float: left;
	font-size: 95%;
	font-weight:bold;
	color: #CCCCCC;
	position: relative;
}
.navigation {
	margin-top:50px;
	margin-bottom:30px;
	font-size: 95%;
	/*clear: both
	padding: 10px 0px;;*/
	padding: 0px;
}
.navigation a, .navigation a:visited {
	color: #006699;
	font-weight:bold;
}

.previous-entries a {
	float: left;
	padding-left: 0px;
	/*background: url(images/mini-nav-left.gif) no-repeat left center;*/
}
.next-entries a {
	float: right;
	padding-right: 0px;
	/*background: url(images/mini-nav-right.gif) no-repeat right center;*/
}



/*################################################*/
/* COMMENTS AREA */
/*################################################*/

#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 40px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #F1FDFF;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC0000;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #CC0000;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Helvetica, Tahoma, Verdana, Arial;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #000000;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 507px;
	height: 115px;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background-color: #ffffff;
}



/*################################################*/
/* SIDE BAR AREA */
/*################################################*/


/*sidebar */
#sidebar {
	background-color: transparent;
	float: right;
	width: 228px;
	color: #999999;
	overflow: hidden;
	position:relative;
	height:100%;
	margin: 0;
}

/*used for the Ads blocks*/
#sidebar div{
   margin: 0 0 2px 2px;
}

/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font: normal 140%/100% Helvetica, Tahoma, Verdana, Arial;
	color: #006699;
	border-bottom: 1px dotted #006699;
	text-transform:uppercase;
}

#leftsidebar h2, #leftsidebar .sidebartitle{
	font: normal 140%/100% Helvetica, Tahoma, Verdana, Arial;
	color: #006699;
	border-bottom: 1px dotted #006699;
	text-transform:uppercase;
}

/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #CC0000;
	text-decoration: none;
}
#sidebar a:hover{
	color: #000000;
	text-decoration: none;
}



/*sidebar list level1 */
#sidebar ul {
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;	
}
#sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 20px;
}

#sidebar ul li ul li{
	padding-left: 10px;
	margin: 0;
}

#sidebar ul li ul li ul{
	margin: 0;
}

/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding-left: 15px;
	margin: 0;
}


#leftsidebar {
	background-color: transparent;
	float: left;
	padding: 0px 10px 10px 10px;
	width: 160px;
	color: #000000;
	/*overflow: hidden;*/
	height:100%;
}





.bannerblock {
	margin-bottom: 5px;
}







/*blogroll */
ul.list-blogroll li{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 16px !important;
}

/* most-viewed */
#most-viewed ul li {
	border-bottom: 1px solid #EEEEEE;
}

/*################################################*/
/* Special category */
/*################################################*/

#ntdts_postcat ul li {
	border-bottom: 1px solid #EEEEEE;
}
 

/*text widget */
.textwidget {
	padding-top: 5px;
}




/*################################################*/
/* SEARCH FORM AREA */
/*################################################*/


/* DELETE */
#searchtoggle
{
	background-color: #ffffff;
	margin: 0px;
	display: none;
	position: absolute;
	/*top: 123px;
	left: 735px;*/
	border-top:1px solid #C0C0C0;
	border-left:2px solid #C0C0C0;
	border-right:2px solid #C0C0C0;
	border-bottom:2px solid #C0C0C0;
	height: 52px;
	width: 220px;
	z-index:5;
}


/*search form */
#searchform {
	margin-left: 0px;
	margin-top: 0px;
}
#searchform br {
	/*display: none;*/
}

#searchform #s {
	//padding-left: 0px;
	//padding-top: 0px;
	border:1px solid #C0C0C0;
	width: 460px;
	height: 16px;
	/*margin-right: 2px;*/
	color: #000000;
	background-color: #ffffff;
	font:12px Helvetica, Tahoma, Verdana, Arial;
}





/*################################################*/
/* FOOTER AREA */
/*################################################*/



/* footer area */
#footer {
	clear: both;
	background: url(images/footer-bg.jpg) no-repeat;
	color: #FFFFFF;
}

#copyright {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:center;
	font:bold 10px Helvetica, Tahoma, Verdana, Arial;
}


#footer a, #footer a:visited {
	color: #ffffff;
}

#footer h4 {
	font: normal 146%/100% Helvetica, Tahoma, Verdana, Arial;
	color: #ffffff;
	margin: 10px 0px 5px;
}


.footer-recent-comments {
	margin-top: 10px;
	float: left;
	background-color: #F1FDFF; 
	
}

.footer-recent-comments h4 {
	font: bold 130%/100% Helvetica, Tahoma, Verdana, Arial;
	color: #CC0000;
	margin: 15px 0px 10px 0px;
	border-bottom: 1px dotted #CCCCCC;
}


.footer-recent-comments ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.footer-recent-comments ul li {
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer-recent-posts {
	width: 280px;
	float: left;
	margin-left: 10px;
}
.footer-recent-posts strong {
	font-size: 107%;
	line-height: 135%;
	font-weight: bold;
}
.footer-recent-posts ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.footer-recent-posts ul li {
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.footer-about {
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	/*background: url(images/footer-right-bg.gif) no-repeat;*/
}
/* credits */
#credits {
	margin: 0px auto;
	width: 960px;
	color: #ffffff;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited {
	color: #048db4;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
	
}

.loginout {
	position: relative;
	float: right;
	background: url(images/mini-loginout.gif) no-repeat right;
	margin-right: 15px;
}

.loginout a, .loginout a:visited {
	margin-right: 21px;
	color: #CC0000;
	text-decoration: none;
	font: bold 14px/100% Helvetica, Tahoma, Verdana, Arial;
}
 .loginout a:hover {
	color: #000000;
}





/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}


/* Advertizing - Widgets */
/*tla widget */
li.tla_widget {
	text-align:center;
}
li.tla_widget h2{
	text-align:left;
}
/*adsense widget 
li.widget_adsense {
	text-align:center;
}
li.widget_adsense h2{
	text-align:left;
}
*/

/* More-link color change */
.more-link {
	text-align:right;
	color: #006699;
	text-decoration: none;
	font-style:italic;
	font-weight:bold;
	
}
.more-link:visited {
	color: #006699;
	text-decoration: none;
}

.more-link:hover {
	color: #000000;
	text-decoration: underline;
}




/* new RSS */
.bigrss {
    background: url(images/mini-rss.gif) no-repeat left center;
    padding-left: 20px;
}



.aligncenter {
	text-align: center;
}

/*################################################*/
/* LINKS PAGE */
/*################################################*/

#links-content ul {
	list-style: none;
}

#links-content ul li {
	margin-bottom: 10px;
}



/* description */
.linkcat {
	list-style: none;
	font-size: 90%;
	font-style:italic;
}

/* anchor tag */
.linkcat a {
	list-style: none;
	font-size: 110%;
	font-style:normal;
}


/* title */
.linkcat span {
	list-style: none;
	font-size: 120%;
	font-style:normal;
	font-weight: bold;
}






/*################################################*/
/* CONTACT FORM AREA */
/*################################################*/

/*
#contactsubmit {
	background: url(images/button-bg.jpg) repeat-x;
	background-color: #E0E0E0;
	border:1px solid #C0C0C0;
	width: 70px;
	height: 20px;
	font:bold 12px Helvetica, Tahoma, Verdana, Arial;
	color: #FFFFFF;
	vertical-align: middle;
	cursor:pointer;
	text-transform:uppercase;
}
*/

/*#wpcf fieldset { padding: 10px; width: 400px; margin: auto }*/
/*#wpcf legend { font-weight: bold: border: none; padding: 3px }*/
#wpcf {
	text-align: left;
}
#wpcf label { display: block; float: left; text-align: right; width: 140px; padding-right: 10px; font-size: 100% }
#wpcf p { margin: 0 0 7px 0 }
#wpcf .field { font-size: 100%; width: 240px; padding: 0; margin: 0 }
#wpcf #wpcf_response { width: 30px;}
#wpcf p.button { text-align: right; padding: 0 5px 0 0; }
#wpcf textarea { font-size: 120%; width: 240px; height: 50px }
#wpcf .error { background-color: #E0E0E0 }
#wpcf .challenge { font-size: 100%; display: inline-block; display: -moz-inline-stack; text-align: left; width: 50px }
#wpcf p.alert { color:#CC0000; font-weight: 700; text-align: center; padding: 5px 0 10px 0 }


.required-field {
	color: #CC0000;
}

