@charset "UTF-8";
/* CSS Document 
	Theme Name: T-Van
	Theme URI: http://t-van.net
	Description: 5th layout and remake edition of T-Van.net
	Author: Coding- Kathy Truong - contact yvy92@prodigy.net for any problems or questions
	Version: 5.0
*/

/* =Basic Body Intro and Framework 
-------------------------------------------------------------- */
html, body { /* main website body bg, and text */
	margin: 0;
	padding:0;
	height:100%;
	width: 100%;
	background-color: #ffffff;
	background: url('/wp-content/themes/tvan/images/bg.jpg') repeat-x;
	font-family: Arial, Verdana, Times, "Times New Roman";
	font-size: 12px;
	color: #000000;
}


p { /* for Our body regular font inside paragraph tags */
	font-family: Arial, Verdana, Times, "Times New Roman";
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}



img { /* makes sure no image that are links have ugly borders around them */
border: none;
}


/* =Links (main styling for all links)
-------------------------------------------------------------- */
a:link {
	color: #d75d6a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #943f48;
}

a:hover {
	text-decoration: none;
	color: #b9e7dd;

}
a:active {
	text-decoration: none;
}


/* =STRUCTURES THE LAYOUT
-------------------------------------------------------------- */

.clearing { /* this reusuable class clears all floats anywhere */ 
	clear: both;
	}

#wrapper { /* id Wrapper is to contain EVERYTHING (header, nav, content, footer...etc) inside */
	margin: 0 auto;/* This is what centers everything */
	width: 973px;
}

#header { /* id header, for the main header */
	width: 973px;
	height: 114px;
	background-image: url('/wp-content/themes/tvan/images/header.jpg');
	background-repeat: no-repeat;
	position: relative;
}
	
	

#navbar { /* id Navbar to contain the Navigation BAR styling */
	width: 973px;
	height: 34px;
	background-color: #66b997;
	
}

#content-slider { /* the content slider div */
	width: 973px;
}


#content { /* The main Content box that contains all our information (does not include header, nav, or footer) */
		margin: 0 auto;
		width: 973px;
		background: #dee0df;
		-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
}



#footer {
	background: #2f2f2f;
	margin-bottom: 10px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	width: 953px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	color: #ffffff;
	font-variant: small-caps;
	letter-spacing: 1px;
}


/* =The Top Tabs & Search Bar
-------------------------------------------------------------- */


#toptabs { /* Contains the contact, bookmark, rss, and searchbar in the header area */
	position: absolute; /* to absolute position the stuff to the top of the header on the right */
	top: 1px;
	right: 50px;
	width: 390px;
	height: 36px;
}

.tabs {
	margin-right: 5px;
	float: left;
}

.hover:hover {
	border-top: solid 10px #ffffff;
}




/* =the three columns in the content: post column, middle, sidebar
-------------------------------------------------------------- */
#left-column {
	width: 429px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}


#middle-column {
	width: 281px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;	
}

#right-column {
	width: 223px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

/* =NavBar Menu
-------------------------------------------------------------- */
#navbar ul {
	margin: 0; 
	padding: 0; 
	width: 100%;
	height: 100%;
	list-style-type: none; 
	list-style-image: none; 
	color: #ffffff;
	font-size: 17px;
	letter-spacing: 1px;
	}
	
#navbar  li {
	float: left;
	}
	
	
#navbar ul li a {
	display: block;
	text-decoration:none;  
	color: #ffffff;
	background: #2f2f2f;
	height: 27px;
	width: 150px;
	padding-left: 10px;
	padding-top: 7px;
	margin-right: 1px;

	
	}
	
#navbar ul li a:hover {
	color: #66b997;
	border-bottom: solid 2px #66b997; 
	}
	
#navbar ul li a.current {
	color: #2f2f2f;
	border-top: solid 1px #66b997; 
	background: #fffffff;
	}



/* =Each main posts box under left-column
-------------------------------------------------------------- */
.posts {
	width: 409px;
	height: 204px;
	padding: 10px;
	background: #ffffff;
	margin-bottom: 10px;
	position: relative;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

span.title a {
	margin-top: 0px;
	font-family: arial, verdana, tahoma;
	font-size: 20px;
	line-height: 23px;
	color: #000000;
	
}

span.title a:hover {
	color: #66b997;
}

.thumbnail {
	width: 155px;
	height: 125px;
	margin-right: 15px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.metainfo {
	color: #918f8f;
	font-size: 11px;
}
	

.date {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #918f8f;
	font-size: 11px;
	
}

.readmore a {
	padding: 5px 5px 5px 5px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: #66b997;
	color: #ffffff;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	letter-spacing: 1px;
}

.readmore a:hover {
	background: #2f2f2f;
	color: #66b997;
}



/* = Ghichep, old featured, calendar posts
-------------------------------------------------------------- */

.ghichep-box { /* SPECIFIC to Ghi Chep Box */
	width: 261px;
	height: 265px;
	padding: 183px 10px 10px 10px;
	margin-bottom: 10px;
	background: #ffffff;
	position: relative;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.ghichep-thumbnail { /* SPECIFIC Thumbnail for Ghichep */
	width: 281px;
	height: 133px;
	border-top: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
	position: absolute;
	top: 40px;
	left: 0px;
}

.smallbox { /* Used for Old Featured News and Calendar */
	width: 261px;
	height: 164px;
	padding: 50px 10px 10px 10px;
	background: #ffffff;
	margin-bottom: 10px;
	position: relative;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.box-heading { /* heading box for all boxes */
	height: 20px;
	width: 261px;
	padding: 10px 10px 10px 10px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: arial, verdana, times;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 1px;
	color: #2f2f2f;
}


span.box-title a { /* title of post in ghichep and old feature news */
	font-family: arial, verdana, tahoma;
	font-size: 16px;
	line-height: 19px;
	color: #2f2f2f;
	
}

span.box-title a:hover {
	color: #66b997;
}


/* = right Column Boxes
-------------------------------------------------------------- */
.right-box { /* right Column Box */
	width: 223px;
	height: 175px;
	padding: 10px 0px 10px 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #2f2f2f;
	background-color: #2b805d;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
}


.right-headers { /* title heading for each right column box */
	width: 183px;
	height: 19px;
	padding: 5px 10px 5px 30px;
	margin-bottom: 0px;
	background: url('images/sbbg.png') #ffffff;
	background-position: top left;
	background-repeat: no-repeat;
	color: #66b997;
	font-weight: bold;
	font-family: arial, verdana, times;
	font-size: 14px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
}


.right-box ul {
	margin:0; 
	padding:0;
}

.right-box li {
	list-style: none;
}

ul.goc-links li {
	border-bottom: #66b997 dotted 1px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 1px;
}

ul.goc-links li a {
	color: #ffffff;
}

.right-box a {
 	color: #2f2f2f;
 	cursor: pointer;
 	display:block;
 	line-height: 20px;                   
 	text-decoration:none;
 	width:100%;
}

.right-box li:hover {
	background: #fff;
	position: relative;
}

.right-box a:hover{
	text-decoration:none;
	color: #66b997;
}


/* = Calendar Look
-------------------------------------------------------------- */


table#wp-calendar {
	width: 100%; 
	font-size: 12px;
	border-collapse: collapse;
	margin: 0 auto;
}

table#wp-calendar caption {
	width: auto;
	background: #ffffff;
	border: none;;
	padding: 3px;
	margin: 0 auto;
	font-size: 12px;
}

table#wp-calendar th {
	border: solid 1px #ffffff;
	background-color: #bfd078;
	color: #ffffff;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}

table#wp-calendar td {
	padding: 0;
	line-height: 18px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	text-align: center;
}

table#wp-calendar tfoot td {
	border: solid 1px #ffffff;
	background-color: #ffffff;
}

table#wp-calendar td a {
	display: block;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	padding: 0;
	color: #12340b;
	font-weight: bold;
}

table#wp-calendar td a:hover {
	background-color: #2f2f2f;
	color: #c3e7bc;
}

table#wp-calendar td a:visited {
	color: #0e4704;
	font-weight:bold;
}
	



/* = Pagination
-------------------------------------------------------------- */

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi .pages {
	background: none;
	font-size: 12px;
	width: auto;
	margin-right: 10px;
}

.wp-pagenavi div {
	float: left;
	height: 20px;
	margin-right: 5px;
	text-align: center;
	padding-top: 6px;
}

.wp-pagenavi div {
	background: url("/wp-content/plugins/wp-pagenavi-lightword/images/pageno2.gif") no-repeat scroll 0 0 #FFFFFF;
	width: 26px;
}

.wp-pagenavi div.first, .wp-pagenavi div.last {
	width: 57px;
	background: url("/wp-content/plugins/wp-pagenavi-lightword/images/pagelast2.gif") no-repeat scroll 0 0 #FFFFFF;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color: #000;
}

.wp-pagenavi div.current {
	font-weight: bold;
}


/* ---------------------------------------------------------- *//* ---------------------------------------------- */
/* ---------------------------------------------------------- *//* ---------------------------------------------- */
/* =Basic Structure for all templates besides Main Index Template */
/* ---------------------------------------------------------- *//* ---------------------------------------------- */
/* ---------------------------------------------------------- *//* ---------------------------------------------- */

/* =Basic Common Structures for all Templates Except for Main Index Template
-------------------------------------------------------------- */
#sidebar { /* the sidebar in all templates except for Main Index Template */
	width: 343px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;	
	padding: 0px;
}

.sbheaders {
	width: 323px;
	height: 22px;
	padding: 10px;
	color: #015562;
	font-size: 20px;
	font-variant: small-caps;
	font-weight: bold;
	background: url('/wp-content/themes/tvan/images/sbheaderbg.png') no-repeat;
}

.sbboxes {
	width: 343px;
	margin-top: 0px;
	margin-bottom: 10px;

}

.sbboxes ul li a {
	color: #005563;
}

.sbboxes ul li a:hover {
	color: #c3e7bc;
}

.sbboxes ul li a:visited {
	color: #005563;
}



#sidebar ul {
	margin-top: 0px;
	color: #12340b;
	list-style-type: none;
}

#sidebar ul li {
	background: #e0e8e8;
	border: 1px solid #c2dbdc;
	color: #005563;
	padding: 10px 0px 5px 10px;
	margin-left: -40px;
    	margin-top: 2px;
}

#sidebar ul li:hover {
	color: #c3e7bc;
	background: #2f2f2f;
}
.content-column { /* the content Column in all templates except for Main Index Template */
	width: 580px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	background: #ffffff;
	padding: 10px;
	padding-bottom: 30px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	position: relative;

}

div.title { /* title of single posts, categories, authors and so forth */
	font-family: Arial, Verdana, Times;
	font-size: 26px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #b3b4b3;
	color: #000000;
}



/* =specific to single post templates
-------------------------------------------------------------- */

.content-column p {
	font-family: Arial, Verdana, Times, "Times New Roman";
	font-size: 13px;
	color: #000000;
	line-height:25px;
}

div.singledate { /* styles the date of post */
	background-image: url('/wp-content/themes/tvan/images/datebg.png');
	width: 142px;
	height: 26px;
	font-family: garamond, arial, verdana, times;
	font-size: 18px;
	font-style: italic;
	color: #2f2f2f;
	text-align: center;
	padding-top: 5px;
	position: absolute;
	top: 0px;
	right: 20px;
}


div.author a { /* font style for LINKS authors and date */
	font-family: Arial, Verdana, Times;
	font-size: 12px;
	color: #d55e6c;
	margin-bottom: 3px;
}

div.author a:hover { /* font style hover effects */
	color: #ffffff;
	background: #2f2f2f;
	padding: 5px;
}


div.category  { /* font style for category link */
	font-family: Arial, Verdana, Times;
	font-size: 12px;
	color: #b3b4b3;
	margin-bottom: 10px;
	border-top: 1px dashed #b3b4b3;
	padding-top: 5px;

}
div.category a { /* font style for LINKS category link */
	color: #888989;
}

div.category a:hover { /* font style hover effects */
	color: #ffffff;
	background: #2f2f2f;
	padding: 5px;
}

/* =styling related posts
-------------------------------------------------------------- */
.crp_excerpt {
	margin-top: 5px;
}

.crp_date {
	font-style: italic;
	color: #6bb2be;
}

.crp_related img {
	float: left;
	margin-right: 5px;
}

.crp_related li {
	margin-bottom: 10px;
	background: #f4f8f8;
	padding: 5px 5px 5px 5px;
	border: 1px solid #e6f1f1;
	padding-bottom: 13px;
}

.crp_related ul {
	list-style: none;
	margin-left: 0;
	margin-right: 50px;
}


/* =specific to Author templates
-------------------------------------------------------------- */
.authorpic {
	border: solid 1px #2f2f2f;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	margin-right: 10px;
	margin-bottom: 5px;

}

ul.author-post-list {
	background: #f0f1f1;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

ul.author-post-list li {
	border-bottom: 1px dotted #b2b2b2;
	padding: 10px 5px 5px 0px;
}

ul.author-post-list li:hover {
	color: #ffffff;
	background: #2f2f2f;
}



/* =Specific to Category Templates
-------------------------------------------------------------- */
.cat-posts {
	padding-right: 20px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #dadcdb;
}

.small-thumbnail {
	height: 50px;
	width: 50px; 
	margin-bottom: 5px;
	margin-right: 10px;
	float: left;
}


div.cat-title a {
	font-size: 12px;
	color: #d6616d;
	letter-spacing: 1px;
}

div.cat-title a:hover {
	background: #2f2f2f;
	color: #ffffff;
}

div.cat-excerpt {
	font-size: 11px;
	color: #2f2f2f;
}

div.author-date {
	font-size: 11px;
	color: #b3b4b3;
	margin-bottom: 5px;
}

div.author-date a {
	font: 11px;
}

div.author-date a:hover {
	font: 11px;
	color: #ffffff;
	background: #2f2f2f;
	padding: 3px;
}






/* =Archive Reloaded List Styling
-------------------------------------------------------------- */
ul.car-list {
	line-height: 25px;
	font-size: 13px;
	padding-right: 20px;
}

div.car-container li {
	color: #d6616d;
}

div.car-container li ul li {
	padding-bottom: 3px;
	padding-top: 5px;
	border-bottom: 1px dotted #dadcdb;
}





/* =Search Bar
-------------------------------------------------------------- */
#searchform {
	height: 34px;
	width: 187px;
}
 
#searchform input#s {
	background: url('/wp-content/themes/tvan/images/searchbar.png') no-repeat 0 0;
	color: #ffffff;
	font: 14px Arial, Helvetica, sans-serif;
	height: 29px;
	padding-top: 5px;
	padding-left: 6px;
	padding-right: 2px;
	width: 146px;
	border: none;
	float: left;
}
 
 
#searchform input#searchsubmit {
	width: 33px;
	height: 34px;
	float: left;
}