/*  

Original Theme Name: DTS
Created by : Iwal Islamuddin
version : 1.0

*/
* {padding: 0; margin: 0;} 

body {
 padding: 0;
 margin: 0;
 display: table;
 width: 100%;
 color: #000000;
 font-family: Arial, Lucida Grande, sans-serif;
 font-size: 11px;
 background-image: url(images/background.png);
}

a, a:visited {
 color: #000;
 text-decoration: none;
 padding: 1px 0;
}

a:hover {
 background-color: #ddd;
}

ul, ol {
 list-style: none;
}

img {
 border: none;
}

.post img .tex {
vertical-align: middle;
}

input, textarea {
 font-family: 'Calibri', 'Verdana', 'Tahoma';
 font-size: 12px;
}

textarea {
 width: 500px;
}

blockquote {
 margin-left: 20px;
 display: block;
}

code {
 font-family: "Courier New", Couriew;
 font-size: 12px;
 color: #33c;
 padding: 0;
 margin: 5px 0;
}

.post li {
 padding-left: 0px;
 margin-left: 20px;
}
/*-- COMPONENTS --*/
#rap {
 width: 940px;
 border: none;
 padding: 0;
 margin: 0 auto;
 background-color: #fff;
}

#header {
 width:900px;
 position: relative;
 border: 0;
 margin-left: 20px;
 margin-right: 20px;
 padding-bottom: 10px;
 overflow: hidden;
}

#main-header {
 padding-top: 20px;
 padding-left: 130px;
 height: 120px;
 background: url(images/logo120.jpg) no-repeat top left;
}

#header-title a, #header-title a:visited {
 text-decoration: none;
 font-family: Arial, Tahoma, Helvetica;
 font-size: 32px;
 font-weight: bold;
 color: #007F30;
 background-color: transparent;
}

#header-description {
 font-size: 11px;
}

#menu {
 float: left;
 list-style: none;
 margin: 0;
 padding: 0;
 width: 100%;
 font-family: Arial, Verdana;
 font-weight: normal;
 font-size: 18px;
}

#menu li {
 float: left;
 margin-top: 8px;
 margin-right: 20px;
 padding-top: 0px;
 display: block;
 height: 30px;
}

#menu li a, #menu li a:visited{
 float: left;
 padding-left: 33px;
 text-decoration: none;
 line-height: 30px;
 color: #000;
 vertical-align: text-bottom;
 background: url(images/check.jpg) left bottom no-repeat;
}

#menu li a:hover {
 padding-left: 33px;
 background-position: top left;
 color: #660000;
}


.info {
 width: 870px;
 padding: 0;
 margin-left: 15px;
 height: 35px;
 border-top: 1px solid #666;
}

.info-title {
 float: left;
 width: 60px;
 font-size: 10px;
}

.info-content {
 float: left;
 width: 800px;
 font-size: 22px;
 font-weight: bold;
 font-family: "Times New Roman", "Serif";
 line-height: 35px;
}

.info-content2 {
 float: left;
 font-size: 15px;
 font-weight: bold;
 font-family: "Times New Roman", "Serif";
 line-height: 35px;
}

.info-block1 {
 float: left;
 width: 540px;
}

.info-block1 a, .info-block2 a{
 background-color: transparent;
}
.info-block1 a:hover, .info-block2 a:hover{
 background-color: #B0FF00;
 text-decoration: underline;
}

.info-block2 {
 float: left;
 width: 330px;
}

#content {
 width: 900px;
 margin-left: 20px;
 margin-right: 20px;
 margin-top: 10px;
 outline: 2px solid #666;
 position: relative;
 overflow: hidden;
 clear: both;
}

#menu-left {
 display: block;
 float: left;
 position: relative;
 width: 195px;
 padding-top: 0px;
 padding-right:15px;
 padding-left: 15px;
 margin: 0px;
 vertical-align: top;
 border-right: 2px solid #a9a;
}

#menu-left a, #menu-left a:visited{
 background-color: transparent;
}
#menu-left a:hover{
 background-color: #B0FF00;
 font-weight: bold;
}

.leftbar-box {
 margin-bottom: 18px;
 margin-top: 10px;
}

.leftbar-title {
 font-family: Arial, Tahoma;
 margin-bottom: 5px;
 border-bottom: 2px solid #FFE0B0;
}

.leftbar-box ul {
 font-size: 11px;
 padding-left: 6px;
 line-height: 18px;
 list-style-type: none;
}

#main-content {
 display: block;
 position: relative;
 left: -2px;
 float: left;
 width: 640px;
 border-left: 2px solid #a9a;
 padding-left: 15px;
 padding-right: 15px;
 padding-top: 10px;
 padding-bottom: 20px;
}

#main-content a, #main-content a:visited{
 border-bottom: 1px solid #ccd;
}

#main-content p {
 margin: 10px 0;
}

.post-title{
 padding: 0;
 margin: 0;
 font-size: 20px;
 font-weight: bold;
 line-height: 30px;
 border-bottom: 1px solid #696;
}

.post-title a{
 display: block;
 color: #7F0000;
 background-color: transparent;
}
.post-title a:hover{
 background-color: #cdcee6;
}

.meta {
 display: block;
 width: 100%;
 padding: 0;
 margin: 0;
 font-size: 10px;
}
.meta a{
 background-color: transparent;
}
.meta a:hover{
 background-color: #cdcee6;
}
.post {
 display: block;
 width: 100%;
 margin-top: 10px;
 padding-bottom: 20px;
 border-bottom: 2px solid #FFE0B0;
}

.post ul, ol {
 padding: 0px;
 margin-top: 7px;
 margin-bottom: 7px;
 margin-left: 30px;
}

.post ul li{
 list-style: disc outside;
 margin: 5px 0;
}
.post ol li{
 list-style: decimal outside;
 margin-top: 5px;
 margin-bottom: 5px;
 margin-left: 0px;
}

.more-link, .more-link:visited {
 font-weight: bold;
 color: #33c;
 line-height: 20px;
 margin-top: 10px;
 background-color: transparent;
}

.feedback {
 display: block;
 text-align: right;
 line-height: 20px;
}

.feedback a{
 background-color: transparent;
 font-weight: bold;
 font-style: italic;
 text-decoration: underline;
}
.feedback a:hover{
 color: #cdcee6;
}

.e_nav {
 display: block;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 40px;
 padding-right: 40px;
}
.e_nav .prev{
 float: left;
}
.e_nav .next{
 float: right;
}
.e_nav a{
 background-color: transparent;
 font-size: 12px;
}
.e_nav a:hover{
 font-weight: bold;
}

#menu-bottom {
 width: 900px;
 margin-left: 20px;
 margin-right: 20px;
 margin-top: 20px;
 outline: 2px solid #666;
 overflow: hidden;
}

#adv-box {
 width: 900px;
 margin-left: 20px;
 margin-right: 20px;
 margin-top: 20px;
 outline: 2px solid #666;
 overflow: hidden;
}

#menu-bottom a{
 background-color: transparent;
}
#menu-bottom a:hover{
 background-color: #B0E0E6;
 text-decoration: underline;
}
#menu-bottom ul li{
 margin-bottom: 5px;
}

.btmbar-box-recent-posts{
 width: 284px;
 float: left;
 padding: 7px;
 margin: 0;
 background-color: transparent;
}
.btmbar-box-recent-posts-2{
 width: 286px;
 float: left;
 padding: 7px;
 margin: 0px;
 background-color: transparent;
}
.btmbar-box-recent-comments{
 width: 284px;
 float: left;
 padding: 7px;
 margin: 0;
 background-color: transparent;
}
.btmbar-box-recent-comments-2{
 width: 284px;
 float: left;
 padding: 7px;
 margin: 0;
 background-color: transparent;
}
.btmbar-box-related-posts{
 width: 286px;
 float: left;
 padding: 7px;
 margin: 0;
 background-color: transparent;
}

.btmbar-title{
 font-size: 14px;
 font-weight: bold;
 color: #66A;
 margin-bottom: 10px;
 padding-bottom: 5px;
 border-bottom: 2px solid #66A;
}

#footer {
 width: 900px;
 border: 0;
 margin-left: 20px;
 margin-right: 20px;
 margin-top: 30px;
 border: none;
 overflow: hidden;
 clear: both;
}

.footer-info {
 float: left;
 border: 3px solid #009;
}

#signature{
 display: block;
 position: absolute;
 left: 670px;
 padding: 0;
 width: 231px;
 line-height: 110px;
 background: url(images/sign03.png) no-repeat left top;
}

#comments {
 padding: 0px;
 margin-top: 10px;
}

#comments a {
 background-color: transparent;
 border: 0;
}

#comments a:hover {
 color: #f33;
}

#commentlist {
 display: block;
 padding: 0px;
 margin-top: 15px;
 margin-bottom: 20px;
}

.comment-box {
 display: block;
 padding: 5px;
 margin: 0px;
 width: 550px;
}

.comment-box-title {
 display: block;
 padding: 0;
 margin: 0;
 overflow: hidden;
 position: relative;
 background: url(images/blue42.png) repeat-y left;
 border-bottom: 2px solid #add8e6;
}

.comment-number {
 display: block;
 float: left;
 width: 40px;
 margin: 0 auto;
 text-align: center;
 font-size: 18px;
 font-weight: bold;
 font-family: "Times New Roman", Serif, Garamond;
 color: #33c;
}

.comment-author {
 display: block;
 float: left;
 width: 498px;
 padding-left: 10px;
 font-size: 16px;
 font-weight: bold;
 font-family: Garamond, Verdana;
}

.comment-text {
 display: block;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 20px;
 padding-right: 0px;
 width: 528px;
 border-bottom: 1px solid #ccc;
}

.comment-datetime {
 display: block;
 text-align: right;
 margin: 0 0 10px 0;
 font-size: 10px;
}

#postcomment {
 display: block;
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 5px;
}

#comment-form {
 overflow: hidden;
}

.comment-form-label {
 display: block;
 float: left;
 width: 150px;
}

.comment-edit-link, .gb-edit-link {
 display: block;
 width: 60px;
 padding: 0;
 margin: 0;
 float: right;
 text-align: right;
}

.comment-submit-button {
 background-color: #f0f0f0;
 border: 1px solid #636;
 margin-top: 3px;
 width: 100px;
 font-weight: bold;
}

.gb-box {
 display: block;
 width: 550px;
 padding: 0;
 margin: 20px 0;
}

.gb-header {
 display: block;
 width: 100%;
 overflow: hidden;
 border-bottom: 2px solid #D2848C;
}

.gb-header-left {
 float: left;
 width: 450px;
}

.gb-author {
 padding-left: 15px;
 font-size: 18px;
 font-weight: bold;
 color: #B22222;
}

.gb-author-url {
 padding-left: 15px;
 font-size: 10px;
}

.gb-header-right {
 text-align: right;
 font-size: 10px;
 padding: 5px;
 float: right;
 width: 60px;
 background-color: #FFEFD5;
}

.gb-content {
 overflow: hidden;
 padding:0;
 margin-bottom: 5px;
 border-bottom: 1px solid #FFE4E1;
}

.gb-number {
 float: left;
 width: 30px;
 text-align: center;
 background-color: #D2848C;
 color: #fff;
 line-height: 1.4;
 font-size: 20px;
 font-weight: bold;
 font-family: Candara, Tahoma, Courier;
}

.gb-text {
 float: left;
 width: 500px;
 padding-left: 10px;
}

.recentcomments a{display:none;}

.post_nav {
 text-align: center;
 width: 100%;
 margin-top: 10px;
 overflow: hidden;
}

.post_nav_prev {
 float: left;
 text-align: right;
 width: 45%;
 margin: 0;
 padding-right: 5px;
}

.post_nav_next {
 float: right;
 text-align: left;
 width: 45%;
 margin: 0;
 padding-left: 5px;
}

img.img-center {
 border: none;
 text-align: center;
 margin: 5px;
}

#main-content .post-content img.img-left {
 border: none;
 text-align: left;
 margin: 5px;
}

.comment-body {
 display: block;
 padding: 5px;
 margin: 0px;
 width: 550px;
 border-bottom: solid 1px #999;
}

.fn {
 font-family: "Arial";
 font-size: 10pt;
 font-style: normal;
 font-weight: bold;
}

.comment-meta {
 font-size: 8pt;	
}

.says {
 font-size: 8pt;
}

.other {
 font-family: "Arial";
 font-style: italic;
 color: #993030;	
}



/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 12px 0;
}
.commentlist {
	/* list-style: none; */
	margin: 0;
}
.commentlist li.comment {
	/* border-bottom: 1px solid #e7e7e7; */
	line-height: 12px;
	margin: 0 0 12px 0;
	padding: 0 0 0 36px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 18px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
	background: #f7f7f7;
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	/* list-style: none; */
	margin: 0;
	padding-right: 50px;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

.sharing-file-list {
	margin-top: 10px;
}

.sfla {
	font-weight: bold;
	color: #FF3030;
	text-decoration: underline;
}

.sharing-ket {
	float: left;
	display: block;
	width: 70px;
}

.sharing-file-ket {
	float: left;
	width: 400px;
}
