body {
	font-family: "Bitstream Vera Sans", sans-serif;
	margin-right: 200px;
	color: black;
	font-size: 16px;
}

h1 {
	font-weight: normal;
	margin-top: 0px;
	padding-top: 20px;
	letter-spacing: -2px;
	text-transform: lowercase;
	text-align: right;
	color: grey;
}

h2 {
	font-weight: normal;
	color: white;

	padding: 5px;
	background-color: #000000;
}

h3 {
	color: white;
	margin-top: 15px;
	margin-left: 10px;
}

h3 a {
	color: black;
}

h3 a:hover {
	color: black;
}

h4 {
	font-weight: bold;
	margin-top: 15px;
	margin-left: 30px;
}

h4 a {
	color: grey;
}

h4 a:hover {
	color: grey;
}

.entry {
        margin: 1em;
        padding: 2em;
        text-align: justify;
        font-size: 80%;
        background-color: #f0f0f0;
        border: 1px solid silver;
        overflow: auto;
}

.entry .date {
	color: grey;
	text-align: left;
}

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

a, a:hover {
	text-decoration: none;
	color: #ff8a03;
}

.sidebar {
	position: absolute;
	top: 20px;
	right: 5px;
	width: 200px;
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	font-family: "Bitstream Vera Sans", sans-serif;
	font-size: 90%;
}

.sidebar h2 {
	font-size: 85%;
	font-weight: bold;
	text-align: justify;
	color: #ffffff;

	background-color: #930000;

#	-moz-border-radius: 8px;
#	border-radius: 8px;

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

.sidebar ul {
	padding-left: 2em;
	margin-left: 0px;
	list-style-type: square;
}

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

.subscriptions {
	font-size: 9px;
}

.sidebar ul.subscriptions {
	padding-left: 2em;
	margin-left: 0px;
	list-style-type: square;
	font-size: 9px;
}

.sidebar ul a, ul a:hover {
	text-decoration: none;
}

.sidebar .item {
	font-size: 65%;
	margin-left: 5px;
	margin-right: 5px;
	text-align: justify;
}

.sidebar .item_logo {
	text-align: center;
}

img {
	border: none;
}

img.face {
	float: right;
}

p {
	text-align: justify;
}

.bloque {
	margin-right: 20px;
}

.bloque .title {
	background-color: #ffe6aa;
	border: 1px solid #ba8300;
	color: black;

	height: 100px;
}

.foot {
	font-size: 70%;
	text-align: center;
	padding: 3px;
	background-color: #eeeeee;
	border: 1px solid #9e9f9f;
	color: #9e9f9f;
}

####################################

#jaws

.terminal 
{
        margin: 15px;
        padding:15px;
        font-size: small;
        font-family: "Courier New", Courier;
        background:darkslategray;
        border: solid 1px silver;
        line-height:110%;
        color:ghostwhite;
        width: 90%;
}
	
.code, .xml , .script
{
	margin: 15px;
	padding:15px;
	font-size: small;
	font-family: "Courier New", Courier;
	background:whitesmoke;
	border: solid 1px silver;
	line-height:110%;
	color: #000dbd;
	width: 90%;
}

.keyword {
    color: #00a20b;
}

.comment {
    color:red;
}

.literal {
    color: purple;
}

.terminal 
{
        margin: 15px;
        padding:15px;
        font-size: small;
        font-family: "Courier New", Courier;
        background:darkslategray;
        border: solid 1px silver;
        line-height:110%;
        color:ghostwhite;
        width: 90%;
}
	
.code, .xml , .script
{
	margin: 15px;
	padding:15px;
	font-size: small;
	font-family: "Courier New", Courier;
	background:whitesmoke;
	border: solid 1px silver;
	line-height:110%;
	color: #000dbd;
	width: 90%;
}

.keyword {
    color: #00a20b;
}

.comment {
    color:red;
}

.literal {
    color: purple;
}

.terminal 
{
        margin: 15px;
        padding:15px;
        font-size: small;
        font-family: "Courier New", Courier;
        background:darkslategray;
        border: solid 1px silver;
        line-height:110%;
        color:ghostwhite;
        width: 90%;
}
	
.code, .xml , .script
{
	margin: 15px;
	padding:15px;
	font-size: small;
	font-family: "Courier New", Courier;
	background:whitesmoke;
	border: solid 1px silver;
	line-height:110%;
	color: #000dbd;
	width: 90%;
}

.keyword {
    color: #00a20b;
}

.comment {
    color:red;
}

.literal {
    color: purple;
}
