/*  
Theme Name: SmartOSC  Themes
Theme URI: http://www.smartosc.com
Description: WordPress theme designed by <a href="http://www.smartosc.com">SmartOSC</a>.
Version: 1.0
*/

/*vinhnx added - START*/

[placeholder]{
	cursor:pointer;
	padding:5px;
	border:1px solid #999;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
[placeholder]:active,
[placeholder]:focus{
	cursor:text;
	border:1px solid #0a0;
	
	-moz-box-shadow:0 0 5px #0a0, 0 0 5px rgba(0,0,0,0.25) inset;
	-webkit-box-shadow:0 0 5px #0a0, 0 0 5px rgba(0,0,0,0.25) inset;
	box-shadow:0 0 5px #0a0, 0 0 5px rgba(0,0,0,0.25) inset;
}
/*vinhnx added - END*/
body {
	background: #fff;
	font: 11px/170% Verdana, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #333333;
}
a {
	color: #3b68ba;
	text-decoration: none;
}
a:visited {
	color: #3b68ba;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px 0px 15px;
}
img {
	border: none;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 95%;
}
#page {
	background: url(images/bg_footer.jpg) repeat-x left bottom;
		
}
#wrapper {
	width: 945px;
	/* border: 5px solid #d5e6eb; */	
	margin: 0px auto;	
	position: relative;
}

/* ------------------------------------- header area  */
#header {
	border-bottom: 2px solid #E7E7E7;
    width: 940px;padding:20px 0px 20px;float:left
}

#header #navbar {
	display:none
}

#banner {
	background-color:#fff;
	width:219px;float:left;
}

#banner a {
	background:url(images/logo.png) no-repeat top left;width:219px;height:50px;display:block;
}

#banner a  span {
	display:none
}
/* site title */
h1 {
	position: absolute;
	top: 40px;
	left: 25px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font: normal 30px/100% "Trebuchet MS", Arial, sans-serif;
}
h1 a, h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover {
	color: #000000;
	text-decoration: none;
}
.description {
	position: absolute;
	top: 77px;
	left: 25px;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
}
/* search form */
#searchform {
	/* position: absolute;
	top: 0px;
	right: 0px;
	background: url(images/searchform-bg.png) no-repeat right bottom; */
	/* height: 37px; */
	width: 230px;
}
#searchform #s{
	/* background: #ffffff url(images/form-field-bg.gif) no-repeat ; */
	height: 19px;
	width: 172px;
	/* margin: 6px 5px 0px 10px;
	padding: 3px 7px 2px 5px; */
	color: #999999;
	border: 1px solid #e5e5e5;float:right;line-height:19px;font-size:10px;font-family:Verdana, sans-serif;padding-left:3px
}
#searchform #searchsubmit { 
	/* background: url(images/search-btn.png) no-repeat left top; */
	height: 23px;
	width: 52px;
	border: 1px solid #e5e5e5;float:left;background:#f7f7f7;line-height:13px;border-right:none;font-family:"Rockwell",georgia,serif;font-size:12px;font-weight:bold;
	/* text-indent: -999%; */
	/* line-height: 1px;
	margin-top: 6px; */
}

/* ------------------------------------- main content area  */
#smart_content {
	float:left;
	width:945px;
	padding-top:20px;clear:both;
}

#left-col {
	width: 690px;
	float: right;
	margin-top: 0px;
	margin-right:13px
}
/* main menu */

#nav{/* width:325px; */float:right;margin-top:15px}
#nav li{list-style:none;display:inline-block;padding:0px 20px}
#nav li a{font-family: "Rockwell",georgia,serif;font-size: 18px;font-weight: normal;color: #000000;text-align:right}
#nav li a:visited{text-decoration: none;color: #000;}
#nav li a:hover, #nav .current_page_item a{text-decoration: none;color: #2d5db5;}
#nav li:last-child a {color:#2d5db5}
/* sub menu */
#subnav {
	background: #ecebeb;
}
#subnav ul {
	margin: 0px;
	padding: 3px 0px 18px 5px;
	list-style: none;
	font: 11px/100% Arial, Helvetica, sans-serif;
}
#subnav li {
	border-right: 1px solid #D8D8D8;
	padding: 0px 7px;
	margin: 0px;
	float: left;
}
#subnav li a, #subnav li a:visited, #subnav .page_item {
	text-decoration: none;
	color: #333333;
}
#subnav .current_page_item a, #subnav .current_page_item a:visited {
	color: #3b9acc;
}
#subnav li a:hover {
	text-decoration: none;
	color: #3b9acc;
}

/* content */
#content {
	/* padding: 25px 25px 15px 25px; */
	width: 690px;
	background: #ffffff;
	clear: both;
	/* overflow: hidden; */
}
.post {
	padding: 15px 10px 15px 15px;
	width:670px;border:1px solid #dedede;background:#f7f7f7;margin-top:15px;position:relative;min-height:200px
}
.right-social .date {
	width: 100px;
	/* background: url(images/calendar.gif) no-repeat; */
	font: normal 17px "Rockwell", Georgia, serif;
	color: #5a5a5a;
	text-align: left;
	padding: 0px 0px 4px 0;
	line-height: 100%;
	float: right;
	border-bottom:1px solid #5a5a5a
}
.right-social .date span {
	display: block;
	font: normal 28px "Rockwell", Georgia, serif;
	color: #5a5a5a;
	text-align: left;
	/* padding-top: 5px; */
}
.post .title {
	float: left;
	width: 557px;
}
.post .title h2 a {color:#3b68ba;font: normal 18px "Rockwell", Georgia, serif;}
.post .title h2{border-bottom:none}
.postdata {
	font-size: 90%;
	color: #999999;
}
.postdata a, .postdata a:visited {
	color: #999999;
	text-decoration: none;
}
.postdata a:hover {
	color: #44a1d0;
	text-decoration: none;
}
.postdata .category{
	/* background: url(images/mini-category.gif) no-repeat; */
	/* padding-left: 18px; */
	float: left;
}
.new-comment .comments{
	background: url(images/mini-comment.gif) no-repeat left 5px;
	padding-left: 18px;
	float: right;
	
}
.right-social .comments a {color:#5a5a5a;font-family:verdana, sans-serif;font-size:9px!important;overflow:hidden;white-space: no-wrap;word-wrap: no-word;}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat left center;
	padding-left: 12px;
	float: left;
}
.entry {
	width:557px;
}

/* post title */
h2 {
	color: #333333;
	margin: 3px 0 2px;
	padding-bottom: 4px;
	font: normal 150%/100% "Lucida Grande", Arial, sans-serif;
	border-bottom: dotted 1px #CCCCCC;
}
h2 a, h2 a:visited {
	color: #333333;
	text-decoration: none;
}
h2 a:hover {
	color: #44a1d0;
	text-decoration: none;
}
h3 {
	color: #666666;
	margin: 5px 0px 5px;
	font: bold 110%/110% "Lucida Grande", Arial, sans-serif;
}

/* next & previous page navigation */
.page-nav {
	clear: both;
	background: url(images/navigation-bg.gif) no-repeat left center;
	height: 21px;
}
.page-nav a, .page-nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
.page-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.previous-entries a {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	background: url(images/navigation-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 10px;
	margin-right: 10px;
	background: url(images/navigation-right.gif) no-repeat right center;
}

/* next & previous post navigation */
.post-nav {
	clear: both;
	padding-bottom: 35px;
	margin-top: -15px;
	font-size: 95%;
}
.post-nav a, .post-nav a:visited {
	color: #999999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 20px;
	background: url(images/post-nav-previous.gif) no-repeat left center;
}
.post-nav .next a {
	float: right;
	padding-right: 20px;
	text-align: right;
	background: url(images/post-nav-next.gif) no-repeat right center;
}

/* ------------------------------------- comment area  */
h3#comments {
	/* background: url(images/comments.gif) no-repeat;
	padding-left: 22px; */
	font:  normal 18px "Rockwell", Georgia, serif;color:#3b68ba;
	clear: both;padding-top:20px;
}
h3#respond {
	/* background: url(images/respond.gif) no-repeat;
	padding-left: 22px; */
	font:  normal 18px "Rockwell", Georgia, serif;color:#3b68ba;
	margin: 20px 0px 0px;
	clear: both;
}
/* commentform */
#commentform {
	margin-top: 10px;
}
#commentform label {
	font-weight: bold;
	color:#666;
	font-size: 100%;
	padding-left: 5px;
}
#commentform small {
	color: #999999;
	font-size: 90%;
}
#commentform input {
	font: 110% Arial, Helvetica, sans-serif;
	width: 220px;
	padding: 5px 3px 3px 7px;
	background: url(images/form-field-bg.gif) no-repeat;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #e6e6e6;
}
#commentform textarea {
	font: 110% Arial, Helvetica, sans-serif;
	width: 380px;
	height: 120px;
	background:url(images/form-field-bg.gif) no-repeat;
	border: solid 1px #e6e6e6;
	padding: 5px 3px 3px 7px;
}
#commentform #submit {
	font: 12px/100% Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(images/submit-btn.gif) no-repeat top left;
	border: none;
	width: 135px;
	height: 25px;
	padding-bottom: 6px;
	/* margin-left: 355px; */
}
#commentform #submit:hover {
	background: url(images/submit-btn.gif) no-repeat bottom left;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: solid 1px #3b9acc;
}

/* comment list */
.commentlist {
	margin: 10px 0px 10px -20px;
	padding-left: 0x;
	line-height: 130%;display:block;
}
.commentlist li{
	padding: 5px 10px;list-style:none;
}
.commentlist .alt {
	background: #fff;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	color: #5a5a5a;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #5a5a5a;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentlist small a, .commentlist small a:visited{
	color: #999999;
}

/* ------------------------------------- footer area  */
#footer {
	background: url(images/content-bottom-bg.png) no-repeat;
	padding: 10px 0px 0px 10px;
	font-size: 87%;
	color: #282828;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
}

/* Smart Footer */
/* footer area */
#smart_footer {/* padding-top:25px; */
	/* clear: both;
	background: #048DB4 url(images/footer-bg.gif) no-repeat;
	color: #ACD7EE;
	font-size: 95%;
	line-height: 130%;
	padding-bottom: 10px; */
}
#smart_footer a, #smart_footer a:visited {
	color: #ffffff;
}
#smart_footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #9cdbfb;
	margin: 10px 0px 5px;
}
.footer-recent-comments {
	width: 240px;
	float: left;
	margin-left: 10px;
}
.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: 0px 0px 10px 20px;
}
.footer-recent-posts {
	width: 240px;
	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;
}
#smart_footer ul li a,
#smart_footer ul li a:visited {
	font: bold 120%/100% "Trebuchet MS", Tahoma, Arial;
	
}

.footer-about {
	width: 210px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/footer-right-bg.gif) no-repeat;
}
/* credits */
#credits {
	margin: 0px auto;
	padding-top:2px;
	width: 752px;
	color: #ffffff;
	font-size: 85%;
	line-height: 120%;display:none;
}
#credits a, #credit a:visited {
	color: #ffffff;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.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;
}
/* ------------------------------------- sidebar area  */
/* sidebar */
#sidebar {
	float:left;
	width: 235px;
	color: #3e3e3e;
	/* line-height: 160%; */
}
#sidebar p {
	margin: 0px 0px 15px;
}
#sidebar h3 {
	font: normal 16px/100% "Rockwell",georgia,serif;
	color: #3e3e3e;
}
#sidebar h3 a, #sidebar h3 a:visited {
	color: #3e3e3e;
}
#sidebar h3 img {
	vertical-align: middle;
}
#sidebar a, #sidebar a:visited {
	color: #000000;
	text-decoration:none;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	text-decoration:underline;
}
#sidebar ul {
	list-style: none;
	margin: 0 ;
	padding: 0 ;
}
#sidebar ul li {
	/* background: url(images/bullet-orange.gif) no-repeat; */
	padding-left: 15px ;
}
.dbxid1 ul li {background:none!important} 
.dbxid1 ul li, .dbxid0 ul li {padding-left:5px!important}
#sidebar ul li ul li {
	background: url(images/bullet-grey.gif) no-repeat;
	padding-left: 12px ;
	margin-left: -5px;
}

/* ------------------------------------- widget styles  */
/* archives widget */
#archives ul li {
	background: url(images/mini-archive.gif) no-repeat left center;
}
/* recent comments widget */
#recent-comments ul li {
	background: url(images/mini-comment.gif) no-repeat;
}
/* category widget */
#categories ul li {
	background: url(images/mini-category.gif) no-repeat left center;
}
/* recent posts widget */
#recent-posts ul li {
	background: url(images/mini-page.gif) no-repeat left center;
}
/* links widget */
#links ul li {
	background: url(images/mini-blogroll.gif) no-repeat left 5px;
}
/* meta */
#meta .rss {
	background: url(images/mini-rss.gif) no-repeat;
}
#meta .login {
	background: url(images/mini-user.gif) no-repeat;
}
#meta .check {
	background: url(images/mini-check.gif) no-repeat;
}
#meta .wordpress {
	background: url(images/mini-wp.gif) no-repeat;
}
/* calendar */
#calendar table {
	margin: 0px auto;
}
#calendar td {
	padding: 0px 4px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left {
	float: left;
}
img.left, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.right {
	float: right;
}
img.right, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.hidden {
	clear: both;
	visibility: hidden;
}
#subsidiary {width:945px;float:left;padding-top:60px;}
#subsidiary  ul li {list-style:none}
#first, #second , #third #fourth{float:left;}
#first{width:205px;}
#second{width:310px;}
#third{width:230px;float:left;}
#fourth{width:177px;float:right;}
#first h3, #second h3 , #third h3 , #fourth h3, #first div, #second div , #third div , #fourth div {font-size:11px;color:#3a3a3a;font-family:Tahoma,Arial,sans-serif;} 
#first div, #second div , #third div , #fourth div{font-weight:normal;line-height:105%}
#first h3, #second h3 , #third h3, #fourth h3{font-weight:bold;}
#smart_footer #nav {float:left;}
#smart_footer #nav li a {color:#fff;}
.more-link {font: normal 12px "Rockwell", Georgia, serif;color:#32d5db5!important}
.right-social {width:100px;float:right;/* height:300px */padding-bottom:90px}
.new-social .socialize-in-content {position:absolute;right:0px;top:73px;width:50px;margin-top:15px;}
#meta, .dbx-offdummy{display:none!important}
*+html #nav li {display:inline}
*+html #searchform #searchsubmit {width:51px}
*+html #smart_footer {height:200px;float:left;width:100%;margin-top:5px}
*+html #subsidiary {padding-top:75px}
*+html .navigation {margin-right:-10px}
.new-comment {margin-bottom:40px}
hr {width:100%;clear:both}

