/*
 * Author Thanh Phong, Hoai Duc
 * CSS reset reloaded by meyerweb.com
 */

/* Add css common for cms, product, gallery
----------------------------------------------------------------- */

/*	##################################
   	GENERAL
	################################## */
	
.line {
	border-top-color:#CCCCCC 3px;
	width: auto;
	margin: 0;
	clear:left;
}
.line_top {
	border-top-color:#CCCCCC 3px;
	width: auto;
	margin-top: 20px;
	clear:left;
}
.line_bottom {
	border-top-color:#CCCCCC 3px;
	width: auto;
	margin-bottom: 20px;
	clear:left;
}
.line_dot {
	border-top-color:#272727 1px;
	width: auto;
	margin: 0;
	clear:left;
}

.line_dot_top {
	border-top-color:#CCCCCC 1px;
	width: auto;
	margin-top: 10px;
	clear:left;
}

.line_dot_bottom {
	border-top-color:#CCCCCC 1px;
	width: auto;
	margin-bottom: 10px;
	clear:left;
}
.line_none {
	height: 1px;
	width: auto;
	margin: 10px 0px 10px 0px;
	clear:left;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	


/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	left: 0px;
	margin: 30px 0 15px 0px;
	padding: 0px;
	font-size:2.0em;
	font-weight:bold;
	line-height:1.2em;
}

h1 a {
	color: #fff;
	text-decoration: none;
}

h2 {
	margin: 0 0 20px 20px;
}

h2#blog-description {
	position: absolute;
	bottom: 60px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
}

h3 {
	margin: 0 0 20px 0;
	font-size:1.5em;
	line-height:1.1em;
}

h3 a {
	text-decoration: none;
}

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

h4 {
	margin: 0 0 10px 0;
	font-size: 12px;
}

/*	##################################
   	HEADER
	################################## */
	

/*	##################################
   	CONTENT
	################################## */
	
/** box left */

.box-left {
	margin: 0 0 40px 20px;
}
	
.meta {
	clear: both;
	padding: 10px;
	background: #fff url(../images/bg-meta.gif) repeat-x left top;
	color: #5e5e5e;
}

.meta-date {
	padding: 0 10px 0 15px;
	background: url(../images/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(../images/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(../images/bg-meta-comments.gif) no-repeat 0px 2px;
}

p.tags {
	clear: both;
}

/** box right */

.box-right {
	margin: 0 20px 20px 0;
	padding: 20px;
	background: #f7f7f7 url(../images/bg-box-right.gif) no-repeat left top;
}

.box-right ul {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
}

.box-right li {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #dedede;
}

.box-right li a {
	text-decoration: none;
}

/*	##################################
   	FORM CONTAINER
	################################## */
	
.formcontainer label {
	display: block;
	margin: 0 0 5px 0;
}

.formcontainer input.text, .formcontainer textarea {
	width: 100%;
	margin: 0 0 10px 0;
}

.formcontainer input[type=text].text {
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(../images/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

.formcontainer textarea {
	height: 150px;
	padding: 6px 6px 0 6px;
	background: #fff url(../images/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

.formcontainer .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

/*	##################################
   	COMMENTS
	################################## */


.commentlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.commentlist .quote {
	padding: 20px;
	background: url(../images/bg-comment-quote.gif) no-repeat right top;
	min-height: 60px;
}

.commentlist li {
	margin: 20px 0 0 0;
	padding: 0px;
	background: #4a4f54 url(../images/bg-comment-bubble.gif) no-repeat left bottom;
	color: #fff;
}

.commentlist cite {
	display: block;
	font-style: normal;
}

.avatar {
	float: left;
	margin: 0 20px 10px 0;
}

/*	##################################
   	SEARCHFORM
	################################## */
	
#searchform #search {
	float: left;
	width: 146px;
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(../images/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#searchform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 10px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

.date {
	font-size:10px;
	margin-top:-10px;
	color:#8F869B;
}

.readmore {
	font-size:10px;
	color:#8F869B;
	font-style:normal;
	text-align:right;
}
.author {
	font-size:10px;
	
}
	
/*	##################################
   	Box for News, Ecommerce, Gallery
	################################## */
	
.images120 {
	float:left;
	width:120px;
	margin:2px 10px 7px 10px;
	padding-right: 5px;
}
.images250 {
	float:left;
	width:250px;
	margin:2px 10px 7px 0px;
	padding-right: 5px;
}
.images {
	padding:1px;
	border:1px solid #ccc;
}

/* add list box items
-----------------------------------------*/

.boxitems {
	float:left;
	margin:15px 15px 0 10px;
}
.boxitems h3.title {
	margin:10px 0 5px 0;
	max-height:28px;
	overflow:hidden;
}
.boxitems h3.title a {
	color:#76bfd2;
}
.boxitems span {
	display:block;
	margin-bottom:5px;
}
.boxitems a, .boxitems a:visited {
	color:#999;
}
.boxitems a:hover {
	color:#990104;
}
/*	##################################
   	Breadcrumb
	################################## */

.breadcrumb{
font: normal 11px Verdana, Helvetica, sans-serif;
padding-bottom:3px;
}

.breadcrumb a{
text-decoration: none;
padding-right: 2px; /*adjust bullet image padding*/
}

.breadcrumb a:visited, .breadcrumb a:active{
}

.breadcrumb a:hover{
text-decoration: underline;
}


/*css for pager
-------------------------------------------*/
.page {
margin-bottom:30px;
padding:2px;
}
.page ul.paginator {
float:left;
font-size:12px;
margin:0;
padding:0;
text-align:left;
}
.page li {
display:inline;
list-style-type:none;
margin-left:1px;
}
.page a, .page a:visited {
background-color:#B7AFC1;
border:1px solid #B7AFC1;
color:#FFFFFF;
padding:0 5px;
text-decoration:none;
}
.page a:hover, .page a:active, .page .current a {
background-color:#8F869B;
border:1px solid #8F869B;
color:#D9C2F7;
}
.page a.disablelink, .page a.disablelink:hover {
background-color:white;
border-color:#929292;
color:#929292;
cursor:default;
font-weight:normal !important;
}
.page a.prevnext {
font-weight:bold;
}

/* add css for form, search
-------------------------------------------*/
form, button {
	border:0;
	margin:0;
	padding:0;
}
.space {
	height:1px;
	padding:10px 0;
}
.spacer {
	clear:both;
	height:1px;
}
label{
float: left;
width: 90px;
font-weight: 400;
}