/*  

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: #DFEDFA url('img/body_bg.jpg') repeat-x;
}

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

p {
	line-height: 13px;
}

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

h3 {
	font-size: 16px;
	color: #222222;
	padding-bottom: 3px;
	padding-top: 5px;
}

ul {
	list-style: none;
}

.hidden {
	display: none;
}

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

a img {border: 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: 373px;
	height: 181px;
	background: url('img/logo.jpg');
	position: absolute;
	left: 0;
	top: 0px;
}

#top h3 a{
	width: 315px;
	height: 83px;
	background: url('img/mailingcheck.jpg');
	position: absolute;
	right: 50px;
	top: 85px;
}

#top p.sub {
	position: absolute;
	text-align: center;
	top: 30px;
	left: 400px;
	right: 30px;
	font-size: 15px;
	font-family: verdana;
	color: #FFFFFF;
	font-weight: bolder;
	letter-spacing: -1px;
}

/* --- Search --- */

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

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

#search .fld {
	position: absolute;
	width: 66px;
	top: 23px;
	left: 151px;
	border: none;
	padding: 3px 10px;
	color: #323232;
	font-weight: bold;
	background: transparent;
}

#search .subbuton {
	width: 54px;
	height: 34px;
	position: absolute;
	left: 238px;
	top: 16px;
}

/* --- 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: 30px;
	color: #6D6D6D;
	padding-bottom: 60px;
}


/* --- Left --- */

#left {
	width: 247px;
	background: #EBECEC url('img/left_bg_top.gif') no-repeat top;
	float: left;
	margin-left: 24px;
	margin-right: 20px;
	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: 14px 22px;
}

#left ul ul {
	padding: 0;
}

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

#left a {
	color: #6D6D6D;
}

/* --- Right --- */

#right {
	width: 464px;
	float: left;
	color: #2B2B2B;
}

#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: #828282;
	padding-top: 15px;
	padding-bottom: 20px;
}

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

/* --- Fix --- */

#content_wrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
li.widget{
margin-bottom: 20px;
}
#right h3{
	font-size: 17px;
}
#right h4{
	font-size: 14px;
}
