/*  
Theme Name: TRINHNETVISTA
Theme URI: http://www.trinhnet.com
Description: This is my Second Wordpress theme.  It is a sort of Frankenstein of things I like from various site I've visited.
Version: 7.0
Author: Thai Trinh
Author URI: http://www.trinhnet.com
*/

/* --------------------------- Heading declaration ---------------------------------- */
body {
	margin:0px auto;
	padding:0px;
	font: 70%/160% Verdana, Arial, Helvetica, sans-serif;
	width: 770px;
	color: #333333;
	position: relative;
	background: #181A2F url(images/bg.jpg) no-repeat center top;
}
#body_wrap {
	width:746px;
	margin: 0px auto;
	padding: 10px 12px 40px;
	background: #FFFFFF url(images/content-corner-bg.gif) no-repeat left bottom;
	clear:both;
}
#header_wrap {
	width: 754px;
	height: 208px;
	margin: 0px auto;
	padding: 0px 6px;
	color:#FFFFFF;
}
#home-leftcol {
	float:left;
	width: 405px;
}
#home-rightcol {
	width:320px;
	float:right;
}
#single-leftcol {
	float:left;
	width: 560px;
}
#single-rightcol {
	float:right;
	width: 165px;
}
.sidebar-half {
	width: 152px;
	float:left;		
}
.home-subrightcol {
	width: 153px;
	float:right;		
}
/* --------------- HTML Links ---------------------------------------*/
a, strong a {
	color: #0066CC;
	text-decoration:none;
}
a:visited {
	color: #000099;
}
a:hover {
	text-decoration:underline;
	color: #00FF66;
}
/* --------------- HTML Tags ---------------------------------------*/
form {
	margin:0px;
	padding:0px;
}
img {
	border:none;
}
small {
	font-size: 85%;
	color:#999999;
	line-height:120%;
}
.center {
	text-align: center;
}
p {
	margin: 0px 0px 14px;
}
hr.hidden {
	clear:both;
	visibility:hidden;
	margin:0px;
	padding:0px;
}
hr {
	height: 1px;
	clear: both;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px solid #E3E3E3;
}
code, .code {
	font: 100% "Courier New", Courier, monospace;
	color: #000000;
	background: #FAFDE1;
	margin: 5px 10px;
	padding: 10px;
	display:block;
	border: 1px dashed #818141;
}
.code .indent {
	padding-left: 15px;
}
.code .blue {
	color: #0066FF;
}
.code .pink {
	color: #FF3399;
}
.code .green {
	color: #339933;
}
.code .black {
	color: #000000;
}
blockquote {
	background: url(images/blockquote-bg.gif);
	margin: 0px 15px 20px;
	padding: 3px 10px;
	color:#666666;
	border-left: 3px dotted #d6e5aa;
	border-right: 3px dotted #d6e5aa;
	border-top: 1px dotted #d6e5aa;
	border-bottom: 1px dotted #d6e5aa;
	line-height: 140%;
}
h1 {
	margin: 40px 0px 44px;
	padding: 0px;
	float:right;
	text-decoration: none;
}
h1 a{
	display:block;
	height: 48px;
	width: 1px;
	text-indent: -900em;
	text-decoration: none;
	line-height:100%;
}
h1 a:hover{
	text-decoration: none;
}
h2 {
	color: #163F53;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 210% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 2px;
}
h2 a, h2 a:visited{
	color: #163F53;
	text-decoration:none;
}
h2 a:hover {
	color:#0099CC;
	text-decoration:none;
}
h3 {
	margin: 20px 0px 0px;
	padding-bottom: 2px;
	font: bold 110% Arial;
	text-transform: uppercase;
	letter-spacing:1px;
	color: #205A77;
}
h4 {
	font: normal 150% Tahoma, Arial, sans-serif;
	color: #779d03;
	margin: 0px 0px 2px;
	border:none;
}
ul {
	padding: 0px;
	margin: 5px 0px 15px 16px;
}
ul li ul{
	padding: 0px;
	margin: 0px 0px 5px 16px;
}
ul li {
	margin: 0px;
	padding: 0px;

}
ol {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 25px;
}
ol li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.sub_heading {
	margin: 10px 0px 0px;
	font: bold 110% Arial;
	text-transform: uppercase;
	color: #666666;
}
.cat_heading {
	color: #779d03;
	margin: 0px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #c1c9a6;
	font: normal 150% Tahoma, Arial, sans-serif;
	clear:both;
	text-transform:none;
}
.cat_heading-alt {
	color: #779d03;
	margin: 0px;
	padding-bottom: 4px;
	font: normal 150% Tahoma, Arial, sans-serif;
	clear:both;
	text-transform:none;
}
.clear {
	clear:both;
}
.displaynone {
	display:none;
}
.update {
	background: #FFFBE8;
	padding: 2px 7px;
	border: 1px solid #FFE4C1;
	margin: 10px 0px 5px;
}
.alert {
	background: url(images/mini-update.gif) no-repeat left center;
	text-transform: uppercase;
	color: #663300;
	padding: 2px 0px 2px 17px;
	border-bottom: 1px solid #FFE6C4;
	margin:0px 0px 5px;
}
.orange {
  color: #FF7A48;
}
/* --------------------------- Search ---------------------------------- */
#search_wrap{
	clear:both;
	float:right;
}
#searchform {
	margin:0px;
	padding:0px;
	float:right;
}
#searchform label{
	display:none;
}
#s {
	border:1px solid #203346;
	width: 130px;
	padding: 1px;
}
#searchsubmit {
	background: url(images/search-btn.gif) no-repeat;
	width: 24px;
	height:23px;
	border:none;
	text-indent: -900em;
	line-height:0px;
}
/* --------------------------- page template mini navs  ---------------------------------- */
#header_nav {
	float:right;
	margin-right: 7px;
	font-size: 90%;
	padding: 1px 5px 0px 0px;
}
a.sitemap-mini {
	background: url(images/sitemap-mini.gif) no-repeat left center;
	padding-left: 15px;
	color:#00FF33;
	text-decoration: none;
	margin-right: 10px;
}
a.sitemap-mini:hover {
	color:#006600;
	text-decoration: none;
}
a.about-mini {
	background: url(images/about-mini.gif) no-repeat left center;
	padding-left: 14px;
	color:#FFFF00;
	text-decoration: none;
	margin-left: 10px;
}
a.about-mini:hover {
	color:#CC9900;
	text-decoration: none;
}
a.links-mini {
	background: url(images/links-mini.gif) no-repeat left center;
	padding-left: 15px;
	color:#FFCCFF;
	text-decoration: none;
	margin-right: 10px;
}
a.links-mini:hover {
	color:#FF00FF;
	text-decoration: none;
}
a.contact-mini {
	background: url(images/contact-mini.gif) no-repeat left center;
	padding-left: 15px;
	color:#00FFFF;
	text-decoration: none;
}
a.contact-mini:hover {
	color:#3366FF;
	text-decoration: none;
}

/* --------------------------- Page Tabs ---------------------------------- */
#nav{
	list-style:none;
	margin:25px 0px 0px;
	padding:0px;
	clear:both;
	float:right;
}
#nav ul{
	margin:0;
	list-style:none;
}
#nav li{
	float:left;
	background:url(images/tab_left_on.gif) no-repeat left top;
	margin-left:3px;
	padding:0 0 0 7px;
}
#nav li a{
	font-size:14px;
	color: #ffffff;
	text-decoration: none;
	float:right;
	display:block;
	background:url(images/tab_right_on.gif) no-repeat right top;
	padding:5px 15px 5px 10px;
	font-family: Trebuchet MS;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac  */
#nav li a{
	float:none;
	font-size:14px;
}
/* End IE5-Mac hack */
#nav li a:hover{
	color:#33CC66;
	font-size:14px;
}
#nav .current_page_item{
	background-image:url(images/tab_left.gif);
}
#nav .current_page_item a{
	color: #000000;
	font-size:14px;
	background-image:url(images/tab_right.gif);
	padding-bottom:5px;
}
/* --------------------------- Post Items ---------------------------------- */
.post {
	margin: 0px 0px 20px;
}
.postdate {
	background: url(images/mini-date.gif) no-repeat left center;
	padding-left: 15px;
	font-size: 90%;
	color:#0066CC;
	float:left;
}
.postcomment {
	background: url(images/mini-comment.gif) no-repeat left center;
	padding-left: 15px;
	font-size: 90%;
	float:right;
}
.postjumpcomment {
	background: url(images/mini-jumpcomment.gif) no-repeat right center;
	padding-right: 13px;
	font-size: 90%;
	float:right;
}
.postjumpcomment a, .postjumpcomment a:visited{
	color: #698d9c;
	text-decoration:none;
}
.postjumpcomment a:hover {
	color: #FF9900;
	text-decoration:none;
}
.postcomment a, .postcomment a:visited {
	color: #CC6600;
	text-decoration:none;
}
.postcomment a:hover {
	color: #FF9900;
	text-decoration:none;
}
.postcat {
	background: url(images/mini-cat.gif) no-repeat left center;
	padding-left: 15px;
	font-size: 90%;
	color: #999999;
	float:left;
	margin-left: 15px;
}
.postcat a, .postcat a:visited {
	color: #669900;
	text-decoration:none;
}
.postcat a:hover {
	color: #FF9900;
	text-decoration:none;
}
.postcat span {
	display:none;
}
/* --------------------------- comments forms ---------------------------------- */
#respond {
	background:url(images/postcomment.gif) no-repeat left center;
	padding: 0px 0px 2px 20px;
	color: #779d03;
	margin: 0px;
	font: normal 140% Tahoma, Arial, sans-serif;
	clear:both;
	text-transform:none;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform label{
	font-weight: bold;
	color:#668b9a;
	font-size: 100%;
}
#commentform label span{
	font-weight: normal;
}
#commentform input{
	width: 153px;
	background:#EEF5F9;
	border: 1px solid #a3bdc8;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 375px;
	height: 135px;
	background:#EEF5F9;
	border: 1px solid #a3bdc8;
	padding: 2px;
	margin-top: 3px;
}
#commentform .submitbutton {
	width: auto;
	padding: 4px 12px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #587683;
	border: none;
}
#commentform .submitbutton:hover {
	background: #779d03;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #F1FFD5;
}
.commentlist {
	list-style:none;
	margin:0px 0px 15px;
	padding:0px;
	line-height: 130%;
}
.commentlist p {
	margin: 10px 0px;

}
.commentlist li {
	margin: 10px 7px;
	padding:0px 0px 10px;
	background: url(images/thumb-hr.gif) no-repeat center bottom;
}
.commentlist li.alt {
	margin: 10px 7px;
	padding:0px 0px 10px;
	background:#EDEEEE;
}
.commentlist li.author {
	margin: 10px 7px;
	padding:0px 0px 10px;
	background:#EDEEEE;
}
.comment-entry {
	width: 470px;
	float:right;
	position:relative;
}
.comment-number {
	font-size: 14px;
	color: #CCCCCC;
	float:right;
	position: absolute;
	top: 5px;
	right: 5px;
}
.commentlist cite {
	font: 150% Tahoma, "Trebuchet MS", Arial;
	color: #5A8800;
}
.commentlist cite a, .commentlist cite a:visited{
	color: #5A8800;
	text-decoration:underline;
}
.commentlist cite a:hover{
	text-decoration:none;
}
/* --------------------------- listed items ---------------------------------- */
.submenu {
	list-style:none;
	padding:0px;
	margin:0px 0px 15px;
}
.submenu li{
	border-bottom: #dae2cc 1px dotted;
   padding:0px;
	line-height: 130%;
	list-style:none;
}
.submenu li a{
	color: #790000;
	text-decoration: none;
	padding: 4px 6px 4px 2px;
	display:block;
	list-style:none;
}
.submenu li a:visited{
	color: #790000;
	text-decoration: none;
}
.submenu li a:hover{
	text-decoration: none;
	background-color: #dae2cc;
}
.submenu .page_item {
	display:block;
}
.submenu .current-cat {
	background: url(images/currentpg-arrow.gif) no-repeat right center;
}
.submenu .current_page_item {
	background: url(images/currentpg-arrow.gif) no-repeat right center;
}
a.continue {
	background: url(images/continue-mini.gif) no-repeat right center;
	padding-right: 15px;
	color: #3a740e;
	text-decoration:none;
}
a.continue:visited, a.continue:hover {
	color: #3a740e;
	text-decoration:none;
}
.archive-list {
	list-style:none;
	margin: 5px 0px 20px;
	padding:0;
}
.archive-list li{
	background: url(images/archive-arrow.gif) no-repeat left center;
	padding-left: 10px;
}
.popular-list {
	padding: 0px;
	margin:0px 0px 10px;
	list-style:none;
}
.popular-list li{
	background: url(images/mini-star.gif) no-repeat left center;
	padding: 3px 0px 3px 12px;
	margin:0px;
	line-height: 130%;
	list-style:none;
}
.popular-list li a{
	color:#333333;
	text-decoration:none;
	list-style:none;
}
.popular-list li a:visited{
	color:#333333;
	text-decoration:none;
}
.popular-list li a:hover{
	color:#669900;
	text-decoration:none;
}
.links-list {
	list-style:none;
	margin:3px 0px 20px;
	padding:0px;
	line-height: 100%;
	font-size: 90%;
}
.links-list li{
	width: 170px;
	height:19px;
	background: url(images/links-bullet.gif) no-repeat left center;
	margin-bottom: 2px;
}
.links-list li a, .links-list li a{
	height:19px;
	display:block;
	color: #FF6600;
	text-decoration:none;
	padding: 4px 10px 0px 14px;
}
.links-list li a:hover{
	color: #339900;
	text-decoration:none;
	background: url(images/links-li-bg.gif) no-repeat;
}
/* --------------------------- gravitator ---------------------------------- */
.gravatar {
	background: url(images/avatar-bg.gif) no-repeat;
	width: 58px;
	height:55px;
	margin-top: 3px;
	padding: 6px 0px 6px 6px;
	float:left;
}
.gravatar img {
	border:solid 1px #cee48b;
	background-color: #FFFFFF;
}
/* --------------------------- graphics buttons ---------------------------------- */
.download_btn {
	font: bold 110% Arial, Helvetica, sans-serif;
}
a.download_btn , a.download_btn:visited{
	color:#669900;
	text-decoration:none;
	background: url(images/download-btn.gif) no-repeat left center;
	padding: 0px 0px 0px 18px;
}
a.download_btn:hover {
	color: #FF6600;
	text-decoration:none;
}
.preview_btn {
	font: bold 110% Arial, Helvetica, sans-serif;
}
a.preview_btn , a.preview_btn:visited{
	color:#669900;
	text-decoration:none;
	background: url(images/preview-btn.gif) no-repeat left center;
	padding: 0px 0px 0px 18px;
}
a.preview_btn:hover {
	color: #FF6600;
	text-decoration:none;
}
/* --------------------------- Navigation header/footer plugins ---------------------------------- */
.pagenav {
	text-align:right;
	border-top: 1px dotted #CCCCCC;
	margin: 25px 0px 10px;
	padding-top: 2px;
	clear:both;
}
.breadcrumb {
	font-size: 10px;
	color:#A7A7A7;
	line-height:100%;
}
.breadcrumb a, .breadcrumb a:visited{
	color:#779d03;
	text-decoration:none;
}
.breadcrumb a:hover{
	color:#FF9900;
	text-decoration:none;
}
.quarter {
	width: 172px;
	margin: auto 7px;
}
.one-third {
	width: 176px;
	float:left;
}
.separator {
	margin-right: 15px;
}
/* --------------------------- Contact Forms ---------------------------------- */
#intouchform {
	margin: 20px 10px 10px;
	font: 110% Arial, Helvetica, sans-serif;
	color: #000000;
}
#intouchform p{
	clear: left;
	margin: 5px 0 10px 0px;
	position: relative;
}
#intouchform label{
	font-weight: bold;
	color:#598192;
	float: left;
	width: 120px;
	background: url(images/formlabel-arrow.gif) no-repeat top right;
	margin-right: 8px;
}
#intouchform input{
	width: 350px;
	background:#EEF5F9;
	border: 1px solid #a3bdc8;
	padding: 2px;
}
#intouchform textarea{
	width: 350px;
	height: 140px;
	background:#EEF5F9;
	border: 1px solid #a3bdc8;
	padding: 2px;
}
#intouchform .submitbutton {
	width: auto;
	padding: 4px 12px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #587683;
	border: none;
}
#intouchform .indent {
	margin-left: 128px;
}
#intouchform .submitbutton:hover {
	background: #779d03;
}
#intouchform #usermessage {
	font-size: 110%;
	font-weight: bold;
	margin: 0px 0px 5px 125px;
}
#intouchform .error {
	border: 1px solid #FF9900;
}
#intouchform .failure {
	color:#FF9900;
}
#intouchform .success {
	color:#669900;
}
#intouchform .required {
	position: absolute;
	color: #FF3333;
	top: 3px;
	padding-left: 5px;
}
#intouchform textarea:focus, #intouchform input[type="text"]:focus {
	background: #F1FFD5;
}
/* ----------------------------- Picture frame --------------------------------*/
.img-left {
	background: url("images/shadow_box.gif") no-repeat bottom right;
	clear: both;
	float: left;
	padding-right:0px;
	position: relative; 
	margin-left:0px; 
	margin-right:10px; 
	margin-top:7px; 
	margin-bottom:4px;
}
.img-left img {
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 5px;
	position: relative;
}
.img-right {
	background: url("images/shadow_box.gif") no-repeat bottom right;
	clear: both;
	float: right;
	padding-left:4px;
	position: relative; 
	margin-left:10px; 
	margin-right:0px; 
	margin-top:7px; 
	margin-bottom:4px;
}
.img-right img {
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 5px;
	position: relative;
}
.entry {
	clear:both;
	padding-top: 10px;
}
.left {
	float:left;
}
.right {
	float:right;
}
img.img_border, a img.img_border {
	border: 5px solid #E0E0E0;
}
a:hover img.img_border{
	border-color: #FF6600;
}
img.right {
	float:right;
	margin: 4px 0px 5px 10px;
	border: 1px solid #E3E3E3;
	padding: 4px;
	background: #FFFFFF;
}
img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #E3E3E3;
	padding: 4px;
	background: #FFFFFF;
}
/* --------------------------- sitemap  ---------------------------------- */
.sitemap {
	list-style:none;
	margin:0px 0px 30px 15px;
	line-height: 140%;
}
.sitemap li{
	font-weight:bold;
	background: url(images/sitemap-mini-folder.gif) no-repeat top left;
	padding-left: 13px;
}
.sitemap li ul{
	margin-bottom: 3px;
	list-style:none;
	margin-left: 5px;
}
.sitemap li ul li{
	font-weight:normal;

	background: url(images/sitemap-mini-file.gif) no-repeat left top;
	padding-left: 12px;
}
/* --------------------------- Footer  ---------------------------------- */
#footer_wrap {
	width: 746px;
	background: #000000 url(images/footer-corner-bg.gif) no-repeat left top;
	margin: 0px auto;
	padding: 5px 12px 12px;
	color:#999999;
	clear:both;
}
.footer_leftcol{
	width:195px;
	margin-right: 16px;
	float:left;
   overflow: hidden;
}
.footer_rightcol {
	width:320px;
	float:right;
}
.footer_rightcol a, .footer_rightcol a:visited {
	color:#4E9F9F;
}
.footer_submenu {
	list-style:none;
	padding:0px;
	margin:0px 0px 15px;
	background-color: #000000;
	border-top: #272727 1px dotted;
}
.footer_submenu li{
	border-bottom: #272727 1px dotted;
	line-height: 130%;
	list-style:none;
   padding: 0;
	margin: 0;
}
.footer_submenu li a{
	color: #759398;
	text-decoration: none;
	padding: 4px 0px 4px 2px;
	display:block;
}
.footer_submenu li a:visited{
	color: #759398;
	text-decoration: none;
}
.footer_submenu li a:hover{
	text-decoration: none;
	background-color:#132022;
	color:#FFFFFF;
}
.footer_nav {
	float:right;
	margin: 20px 0px 0px;
	padding:0px;
	font-size:90%;
}
.copyright {
	text-align:right;
	border-top: 1px solid #222222;
	font-size:85%;
	clear:both;
	margin:10px 0px 0px;
	color: #666666;
}
a.backtop-mini {
	background: url(images/backtop-mini.gif) no-repeat left center;
	padding-left: 14px;
	color:#3ba5cf;
	text-decoration: none;
	margin-left: 10px;
}
a.backtop-mini:hover {
	color:#ffffff;
	text-decoration: none;
}
a.validcss-mini {
	background: url(images/validcss-mini.gif) no-repeat left center;
	padding-left: 13px;
	color:#FF9900;
	text-decoration: none;
	margin-left: 10px;
}
a.validcss-mini:hover {
	color:#ffffff;
	text-decoration: none;
}
a.validhtml-mini {
	background: url(images/validhtml-mini.gif) no-repeat left center;
	padding-left: 13px;
	color:#80c43d;
	text-decoration: none;
	margin-left: 10px;
}
a.validhtml-mini:hover {
	color:#ffffff;
	text-decoration: none;
}
a.rss-mini {
	background: url(images/rss-mini.gif) no-repeat left center;
	padding-left: 14px;
	color:#CC9900;
	text-decoration: none;
	margin-left: 10px;
}
a.rss-mini:hover {
	color:#ffffff;
	text-decoration: none;
}

