/*  
Very Simply Dub stylesheet for printing
Version: 1.0
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
(http://creativecommons.org/licenses/by/2.0/)
*/

blockquote {
    margin-left: 1.2em;
    /*color: #444;*/
    background-color: #DDD;
}

a img {
    border: none;
}

code {
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: small;
    background-color: #DDD;
    /*color: #666;*/
}

/*<group=Header>*/
.blogDescription {
    font-size: small;
}
/*</group>*/

/*<group=Content>*/

.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;
}

.postTitle {
    font-size: normal;
    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 {
	display: none;			/* no rightbar for printing */
}

#right a img {
    padding: 0.2em;
}

#right h2 {
	font-size: x-small;
	font-weight: bold;
	margin-top: 3.0em;
}

#right ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#right ul li {
    font-weight: bold;
    margin-top: 0.2em;
	margin-bottom: 0.2em;
}

#right ul li p {
    font-weight: normal;
}

#right ul li ul {
    font-weight: normal;
    /*margin-top: 0.3em;*/
    margin-left: 0px;
    padding-left: 0.6em;
}

#right ul li ul li {
    text-indent: 0px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
}

#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.5em; }
table.tinyinset { border-spacing: 0.2em; }
.tinyinset td { border: 1px solid black; padding: 0.2em 0.4em; }

