/*
Theme Name: DS'89
Theme URI: http://www.charith.info
Description: WordPress theme DS'89.
Version: 1.1
Author: Charith W
Author URI: http://charith.info
*/

/* global */
body {
	font-size: 62.5%;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #060606;
	font-family: Arial, Helvetica, sans-serif;
}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}
a:focus {
	outline: none;
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
/* Begin Header */
#header {
	float: left;
	height: 199px;
	width: 975px;
	/*background-image: url(images/logo.gif);  link to logo */
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
h1#logo {
	float: left;
	width: 290px;
	margin-top: 20px;
	height: 100px;
}
h1#logo a {
	display: block;
	height: 100px;
	text-indent: -999em;
}
#header #rssfeed {
	float: right;
	background-color: #1D1B1B;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2d2927;
	border-bottom-color: #2d2927;
	border-left-color: #2d2927;
	margin-top: 6px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 1.2em;
	text-decoration: none;
	color: #B77833;
	padding-top: 2px;
}
#header #rssfeed:hover {
	color: #F7952E;
}
/* Begin Menu */
#menu {
	float: right;
	clear: right;
	margin-top: 140px;
	background-image: url(images/nav-sep.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 1px;
	padding-right:21px;
}
#menu li {
	list-style-type: none;
	display: inline;
	float: left;
	background-image: url(images/nav-sep.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 1px;
}
#menu li a {
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	font-size: 1.2em;
	color: #857467;
	text-decoration: none;
	line-height: 30px;
}
#menu li a:hover {
	color: #E2DCD8;
}
#menu .current_page_item a {
	color: #E2DCD8;
	background-image: url(images/nav-current.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
/* End Menu */

/* End Header */

/* Begin Content */
#content {
	float: left;
	width: 975px;
	padding-top: 15px;
	color: #736c67;
	padding-bottom: 20px;
	background-image:url(images/bg_shadow.jpg);
	background-repeat:repeat-y;
	height:100%;
	
}
/* Begin Main Content (left col) */
#maincontent {
	float: left;
	width: 685px;
	color: #877E76;
	margin-left:15px;
	
}
#maincontent .post {
	background-color: #211e1e;
	border: 1px solid #2d2927;
	background-image: url(images/post-title-underline.gif);
	background-repeat: no-repeat;
	background-position: left 45px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	width: 663px;
}
#maincontent .post h2, #maincontent .post h2 a {
	color: #e8e3e0;
	text-decoration: none;
	font-size: 1.6em;
	width: 550px;
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 35px;
}
#maincontent .post h2 a:hover {
	text-decoration: underline;
}
#maincontent .post small {
	float: right;
	line-height: 34px;
	font-size: 1.2em;
	color: #383434;
	clear: right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
#maincontent .post small a {
	color: #4a4444;
	text-decoration: none;
}
#maincontent .post small a:hover {
	text-decoration: underline;
	color: #6B6363;
}
#maincontent .pagetitle {
	color: #e8e3e0;
	text-decoration: none;
	font-size: 2.6em;
	width: 550px;
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 35px;
}
#maincontent .post .entry {
	font-size: 1.2em;
	line-height: 18px;
	float: left;
	margin-top: 10px;
	width: 663px;
	clear: left;
}
#maincontent .post .entry p {
	margin-bottom: 15px;
}
#maincontent .post .entry .more-link {
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4B4545;
	color: #CCC9C8;
	font-style: italic;
}
#maincontent .post .entry a {
	color: #B9B7B3;
}
#maincontent .post .entry a:hover {
	color: #E3E1DF;
}
#maincontent .postmetadata {
	float: left;
	width: 685px;
	background-color: #181616;
	text-indent: 10px;
	line-height: 24px;
	color: #474141;
	margin-bottom: 15px;
}
#maincontent .postmetadata a {
	color: #7E766D;
	text-decoration: none;
}
#maincontent .postmetadata a:hover {
	color: #B8AEAB;
	text-decoration: underline;
}
#maincontent .postmetadata small {
	display: block;
	font-size: 1.2em;
	padding: 10px;
}
#maincontent .newsearch {
	text-align: left;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
#maincontent ul {
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
}
#maincontent h2.ptitle {
	font-size: 26px;
	margin-bottom: 25px;
}
#maincontent h3 {
	font-size: 1.6em;
	margin-top: 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#maincontent ul li {
	margin-left: 55px;
	font-size: 1.4em;
	margin-top: 5px;
	margin-bottom: 5px;
}
#maincontent ul li a {
	color: #ADA5A5;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #373333;
}
#maincontent ul li a:hover {
	color: #E8E3E0;
	text-decoration: underline;
	border-bottom-width: 0px;
}
#maincontent ul li ul {
	margin: 0px;
}
#maincontent ul li ul li {
	margin-left: 20px;
	font-size: 1em;
}
#maincontent .post .entry ol {
	margin-left: 60px;
	font-size: 1.2em;
}
#maincontent .post .entry ul {
	margin-left: 0px;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}
/* Begin Comment Form Elements */
#comments {
	float: left;
	width: 685px;
	margin-top: 25px;
}
#respond {
	margin-top: 25px;
	float: left;
	font-size: 1.6em;
	width: 660px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background-color: #181616;
	border: 1px solid #2F2B2B;
	color: #AFA6A0;
}
#commentform textarea {
	width: 660px;
	padding: 2px;
	background-color: #181616;
	color: #AFA6A0;
	border: 1px solid #2F2B2B;
}
#commentform #submit {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#commentform label {
	font-size: 1.4em;
}
/* End Comment Form Elements */

/* Begin Comments*/
.commentlist {
	padding: 0;
	margin-top: 20px;
	float: left;
	width: 685px;
}
.commentlist li {
	list-style: none;
	float: left;
	width: 663px;
	margin: 0px;
	padding: 10px;
	background-color: #211E1E;
	border: 1px solid #2F2B2B;
}
.commentlist .alt {
	background-color: #1D1B1B;
}
.commentlist p {
	float: left;
	font-size: 1.2em;
	clear: left;
	line-height: 18px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 643px;
}
#commentform p {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata a {
	display: block;
	float: right;
	color: #474141;
	text-decoration: none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.commentlist cite {
	float: left;
	display: block;
	color: #B3AAA6;
	text-decoration: underline;
	font-style: normal;
	font-size: 1.6em;
}
.commentlist cite a {
	font-size: 1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	float: left;
	display: block;
	color: #B3AAA6;
	font-style: normal;
	
}
.commentlist cite a:hover {
	color: #E1DEDD;
}
/* End Comments*/

#maincontent .navigation a {
	font-size: 1.2em;
	color: #D0CECC;
}
#maincontent .navigation a:hover {
	color: #E3E1DF;
}
/* Begin Images */
p img {
	max-width: 100%;
	background-color: #1B1919;
}
/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border: 1px solid #2D2927;
}
img.alignleft {
	padding: 4px;
	display: inline;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 2px;
	margin-left: 0;
	border: 1px solid #2D2927;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* End Images */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#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 {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	padding-left: 20px;
	background-color: #262222;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-right: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #443E3E;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/
/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #2D2927;
	text-align: center;
	background-color: #1B1919;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #655E59;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding-top: 2;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
/* End captions */
/* End Main Content */

/* Begin Sidebar*/
#sidebar {
	float: right;
	width: 250px;
	margin-right:20px;
}
#sidebar h2 {
	font-size: 1.2em;
	color: #403A37;
	padding: 0px;
	margin: 0px;
	line-height: 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#sidebar ul {
}
#sidebar ul li {
	background-color: #1b1919;
	margin-bottom: 10px;
	border: 1px solid #2d2927;
	list-style-type: none;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 0px;
}
#sidebar ul li ul {
	margin-top: 3px;
}
#sidebar ul li ul li {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}
#sidebar ul li ul li a {
	font-size: 12px;
	color: #655e59;
	text-decoration: none;
	line-height: 24px;
	background-image: url(images/sidebar-bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
	margin-left: 15px;
}
#sidebar ul li ul li a:hover {
	color: #A8A29D;
	background-image: url(images/sidebar-bullet-hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar #searchform #searchbg {
	background-image: url(images/searchbg.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
}
#sidebar #searchform #s {
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	background-color: transparent;
	width: 180px;
	padding: 0px;
	color: #655e59;
	height: 22px;
}
#sidebar #searchform #searchsubmit {
	background-image: url(images/searchbutton.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
	height: 26px;
	width: 40px;
	cursor: default;
}
#sidebar .info {
	font-size: 1.2em;
	padding-top: 10px;
}
#sidebar .info a {
	color: #A8A29D;
	text-decoration: none;
}
#sidebar .info a:hover {
	color: #BAB5B1;
	text-decoration: underline;
}
#sidebar abbr {
	cursor: help;
}
/* End Sidebar */

/* End Content */

/* Begin Footer */
#footerwrap {
	float: left;
	width: 975px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-y;
	border-top-width: 0;
	border-top-style: solid;
	border-top-color: #2d2927;
	height: 65px;
	margin-top: 0;
}
#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	font-size: 11px;
	color: #423c3a;
	padding-right:25px;
	
}
#footlinks {
	width: 650px;
	float: left;
	padding-left:20px;
}
#footlinks li {
	float: left;
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #373333;
}
#footlinks li a {
	float: left;
}
#footlinks #first {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #373333;
}
#cr {
	float: right;
}
#footer a {
	margin-right: 10px;
	margin-left: 10px;
	color: #534B48;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a:hover {
	color: #6F6460;
	text-decoration: underline;
}
#cr a {
	margin: 0px;
	padding: 0px;
}

.ads
{
	border: 2px solid #2d2927;
}