/*  
Theme Name: Web2Red
Theme URI: http://web20vn.com
Description: Web 2.0 Việt Nam http://web20vn.com
Version: 2.0
Author: Web 2.0 Vietnam
Author URI: http://web20vn.com
*/
/*Layout: http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-34-fluid-fixed-fixed/*/

body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	font: 80%/150% "Arial", Tahoma, Verdana;
	background: #E7E1D5;
}

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

a:hover {
	color: #211F1C;
}

img {
	border: none;
}

b{font-size: 110%;}
em{color: red;}

h1 {
	margin: 0px;
	font: lighter 2.4em/1.2em "Arial", Tahoma, Verdana;
}
h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
}

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

#headerimg {
    background: url('web20vn_banner.jpg') no-repeat;
	height: 90px;
}

#navi {
	height: 26px;
	width: 900px;
	margin: 0;
	top: 19px;
	text-align: center;
	line-height: normal;
}
#nav {
	list-style: none;
	margin: 0 3px;
	padding: 0px;
	float: left;
	clear:both;
}
#nav li {
	float: left;
	height: 26px;
	background: #DF3F00;
	margin: 0 3px;
	white-space: nowrap;
}

#nav .page_item a{
	color: #FFD481;
	display: block;
	background: #830B14;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 26px;
}
#nav li:hover {
	background-position: 100% -36px;
}
#nav .page_item a:hover {
	background-position: 0px -36px;
	border: none;
}

#nav li.current_page_item {
	color: #FEFF5F;
	text-decoration: none;
	background: #2AAF00;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #FEFF5F;
	text-decoration: none;
	background: #2AAF00;
}

#search{ float:right}

#searchform input{
border:1px solid #fff;
background-color:#DF480D;
color:#fff;
}
#searchsubmit input{
	border: none;
	height: 25px;
	width:27px;
	background:url(images/search_16x16.gif) no-repeat;
	vertical-align: middle;
}

.post-content {font-size:16px}

#maincontainer{
width: 1005px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #C41212;
padding-bottom:5px;
height: 115px;
color: #fff;
}

#topsection h1{
margin: 0;
padding-top: 15px;
color:#fff;
}
#topsection a{color:#F7F6F4}

#contentwrapper{
float: left;
width: 100%;
margin-left: -20%; /*Set left margin to -(RightColumnWidth)*/
}

#contentcolumn{
margin: 0 200px 0 20% /*Set margin to 0 (LeftColumnWidth) 0 (RightColumnWidth)*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column in pixels*/
margin-left: -200px; /*Set left margin to -(LeftColumnWidth)*/
background: #FFE9E8;
}

#rightcolumn{
float: left;
width: 20%; /*Width of right column in percentage*/
background: #FDE95E;
}

#footer{
clear: left;
width: 100%;
background: #4F4E4C;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin-top: 0;
margin: 5px;
}

.post{
background: #E6DAC0;
border:1px solid #CE0000;
border-right: 2px solid #830B14;
border-bottom: 2px solid #830B14;
padding:2px 5px 2px 5px;
margin-bottom: 10px;
}

h2 {padding-bottom: 2px; margin-top: 4px}
.inpost-date {margin-top:-15px;font-size:10px;}
.post h2{border-bottom:1px solid #CCC}

/*.post-ratings {float:right}*/










#comments, #respond {
	border-bottom: 1px dotted #4395BC;
	clear: both;
}
.commentlist {
	margin:0; padding:0;
	line-height: 130%;
	width: 595px;
}
.commentlist li{
	margin:10px 0; padding:0;
	list-style:none;
	background:url(images/crv_btm.gif) no-repeat bottom;
	width: 595px;
}

.comment-btm{
	background:#F7FFEF;
	border-top:1px solid #5BBF00;
	border-left:1px solid #5BBF00;
	padding:10px 20px;
}

.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#EEFFDF;
	border: 1px solid #5BBF00;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	font: 110% Arial, Helvetica, sans-serif;
	width: 585px;
	height: 115px;
	background:#EEFFDF;
	border: 3px solid #5BBF00;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: #5BBF00;
	border: 1px solid #EEFFDF;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	float: left;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

.sidebar {
	z-index: 1;
	margin-left:1px;
	overflow: hidden;
}
/*sidebar title (h2) */


.sidebar h2, .sidebar .sidebartitle{
	font: bold 1.3em/1em "Arial", Tahoma, Verdana;
	color: #50021B;
	border-bottom: 1px dotted #FE4902;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
/*sidebar text styles */
.sidebar a:hover{
	border: none;
}
.sidebar a, .sidebar a:visited{
	color: #570F48;
	text-decoration: none;
}
.sidebar li a:hover{
	color: #1888B8;
	text-decoration: none;
}

.sidebar ul {
	margin: 0;
	padding: 0;
}
.sidebar ul li {
	list-style: none;
	margin: 5px 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
.sidebar ul li ul {
	padding: 0;
	margin-bottom: 5px!important;
}
.sidebar ul li ul li{
	padding: 2px 0 2px 0px;
}
/*sidebar list level3 */
.sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}





table.ncode_imageresizer_warning {
	background: #FFFFE1;
	color: #000000;
	border: 1px solid #CCC;
	cursor: pointer;
}

table.ncode_imageresizer_warning td {
	font-size: 10px;
	vertical-align: middle;
	text-decoration: none;
}

table.ncode_imageresizer_warning td.td1 {
	padding: 5px;
}

table.ncode_imageresizer_warning td.td1 {
	padding: 2px;
}
