/*
Theme Name: Tech World
Theme URI: http://www.ezwpthemes.com/templates/tech-world.html
Description: This theme is designed and coded by <a href="http://www.ezwpthemes.com/">EZwpthemes</a>.
Version: 1.0
Author: EZwpthemes
Author URI: http://www.ezwpthemes.com/
Tags: dark, fixed width, two columns, left sidebar, threaded comments, widget ready, adsense ready, pagenavi, social bookmarking, valid xhtml, valid css
*/


/* Global */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 90%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	background: #ffffff;
}
a {
	text-decoration: none;
	color: #5a5a5a;
	outline: none;
	overflow: hidden;
}
a:hover {
	text-decoration: underline;
	color: #909090;
}
a img {
	border: none;
}
img {
	border: none;
}
h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: 1em;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #666;
}
blockquote {
	margin: 10px 0;
	padding: 10px;
	border: 3px solid #ccc;
}
blockquote p {
	padding: 5px;
	display: block;
	color: #5a5a5a;
}
code {
	display: block;
	margin: 5px 20px;
	padding: 10px 20px;
	font-size: 1.2em;
	color: #333;
	border: 1px dashed #333;
	background: #C4CDD6;
}
.endline .clear {
	clear: both;
}
hr {
	margin: 3px 0;
	color: #909090;
}
}

/* Layout Map */
/*
	wrapper
		- bottom_frame
			- top_frame
				- header
				- hello
				- container
					- content 
					- sidebar
				- content_bottom
				- footer
*/

/* Layout */
#wrapper {
	min-width: 860px; /* not working in IE6 */
	margin: 0 auto;
}
#bottom_frame {
	padding-bottom: 20px;
	margin: 0 auto;
	background: url(images/footer-back.png) repeat-x center bottom;
}
#top_frame {
	margin: 0 auto;
	background: url(images/head-back.jpg) repeat-x center top;
}
#header {
	width: 860px;
	height: 110px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	background: url(images/header-contact.gif) no-repeat right top;
}
#hello {
	width: 860px;
	height: 280px;
	background: url(images/top-img.jpg) no-repeat left top;
	font-size: 0.9em;
	line-height: 18px;
	margin: 0 auto;
	color: #44903a;
	clear: both;
}
#container {
	width: 860px;
	margin: 0 auto;
        margin-bottom: 20px;
}
#content_bottom {
	width: 860px;
	height: 25px;
	margin: 0 auto;
}
#content {
	width: 590px;
	padding: 20px 20px 0 0;
	margin: 0 0 30px 0;
	float: left;
}
#sidebar {
	width: 280px;
	padding: 220px 0px 0 0;
	margin: 10px -30px 30px 0;
	background: url(images/side-back.jpg) no-repeat;
	float: left;
}
#footer {
	width: 860px;
	height: 100px;
	margin: 0 auto;
	clear: both;
	color: #5a5a5a;
	line-height: 16px;
	font-size: 1em;
	text-align: left;
}

/* Header */
#header h1 {
	font-size: 2em; /* Blog title */
	text-align: left;
	padding: 24px 307px 0 0;
}
#header h2 {
	height: 45px;
	color: #5a5a5a;
	text-align: left;
	font-size: 0.8em; /* Blog Description */
	>font-size: 0.7em;
	margin: 0;
	padding: 25px 180px 0 200px;
	>padding: 25px 180px 0 20px;
}
/* Navigation */
#navigation {
	width: 860px;
	height: 30px;
	overflow: hidden;
	margin: 10px 0 0 0px;
}
#navigation ul {
	list-style-type: none;
}
#navigation ul li {
	/*width: 126px;*/
	padding: 0 16px;
	height: 20px;
	font-size: 0.9em; /* Navigation Font Size */
	text-align: center;
	float: left;
}
#navigation ul li a {
	text-decoration: none;
	padding: 0 0 0 20px;
	color: #ffffff;
	background: url(images/nav-li.png) no-repeat;
}
#navigation ul li a:hover {
	padding: 0 0 0 20px;
	color: #ffffff;
	background: url(images/nav-li-mo.png) no-repeat;
}
#rss {
	width: 94px;
	height: 81px;
	position: absolute;
	right: 207px;
	top: 23px;
}
/* hello */
#hello div {
	width: 250px;
	height: 70px;
	overflow: hidden;
	padding: 140px 260px 70px 350px;
}
#hello div div {
	margin: 0;
	padding: 0;
}

/* Toppage */
#topLeft {
	width: 370px;
	padding: 16px 0 0 0;
	margin: 0 0 15px 0px;
	float: left;
}
#topLeft h3, #topRight h3 {
	font-size: 1em;
	padding: 15px 0 8px 0;
	color: #45913b;
}
#topLeft h4 {
	margin: 5px 0 0 0;
	line-height: 16px;
	background: url(images/nav-li.png) no-repeat left ;
	font-size: 0.9em;
	padding: 0px 0 2px 20px;
}
#topLeft p {
	margin: 5px 0 20px 0;
	font-size: 0.8em;
	line-height: 1.6;
}
#topLeft .details p {
	margin: 10px 0 10px 0;
	font-size: 0.7em;
	line-height: 1;
}
#topRight {
	width: 470px;
	padding: 16px 0 0 0;
	margin: 0 0 15px 0px;
	float: right;
}
.column {
	margin: 0 0 15px 0px;
	background: url(images/column-bk.gif) repeat-y;
}
.column h4 {
	font-size: 1em;
	height: 29px;
	padding: 35px 0 0 45px;
	background: url(images/column-bk-head.gif) no-repeat;
}
.column h5 {
	font-size: 0.9em;
	font-weight: normal;
	margin: 10px 15px 0 45px;
	padding: 5px 0 20px 60px;
	background: url(images/column-arrow.png) no-repeat;
}
.column h5 a {
	text-decoration: none;
	background: #b5dca9;
}
.column p {
	font-size: 0.9em;
	padding: 5px 15px 10px 45px;
}
.special {
	border: 2px;
}

/* Content */
.post {
	width: 590px;
	padding: 15px 0 0 0;
	margin: 0 0 20px 0px;
	position: relative;
}
.post h2 {
	font-size: 1em; /* Post title */
	margin: 0 0 10px 0px;
	padding: 2px 0 5px 20px;
	background: url(images/post-h2-back.gif) no-repeat left 3px;
}
.post h3 {
	font-size: 1em;
	padding: 20px 0 8px 0;
	color: #5a5a5a;
}
.postmetadata {
	margin: 2px 0 0 0;
	display: block;
	text-align: right;
	color: #909090;
	font-size: 1.1em;
}
.post_date {
	width: 36px;
	height: 52px;
	padding: 2px 0 0 8px;
	position: absolute;
	top: 20px;
	left: -54px;
	color: #8190a2;
	line-height: 16px;
	font-weight: bold;
	font-size: 1.2em;
	border-right: 1px dashed #8190a2;
	/*background: url(images/date_bg.gif) no-repeat;*/
}
.post_date div.date_day {
	font-size: 1.4em; 
	padding: 0 0 0 1px;
	color: #8190a2;
}
.entry {
	width: 100%;
	overflow: hidden;
	padding: 0px 0 0 0px;
	color: #5a5a5a;
	font-size: 0.9em;
	line-height: 20px;
}
.tags {
	font-size: 0.9em;
	color: #687c9b;
	margin: 10px 0 0 0px;
}
.notfound {
	margin: 100px auto;
	text-align:center;
	font-size: 0.9em;
	font-weight: bold;
	color: #5a5a5a;
}

/* searchform */
#searchform {
	width: 251px;
	height: 62px;
	padding: 53px 0 0 48px;
	background: url(images/search_bg.jpg) no-repeat left top;
}
.searchtext {
	width: 152px;
	color: #5a5a5a;
	border: 0;
	background: none;
}
#searchsubmit {
	border: 0;
	width: 42px;
	height: 21px;
}
/* Sidebar */
#sidebar h3 {
	font-size: 0.9em; /* Sidebar Title */
	margin: 10px 0 0 0;
	padding: 5px 0 5px 20px;
	font-weight: normal;
	color: #5a5a5a;
	background: url(images/side-h3-back.gif) no-repeat left top;
	height: 18px;
}
#sidebar ul {
	width: 250px;
	overflow: hidden;
	margin: 0px 0 15px 10px;
	padding: 0 0 0 7px;
	list-style-type: none;
}
#sidebar ul li {
	margin: 15px 0 0 0;
	width: 194px;
	margin: 0 0 0 10px;
	line-height: 16px;
	font-size: 0.9em;
	background: url(images/side-li.gif) no-repeat left ;
	padding: 3px 0 2px 20px;
}
#sidebar select {
	margin: 5px 3px;
	width: 95%;
}
#sidebar .menu {
	margin: 0;
	padding: 0 10px;
}
#sidebar .sidemenu {
	width: 230px;
	margin: 10px 10px 0 10px;
}
#sidebar .faq {
	width: 228px;
	border: 1px solid #909090;
	background: url(images/side-menu-faq-bk.gif) no-repeat;
}
#sidebar .faq ul {
	width: 202px;
	overflow: hidden;
	margin: 70px 14px 10px 12px;
	padding: 0;
	list-style-type: none;
}
#sidebar .faq ul li {
	width: 182px;
	margin: 0;
	line-height: 16px;
	font-size: 0.9em;
	background: url(images/nav-li.png) no-repeat left ;
	padding: 3px 0 2px 20px;
}
#sidebar .faq p {
	padding: 0 10px 10px 0;
	font-size: 0.8em;
}
#sidebar .recent_posts h3, #sidebar .recent_comments h3 {
	display: inline;
	padding-right: 5px;
	border: none;
	color: #5a5a5a;
	background: url(images/bg.gif);
}
.recent_posts div, .recent_comments div {
	background: url(images/recent_bg.jpg) left top;
}
.textwidget div {
	margin: 5px 3px;
}
#sidebar_bottom {
	width: 100%;
	height: 34px;
	background: url(images/sidebar_bottom.jpg) no-repeat left top;
}

/* Footer */
.copy p {
	border-top: 1px solid #909090;
	font-size: 0.8em;
	line-height: 1.4;
}
.credit {
	padding: 20px 0 8px 0;
}
.credit h2 {
	font-size: 1em; /* Footer title */
	line-height: 2;
	text-align: left;
}
.credit p {
	font-size: 0.8em;
	line-height: 1.4;
}

/* PageNavi*/
.wp-pagenavi {
	padding: 5px 6px;
	margin-left: 56px;
}
.wp-pagenavi a {
	padding: 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #06c;
	color: #06c;
	background-color: #fff;
}
.wp-pagenavi a:hover {
	border: 1px solid #000;
	color: #000;
}
.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
	padding: 2px 4px;
	margin: 2px;
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
}

/* Images */
p img {
	max-width: 100%; /* not working in IE6 */
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
}