@charset "utf-8";
/*
Theme Name: Gaf06 theme
Description: 
Version: 1.0
Author: Khanh Huy
Author URI: http://dev.fgctechlution.com/khanhhuyna
Tags: blue, custom header, fixed width, two columns, widgets

*/

html, body, div, iframe, div, img, form {
    padding:0;
    margin:0;
    border:none;
}

a {
    outline:none;
    color:#665E5F;

}
a:hover{
    color:#000;
}
.float-clear {
    width:100%;
    overflow:hidden;
}
html {
    background:#000;
}
body {
    text-align:center;
    width:100%;
    background:#000 url(images/body_bg.jpg) repeat-y center 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:12px;
    color:#665E5F;

}
#wrap {
    margin:0 auto;
    text-align:left;
    width:850px;
}
#header {
    height:160px;
    position:relative;
    overflow:visible;
}
#mainbody {   
    background:#FFF;
    padding:60px 10px 20px 10px;
}
#footer {	
    width:100%;
    background:#000;
    text-align:center;

}

#web-design
{
  width: 810px;
  text-align: right;
  margin: 0 auto 0 auto;
}

#header #logo{
    padding-top:60px;
}
#header #sologan {
    font-weight:bold;
    color:#DDD;
    font-size:9px;
    padding-top:10px;
    font-family:Verdana, Geneva, sans-serif;
    float:left;
	text-align:right;

}
#header #sologan #author {
    font-style:italic;
    font-size:8px;	    
    font-weight:normal;

}
#header #image {
    position:absolute;
    right:0;
    top:40px;
    z-index:1000;
}

#mainbody .inner {
    width:100%;
    overflow:hidden;    
}

#mainbody #leftbar {
    float:left;
    width:145px;
	
}
#mainbody #maincontent {
    float:left;
    width:420px;
    padding:0 40px;
	overflow:hidden;

}
#mainbody #maincontent .inner{
    padding:0 40px;
}
#mainbody #rightbar {
    float:right;
    width:145px;
	
}
#footer .inner {
    width:810px;
    margin:0 auto;
    text-align:left;
    padding:20px 0;
    overflow:hidden;
}
#footer #left{
    float:left;
    width:260px;
}
#footer #right {
    float:right;
    width:260px;
}



/* for footer */
#footer .title{
    text-align:left;
    color:#CCC;
    border-bottom:1px solid #5477BA;
    margin-bottom:15px;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:11px;
    line-height:1.5em;
    letter-spacing:0.5px;
    font-weight:bold;
}
#footer #bottom_logos #logo2{
    float:left;
}
#footer #bottom_logos #logo3{
    float:right;
}
#footer #links {
	height:47px;
	background:url(images/feed_icons.png) no-repeat scroll 0 0;
	overflow:hidden;
	
}
#footer #links  #facebook {
	width:32px;
	height:100%;
	display:block;
	float:left;
}
#footer #links  #twitter {
	width:30px;
	height:100%;
	margin-left:8px;
	display:block;
	float:left;
}
#footer #links  #feed {
	width:30px;
	height:100%;
	margin-left:8px;
	display:block;
	float:left;
}
						  
/*end footer */
/* for widet block */
.widget {
    list-style:none;
    padding:0 0 20px 0;
    margin:0;
}
/* end widget block */
/* sidebar */
.ver_list {
    padding:0 0 20px 0;
    margin:0;
    list-style:none;
    font-size:11px;
    line-height:1.5em;
}
.ver_list ul {
    list-style:none;
    margin:0;
    padding:0 0 0 6px;
}
.ver_list li li {
    border-bottom:1px solid #CBBCAB;
    padding:1px 0;
}
.ver_list li li li{
    border:none;
	padding:0;
}


.ver_list  a {
    text-decoration:none;
}
.sidebar {
}

.sidebar .widgettitle {
	font-family:Verdana, Geneva, sans-serif;
    font-weight:bold;
    color:#4B424B;
    border-bottom:1px solid #CBBCAB;
    line-height:1.3em;
    font-size:16px;
    margin:0;

}
/* end sidebar */
/* Post layout */
.post {
    padding-bottom:30px;

}
.post_date {   
    background:#F3F3F3;
    border-bottom:1px solid #E5E5E5;
    padding:2px 3px;
    line-height:1.8em;
	font-size:10px;
    text-transform:uppercase;
}
.post-title a{
    font-size:20px;
    color:#333;
    text-decoration:none;
}
.postmetadata {
    width:100%;
    overflow:hidden;
    background:#F7F7F7;
    border-style:solid none solid none;
    border-color:#F0F0F0;
    border-width:1px;
    padding:3px 5px 8px 5px;
   
}
.post-title {
	margin:6px 0;
}
.entry {
    
}
.postmetadata .left {
    float:left;
    width:255px;
    padding-top:1.4em;
}
.postmetadata  .right{
    margin-left:255px;
    padding-left:5px;
}

.postmetadata .left .row {
    background:url(images/icon1.gif) no-repeat scroll 0 0;  
	padding:1px 0 6px 20px;
}
.postmetadata .right .row {
    background:url(images/icon2.gif) no-repeat scroll 0 50%;
    padding-left:20px;
}
.postmetadata a, #commentform a{
    color:#3FAFE4;
    text-decoration:underline;
}
.postmetadata a:hover, #commentform a:hover{   
    text-decoration:none;
}
#comment {
    width:420px;
    padding:0;
    margin:0;
}
.navigation a {
	color:#3FAFE4;
	text-decoration:none;
}
.navigation a:hover {
	text-decoration:underline;
}

/* End post layout */

