/* ### style-dark.css ### */

/* global settings */
html { 
background-color: #555;
}

* { 
margin: 0; 
padding: 0; 
}
body { 
background-color: #555;
/*background: url(i-dark/title.gif) no-repeat 8% 70px; TITLE-PIC*/
}


ul li {
background: url(i-dark/bullet.gif) no-repeat 0 6px;
}

/* new blockquote style */
blockquote {
background:transparent url(i-dark/quotes_left.gif) no-repeat scroll left top;
}

/*
blockquote last {
background:transparent url(i-dark/quotes_right.gif) no-repeat scroll right bottom;
padding: 0 10px 10px 0;
margin-bottom: -5px;
}*/

/* layout */

#container {
width: 990px;
}

#wrap {
background: url(i-dark/wrap-990px.gif) repeat-y;
}

#col-main {
width: 550px;
}

/* main navigation */

#nav li.current_page_item, #nav a:hover {
background: url(i-dark/tab.gif) no-repeat 50% 90%;
}

/* latest post */

#latest {
background-color: #efefef;
}
#latest-inner {
background: url(i-dark/latest.gif) repeat-y;
}
#slide {
width: 745px;
}
#slideticker { 
width: 640px;
}

/* about */

#sec-about {
width: 205px;
padding: 0pt 5px 20px 0pt;
}

/* main column */
/* post */
p.more {
background: url(i-dark/dashed.gif) no-repeat 0 50%;
}

/* comments */
#comments {
/* background: url(i-dark/divider.gif) no-repeat 50% 100%; */
}