/*
Theme Name: ExpatBusinessService
Theme URI: 
Description: The WordPress theme for Expatbusinessservice.com
Version: 1.0
Author: Nat VT
Author URI: 
*/

body {
	margin: 0px;
}

body, td {
	color: #464646;
	font-family: arial, tahoma, verdana;
	font-size: 13px;
}

td {
	vertical-align: top;
}

img {
	border: 0px;
}

a {
	color: #f7941c;
	text-decoration: none;
}

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

h3, h3 a {
	font-size: 13px;
}

h3 a:hover {
	text-decoration: underline;
}

h2, h2 a {
	color: #000;
	font-size: 16px;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

input {
	font-size: 12px;
	font-family: arial, tahoma, verdana;
}

td.logo {
	width: 176px;
	height: 178px;
}

td.header {
	width: 100%;
	height: 178px;
	background: url(images/bg_header.jpg) repeat-x;
}

td.sidebar {
	width: 176px;
	height: 100%;
	background: url(images/bg_sidebar.jpg) repeat-y;
}

td.sidebar ul {
	margin-left: 0px;
	padding-left: 10px;
}

td.sidebar li {
	list-style: none;
}

li h2 {
	color: white;
	font-weight: bold;
	font-size: 14px;
}

li a {
	color: yellow;
}

td.content {
	height: 100%;
	padding: 10px 35px 0px 35px;;
	background: url(images/bg_bar.jpg) no-repeat;
}

textarea {
	width: 350px;
	height: 100px;
	font-size: 12px;
	font-family: arial, tahoma, verdana;
}

div.post {
	margin-bottom: 40px;
}

ol.commentlist {
	width: 500px;
}

.footer {
	color: #000;
	font-size: 11px;
	text-align: right;
	height: 26px;
	line-height: 26px;
	background: url(images/bg_dot.jpg) repeat-x center top ;
}

