/*  

Theme Name: Tech World

Theme URI: http://www.mybloglive.com

Description: A new simple technology wordpress theme. 

Version: 1.0

Author: Ankur Savai

Author URI: http://www.aksinfo.com



	


*/
body {
	font-family: "verdana";
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #F0F0F0 url('img/body_bg.jpg') repeat-x;
}

p, h2, h3, img, ul, form {
	margin: 0;
	padding: 0;
}

p {
	line-height: 13px;
}

h2 {
	font-size: 18px;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
}

h3 {
	font-size: 12px;
	color: #000000;
	padding-bottom: 3px;
	padding-top: 10px;
}

ul {
	list-style: none;
}

.hidden {
	display: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

blockquote p {
	padding: 10px !important;
	background: #ECECEC;
}


/* --- Wrap --- */

#wrap {
	width: 776px;
	margin: 0 auto;
}

/* --- Top --- */

#top {
	width: 100%;
	height: 181px;
	position: relative;
}

#top h2 a {
	width: 193px;
	height:102px;
	background: url('img/logo.jpg');
	position: absolute;
	left:0;
	top: 22px
}

#top p.sub {
	position: absolute;
	top: 130px;
	color: #fff;
}

/* --- Search --- */

#search {
	position: absolute;
	width: 325px;
	height: 100px;
	left: 453px;
	top: 58px;
	background: url('img/ssearch_bg.jpg') no-repeat bottom;
	position: relative
}

#search p.date {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	text-align: right;
	color: #fff;
	font-size: 11px;
}

#search .fld {
	position: absolute;
	width: 210px;
	top: 62px;
	left: 85px;
	border: none;
	padding: 3px 10px;
	color: #fff;
	font-weight: bold;
	background: transparent;
}

#search .subbuton {
	width: 39px;
	height:10px;;
	position: absolute;
	left: 285px;
	top: 95px;
}

/* --- Menu --- */

#menu {
	width: 100%;
	height: 51px;
	background: url('img/menu_bg.jpg');
}

#menu ul {
	padding-left: 43px;
}

#menu ul li {
	display: inline;
	line-height: 51px;
	font-size: 13px;
	font-weight: bold;
	margin-right: 15px;
}

#menu ul li a {
	color: #fff;
}

/* --- Content Wrap --- */

#content_wrap {
	width: 100%;
	background: #fff;
	padding-top: 40px;
	color: #6D6D6D;
	padding-bottom: 60px;
}


/* --- Left --- */

#left {
	width: 220px;
	background: #EAEAEA url('img/left_bg_top.gif') no-repeat top;
	float: left;
	margin-left: 30px;
	margin-right: 15px;
	display: inline;
	padding-top: 10px
}

#left_in {
	width: 100%;
	background: url('img/left_bg_bottom.gif') no-repeat bottom;
	padding-bottom: 10px
}

#left h2 {
	padding-left: 18px;
}

#left ul {
	font-size: 11px;
	padding: 18px 36px;
}

#left ul ul {
	padding: 0;
}

#left li {
	line-height: 17px;
}

#left a {
	color: #6D6D6D;
}

/* --- Right --- */

#right {
	width: 491px;
	float: left;
	color: #000000;
}

#right a {
	color: #6D6D6D;
	text-decoration: underline;
}

#right a:hover {
	text-decoration: none;
}

p.details {
	padding: 0 0 15px 0 !important;
}

#right p {
	padding: 10px 0;
	line-height: 19px;
}

#right h2 {
	text-transform: none;
}

#right h3 a {
	text-decoration: none;
}

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

#right ul {
	padding-left: 80px;
}

#right li {
	line-height: 20px;
	list-style: disc;
}

/* --- Comments --- */

.comment {
	background: #F4F4F4;
	border: #E2E2E2 1px solid;
	margin: 10px auto;
	width: 450px;
	padding: 3px 5px 5px 5px;
}

.comment p {
	padding: 5px !important;
}

#right label {
	padding-left:10px;
}

#right form p {
	padding: 0 0 5px 0;
}

/* --- Footer --- */

#footer {
	width: 100%;
	clear: both;
	text-align: right;
	color: #000000;
	padding-top: 15px;
	padding-bottom: 20px;
}

#footer p {
	padding-bottom: 5px;
}

/* --- Fix --- */

#content_wrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


