/*
 Theme Name : Paledays
 Theme URI : http://www.paledays.com
 Author: Silence
 Author URL: http://www.
 Version : 3.0
 Added: October 30th, 2009
 All associated graphics copyright 2008, Silence

 IMPORTANT
 This design is a personal Design.You may not use this css and graphic design in elsewhere
 */
 
/* resrt */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

/*basic*/
body {
background: #343434;
font: 9pt Tahoma;
}
a {
color: #5f5f61;
text-decoration: none;
}
a:hover {
color: #ba3629;
text-decoration: none;
}

/*main*/
#wrapper {
width: 670px;
margin: 0 auto;
direction: rtl;
background: #e6eaed url('http://www.paledays.com/theme-files/images/bg-c.jpg') repeat-y;
}

/*head*/
#head {
width: 670px;
height: 190px;
direction: ltr;
background: transparent url('http://www.paledays.com/theme-files/images/head.jpg') no-repeat;
}

/*navigation*/
#nav {
position: absolute;
height: 19px;
direction: ltr;
margin:142px 15px 0 12px;
}
#home {
float: left;
}
#home a {
width: 50px;
height: 19px;
display: block;
background: transparent url('http://www.paledays.com/theme-files/images/home.jpg') no-repeat top;
}
#home a:hover {
width: 50px;
height: 19px;
display: block;
background: transparent url('http://www.paledays.com/theme-files/images/home.jpg') no-repeat bottom;
}
#about {
float: left;
margin-left: 12px;
}
#about a {
width: 56px;
height: 19px;
display: block;
background: transparent url('http://www.paledays.com/theme-files/images/about.jpg') no-repeat top;
}
#about a:hover {
width: 56px;
height: 19px;
display: block;
background: transparent url('http://www.paledays.com/theme-files/images/about.jpg') no-repeat bottom;
}
#contact {
float: left;
margin-left: 19px;
}
#contact a {
width: 75px;
height: 19px;
display: block;
background: transparent url('http://www.paledays.com/theme-files/images/contact.jpg') no-repeat top;
}
#contact a:hover {
width: 75px;
height: 19px;
display: block;
background: transparent url('http://www.paledays.com/theme-files/images/contact.jpg') no-repeat bottom;
}
#phrase {
float: left;
margin-left: 19px;
}
#phrase a {
width: 70px;
height: 19px;
display: block;
background: transparent url('http://www.paledays.com/theme-files/images/phrase.jpg') no-repeat top;
}
#phrase a:hover {
width: 70px;
height: 19px;
display: block;
background: transparent url('http://www.paledays.com/theme-files/images/phrase.jpg') no-repeat bottom;
}
#photo {
float: left;
margin-left: 15px;
}
#photo a {
width: 56px;
height: 19px;
display: block;
background: transparent url('http://www.paledays.com/theme-files/images/photo.jpg') no-repeat top;
}
#photo a:hover {
width: 56px;
height: 19px;
display: block;
background: transparent url('http://www.paledays.com/theme-files/images/photo.jpg') no-repeat bottom;
}
#c-p {
float: left;
margin-left: 21px;
}
#c-p a {
width: 95px;
height: 19px;
display: block;
background: transparent url('http://www.paledays.com/theme-files/images/c-project.jpg') no-repeat top;
}
#c-p a:hover {
width: 95px;
height: 19px;
display: block;
background: transparent url('http://www.paledays.com/theme-files/images/c-project.jpg') no-repeat bottom;
}

/*content*/
#content {
width: 460px;
float: right;
margin: 0;
}
#content h1 {
text-align: center;
color: #757575;
width: 400px;
margin: 15px auto;
padding: 5px 10px;
color: #606060;
background-color: #dbdfe2;
border-right: 6px #606060 double;
border-left: 6px #606060 double;
}
/*post*/
.post {
width: 450px;
color: #454545;
font-size: 8.5pt;
line-height: 16px;
text-align: justify;
margin-bottom: 35px;
}
.post-t {
width: 353px;
height: 58px;
background: transparent url('http://www.paledays.com/theme-files/images/title.jpg') no-repeat;
}
.post .title {
padding: 16px 8px 0;
font-size: 15px;
font-weight: bold;
font-family: Verdana;
}
.post .title a {
color: #454545;
}
.post .title a:hover {
color: #ba3629;
}
.date {
color: #9e9fa1;
float: left;
font-size: 10px;
margin-left: 10px;
font-family: "Courier New", Courier, monospace;
}
.post .body {
padding-bottom: 50px;
margin: 5px 10px 5px 5px;
}
.post .body a {
color: #d46353;
}
.post .body a:hover {
color: #98281d;
}
.post p {
margin-bottom: 7px;
}
.post blockquote {
color: #6e6e6e;
width: 350px;
margin: 10px auto;
text-indent: 15px;
padding: 0 7px;
font-size: 8pt;
font-style: italic;
background: transparent url('http://www.paledays.com/theme-files/images/bq.jpg') no-repeat right top;
}
.post blockquote p {
padding-left: 9px;
background: transparent url('http://www.paledays.com/theme-files/images/bq-e.jpg') no-repeat left bottom;
}
.post blockquote.en {
background: transparent url('http://www.paledays.com/theme-files/images/bq-en.jpg') no-repeat left top;
}
.post blockquote.en p {
padding-right: 9px;
background: transparent url('http://www.paledays.com/theme-files/images/bq-en-e.jpg') no-repeat right bottom;
}
.post .extra {
width: 400px;
margin: 10px auto;
padding: 5px 10px;
color: #606060;
background-color: #dbdfe2;
border-right: 3px #606060 solid;
}
.en {
direction: ltr;
}
.extra.en {
width: 400px;
margin: 10px auto;
padding: 5px 10px;
color: #606060;
background-color: #dbdfe2;
border-left: 3px #606060 solid;
border-right: 3px #dbdfe2 solid;
}
.post img {
max-width: 420px;
margin: 5px auto;
padding: 5px;
border: 1px #c5c6c8 solid;
background-color: #dbdfe2;
}
.post img:hover {
border: 1px #b5b5b6 solid;
background-color: #d4d9dd;
}
.p-comment {
width: 100px;
height: 19px;
display: block;
float: left;
margin-left: 10px;
font-family: "Courier New", Courier, monospace;
background: transparent url('http://www.paledays.com/theme-files/images/comments.jpg') no-repeat left top;
}
.p-comment a {
width: 100px;
height: 19px;
display: block;
color: #3a3a3a;
background: transparent url('http://www.paledays.com/theme-files/images/comments.jpg') no-repeat left top;
}
.p-comment a:hover {
width: 100px;
height: 19px;
display: block;
color: #bb372a;
background: transparent url('http://www.paledays.com/theme-files/images/comments.jpg') no-repeat left bottom;
}
.bot-info {
width: 400px;
margin: 20px auto;
padding: 5px 10px;
color: #606060;
background-color: #dbdfe2;
border-right: 6px #606060 double;
}
.bot-info ul {
display: inline;
}
.bot-info li {
display: inline;
}
.navigation {
color: #555555;
width: 200px;
margin: 20px auto;
direction: ltr;
font-size: 8pt;
}
.post .more {
margin: 10px 15px;
}
/*side*/
#side {
width: 190px;
float: right;
margin: 0 6px;
line-height: 16px;
}
#side a {
font-size: 8pt;
padding-left: 5px;
}
#side li {
margin-bottom: 1px;
}
.b-quote {
color: #6e6e6e;
font-size: 8pt;
text-indent: 5px;
font-style: italic;
text-align: justify;
padding-top: 20px;
background: transparent url('http://www.paledays.com/theme-files/images/quote.png') no-repeat center top;
}
.q-author {
margin-top: 5px;
font-size: 7.8pt;
}
#l-d {
margin: 10px 0 20px;
padding-top: 20px;
background: transparent url('http://www.paledays.com/theme-files/images/l-d.png') no-repeat center top;
}
#l-d li {
line-height: 12px;
margin: 7px 0 !important;
}
#l-d a {
padding-right: 5px;
border-right: 2px #cfd1d2 solid;
display: block;
}
#l-d a:hover {
border-right: 2px #a9a9a9 solid;
}
#cat {
margin: 10px 0;
padding-top: 20px;
background: transparent url('http://www.paledays.com/theme-files/images/cat.png') no-repeat center top;
}
#cat a, #sites a, #blogs a, #l-n a {
height: 17px;
padding-right: 5px;
border-right: 2px #cfd1d2 solid;
}
#cat a:hover, #sites a:hover, #blogs a:hover, #l-n a:hover {
border-right: 2px #a9a9a9 solid;
}
#sites {
margin: 10px 0;
padding-top: 20px;
background: transparent url('http://www.paledays.com/theme-files/images/sites.png') no-repeat center top;
}
#cat li, #sites li {
margin: 1px;
}
#blogs {
margin: 10px 0;
padding-top: 20px;
background: transparent url('http://www.paledays.com/theme-files/images/blogs.png') no-repeat center top;
}
#l-n {
margin: 10px 0;
padding-top: 20px;
background: transparent url('http://www.paledays.com/theme-files/images/l-n.png') no-repeat center top;
}
#arc {
text-align: left;
direction: ltr;
margin: 10px 0;
padding-top: 20px;
font-family: "Courier New", Courier, monospace;
background: transparent url('http://www.paledays.com/theme-files/images/arc.png') no-repeat center top;
}
#arc a {
height: 17px;
padding-left: 5px;
border-left: 2px #cfd1d2 solid;
}
#arc a:hover {
border-left: 2px #a9a9a9 solid;
}
#feed {
margin: 10px 0;
padding-top: 20px;
background: transparent url('http://www.paledays.com/theme-files/images/feed.png') no-repeat center top;
}
#feed a {
width: 80px;
height: 76px;
display: block;
margin: 5px auto;
background: transparent url('http://www.paledays.com/theme-files/images/rss.jpg') no-repeat top;
}
#feed a:hover {
width: 80px;
height: 76px;
background: transparent url('http://www.paledays.com/theme-files/images/rss.jpg') no-repeat bottom;
}
#l-p {
margin: 10px 0;
padding-top: 20px;
background: transparent url('http://www.paledays.com/theme-files/images/l-p.png') no-repeat center top;
}
#l-p img {
width: 183px;
height: 62px;
padding: 3px;
border: 1px #c5c6c8 solid;
background-color: #dbdfe2;
opacity: 0.70;
}
#l-p img:hover {
border: 1px #b5b5b6 solid;
background-color: #d4d9dd;
opacity: 1;
}
#l-p li {
margin-top: 2px;
}
#ad {
margin: 10px 0;
}
#ad img {
width: 150px;
height: 150px;
padding: 3px;
margin: 0px 16px;
border: 1px #c5c6c8 solid;
background-color: #dbdfe2;
}
#ad li {
margin-top: 2px;
}

/*comments*/
.comments {
width: 430px;
font-size: 8.5pt;
line-height: 16px;
padding: 5px 10px;
text-align: justify;
margin-bottom: 35px;
}
.comments h2 {
text-align: left;
color: #555555;
margin: -15px 0 0 10px;
}
.comments .body {
margin: 5px 0;
}
.comments .date {
float: left;
}
.comments .date a {
color: #9e9fa1;
}
.comments .date a:hover {
color: #cc3300;
}
.comments .body .a {
color: #d46353;
}
.comments .body .a:hover {
color: #98281d;
}
.comments blockquote {
color: #858585;
margin: 8px 10px;
padding: 0 10px;
font-size: 7.8pt;
font-style: italic;
background: transparent url('http://www.paledays.com/theme-files/images/c-bq.jpg') no-repeat right top;
}
.comment {
color: #454545;
padding: 5px 10px;;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: 15px 5px 15px 5px;
border: 2px #cfcfcf solid;
background-color: #e9eff5;
}
.avatar {
float: right;
width: 54px;
height: 54px;
color: #656565;
padding: 2px;
font-size: 7pt;
background-color: #e6eaed;
border: 1px #cfcfcf solid;
}
.comment .avatar:hover {
border: 1px #afafaf solid;
}
.comment .author {
color: #cfcfcf;
float: right;
margin-right: 5px;
font-size: 10pt;
font-weight: bold;
font-family: "Courier New", Courier, monospace;
}
.comment .author a {
color: #9e9fa1;
font-size: 11pt;
}
.comment .author a:hover {
color: #ba3629;
}
.comments .date {
float: left;
}
.comments .date a {
color: #9e9fa1;
}
.comments .date a:hover {
color: #e14f1e;
}
.comment .reply {
float: right;
width: 100%;
color: #babec1;
font-size: 9pt;
font-weight: bold;
margin: 5px 2px;
font-family: Arial, Helvetica, sans-serif;
}
.comment .reply a {
color: #9e9fa1;
}
.comment .reply a:hover {
color: #ba3629;
}
.comment-a {
color: #656565;
padding: 5px 10px;;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: 15px 5px 15px 5px;
border: 2px #cfcfcf solid;
background-color: #dfe4e8;
}
.comment-a .author {
color: #5e5e5e;
float: right;
margin-right: 5px;
font-size: 9pt;
font-weight: bold;
font-family: "Courier New", Courier, monospace;
}
.comment-a .avatar {
background-color: #d6dce1;
border: 1px #b7b6b6 solid;
}
.comment-a .avatar:hover {
border: 1px #949393 solid;
}
.comment-a .body {
margin-bottom: 5px;
}
.comment-a .reply {
float: right;
width: 100%;
color: #babec1;
font-size: 9pt;
font-weight: bold;
margin: 5px 2px;
font-family: Arial, Helvetica, sans-serif;
}
.comment-a .reply a {
color: #9e9fa1;
}
.comment-a .reply a:hover {
color: #ba3629;
}
.cbi {
margin-bottom: 10px;
}
.cbi a {
color: #9e9fa1;
}
.cbi a:hover {
color: #ba3629;
}
.replybtn {
float: left;
}
.quotebtn {
float: left;
margin-left: 10px;
}
.approve {
color: #babec1;
}
/*form*/
.form {
color: #757575;
width: 395px;
font-size: 8.5pt;
line-height: 16px;
padding: 5px 10px;
margin : 0 15px 35px;
background-color: #e5e9ec;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 2px #cfcfcf solid;
}
form p {
margin: 5px;
}
form label {
margin-right: 10px;
}
input.txt {
color: #555555;
width: 120px;
padding: 2px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px #cfcfcf solid;
background-color: #e9eff5;
font-family: Tahoma;
font-weight: normal;
font-size: 8pt;
}
input.txt:focus {
border: 1px #72a4bb solid;
}
textarea.txt {
color: #454545;
width: 300px;
padding: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px #cfcfcf solid;
background-color: #e9eff5;
font-family: Tahoma;
font-weight: normal;
font-size: 8pt;
}
textarea.txt:focus {
border: 1px #72a4bb solid;
}
#name {
direction: rtl;
}
#mail {
direction: ltr;
}
#url {
direction: ltr;
}
input.btn {
border: none;
color: #eaeef2;
font-size: 9pt;
font-weight: bold;
font-family: Tahoma;
padding: 2px 5px;
background-color: #999a9c;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
cursor: pointer;
}
input.btn:hover {
background-color: #72a4bb;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

/*footer*/
#footer {
width: 670px;
height: 72px;
clear: both;
background: transparent url('http://www.paledays.com/theme-files/images/footer.jpg') no-repeat;
}
/*misc*/
.c-both {
clear: both;
}
.hide {
display: none;
}
.small {
font-size: 6.5pt;
color: #999a9c;
}
#tooltip {
position: absolute;
border: 1px solid #cfcfcf;
background: #dbdfe2;
padding: 2px 5px;
color: #505050;
font-size:11px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
opacity: 0.90;
filter: alpha(opacity=90);
z-index: 3000;
direction: rtl;
}
#tooltip h3, #tooltip div {
font-weight: normal;
}
#c-ad img{
width: 450px;
margin-right: 8px;
margin-bottom: 10px;
}


