/* ### style-light.css ### */

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

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


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

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

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

/* layout */

#container {
width: 980px;
}

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

#col-main {
width: 540px;
}

/* main navigation */

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

/* latest post */

#latest {
background-color: #ffffff;
}
#latest-inner {
background: url(i/latest.gif) repeat-y;
}
#slide {
width: 715px;
}
#slideticker { 
width: 610px;
}

/* about */

#sec-about {
width: 210px;
padding: 0 0 20px;
}

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

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