@charset "utf-8";

/* Hi, this is a heavily modified version of karappo style */

body {
	color: black;
background-image:url('http://hanndroid.com/stuff/bg.gif');
background-repeat:repeat;
	font-size: 9pt;
	line-height: 12pt;
	font-family: Helvetica, Arial, Verdana, "sans-serif";
	text-align: center; /* for IE */
}

img {
    vertical-align: bottom;
    margin: 5px 0 5px 0;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left;
    }

a {
text-decoration: none;
color: black;
font-weight: bold;
background: transparent;
}

a:hover {
color: red;
}

a:focus {
	outline: none;
}

h1, h2, h3, h4, h5, {
	margin: 0;
	padding: 0;
}


h1 {
	font-size: 200%;
	line-height: 100%;
}

h2 {
	font-size: 150%;
	line-height: 100%;
}

h3 {
	font-size: 100%;
	line-height: 100%;
}

h4 {
	font-size: 100%;
	line-height: 100%;
}

/* ------------------------------
 Layout
------------------------------ */
#container {
margin: 0 auto;
padding: 0;
text-align: left;
width: 840px;
}

#inner {
	/*margin: 0 20px;*/
	position: relative;
width: 840px;
background: white;
}

#header {
	width: 800px;
	height: 70px;
        padding: 0;
	margin: 0 20px 0 20px;
background: white;
}

#main {
	float: left;
	width: 630px;
}

#main .entry {
position: relative;
width: 600px;
margin: 0 10px 0 20px;
padding: 20px 0 20px 0;
background-color: white;
}

#side {
	float: right;
	width: 180px;
background: transparent;
}

#sidebar {
	float: right;
	margin: 0px 20px 0 10px;
	padding: 0;
	width: 180px
	background-color: #fcc;
}

#footer {
	margin: 0;
        padding: 0;
	width: 840px;
        background-color: yellow;
}

.clear {
	clear: both;
}

.clear hr {
	display: none;
}

.printhide {
}

/* ------------------------------
 Header & Header Layout
------------------------------ */
#header_menu_bg {
	background-color: transparent;
	width: 0px;
	height: 0;
	top: 0px;
	left: 0px;
	line-height: 0;
	position: fixed;
	text-transform: lowercase;
	z-index: 1000;
}

#header_menu_container {
	margin: 0 auto;
	text-align: left;
	width: 840px;
}

#header_menu_inner {
	margin: 0 20px;
}

#header_menu_left {
	float: left;
	width: 540px;
}

#header_menu_left ul {
	display: block;
}

#header_menu_left li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#header_menu_left li a {
	color: #999;
	background: white;
}

#header_menu_left li a:hover {
background: yellow;
}

#header_menu_right {
	float: right;	
	width: 230px;
}

#header_menu_right ul {
	display: block;
}

#header_menu_right li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#header_menu_right li a {
	color: #999;
background: white;
}

#header_menu_right li a:hover {
	/*background: transparent url(images/menu_arrow_white.png) center bottom no-repeat;*/
background: yellow;
}

#header h1.header {
padding: 20px 0 10px 0; 
font-family: helvetica, arial, verdana, "serif";
font-weight: bold; 
text-decoration: none;
}

#header h1.header a {
color: black;
font-weight: lighter; 
}

#header h1.header a:hover {
color: red;
font-weight: lighter; 
text-decoration: none;
}

#blog_description {
	color: black;
	font-size: 1em;
	margin: 0;
}


/* ------------------------------
 Main Content
------------------------------ */
#main a {
color: black;
font-weight: bold;
}

#main a:link {
	color: black;
}

#main a:visited {
	color: red;
}

#main a:hover {
        color: red;
}

/* --------
 Titular
-------- */

#main h2.entrytitle {
padding: 5px 0 10px 0;
border-top: 1px dotted red;
background: none
}

#main h2.entrytitle a {
	color: black;
}

#main h2.entrytitle a:link {
	color: black;
font-weight: bold;
}

#main h2.entrytitle a:visited {
	color: black;
}

#main h2.entrytitle a:hover {
	color: red;
}

/* --------
 prev/next
-------- */

#main .prevnext {
	margin: 0 0 130px 0;
	text-align: center;
}

#main .prevnext a {
	color: red;
}

#main .prevnext a:hover {
    color: red;
font-weight: bold;
}

#main p {
	color: black;
	/*font-size: 0.8em;
	line-height: 1em;*/
        padding: 0 0 10px 0;
}

/* --------
time
-------- */


#main .date {
	color: black;
font-size: 0.8em;
margin: 2px 0 20px 0;
padding-top: 5px;
text-transform: uppercase;
}

#main .date a {
color: black;
font-weight: bold;
}

#main .date a:hover {
	color: red;
}

#main .time {
	color: black;
	/*font-size: 0.8em;
	line-height: 100%;*/
}

#main .dateonly {
	color: black;
	top: 0;
	left: 490px;
	position: absolute;
}

/* --------
footer
-------- */


#main .topagetop {
	margin: 50px 0 20px 10px;
	text-align: left;
        font-size: 100%;
}

#main .entry_footer {
	/*border-bottom: 1px dotted red;*/
	color: black;
	margin: 20px 0 5px 0;
	padding: 5px 0 100px 0;
}

#main .entry_footer a {
	color: black;
font-weight: bold;
}

#main .entry_footer a:hover {
	color: red;
}

#main q {
	color: black;
	font-size: 0.7em;
	width: 400px;
	margin: 0 auto;
}

#main q:before {
     content: open-quote;
}

#main q:after {
     content: close-quote;
}

#main blockquote {
	width: 400px;
	background: url(images/quote_start.jpg) no-repeat scroll top left;
	margin: 30px auto;
}

#main blockquote p {
	background: url(images/quote_end.jpg) no-repeat scroll bottom right;
	margin-left: 18px;
	margin-right: 18px;
	text-decoration: none;
}

#main .continue {
	margin-top: 40px;
}

#main .continue a {
	color: black;font-weight: bold;}

#main .continue a:hover {
	color: red;
}


/* ------------------------------
 Side Menu
------------------------------ */
#sidebar h4.sidebar {
        font-weight: bold;
        text-transform: uppercase;
font-size: 0.8em;
	border-top: 1px dotted red;
	margin: 20px 0 0px 0px;
	padding: 5px 0 0px 0;
}

#sidebar p.about {
        padding: 0;
margin: 10px 0 0 0;
	color: black;
text-transform:uppercase;
font-size: 0.8em;
}

#sidebar p.bio {
        padding: 0;
margin: 10px 0 0 0;
	}

#sidebar ul {
	font-size: 1em;
        line-height: 1.2em;
}

/*#sidebar li {
	font-size: 0.8em;
        line-height: 1em;
	margin: 0;
	padding: 0 0 5px 0;
}*/

#sidebar ul li {
	/*font-size: 0.8em;
        line-height: 1em;*/
	margin: 0;
	padding: 0 0 0 5px;
}

#sidebar li a {
	color: black;
font-weight: normal;
text-decoration: none;
}

#sidebar li a:hover {
        color: red;
}

/* ------------------------------
 Sidebar for widget
------------------------------ */
#widgetbar h2 {
        font-weight: bold;
        text-transform: uppercase;
	border-top: 1px dotted red;
	margin: 20px 0 0px 0px;
	padding: 20px 0 10px 0;}

#widgetbar ul {
	font-size: 1em;
        line-height: 1.2em;
}

#widgetbar ul li {
	/*font-size: 0.8em;
        line-height: 1em;*/
	margin: 0;
	padding: 0 0 0 5px;
}

#widgetbar li a {
	color: black;
font-weight: normal;
text-decoration: none;
}

#widgetbar li a:hover {
        color: red;
}

/* ------------------------------
 Footer
------------------------------ */
#footer p.copyright {
        padding: 10px 0 10px 0;
	color: black;
	font-family: times, "times new roman", serif;
	text-align: center;
}

#footer p.copyright a {
	color: black;
	text-align: left;
        background: transparent; 
	text-decoration: underline;
}

#footer p.copyright a:hover {
	color: red;
	text-align: left;
        background: transparent; 
	text-decoration: underline;
}

/* ------------------------------
 Search Form
------------------------------ 
#searchform {
	background: transparent url(images/searchform.jpg) left top no-repeat;
	display: block;
	width: 180px;
        margin: 20px 20px 10px 0;
	height: 20px;
	top: 900px;
	left: 640px;
	position: absolute;
}

#searchform input {
	display: block;
	float: left;
}

#searchform .isearch {
	background: none;
	border: none;
	color: #666;
	font-size: 100%;
	margin: 4px 0 0 30px;
	width: 170px;
}

#searchform .ibutton {
	background: none;
	border: none;
	cursor: pointer;
	margin-top: -16px;
	width: 28px;
}*/


/* ------------------------------
 List Menu Form
------------------------------ */
#archive {
	display: block;
	height: 22px;
	width: 230px;
}

#archive select {
	font-size: 100%;
}


/* ------------------------------
 bookmarker
------------------------------ */
#bookmarker {
	background: transparent url(images/marker.png) no-repeat;
	cursor: pointer;
	height: 0px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 0px;
	z-index: 0;
	display: none;
}

#bookmarker_switch {
	cursor: pointer;
}


/* ------------------------------
 comment list
------------------------------ */
#comment h2 {
	font-size: 100%;
	border-top: 1px dotted red;
	font-weight: bold;
	margin: 60px 0 16px 0;
	padding: 20px 0 0 0;
}

#comment .comment_entry {
	background-color: white;
	width: 600px;
	margin-bottom: 10px;
	position: relative;
}

#comment .everyone_comment {
	line-height: 180%;
	padding: 15px 20px 10px 60px;
	margin-bottom: 10px;
}

#comment .comment_author {
	text-align: right;
	color: black;
	font-size: 100%;
	line-height: 100%;
	padding: 2px 6px 3px;
	/*border-top: 1px dotted red;*/
}

#comment .comment_author a:link {
	color: black;
font-weight: bold;
}

#comment .comment_author a:hover {
	color: red;
}

#comment .avatar_photo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#comment .author-id-1 {
	background: transparent url(images/comment_ramp1.jpg) right top no-repeat;
}

#comment .author-id-0 {
	background: transparent url(images/comment_ramp0.jpg) right top no-repeat;
}

#comment p.usetags {
	background: #F9F9F9;
	margin-bottom: 5px;
}


/* ------------------------------
 comment form
------------------------------ */
#commentform .textform {
	color: #606060;
	width: 230px;
	height: 18px;
	border: #CCC solid 1px;
}

#commentform .textform:hover {
	background: #F6F6F6;
}

#commentform .textbox {
	color: #606060;
	width: 440px;
	height: 180px;
	border: #CCC solid 1px;
	padding: 15px;
	overflow: auto;
}

#commentform .textbox:hover {
	background: #F6F6F6;
}

#commentform .submit_btn {
}

#commentform .labeltext {
	color: #606060;
	font-size: 100%;
}

#commentform p {
	margin: 0 0 4px 0;
	padding: 0;
}

#commentform label {
	margin: 0;
	padding: 0;
}

/* ------------------------------
 feed icon
------------------------------ 
#feed {
	top: 945px;
        left: 640px;
	position: absolute;
}

#feed img {
	margin: 5px 5px 0 0;
}

#feed p {
	color: black;
      	font-size: 0.8em;
line-height: 100%;
}

#feed a {
	color: #999;
}

#feed a:hover {
	color: red;
}*/

/* ------------------------------
 comment form
------------------------------ */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}
.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}







/* ------------------------------
 09-03-20 added
------------------------------ */
#side li {
	list-style: none;	
}

#main ul, ol {
		margin: 0.5em 0;
        padding: 0 0 0 2.5em; 
        font-weight: normal;
        line-height: 175%;
}

#main ul ul, ul ol, ol ul, ol ol {
        margin: 0;
        padding: 0 0 0 2em;
        font-size: 1em;
}

#main li {
		margin: 0.2em 0;
        padding: 0;
}

#main ul { list-style: square inside; }
#main ol { list-style: decimal inside; }

#main dl{
	line-height: 175%;
	padding:0.5em 0 0.6em 0;
}

#main dt{
	font-weight: bold;
}

#main dd{
	margin-left: 1em;
	margin-bottom: 0.5em;
}

#main pre {
	line-height: 140%;
	padding: 1em;
	border: 1px solid #CCC;
	width: auto;
	width: 90%;
	overflow: auto;
	overflow: scroll;
	color: #000;
	background-color: #F9F9F9;
	font-family: 'MS Gothic', monospace;
}


#main table{
	width: 100%;
	border-spacing: 2px;
	margin: 0 0 1em 0;    
        border: 1px #E3E3E3 solid;
}

#main th, td{ padding:0.3em 0.75em; }

#main th{
	border-bottom: 2px #404040 solid;
	color: #404040;
	text-align: left;
	    background: #F5F5F5;
}

#main td{
	border-bottom: 1px #E3E3E3 dotted;
	color: #404040;
}

#main caption{
	text-align: left;
	color: #FFF;
	margin-bottom: -1em;
	margin-top: 1em;
}

#main abbr {
	border-bottom: #404040 dotted 1px;
}