/*
Theme Name: WhyCenter
Theme URI: http://www.whycenter.com/
Description: Custom template coded by Naif Amoodi
Version: 1.0
Author: Naif Amoodi
Author URI: http://www.naif.in/
*/

body {
	margin: 0;
	background: #005dab repeat-x url(images/bck.png);
	font-family: Arial, sans-serif; font-size: 12px;
	color: #000;
}
#container:after, #content .entry:after, #content .navigation:after, #search form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#page {
	margin: 0 auto;
	width: 860px;
}
#header {
	padding: 6px 0 0 0;
	height: 124px;
	background: left bottom no-repeat url(images/bckheader.png);
}
#header .logo {
	padding: 16px 0 0 0;
	width: 400px; height: 100px;
	background: no-repeat url(images/bckheaderlogo.png);
	font-size: 0; text-indent: -99999em;
}
#header .logo a {
	display: block;
	width: 259px; height: 81px;
}
#wrapper {
	padding: 5px 3px 0 3px;
	background: no-repeat url(images/bckwrapper.png);
}
#container {
	padding: 0 11px 0 13px;
	width: 830px; min-height: 525px;
	background-color: #fff;
}
.pages {
	background: #fff 316px top repeat-y url(images/bckpages.png);
}
.sidebar {
	float: left;
	margin: 0; padding: 0;
	list-style-type: none;
	width: 160px;
	color: #666;
}
.pages .sidebar {
	width: 290px;
}
.sidebar h3 {
	margin: 0 0 15px 0;
	font-family: Arial, Tahoma, sans-serif; font-size: 24px;
	color: #333;
}
#search {
	margin: 0 0 15px 0;
}
#search form {
	margin: 0;
	width: 100%;
}
#search .text {
	float: left;
	margin: 0; padding: 0;
	width: 230px;
	border: #bbb 1px solid !important;
}
#search .submit {
	float: right;
	margin: 0; padding: 0;
	width: 50px; height: 21px;
	background-color: #1b98dc;
	border: #005dab 1px solid;
	font-size: 13px; font-weight: bold;
	color: #fff;
	cursor: pointer;
}
#categories img {
	float: left;
	margin: 0 8px 8px 0;
	width: 137px; height: 135px;
}
#advertisements li {
	margin: 0 0 20px 0;
	font-size: 13px;
}
#advertisements li a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#advertisements li p {
	margin: 0;
}
#advertisements li span {
	color: #005dab;
	text-decoration: underline;
}
#content {
	float: right;
	width: 645px;
}
.pages #content {
	width: 515px;
}
.posts #content {
	width: 830px;
}
.search #content {
	width: 830px;
}
#content a {
	color: #06c;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content .heading {
	margin: 0 0 15px 0;
	font-family: Arial, Tahoma, sans-serif; font-size: 24px;
}
#content .link {
	margin: 0 0 7px 0; padding: 0 0 0 25px;
	background: left 5px no-repeat url(images/bckcontentlink.png);
	font-size: 20px; font-weight: normal;
}
#content .link a {
	text-decoration: none;
}
#content .link a:hover {
	background: left bottom repeat-x url(images/bckcontentlinkahover.png);
	color: #005dab;
}
#content .title {
	margin: 0 0 25px 0;
	font-size: 24px; font-weight: bold;
	color: #333;
	border-bottom: 1px #bbb solid;
}
#content .entry {
	width: 100%;
	font-size: 13px;
}
#content .entry p {
	margin-bottom: 25px;
	line-height: 1.5em;
}
#content .entry ul {
        line-height: 1.5em;
        margin: 0 0 0 -20px;
}
#content .entry ol {
        line-height: 1.5em;
        margin: 0 0 0 -20px;
}
#content .related {
	margin: 15px 0 0 0;
}
#content .related ul {
	margin: 5px 0 0 15px; padding: 0; line-height: 150%;
}
#content .navigation {
	margin: 15px 0;
	width: 100%;
	font-weight: bold;
}
#content .navigation a {
	text-decoration: none;
}
#footer {
	padding: 25px 0 15px 10px;
	background: center top no-repeat url(images/bckfooter.png);
	color: #fff;
}
#footer a {
	color: #fff;
}
#footer ul {
	margin: 0 0 5px 0; padding: 0;
	list-style-type: none;
}
#footer li {
	display: inline;
	margin: 0 5px 0 0;
}
#footer li a {
	text-decoration: none;
}
#footer li a:hover {
        text-decoration: underline;
}

.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: #e7eff4;
	border: #005dab 1px solid;
}
.commentlist .avatar {
	float: right;
	margin: 0 0 5px 5px;
	border: #005dab 1px solid;
}
#author, #email, #url, #comment {
	margin: 0 5px 0 0; padding: 2px;
	background-color: #fff !important;
	border: #005dab 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;
}

td {
	vertical-align: top;
}

input, textarea, select {
	vertical-align: middle;
	font-family: Arial, sans-serif; font-size: 12px;
	color: #333;
}
input[type="text"] {
	padding: 2px;
	background-color: #fff !important;
	border: #005dab 1px solid;
}
textarea, select {
	padding: 2px;
	background-color: #fff !important;
	border: #005dab 1px solid;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #5a4b44;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #666;
}

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;
}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

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;
}
