/*  
Theme Name: Very Simply Dubovsky 2
Theme URI: http://www.dubovsky.com/rantings/
Description: Inspired by Rogers' Very Simple, a spartan three-column design that is content-first and includes the styles and left navbar from the main site.  Modified to use something like A List Apart's Three Column Holy Grail liquid layout.
Version: 1.2
Author: Jon Dubovsky (basis courtesy Gary Rogers Very Simple v1.5)
Author URI: http://www.dubovsky.com/rantings/

Licensed under the Creative Commons Attribution License v2.5
(http://creativecommons.org/licenses/by/2.5/)
*/

/*body {
background-color:#222;
}*/

blockquote {
    margin-left: 1.2em;
	padding: 0.3em 0.7em;
    /*color: #444;*/
    background-color: #DDD;
}

a img {
    border: none;
}

code {
    font-family: "Deja Vu Sans Mono", Monaco, 'Courier New', Courier, monospace;
    font-size: small;
    background-color: #DDD;
    /*color: #666;*/
	margin: 0.5em 1.0em 0.5em 1.0em;
	padding: 0.1em 0.2em;
	border: 1px dashed gray;
}

/*<group=Header>*/
.blogDescription {
    font-size: small;
}
/*</group>*/

.dateStamp {
    font-size: x-small;
    color: #999;
    text-align: right;
    border-top: 1px solid #999;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}

.post {
    background-color: #F2F2F2;
    border: 1px solid #CCC;
    padding: 0.3em 0.6em;
    margin: 0.3em 0.3em 1.0em 0.3em;
	word-wrap: break-word;		/* CSS3 draft -- break unacceptably long lines */
}

.postTitle {
    font-size: 1.0em;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 0.1em;
}

.postTitle a {
    text-decoration: none;
    /*color: #999;*/
    color: #006;
}

.entry {
	
}

.meta {
    font-size: x-small;
    margin: 0px;
    margin-bottom: 0.1em;
}

.meta ul {
    display: inline;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.meta li {
    display: inline;
}

.post-categories {
    font-style: italic;
}

.storycontent {

}

.storycontent img {
    margin-right: 1.4em;
}

.postmetadata {
    font-size: x-small;
    text-align: right;
    /*margin-bottom: 10px;*/
}

/*</group>*/

/*<group=Sidebar>*/

#right {
    font-size: small;
    /*min-width: 13.0em;*/     /* mostly for the calendar */
    background-color: #EEE;
}

#right a img {
    padding: 0.2em;
}

#right h2 {
    font-size: small;
    font-weight: bold;
    margin-top: 3.0em;
}

#right ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#right ul li {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    padding-left: 0.5em;
}

li.widget_rss ul li {
    border: 1px dashed gray;
}
a.rsswidget {
    text-decoration: none;
}

li.pagenav li, #linkcat-1 li {
	list-style-type: disc;
	margin-left: 0.4em;
	font-weight: normal;
	padding-left: 0.6em;
	font-size: x-small;
}

#wordpress {
    font-style: normal;
}

.categories {

}

.search {

}

.archives {

}

#calendar {
    font-weight: normal;
    text-align: center;
}

#wp-calendar {
    font-weight: normal;
    background-color: #FFF;
}

#prev {

}

#pad {

}

#today {
    background: #DDD;
}

#other {

}

#style {

}

/*</group>*/

cite {
    font-size: small;
}

.tinyinset { font-size: 0.7em; }
table.tinyinset { border-spacing: 0.2em; }
.tinyinset td { border: 1px solid black; padding: 0.2em 0.4em; }

