/*
	Theme Name: Crazykevin(3)
	Theme URI: for own use only
	Description: Building from complete scratch
	Version: 1.0
	Author: Kevin Lam


*/

* {
    margin: 0;
    padding: 0;
    font-family: tahoma, sans-serif;
}
* a {
    color: white;
    text-decoration: none;
}
.content a {
    color: #FFFF00;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}

p {
    margin: 0 0 1em 0;
}
ul li {
    margin: 0 1em;
}

body {

    font-size: 10pt;
    background-color: #000000;
    background-image: url(images/blog-back.jpg);
    background-position-x: 50%;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    background-attachment: fixed;
    
    color:#FFFFFF;
}
a img {
    border: none;
}
blockquote { 
    padding: 0.5em 0 1em 1em;
}
.clearfloat {
    clear: both;
}

#headbg {
    position: absolute;
    top: 0;
    left: 0;
    background: #000000 url(images/bloghead_dark.jpg) top left repeat-x;
    height: 160px;
    width: 100%;
    z-index: 10;
}
#bodybg {
    position: fixed;
    bottom: 10px;
    right: 10px;
 /*   background: #000000 url(images/bg.png) top left no-repeat; */
    height: 400px;
    width: 400px;
    z-index: 1;
}
#blogname {
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 20;
}
#footer_sink {
    position: relative;
    z-index: 2;
}

#sitetitle {
    position: absolute;
    top: 25px;
    left: 160px;
    width: 120px;
    z-index: 20;
    font-size: 12pt;
}
#menu {
    position: absolute;
    top: 160px;
    left: 0;
    background: #336633;
    height: 22px;
    width: 100%;
    z-index: 30;
    border-top: 3px solid  #009900;
    border-bottom: 3px solid  #009900;
}       
#menu ul {
    padding: 2px 0 0 10px;
} 
#menu li {
    list-style-type:none;
    display:inline;
    float: left;
    margin: 0;
    padding:0 6px 0 6px;
}
#menu a{

    font-size: 12pt;
    font-weight:normal;
    color: #FFCCCC;
}
#menu a:hover {
    color: #FF9900;
}
#cprite {
    position: absolute;
    top: 166px;
    right: 5px;
    z-index: 40;
    font-weight: bold;
    color: #FFCCCC;
}




#container {
    position: relative;
    margin: 0 auto 0 auto;
    width: 1020px;
    padding: 200px 10px 50px;
    z-index: 20;
   
}
#contentlist {
    float: left;
    width: 560px;
}
.entry {
    border: 1pt dotted #666666;

    padding: 10px;
    margin-bottom: 20px;
    background-color: #333333;
 
}
.entry a {
    color: #66CC33;
}
.entry ul, .entry ol {
    padding: 0 1em;
    margin: 0 0 1em;
}
.entry li {
    margin: 0 0.8em;

}
.entry .title {
    font-size: 16pt;
    color: #99FF66;
}
.entry .title  > a {
    color: #99FF66;
}
.entry  a {
    color: white;
}
.entry .category {
    float: right;
}
.entry .date {
    color: #99FFFF;
}
.entry .content {
    padding: 20px 0;
}
.entry .meta {
    border-top: 1pt solid #666666;
    text-align: right;
    padding-top: 1em;
}
.entry .head {
    border-bottom: 1pt solid #666666;
    padding-bottom: 1em;
}
#navigation {
    width: 550px;
    height: 20px;
}
#navigation .older {
    float: right;
}
#navigation .newer {
    float: left;
}

#comments-template {
    margin-top: 10px;
    border-top: 1pt solid #333333;
    width: 550px;
    padding: 10px;
}
#comments-template  .commentcounts {
    font-size: 12pt;
    margin-bottom: 1em;
    font-style: italic;
}
.commententry {
    border: 1pt dotted #666666;
    width: 500px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #333333;
 
}
.commententry .avatar {
    float: left;
    margin-right: 5px;
}
.commententry .type {
    float: right;
    font-size: 10pt;
    color: #66CC33;
}
.commententry .author {
    font-size: 16pt;
    color: #66CC33;
}
.commententry .author a{
    color: #66CC33;
}

.commententry .date {
    color: #99FFFF;
}
.commententry .content {
    padding: 20px 0;
}
.commententry .meta {

    text-align: right;
}
#commentinput textarea {
    padding: 5px;
}
#commentinput {
    border: 1pt dotted #666666;
    width: 500px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #333333;
}
#commentinput .title {
    font-size: 18pt;
    color: #66CC33;
    font-weight: bold;
}
#commentinput p {
    margin-top: 1em;
    font-size: 12pt;
}


#sidebar {
    float: right;
    width: 240px;

    margin-right: 3px;    
}
#sidebar .widget {

    border: 1pt dotted #666666;
    padding: 3px;
    margin-bottom: 10px;
    background-color: #333333;
}

#sidebar .widget ul {
    padding: 0;
    margin-bottom: 1em;
}
#sidebar .widget li {
    list-style: none;
    margin: 0 3px 3px;
}
#sidebar .widget .title {
    font-size: 12pt;
    border-bottom: 1pt solid #666666;
    padding-bottom: 5px;
    margin-bottom: 10px;
}


#sidebar2 {
    clear: right;
    float: right;
    width: 200px;
}
#sidebar2 .widget {

    border: 1pt dotted #666666;
    padding: 3px;
    margin-bottom: 10px;
    background-color: #333333;
}
#sidebar2 .widget ul {
    padding: 0;
    margin-bottom: 1em;
}
#sidebar2 .widget li {
    list-style: none;
    margin: 0 3px 3px;
}
#sidebar2 .widget .title {
    font-size: 12pt;
    border-bottom: 1pt solid #666666;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#sidebartop {
    float: right;
    width: 440px;
}
#sidebartop .widget {

    border: 1pt dotted #666666;
    padding: 3px;
    margin-bottom: 10px;
    background-color: #333333;
}
#sidebartop .widget ul {
    padding: 0;
    margin-bottom: 1em;
}
#sidebartop .widget li {
    list-style: none;
    margin: 0 3px 3px;
}
#sidebartop .widget .title {
    font-size: 12pt;
    border-bottom: 1pt solid #666666;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.picasa-widget-img {
    margin: 3px;
}

#theclock {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 10px;
    right: 10px;
    z-index: 50;
    border: 0;
}

/* search result */

#searchform {
}
#cse-search-results {
    padding: 10px;
    background-color: #333333;
}
#lbCaption {
    color: black;
}
#lbCaption a {
    font-style: italic;
    color: black;
}
.subhead {
font-size: 12pt;
font-weight: bold;
margin: 4px 0;
text-decoration: underline;
}


.addthis_container {
background-color: #CCCCCC;
color: #000000;
float: right;
padding: 3px 5px;
border: 1px solid black;
}
.addthis_container a {
color: #000000;
}
.addthis_container .external_icon {
background: none;
}


code {
    font-family: Courier New, monospace;
}

.content div.caption {
    color: #FFFF99;
    margin-bottom: 3px;
}
p.wp-caption-text {
    color: #FFFF99;
    text-align: center;
}