/*
Theme Name: Electro Library
Theme URI: http://olivertomas.com
Description: Built for utility.
Version: 1.3
Author: Oliver Tomas (2008)
Author URI: http://olivertomas.com
*/

/* ////// GLOBAL ITEMS ////// */
* {
margin: 0;
padding: 0;
}
body { 
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
line-height: 1.4em;
background-color: #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 dd {
padding: 0 0 0 18px;
}
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;
margin-right: 5px;
background-color: #FFF;
padding: 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-weight: 700;
padding: 0 0 4px;
margin-top: -2px;
}
.post p, .postpage ul, .post ul {
padding:0 0 13px 0;
clear: both;
}
.postpage p {
padding: 0 0 15px 0;
clear: both;
}

        
.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;
margin:0 0 15px; /*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; 
}	
/* //// VIDEO //// */
.post p .video, .postpage p .video {
margin: 0 0 15px;
}

/* //// COLUMNS //// */
#column2 {
background-color: #FFF;
}
#column3 {
background-color: #FFF;
}
#column4 {
background-color: #FFF;
}
.col {
width: 160px;
margin: 0 5px 0;
font-size: 10px;
line-height: 12px;
float: left;
padding: 10px;
}

#address, #about, #contact, #subscribe {
margin: 0 0 12px 0;
}

/*
#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*/
.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;
}
.commentlist li p {
font-style: italic;
}
.commentmetadata {
font-size: 11px;
margin-bottom: 15px;
display: block;
}