/*
Theme Name: DBIZ - 247aZ Themes
Theme URI: http://247az.com/
Description: Theme for 247AZBlog.
Version: 1.0
Author: Minh Nguyen
Author URI: http://giaiphapso.com/
Tags: 247azBlog theme
Text Domain: DBIZ


	This theme was designed and built by Minh Nguyen,
	whose blog you will find at http://giaiphapso.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 12px; 
	font-family: Arial;
	color: #252525;
	text-align: center;
	background: #d6d6d6 url(images/header-bg.jpg) left top repeat-x;
	padding: 0px;
	margin: 0px;
	}

#page {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
}
.clr {
	clear: both;
	height:0px;
	overflow: hidden;
}
#header a {
	overflow: hidden;
	background: url(images/logo.jpg) no-repeat;
	display: inline-block;
	font-size: 4em;
	font-weight: bolder;
	text-decoration: none;
	width: 371px;
	height: 128px;
}
hr
{
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: #697b91;
}

h1 {
	margin: 20px 0px ;
	font-size: 1.5em;	
}

h2 {
	font-size: 1.2em;
}
a {
	text-decoration: none;
	color: #252525;
}

.description {
	font-size: 1.2em;
	font-weight: bold;
	color: #ff3b57;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
	margin-bottom: 20px;
}
#content {
	float: left;
	width: 770px;
	background: #fff;
	line-height: 1.6em;
}
#sidebar {
	width: 200px;
	float: right;
	padding: 10px;
	font-size: 0.95em;
}
#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
} 
#footer {
	clear: both;
	margin: 0px 0px 0px 0x;
	padding: 1px 0px 0px 0px;
	font-size: 0.95em;
	line-height: 1.5em;
}
.postmetadata {
	border-bottom: 1px dotted #ccc;
	padding: 0px 0px 15px 0px;
	font-size: 0.95em;
}
.widgettitle {
	font-size: 1.2em;
	padding: 0px 0px 0px 40px;
	line-height: 35px;
	background: url(images/bl.gif) left center no-repeat;
}
#sidebar #searchform {
	padding: 10px;	
}

#sidebar #searchform label {
	display: none;
}

#sidebar #searchform #s {
	width: 100px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th, #wp-calendar td {
	text-align: center;
}
#wp-calendar a {
	color: #697b91;
	font-weight: bold;
	text-decoration: underline; 
}

#sidebar ul ul {
	margin: 15px 0px 15px 40px;
}

#sidebar ul ul li {
	background: url(images/folder-icon.gif) left 2px no-repeat;
	padding-left: 18px;
}

#content_top .oleft {
	float: left;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(images/content-oleft.jpg) left top no-repeat;
}

#content_top .oright {
	float: right;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(images/content-oright.jpg) left top no-repeat;
}
#content_container {
	padding: 0px 20px;
}
#content_bottom span {
	width: 12px;
	height: 12px;
	display: inline-block;
}
#content_bottom .oleft{
	background: url(images/content-bleft.jpg) left top no-repeat;
	float: left;
}
#content_bottom .oright{
	background: url(images/content-bright.jpg) left top no-repeat;
	float: right;
}
.more-link {
	font-weight: normal;
	float: right;
	margin-top: 10px;
	font-size: 0.95em;
}
#content_container h2 {
	margin: 20px 0px 0px 0px;
}
#content_container a {
	color: #697b91
}
#content_container a:hover {
	color: #ff3b57;
	text-decoration: underline;
}
.fblogname {
	font-weight: bold;
	color: #b40202;
}

.navigation .alignleft {
	width: 45%;
	overflow: hidden;
	float: left;
	text-align: left;
}

.navigation .alignright {
	width: 45%;
	overflow: hidden;
	float: right;
	text-align: right;
}

