/*
Theme Name: WebDir
Theme URI: http://www.webdir.com
Description: Custom template coded by Naif Amoodi
Version: 1.0
Author: Naif Amoodi
Author URI: http://www.naif.in/
*/

body {
	margin: 0;
	font-family: Tahoma, Arial, Verdana, sans-serif; font-size: 11px;
	color: #000;
}
#container .bottom:after, #content .entry:after, #content .navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#page {
	margin: 0 auto; padding: 30px 0;
	width: 927px;
}
#header {
	position: relative;
	height: 110px;
	background: no-repeat url(images/bckheader.png);
}
#header .logo {
	position: absolute;
	top: 20px; left: 30px;
	width: 240px; height: 70px;
	font-size: 0; text-indent: -99999em;
}
#header ul {
	position: absolute;
	left: 333px; top: 17px;
	margin: 0; padding: 0;
	list-style-type: none;
}
#header li {
	float: left;
	margin: 0 1px 0 0;
	width: 100px; height: 28px;
	font-size: 0; text-indent: -99999em;
}
#header li a {
	display: block;
	width: 100%; height: 100%;
}
#header li.submit {
	width: 118px;
}
#header form {
	position: absolute;
	top: 65px; right: 165px;
}
#header form input {
	vertical-align: middle;
	border: 0;
	font-family: Arial; font-size: 11px;
}
#header form .text {
	margin: 0 5px 0 0; padding: 4px 0 0 9px;
	width: 160px; height: 16px;
	background: no-repeat url(images/bckheaderformtext.png);
	font-weight: bold;
}
#header form .btn {
	width: 89px; height: 28px;
	background: no-repeat url(images/bckheaderformbtn.png);
	color: #fff;
	cursor: pointer;
}
#title {
	margin: 5px 0 0 0; padding: 0 0 0 20px;
	height: 60px; line-height: 60px;
	background: no-repeat url(images/bcktitle.png);
	font-size: 18px;
}
#title a {
	color: #5bb0b3;
	text-decoration: none;
}
#container {
	margin: 0 0 35px 0;
	background: repeat-y url(images/bckcontainer.png);
}
#container .bottom {
	padding: 20px 8px 20px 4px;
	width: 915px;
	background: left bottom no-repeat url(images/bckcontainerbottom.png);
}
#content {
	float: left;
	padding: 0 30px;
	width: 620px;
}
#content .post {
	margin: 0 0 25px 0; padding: 10px 0 0 0;
	background: left top no-repeat url(images/bckcontentpost.png);
}
#content .post h2 {
	margin: 0 0 0 40px;
	font-size: 15px;
}
#content .post h2 a {
	color: #000;
	text-decoration: none;
}
#content .meta {
	margin: 0 0 0 40px;
	color: #5bb0b3;
}
#content .meta a {
	color: #5bb0b3;
}
#content .entry {
	margin: 15px 0 0 0;
	width: 100%;
}
#content .entry a {
	color: #5bb0b3;
}
#content .page .entry {
	margin: 30px 0 0 0;
}
#sidebar {
	float: left;
	margin: 0; padding: 0;
	list-style-type: none;
	width: 235px;
	color: #fff;
}
#sidebar ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
#sidebar ul ul {
	margin: 10px 0 0 10px;
}
#sidebar li {
	margin: 0 0 25px 0; padding: 0 25px 15px 25px;
	background: left bottom repeat-x url(images/bcksidebarli.png);
}
#sidebar li li {
	margin: 0 0 10px 0; padding: 0;
	background: none;
}
#sidebar li li a {
	padding: 0 0 0 15px;
	background: left 4px no-repeat url(images/bcksidebarlilia.gif);
	font-weight: bold;
}
#sidebar li li a:hover {
	background-image: url(images/bcksidebarliliahover.gif);
}
#sidebar a {
	color: #fff;
	text-decoration: none;
}
#sidebar a:hover {
	color: #6d6d6d;
}
#sidebar h3 {
	margin: 0 0 15px 0;
	font-size: 12px;
	color: #fff;
}
#footer {
	text-align: center;
	text-transform: lowercase;
}
#footer img {
	display: block;
	margin: 0 auto 5px auto;
}
#footer ul {
	margin: 5px 0 0 0; padding: 0;
	list-style-type: none;
}
#footer li {
	display: inline;
}
#footer a {
	color: #000;
	text-decoration: none;
}

#content .navigation {
	margin: 15px 0;
	width: 100%;
}
#content .navigation a {
	color: #000;
}
#content .postnavigation {
	margin: 0;
}

.commentlist, .children {
	margin: 0; padding: 0;
	list-style-type: none;
}
.children {
	margin: 10px 0 0 10px;
}
.commentlist .comment {
	margin: 0 0 15px 0; padding: 5px;
	background-color: #e9f4f4;
	border: #3b8082 1px solid;
}
.commentlist .avatar {
	float: right;
	margin: 0 0 5px 5px;
	border: #3b8082 1px solid;
}
.commentlist a, #respond a {
	color: #24585a;
}
#author, #email, #url, #comment {
	margin: 0 5px 0 0; padding: 3px;
	background-color: #fff !important;
	border: #3b8082 1px solid;
}
#comment {
	width: 300px;
}
#comments, #respond h3 {
	font-size: 15px;
}
a#cancel-comment-reply-link {
	font-weight: bold;
}

/* A few generic styles used across the site */

a img {
	border: 0;
}
a {
	outline: 0;
}

td {
	vertical-align: top;
}

input, textarea, select {
	vertical-align: middle;
	font-family: Tahoma, Arial, Verdana, sans-serif; font-size: 11px;
	color: #000;
}
input[type="text"], input[type="password"] {
	padding: 2px;
	background-color: #fff !important;
	border: #3b8082 1px solid;
}
textarea, select {
	padding: 2px;
	background-color: #fff !important;
	border: #3b8082 1px solid;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #999;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.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;
	color: #000;
}

.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;
}