body {
        border-right-color-ltr-source:physical;
        border-right-color-rtl-source:physical;
        border-right-color-value:black;
        border-right-style-ltr-source:physical;
        border-right-style-rtl-source:physical;
        border-right-style-value:solid;
        border-right-width-ltr-source:physical;
        border-right-width-rtl-source:physical;
        border-right-width-value:1px;
        
        background: #404040;
}

#contain {
        -moz-background-clip:border;
        -moz-background-origin:padding;
        -moz-background-size:auto auto;
        background-attachment:scroll;
        background-color:#FFFFFF;
        background-image:none;
        background-position:0 0;
        background-repeat:repeat;
        color:#404040;
        padding-bottom:40px;
        padding-left:0;
        padding-right:0;
        padding-top:20px;
}

h1 {
        margin-top: 0px;
        padding-top: 20px;

        font-family:Georgia,Times,serif;
        font-weight: normal;
        letter-spacing: -2px;
        text-transform: lowercase;
        text-align: right;
        color: grey;
}

h2 {
        font-family: "times", sans-serif;
        font-weight: normal;
        color: #000;
        font-size: 20px;
        
}

h3 {
        font-family:Georgia,Times,serif;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        -moz-background-clip:border;
        -moz-background-origin:padding;
        -moz-background-size:auto auto;
        background-attachment:scroll;
        background-color:#FF9900;
        background-image:none;
        background-position:0 0;
        background-repeat:repeat;
        padding: 4px;
        font-size: 18px;
        font-weight:normal;
}

h3 a {
        text-decoration: none;
        color: inherit;
}

h3 a:hover {
        text-decoration: underline;
        color: inherit;
}

h4 {
        font-size:28px;
        font-weight: bold;
        color:#0067B1;
	margin-left: 15px;
}

h4 a {
        text-decoration: none;
        color: inherit;
        color:#0067B1;
        
}
h4 a:hover {
        text-decoration: none !important;
        color:#ccc !important;
}

img.face {
        float: right;
        margin-top: -3em;
}

.entry {
	margin-left: 15px;
	margin-right: 15px;
        margin-bottom: 2em;
}

.entry .date {
        font-family:Georgia,Times,serif;
        color: grey;
        background-color:#DFF3F2;
        float: left; 
        display: block;
        padding: 4px;
        margin-bottom: 20px;
}

.entry .date a {
        text-decoration: none;
        color: inherit;
}

.entry {
        font-size: 14px;
        line-height: 1.2em;
}

.sidebar {
        float: right;
        width: 210px;
        padding-left:18px;
        border-left: 1px solid #f0f0f0;
        padding-top: 20px;
        padding-left: 15px;

        font-family:Georgia,Times,serif;
        font-size: 85%;
}

.sidebar h2 {
        font-size: 110%;
        font-weight: bold;
        color: black;

        padding-left: 5px;
        margin-left: 0px;
}

.sidebar ul {
        padding-left: 0.8em;
        margin-left: 0px;

        list-style-type: none;
}

.sidebar ul li:hover {
        color: grey;
}

.sidebar p {
        border-top: 1px solid grey;
        margin-top: 30px;
        padding-top: 10px;

        padding-left: 5px;
}

a:hover {
        text-decoration: underline;
	color: #0067B1;
}


.daygroup {
        width: 710px;
        float:left;
}

.wp-caption {
        float:right;
        margin-left:20px;
}
.wp-caption .wp-caption-text {
        font-size:12px;
}

.channelgroup {
        float: left;
        width: 710px;
}

pre, code, tt {
	font-family:"Droid Sans Mono","Courier New",Courier,monospace;
	font-size:12px;
	line-height:1.5;
	background: #f8f8f8;
	border: 1px solid #d8d8d8;
	padding: 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

pre, code {
	padding: 0.2em 0.5em;
}

tt {
	display: inline;
}

img.wp-image-503,
img.size-medium,
div.entry img
{
	display: block;
	margin: 1em auto;
	border: 1px solid #ccc;
	padding: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.entry p {
	text-align: justify;
}

div.wp-caption {
	display: block;
	margin: 1em auto;
	float: none;
	font-style: italic;
}

.entry div.wp-caption p {
	text-align: center;
}

div.wp-caption img {
	margin: 0.2em auto;
}

/* Some Wordpress themes enclose images into tables (sic.) */
table {
	margin: 1em auto;
}

table img {
	margin: 3px ! important;
}

/* Exclude smileys from being centered and rendered as blocks */
img.wp-smiley {
	display: inline ! important;
	padding: 0 ! important;
	margin: 0 ! important;
	border: none ! important;
}

/* Indent list items a bit */
li, dd {
	margin-left: 0.5em;
	text-align: justify;
}

/* Avoid duplicated lines in images included inside tables */
td {
	border: none;
}

/* Inner post headers */
.entry h3 {
	border: solid 1px #FF9900;
	background-color: white;
	font-size: 1.3em;
}

.entry h4 {
	font-size: 1.2em;
	margin-left: auto;
}


pre {
	overflow: auto;
}

video {
	max-width: 100%;
}
