/*
Theme Name: E-KNOW-HOW
Theme URI: http://www.free-wordpress-theme.net/
Description: Business/Internet/Learning related WP theme.
Use the Options Panel to customize the sections of this theme. To add a thumbnail to the post, add to each post a custom field with the name "thumbnail" and having as value the link to the desired image.
Need help? Ask for support at http://www.free-wordpress-theme.net/.
Version: 1.1
Author: V
Author URI: http://www.wordpress-solutions.net/
Tags: blue, 2 columns layout, post excerpts, post thumbnails, ads ready, widget ready, fixed width.	
*/


/*============================================================
	General Specifications
==============================================================*/

body {
  	font-size: 12px;
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	background: #000 url(images/bg.png) top repeat;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#page {
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 960px;
	overflow: hidden;
	}


.depth-1 {
	border: 1px solid #ddd;
    	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 15px;
	}

h2.title, h2.title a, h2.title a:hover, h2.title a:visited, #sidebar h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 10px;
	text-decoration: none;
	color:#17225d;
	font-variant:small-caps;
	text-align: left;
	}
	

h1, h2, h3 {
	font-family: Georgia, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#17225d;
	font-variant:small-caps;
	}

h2, h2 a, h2 a:hover, h2 a:visited {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#17225d;
	font-variant:small-caps;
	}

h3, h3 a, h3 a:hover, h3 a:visited {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#17225d;
	font-variant:small-caps;
	}

h4, h4 a, h4 a:hover, h4 a:visited {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#17225d;
	font-variant:small-caps;
	}

h5, h5 a, h5 a:hover, h5 a:visited {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#17225d;
	font-variant:small-caps;
	}

h6, h6 a, h6 a:hover, h6 a:visited {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#17225d;
	font-variant:small-caps;
	}

a, a:visited{
	color: #0080e5;
	text-decoration: none;
	}

a:hover {
	color: #313184;
	text-decoration: none;
	}

code {
	font: 12px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 10px;
    	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	width: 520px;
	margin: 15px 30px 0 10px;
	padding: 1px 15px;
	background:#6a91c7;
	font-style: oblique;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

.navigation {
  	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
    	font-weight: bold;
    	}

#searchh {
    	width:210px;
	background: none;
	color: #182052;
	font-size: 13px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
    	margin: 0px auto;
	padding: 2px 2px 1px 2px;
	border:none;
	text-align: center;
	}


#searchform {
    	width:200px;
	background: #f4faff;
	color: #000;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
    	margin: 0px 5px 0px 2px;
	padding: 2px 2px 1px 2px;
	}

#submit {
	background: url(images/go.png) top no-repeat;
	width: 30px;
	height: 25px;
	color: #182052;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	margin: 0px;
	padding: 2px 4px;
	font-weight: bold;
	border: none;
    	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/*==========================================================
	Header
============================================================*/

#srch {
	background: url(images/src.png) top no-repeat;
	float:right;
	margin-top: 0px;
  	margin-right:10px;
	width: 210px;
	padding: 20px;
	}

#header {
	background: url(images/header.png) top no-repeat;
	margin: 0px;
	padding: 0;
	height: 300px;
	width: 960px;
	float: left;
	}

#description {
	float: left;
	margin-top:50px;
	}


/*===================================================================
	Menu bar
=====================================================================*/
	
#menu_bar {
	width:960px;
	padding:0px;
	margin:0px;
	text-transform: uppercase;
	float: left;
	}

ul#navlist {
	margin:0;
	white-space: nowrap;
	float:left;
	width:940px;
	padding-left: 10px;
	padding-right: 10px;
	}

ul#navlist li {
	display:inline;
	list-style-type: none;
	}

ul#navlist li a {
	font-family:georgia;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color: #17225d;
	height:25px;
	margin:0px;
	padding:17px;
	display:block;
	float:left;
	margin-top: -2px;
	text-decoration: none;
	}

ul#navlist li a:hover {
	background: url(images/hover.png) top left repeat-x;
	}


/*==============================================================
	Positioning of the ads banners
================================================================*/

#ad250 /* banners in the 2nd sidebar*/ {
	width:250px;
	margin: 0 auto;
	}

/*=====================================================================
	Blog page
=======================================================================*/

#pbody {
	background: url(images/pbody.png) top no-repeat;
	width:960px;
	margin-top:0px;
	float: left;
	}

#content {
	width:620px;
	margin:4px 0px 0px 10px;
	float:left;
	overflow: hidden;
	}

#gallery{
	background: url(images/gallery1.png) top no-repeat;
	width: 900px;
	height: 1px;
	float: left;
	margin-left: 0px;
	padding: 0 30px;
	}

/*===========================================================================
	Header Tabs
============================================================================*/

#mostpop{
	width:900px;
	height: 30px;
	float: left;
	margin-top: -15px;
	}

#home-tabs {
	width:900px;
	float:left;
	padding-bottom:5px;
	}

.inner{
	width: 870px;
	height: 140px;
	overflow: hidden;
	margin: 5px auto;
	text-align: justify;
	font-size: 14px;
	}

#home-tabs ul.tabs {
	display: block;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	text-align: center;
	z-index: 5500;
/*\*/	vertical-align: middle;/*\*/
	}
		
#home-tabs ul.tabs li {
	display: block;
	float: left;
	width: 140px;
	height: 20px;
	background: url(images/button.png) top no-repeat;
	white-space: nowrap;
	padding: 12px 5px 8px 5px;
	z-index: 6000;
	margin: 0 15px;
	}
		
#home-tabs ul.tabs li.selected {
	background: url(images/bhover.png) top no-repeat;
	z-index: 9998;
	}
		
#home-tabs div.tabContent {
	clear: both;
	padding: 10px 0px 0px 0px;
	margin: 0;
	display: none;
	}
		
#home-tabs div.tabContent.tabContentActive {
	display: block;
	}
		
#home-tabs div.tabContent ol {
	margin-top: 0;
	margin-bottom: 5px;
	}
		
#home-tabs div.tabContent ol li {
	_padding-left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	}

#home-tabs div.tabContent ul {
	margin-top: 0;
	margin-bottom: 5px;
	}
		
#home-tabs div.tabContent ul li {
	_padding-left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	}
		

/* Most Popular Module */

#mostPopWidget, #tabsContainer {
	position: relative;
	top: 1px;
	_top: 0;
	left: 0px;
	_left: 0;
	_height: 14px;
	_padding-top: 6px;
	display: block;
	}

#mostPopWidget ul.tabs {
	font-size: 10px;
	_position: absolute;
	top: 0;
	}
					
#mostPopWidget ul.tabs li {
	position: relative;
	top: 0; 
	padding-left: 4px;
	padding-right: 5px;
	_padding-bottom: 2px;
	}
		
#mostPopWidget ul.tabs li.selected {	
	_padding-bottom: 3px;
	}	
				
#mostPopWidget ul.tabs li:first-child {
	border-left-width: 1px;
	padding-left: 4px;
	}
					
#mostPopWidget  ul.tabs li a {
	color: #242e7b;
	font-size: 14px;
	font-weight:bold;
	font-variant: small-caps;
	}

#mostPopWidget ul li {
	padding-left:2px;
	margin-left:10px;
	list-style-type:disc;
	line-height:115%;
	}

#mostPopWidget ul li a{
	font-variant:small-caps;
	font-weight:bold;
	}


/*==========================================================================
	The actual Blog post look
============================================================================*/

.post {
	width:620px;
	float: left;
	margin: 0px;
	text-align: justify;
	font-size:14px;
	padding: 0;
	}

.posttop{
	width:620px;
	height: 25px;
	float: left;
	margin: 0px;
	background: url(images/posttop.png) top no-repeat;
	}

.ptitle{
	background: url(images/pwhite.png) top repeat-y;
	float: left;
	width: 570px;
	padding: 0 25px;
	}

.entry {
	background: url(images/post.png) top repeat-y;
	float: left;
	width: 570px;
	padding: 0 25px;
	margin: 0px;
	}

.date {
	background: url(images/time.png) left no-repeat;
	padding-left: 20px;
	color: #0080e5;
	}

.cat {
	background: url(images/categ.png) left no-repeat;
	padding-left: 20px;
	}

.comm {
	background: url(images/comm.png) left no-repeat;
	padding-left: 20px;
	}

.postmetadata {
	width: 570px;
	background: url(images/pwhite.png) top repeat-y;
	padding: 5px 25px;
	margin: 0;
	float: left;
	font-size: 12px;
	line-height: 20px;
    	clear: both;
    	}

.postbot{
	background: url(images/postbot.png) bottom no-repeat;
	height: 25px;
	width: 620px;
	float: left;
	margin:0;
	}

.post hr {
	display: block;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.attachment {
	text-align: center;
	margin: 5px 0px;
	}

.clear {
	clear: both;
	}

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: disc;
	padding-left: 10px;
	text-indent: 5px;
	}

.entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

/*===================================================
	Sidebar
=====================================================*/

#sidebar{
	float:left;
	width: 320px;
	padding:0;
	margin-right:5px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: georgia;
	font-size: 12px;
	overflow: hidden;
	color: #000;
	}

#sidebar h2 {
	width:270px;
	padding: 10px 25px;
	margin: 0;
	background: url(images/swhite.png) top repeat-y;
	float: left;
	font-size:22px;
	text-align: center;
	color:#17225d;
	}

.sidetop{
	width:320px;
	height: 25px;
	margin:0;
	background: url(images/sidetop.png) top no-repeat;
	float: left;
	}

.sidebot{
	width:320px;
	height: 25px;
	margin:0;
	background: url(images/sidebot.png) bottom no-repeat;
	float: left;
	}

.side{
	width:270px;
	padding: 10px 25px 0px 25px;
	background: url(images/side.png) top repeat-y;
	float: left;
	}
	

#rss {
	margin: 0px;
	}


.t1 {
	width: 100px;
	float: right;
	}

.t2 {
	width: 170px;
	float:left;
	}

h3.pop, h3.pop a, h3.pop a:link, h3.pop a:visited, h3.pop a:hover {
	font-size: 16px;
	color: #fff !important;
	font-variant: small-caps;
	text-align: center;
	}

#sidebar a, #sidebar a:visited {
	color:#182052;
	text-decoration: none;
	}

#sidebar a:hover {
	color:#0080e5;
	text-decoration:none;
	}

#sidebar form {
	margin: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin:0;
	padding: 0 0 0 5px;
	}

#sidebar li {
	list-style-type: none;
	}

#sidebar ul li {
	list-style-type: none;
	margin-bottom: 5px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding:0px;
	}

#sidebar ul li li {
	padding: 0px 0px 5px 10px;
	margin: 0px;
	} 

#sidebar ul li ul {
	border: none;
	background: none;
	}

/*Sidebar search form*/

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

/* Calendar */

#wp-calendar {
	width: 270px;
	margin: 0px;
	padding: 0px;
	empty-cells: show;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	width: 270px;
	margin-left: 0px;
	padding-top: 10px;
	text-align: center;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	}


/*================================================================
    Begin Comments
==================================================================*/

#replies {
	padding:0px;
	}

#respond{
	background: url(images/post.png) top repeat-y;
	float: left;
	width: 570px;
	padding: 0 25px;
	margin: 0px;
	margin-top: 0;
	}

h3.comments{
	font-size: 18px;
	color: #fff;
	font-variant: small-caps;
	text-align: center;
	}

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	background: url(images/pwhite.png) top repeat-y;
	float: left;
	width: 570px;
	padding: 10px 25px;
	display:block;
	font-style:normal;
	}	

.commentlist cite img {
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 16px Georgia, "Times New Roman", Times, serif;
	}

.commentlist .time {
	background: url(images/time.png) bottom left no-repeat;
	padding-left:20px;
	}

.commenttext {
	background: url(images/post.png) top repeat-y;
	float: left;
	width: 570px;
	padding: 0 25px;
	margin: 0px;
	}

#commentform input {
    	background: #f2faff;
	color: #000;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
    	margin: 5px 10px 0 0;
	}

#commentform textarea {
    	background: #f2faff;
	color: #000;
	width: 450px;
	padding: 2px;
	}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#commentform #submit {
	margin: 0 0 5px auto;
	float: left;
	background: url(images/button.png) top no-repeat;
	width: 150px;
	height: 37px;
	color: #182052;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	padding: 0px 4px 2px 4px;
	font-weight: bold;
    	border: none;
	}

#commentform p {
	margin: 5px 0;
    	font-weight: normal;
	line-height: 14px;
	text-transform: none;
    	font-family: Georgia,'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/*=======================================================================
	Footer
=========================================================================*/

#footer {
	background: url(images/footer.png) top no-repeat;
	width:910px;
	float:left;
   	padding:25px 25px 5px 25px;
	clear: both;
    	text-align: center;
	}

/*===============================================================
    Begin Images
=================================================================*/

p img {
	padding: 0;
	max-width: 100%;
	}

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 {
  display: block;
   	float: right;
   	}

.alignleft {
    display: block;
   	float: left;
	}

a img {
	border: none;
	}


/*=================================================================
    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 {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
