/*
Theme Name: my way
Theme URI: http://www.phamquan.net
Description: 
Version: 1.2
Author: Phamquannet
Author URI: http://www.phamquan.net/
--------------------------------------------------
*/
* {
margin: 0;
padding: 0;
}

body{
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 12px;
text-align: justify;
overflow-x: hidden;
background-color: #fff;
background-repeat: no-repeat;
background-position: left top;
background-attachment: scroll;
background-image: url(images/myblog.jpg);
}

h1 {
	font-size: 200%;
}
h2 {
	font-size: 175%;
	font-variant: small-caps;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 125%;
	font-variant: small-caps;
}
h5 {
	font: 14px "Times New Roman", Times, serif;
}
a {
	color: #36ccda;
	outline: none;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #c00;
}
#pq-menu-wrap {
border-top: 10px solid #6cf;

}
#pq-logo {
	width: 375px;
	height: 278px;
	position: absolute;
	right: 0;
	background: url(images/header.jpg) no-repeat top right;	
	text-indent: -4000px;
}
#pq-container {
  width: 955px;
  margin: 0 auto;
  position: relative;
}
#pq-header{
height: 170px;
}

#pq-menu li {
    display: inline;
    float: left;
    text-decoration: none;
  }

#pq-menu span.menu-title {
  display: block;
  font-size: 170%;
  font-weight: bold;
  padding: 0px 30px 0px 0px;
  text-transform: uppercase;
  color: #3ba5cf;
  font-family: "Times New Roman", Times, serif;
}
#pq-menu span.menu-sub {
  clear: both;
  display: block;
  font-weight: normal;
  font-family: Arial, sans-serif;
}
#pq-content {
	clear: both;
	display: block;
	float: left;
	width: 540px;
 text-indent: 20px;
}
#pq-content a h2 {
font-family: "Times New Roman", Times, serif;
	font-size: 200%;
  font-weight: bold;
}
#pq-content a:hover h2 {
background: #F0FEFF;
}
#pq-content .read {
background: url(images/line.gif);	
}

#pq-content .read img  {
padding: 2px;
margin:	5px 10px 5px 10px;
border: 5px solid #3ba5cf;
background: url(images/Q9V.jpg);	
}
#pq-content .read a:hover img  {
border: 5px solid #36ccda;
background-color: #fff;
}
#pq-content-line {
border-top: 1px solid #6cf;
border-bottom: 1px solid #C00;
}
#pq-content-line .read  {
text-align: justify;
position: relative;
}
#pq-content .the_content {
		margin-bottom: 10px;
	padding: 10px 0 10px 0;
}
#wrapright {
	float: right;
	overflow: hidden;
	width: 390px;
	border-bottom: 1px solid #6cf;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#wrapright  img.Q9V {
padding-right: 10px;
}
#block-line {
border: 1px solid #6cf;
padding: 5px;
}

#wrap_col1 {
	float: left;
	overflow: hidden;
	width: 200px;
	clear: both;
	display: block;
}
#wrap_col1 h2{
	padding: 10px 0 5px 0;
}



#wrap_col2 {
  float: right;
	overflow: hidden;
	width: 190px;
	display: block;
}
#wrap_col2 h2{
	padding: 10px 0 5px 0;
}
#wrap_col2 ul {
  	border-bottom: 1px solid #6cf;
  	clear: both;
}

#wrap_col2 ul li .cat-item{
    color: #FFF;
    background: #6cf;
}
#wrap_col2 ul li .cat-item a{
color: #FFF;
}
#wrap_col2 ul li .cat-item-14 {
width: 80px;
}
#wrap_col2 ul li .cat-item-14 a:hover{
background: #C00;
}
#wrap_col2 ul li .cat-item-22 {
width: 100px;
}
#wrap_col2 ul li .cat-item-8 {
width: 160px;
}
#wrap_col2 ul li .cat-item-11 {
width: 70px;
}
#wrap_col2 ul li .cat-item-16 {
width: 80px;
}
#wrap_col2 ul li .cat-item-9 {
width: 130px;
}
#wrap_col2 ul li .cat-item-1 {
width: 90px;
}
#wrap_col2 ul li .cat-item-4 {
width: 150px;
}
#wrap_col2 ul li .cat-item-5 {
width: 90px;
}
#wrap_col2 ul li .cat-item-29 {
width: 100px;
}
#wrap_col2 ul li .cat-item-13 {
width: 120px;
}

#gl-avatar ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	
}
#gl-avatar ul li {
	display: block;
	float: left;
}
#gl-avatar a {
padding: 2px;
}
#gl-avatar a img{
	margin: 1px;
	padding: 3px;
}
#footer_img {
	width: 287px;
	height: 162px;
	background: url(images/footer.jpg) no-repeat top right;
	position: relative;
	float: right;
	bottom: 62px;
}
#footer {
  border-top:3px solid #49c7ff;
  clear: both;
}

#footer_er {
	padding: 10px 30px;
	margin: 0 auto;
	}
	
#aboutme{
background: url(images/aboutme.jpg) no-repeat left;
	width: 350px;
	height: 150px;
}
.more-link {
position: relative;
}

/*FORMS ---------------------------------------------------------- */
input, textarea
	{
		font-family: Tahoma, sans-serif;
		font-size:12px;		
		color:#000;
	}
.search {
}
.search input{
background-color: #fff;
margin: 12px ;
padding: 3px;
border: 1px solid #000;
border-top: 2px solid #000;
width: 80%;
}

.search input:focus {
background-color: #F0FEFF; 
border-color: #6cf; 
}
.contactform {
	display: block;
  padding-left: 20px;
	margin-top: 10px;
	text-align: left;
	 text-indent: 0;
	}

.contactform input, .contactform textarea {
	color: #000;
	font-size: 16px;
	padding: 0;
	height: 20px;
	font-family: "Arial", Georgia, Times New Roman;
	border: none;
	border-bottom: 1px dashed #6cf;
	width: 500px;
	background: none;
	}

.contactform textarea {
	width: 500px;
	height: 200px;
	padding: 4px;
	font-size: 13px;
	border: 1px solid #6cf;
	}

/*---------------------------------------------------------- */

/* TYPE____________________________________ */
.day {
font-family: Georgia, Sans-serif;
text-align:center;
float: right;
}
.day sup {
font-size: 200%;
color:red;
font-weight: bold;
}
.day sub {
  font-size: 150%;
  font-weight: bold;
}
blockquote {
	background: url(images/quote-up.gif) no-repeat;
	}
	
.blockquote {
	margin: 0;
	padding: 0;
	background: url(images/quote-down.gif) no-repeat bottom right;
}
code{
	padding: 2px;
	margin: 2px;
	color: #ff0000;
	background: #EFEFEF;
}
.dropcap {
	float: left;
	padding: 0 5px 0 0;
	display: block;
	color: #000;
	font: bold 50px/40px "Times New Roman", Times, serif;
}
.blocknumber {
	clear: both;
	margin: 5px 0;
	padding: 10px 15px;
	position: relative;
}
.highlight {
	border-bottom: 1px dotted #006DA3;
	padding: 0 1px;
	background: #E7F4FA;
	font-weight: bold;
}
.entry-meta {
	float:right;
}
/* ____________________________________ */

/* Clearfix */
.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
* html > body .clearfix {
	display: block;
	width: 100%;
}
* html .clearfix {
	height: 1%;
}
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
table#wp-calendar{
width:100%;
}
#tag_cloud {
  clear: both;
}

/* general styles: comments */
.commentlist img {
margin: 0;
padding: 0;
}

ol.commentlist {
	list-style-type:none;
	padding-left:0
}
ol.commentlist>li {
	-moz-border-radius:10px;
	-moz-border-radius-topright:0;
	-khtml-border-radius:10px;
	-khtml-border-top-right-radius:0;
	-webkit-border-radius:10px;
	-webkit-border-top-right-radius:0;
	border-radius:10px;
	border-top-right-radius:0px;
	border:1px solid #508810;
	margin-bottom:2px;
	padding:5px
}
ol.commentlist>li.trackback {
	-moz-border-radius-topright:10px;
	-khtml-border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px
}
ol.commentlist>li.alt {
	background-color:#fff;
	margin-bottom:3px
}
ol.commentlist>li img.avatar {
	border:1px solid #508810;
	border-width:0 0 1px 1px;
	float:right;
	margin:-5px -5px 5px 5px;
	background: #508810
}
ol.commentlist>li.author {
	background-color:#FFF;
	border:2px solid #508810
}
ol.commentlist>li.author img.avatar {
	border-width:0 0 2px 2px
}
ol.commentlist>li.editor {
	background-color:#FFF;
	border:3px solid #508810
}
ol.commentlist>li.editor img.avatar {
	border-width:0 0 3px 3px
}
ol.commentlist>li.admin {
	background-color:#FFF;
	border:4px solid #508810
}
ol.commentlist>li.admin img.avatar {
	border-width:0 0 4px 4px
}
ol.commentlist>li p {
	margin-left:0
}
ol.commentlist>li ul {
	margin-left:0
}
ol.commentlist>li blockquote {
	margin: -5px;
	clear:right
}
ol.commentlist>li blockquote:last-child {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	bottom-right-radius:5px
}
ol.commentlist>li blockquote blockquote {
	margin:0 !important;
	border-left-width:25px !important
}
/* general styles: commentform */
form#commentform input[type="text"] {
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #508810;
	padding:5px
}
form#commentform input.red,form#commentform textarea.red {
	background-color:#FEE
}
form#commentform input[type="submit"] {
	border:1px solid #508810;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#fff
}
form#commentform textarea {
	width: 500px;
	border:1px solid #508810;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:5px
}
#tag_single {
  margin: 20px 0;
  color: red;
  font-weight: bold;
  text-indent: 10px;
	padding: 0px 0px 25px 45px;
	background: url(images/cp-bg.gif) no-repeat;
	}