/*
Theme Name: Simple Black Theme
Theme URI: http://wiserocks.net
Description: 3 column type wordpress theme with curtains to add decorations. Shade of Black, Pink and Green. This theme is not for sale. Kindly put my link [http://wiserocks.net] in your credit page since you are using this for free. Don't delete my link in the footer area.
Version: 1.0
Author: Honeul
Author URL: http://wiserocks.net


*/

body {
 padding: 0px;
 margin: 0px;
 font-family: Verdana, Tahoma, Helvetica;
 font-size: 11px;
 background: #000 url(images/top.gif) repeat-x top;
 color: #FDDBFF;
}

* {
 margin: 0;
 padding: 0;
}

a {
 color: #6e7114;
 text-decoration: none;
}

a:hover {
 color: #aff783;
}

b, strong {
 color: #3bc6e4;
}

i, em {
 color: #84ff84;
}

img a { border: 1px #6e7114 dashed; padding: 2px; }
ul, ol, li { margin-left: 5px; }

small, span, .postmeta{ color: #f173ad; }

input, textarea, blockquote { color: #6e7114; border: #8df062 1px dotted; padding: 2px; background: transparent;}

                                /* General Divs */

#page {
 text-align: justify;
 width:99%;
 margin-top: 70px;
}

.alignright { text-align: right; }
.aligncenter { text-align: center; }
.alignleft { text-align: left; }

.plugger {
 background: #6dc9f9;
 -moz-border-radius: 6px;
 padding: 3px;
 text-transform: capitalize;
 margin-bottom:10px;
}

.navigation {
 width: 81px;
 text-align: center;
}

.navigation a:hover { text-decoration: none; border-bottom: 0px solid black; }

.flickr img { border: 1px #6e7114 dashed; padding: 2px; margin-top: 2px;}


                                     /* The Header */
#header {

}

#header a{

}


                                     /* The Sidebar*/
#sidebar {
 float:right;
 width:30%;
}

#left {
 float: left;
 width: 70%;
}

#right {
 float: right;
 width: 29%;
}

#sidebar h2 {
 text-transform: uppercase;
 text-align: right;
 font-family: "Century Gothic";
 font-size: medium;
 font-weight: lighter;
 color: #000000;
 border-bottom: 1px dotted #3e393b;
 padding: 3px 0 0 0;
}

#left h2 { color: #f873da; }
#right h2 { color: #8fae43; }

#sidebar li { list-style-type: none; margin: 0 0 5px 0;}

#left li {
 padding: 2px;
}

#left p { text-indent: 8%; padding: 3px 0 0 0; }

.blogroll{ list-style: none url('images/bloglink.gif') inside; padding: 0 0 1px 1px;}


                                     /* The Post */
#content {
 float:left;
 width:68%;
 padding-left: 8px;
}

div.post h1{
 text-transform: uppercase;
 font-family: Century Gothic, Tahoma;
 font-size: 18px;
 font-weight: lighter;
 color: #84ff84;
 border-bottom: 1px dotted #3e393b;
 padding: 20px 0 0 45px;
}

.postmeta {
 color: #5d5658;
}

.entry{
 padding: 10px;
 line-height: 180%;
}

.postit {
 text-indent:5%;
}

.entry h3 {
 text-transform: uppercase;
 font-family: "Century Gothic";
 font-size: 18px;
 font-weight: lighter;
 color: #f767ae;
 border-bottom: 1px dotted #3e393b;
 padding: 20px 0 0 45px;
}

.post li{
 list-style: none url('http://wiserocks.net/images/h_g2.gif') inside;
 padding-left: 3px;
}

.post h2, h4 {
 text-transform: uppercase;
 font-family: "Century Gothic";
 font-size: 18px;
 font-weight: lighter;
 color: #6af04a;
 border-bottom: 1px dotted #3e393b;
 padding: 20px 0 0 45px;
}

.postit img { padding: 4px;}



                                     /* The Comments */
#comments h3{
 font-family: Arial;
 font-wieght: lighter;
 margin: 10px 0 10px 0;
 padding: 3px 0 3px 3px;
 color: #8fae43;
 border-bottom: 1px dotted #3e393b;
 font-size: 16px;
}

.commentlist li{
 border: 1px solid #f674b4;
 -moz-border-radius: 0px 15px 0px 15px;
 padding: 2px;
 width: 400px;
 margin: 0 auto;
 list-style-type: none;
 margin-bottom: 5px;
}

.commentlist h4 {
 padding: 1px 0 1px 10px;
 text-transform: uppercase;
 border-bottom: 1px dotted #3e393b;
 font-size: 16px;
}

.commentlist a {
 color: #70c33d;
}

.commentlist a:hover {
 color: #393b3d;
 border-bottom: 0px solid black;
}

.commentlist small {
 font-size: 10px;
 color: #8b1cf2;
}

.commentlist p {
 text-indent:20px;
 padding: 5px;
 line-height: 180%;
}



                                     /* The Footer */
#footer {
 text-align: center;
 font-weight: bold;
 clear: both;
 margin: 3px 0 0 0;
}

                                     /* The Calendar */
.widget_calendar{
        padding-bottom:35px;
        padding-left:15px;
}

#wp-calendar{
        font-size:11px;
        color:#003471;
        font-weight:normal;
        width:90%;
        text-align: center;
}
#wp-calendar caption{
        font-weight:bold;
        font-size:14px;
        padding:0px;
        margin:0px;
        padding-top:5px;
}

#wp-calendar thead th{
        font-weight:bold;
        color:#ffffff;
        text-align:center;
}
#wp-calendar td {
        padding:2px;
}
#wp-calendar td a{
        background:#accfe9;
        padding:2px;
}
#wp-calendar tfoot a{
        background:none;
        color:#000000;
        font-weight:bold;
}