/*
Theme Name: Electro Library
Theme URI: http://olivertomas.com
Description: Built for utility.
Version: 1.4
Author: Oliver Tomas (2010)
Author URI: http://olivertomas.com
*/

/* ////// GLOBAL ITEMS ////// */
* {
margin: 0;
padding: 0;
}
body { 
font-family: Georgia, "Times New Roman", serif;
color: #333;
font-size: 12px;
line-height: 20px;
background-color: #BBB; /*999*/
}
#container {
width: 1095px;
}
a:link {
color:#999; /* 666666 */
text-decoration:none;
}
a:visited {
color: #999; /* 666666 */
text-decoration: none;
}
a:hover {
color: blue;
text-decoration: underline;
}
a:active {
color: blue;
text-decoration: none;
}
dl {
padding: 0 0 10px;
}
dl dt {
margin-top: 12px;
}
dl dd {
padding: 0 0 0 18px;
}
.postpage .bibliography {
padding-bottom: 5px;
}
ul {
list-style-type: none;
}
h1 {
font-size: 10px;
}
h2, h3, h4 {
font-size: 11px;
}
h2 a:link, h2 a:visited, 
h1 a:link, h1 a:visited {
color: #000;
}
h2 a:hover, h2 a:active, 
h1 a:hover, h1 a:active {
color: blue;
text-decoration: underline;
}
          
/* ////// CONTENT POSTS ////// */
#content {
width: 500px;
float: left;
background-color: #FFF;
padding: 20px 10px 10px 60px; /*20px 10px 10px*/
}
.post, .postpage {
/*position:relative;*/
float:left;
width: 500px;
margin-bottom: 20px;
}
.post {
border-bottom: 1px solid #ccc;
margin-bottom: 18px;
}
.post .posttitle, .postpage .posttitle{
font-size: 16px;
font-weight: 700;
padding: 0 0 10px;
margin-top: -2px;
}
.post p, .postpage ul, .post ul {
padding:0 0 13px 0;
clear: both;
}

.postpage ul, .post ul {
padding-left: 30px;
}
.postpage ul li, .post ul li {
list-style: disc;
}

.postpage p {
padding: 0 0 10px 0;
clear: both;
/*float: left;*/
}

        
.post ul {
list-style:disc;
list-style-position:inside;
}

.post ul li ul, .postpage ul li ul {
list-style: circle;
list-style-position: inside;
margin-left: 18px;
}

.post ul li ul li ul, .postpage ul li ul li ul li { /*NEW RULE*/
list-style: square;
margin-left: 12px;
}

.post ul li ul li ul li ul, .postpage ul li ul li ul li ul li {
list-style: disc;
margin-left: 12px;
}

.post ul li ul li ol, .postpage ul li ul li ol {
list-style: decimal;
list-style-position: inside;
margin-left: 12px;
}
            
.post ol, .postpage ol {
list-style-position: inside;
margin-bottom: 12px;
}
            
.post blockquote p {
margin:0;
padding:5px 10px 5px 10px;
font-style:italic;
}

.post blockquote, .postpage blockquote {/*NEW*/
margin-left: 18px;
}
.post blockquote ul, .postpage blockquote ul {/*NEW*/
margin-left: 4px;
}
.post blockquote ul li ul, .postpage blockquote ul li ul {/*NEW*/
list-style-type:none;
margin-left:25px;
margin-top:12px;
}

.postpage .quote li {
padding: 0 0 12px 0;
}

.post ul.quote {
margin: 0;
padding: 0;
list-style-type: none;
}

.post ul.quote li {
padding: 5px 0 5px 0;
margin: 0;
}

.next page {
color: #ff0000;
}


/* //// IMAGES //// */
.post img, .postpage img {
position:relative;
border: medium none; /* solid 1px #CCC */
float:left;
clear: both;
margin:0 0 10px; /*orig. margin: 0 0 5px 5px;*/ 
}/*This rule is required by IE to properly display imgs in the entries */

.flickr-photo {
border: medium none; /* solid 1px #CCC */
}
.flickr-frame { 
text-align: left; 
padding: 0;
} 

#content .post p.flickr-caption { 
font-size: 0.8em; 
margin: 0; 
}	

#content .postpage span.caption {
    display: block;
    margin-bottom: 20px;
}

/* //// VIDEO //// */
.post p .video, .postpage p .video {
margin: 0 0 15px;
}

/* //// COLUMNS //// */
.col {
width: 270px; /*260px*/
margin: 0;
font-size: 10px;
line-height: 14px;
float: left;
padding: 48px 10px 10px; /*48px 10px 10px;*/
/*background-color: #DDD;*/
}

#address, #about, #contact, #subscribe, #nav, #category-list, #recent-posts {
margin: 0 0 10px 0;
padding-top: 10px;
background-color: #FFF;
}

#address {
padding-top: 0;
}

#contact, #about, #subscribe, #nav, #category-list, #recent-posts {
/*border-top: 1px solid #FFF;*/
}

/*
#nav ul .current_page_item a:link, #nav ul .current_page_item a:visited {
color: #000000;
}
*/

#category-list ul li {
display: inline;
}

/*BACK TO TOP LINK*/
.postpage .backtop {
float: right;
}

/*COMMENTS*/
#comment {
width: 496px; /*comment form width*/
}
#comments, #respond {
margin: 0 0 15px;
clear: both;
}
.postpage .commentlist {
margin: 0 0 15px 25px;
}
.commentlist li cite {
font-weight: bold;
color: #000000;
}
.commentlist li {
border-bottom: 1px solid #ddd;
margin-bottom: 15px;
list-style-type: none;
float: left;
display: block;
width: 470px;
}
.commentlist li p {
font-style: italic;
}
.commentmetadata {
font-size: 11px;
margin-bottom: 15px;
display: block;
}
