/*
Theme Name: BoxedPoetry
Theme URI: http://www.boxedpoetry.com/
Description:  photoblog theme
Version: 0.5
Author: Geert Allegaert
Author URI: http://www.geertallegaert.be/
*/

body {
height:100%; margin:0; padding:0; background:#737373;

}

/* Structuring */

#page { position:relative;
z-index:1;
font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
font-size: 76%;
  margin-top: 8em;
}

#content
{
  width: 85.5%;
  float:right;
}


#sidebar
{
  width: 13.5%;
  text-align: right;
  color: #CCC;
  padding: 0 6px 12px 0;
  border-right: 2px dotted #EBEBEB;


}


#bg {position:fixed; top:0; left:0; width:100%; height:100%;}



/* Sidebar styling */

#sidebar ul {
  list-style: none;
  margin-bottom: 10px;

}
 
#sidebar li {
margin-left:3em;
  padding: 3px 4px 3px 0px;

}     


#sidebar li.page_item {


}

#sidebar li.current_page_item a {
text-decoration: underline;

color:  white;
}


#sidebar li.page_item a:hover {

}


#sidebar li a {
  text-decoration: none;
  color: #cfcfcf;
  padding: 6px 9px 6px 0px;



}

#sidebar li a:hover {
text-decoration: underline;
color: white;
}

#sidebar a:hover img {
}

#sidebar li.logo {
margin-left:0em;}


#sidebar li.logo a {
  padding: 12px 0 9px 0;
background: none;
}

#sidebar a img {
border: 0px dotted;

}

/* Content styling */

.post
{
  color: white;
  padding-left: 5px;
  font-size: ;
  width: 470px;
}

.post a

{
  text-decoration: none;
  color: white;
}

.post a:hover {
  text-decoration: underline;
}

.entry {
  margin-top: 0px;
  margin-bottom: 15px;
}


.entry p {
  font-size: 1.1em;
}

.entry h3 {
  font-size: 1.3em;
margin: 0 0 0 10px;
}

 .post p
{
  line-height: 1.4em;
  margin-bottom: 1em;
}

.post ul
{
  list-style-image: url(images/listitem.png);
  list-style-type: bullet;
  margin-bottom: 10px;
}

.post li
{
  margin-left: 0px;
  line-height: 1.3em;
padding: 6px 0 6px 0;
}

/* Comment styling */









/* Kubrick Comment styling */


.commentlist li, #commentform input, #commentform textarea {

    }

.commentlist li {
    font-weight: bold;
    }

.commentlist li .avatar {
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
    }

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
    }

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
    }


#commentform p {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    }

.commentmetadata {
    font-weight: normal;
    }


/* Begin Form Elements */
#searchform {
    margin: 10px auto;
    padding: 5px 3px;
    text-align: center;
    }

#sidebar #searchform #s {
    width: 108px;
    padding: 2px;
    }

#sidebar #searchsubmit {
    padding: 1px;
    }

.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align:center;
    }

select {
    width: 130px;
    }

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;

    }

#commentform textarea {

    padding: 2px;
    }

#commentform #submit {
    float: left;
    }
/* End Form Elements */



/* Begin Comments*/
.alt {
    margin: 0;
    padding: 10px;
    }

.commentlist {
    padding: 0;
    text-align: left;
    }

.commentlist li {
    margin: 15px 10px 3px 10px;
    padding: 5px 10px 3px;
    list-style: none;

border: 3px solid #a9a9a9;
    }

.commentlist p {
    margin: 3px 5px 10px 0;
padding: 5px;

background: black;
opacity:0.9;
filter:alpha(opacity=90);

color: white;





    }

#commentform p {
    margin: 5px 0;
    }

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
    }

/* End Comments */














/* MyComment styling */

#commentform {
padding: 0 0 40px 0;


}


#commentform p {
  text-align: left;
margin-left: 10px;
}

#commentlist ol 
{
margin-left: 0px;
list-style-type: none;

}

#commentlist ol  li
{
margin-left: 0px;

margin-bottom: 1.5em;
background: white;
opacity:0.7;
filter:alpha(opacity=70);

padding: 5px;
color: black;

}


#commentlist ol   li.alt
{
background-color: #646464;
color: white;
border: 5px solid white;
}


#commentlist ol  a

{

color: black;
font-size: 1.1em;
}



 .entrytext .postmetadata
{


  font-size: 1.1em;
  border: 5px dotted #e9b17b;
  padding: 0px;
  background: #FDE5C3 url(images/metadata.png) no-repeat   scroll top left;
}



small.commentmetadata
{
  font-size: 0.8em;
  margin-bottom: 0em;
display: block;
}


#comment
{
margin-left: 0px;
margin-top: 0.5em;
margin-bottom: 0.5em;
background: white;
opacity:0.7;
filter:alpha(opacity=70);
border: 0px solid #a9a9a9;
padding: 5px;
color: black;
width: 440px;
}

.entry {background: black;
width:100%;
height:100%;
color: black;
opacity:0.5;
filter: alpha(opacity=50);
color: white; padding: 5px;}

p.thankyou {background: green; margin-left: 5px; font-weight: bold; padding: 5px 5px 5px 10px;}