/*

Theme Name: rcom
Theme URI: http://www.josefhammer.com
Description:  Personal theme implementing the standard josefhammer.com design
Author: Josef Hammer jun.
Author URI: http://www.josefhammer.com

*/


/* From Eric Meyer's CSS Reset File -- without 'big' and 'small */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;padding: 0;border: 0;outline: 0;vertical-align: baseline;
    font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;
}

cite, em {  /* für die Namen im Gästebuch und für Zitate und für _word_ */
    font-style: italic;
}

a, a:visited {
        color: #0099FF;
        text-decoration: none;
}
a:hover {
        color: #0077ff;
}

img {
        border: 0px;
}

input, textarea {
        font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
        background: url('imgs/back.jpg');
        background-color: #001F3E;                           /* The SAME color as in back.jpg !! */
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 10pt;
        color: #dddddd;
        text-align: center; /* notwendig wegen IE-center-Bug */
        
        width: 936px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: auto;
        margin-right: auto;
}

body#jh_entrance {
        background-color: #ffffff;
        background-image: none;
        width: 992px;
        padding-left: 0px;
        padding-right: 0px;
}


#jh_container {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        width: 936px;
        text-align: left;   /* Anti zu body.text-align */
}

/* Alle Font-Angaben auf PX umstellen => Layout ist garantiert immer gleich */

#jh_mainheader {
        margin-bottom: 5px;
        border-bottom: 1px solid #cccccc;
}

#jh_main_and_sidebar {
        background-image: ; /* url('imgs/linien/vline_dots_spaced2-dark2.gif'); */
        background-repeat: repeat-y;
}

#jh_main {
        padding-right: 29px; /* für die dotted_line */
        width: 550px;
        float: right;
        min-height: 480px;  /* min-height so footer will be low enough to look good */
}

#jh_leftside {
    float: right;
    width: 113px;
}

#jh_sidebar {
        width: 240px;
        /*padding-right: 20px;*/  /* ATTENTION: If this is changed, then you must adopt width as well (sum must be 240!) */
        float: right;
        text-align: right /*left*/;
}

#jh_footer {
        /* must not have any height as the vertical line would shine through!! */
        vertical-align: top;
        text-align: top;
        border-top: 1px solid #cccccc;
        height: 20px;
        padding-top: 5px;
}

#slideshow_random img, #slideshow_random2 img {
        display: block;  /* no bottom margin, each in a separate line */
}

#jh_titlepic {
}

#jh_submenu {
        position: relative;   /* necessary for #jh_title (sonst kann ich nit position: absolute verwenden) */
        padding-top: 2px;
        height: 80px;
}
#jh_cv #jh_submenu {
        height: 50px;
}

#jh_title {
        position: absolute;
        top: -6px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 3px;
        padding-bottom: 3px;
        border: 1px dashed #888888;
        margin-left: 30px;
        font-size: 17px;
        font-weight: bold;
        color: #eeeeee;
        text-transform: uppercase;
        letter-spacing: 4px;
        word-spacing: 6px;
        background-color: #000000;
}
#jh_title a, #jh_title a:visited {
        color: #eeeeee;
}
#jh_title a:hover {
        color: #fd0000;
}

#jh_content {
}

#jh_contentBottomNav {
        /* ?? clear: both; */
}

.jh_entry {
}

.jh_entryid {
        /* width: 30px; */
        padding-top: 3px;
        float: left;
}

.jh_entrycontent {
        text-align: justify;
        padding-bottom: 40px;
        padding-left: 30px;
        padding-right: 65px;
        /* Hier KEINE Width angeben, sonst macht der IE wieder Blödsinn!! */
}
#jh_trac .jh_entrycontent {
        padding-bottom: 10px;
}


.jh_entrydate {
        /* width: 65px; */
        float: right;
        text-align: right;
        font-family: Arial, Helvetica, sans-serif;  /* OHNE Verdana */
        font-size: 9px;  /* entspricht auf Vaio TZ == 7pt == */
        color: #ffffff;
}
.jh_entrydateYear {
}
.jh_entrydateMonth {
        font-size: 12px;  /* entspricht auf Vaio TZ == 9 pt == */
}
.jh_entrydateDay {
        font-size: 16px;   /* entspricht auf VAIO TZ == 13 pt == */
        color: #0099FF;
}

.jh_entrytitle {
        font-size: 18px;
        color: #0099FF;
        margin-bottom: 20px;
}
#jh_trac .jh_entrytitle {
        font-size: 15px;
}
#jh_trac .tag-later .jh_entrytitle {
        border-left: solid 20px #eaeaea;
        padding-left: 5px;
}
#jh_trac .tag-closed .jh_entrytitle {
        border-left: solid 20px LightGreen;
        padding-left: 5px;
}
#jh_trac .tag-decision .jh_entrytitle {
        border-color: Lime; /*MediumSeaGreen;*/
}


.jh_commentlink {
        font-size: 10px;
        text-align: right;
}


#jh_footer img {
        vertical-align: top;
        margin-left: 5px;
}

#jh_footer a {
        font-size: 6pt;
        font-style: normal;
        font-weight: normal;
        letter-spacing: 1px;
        word-spacing: 2px;
        color: #808080;
        text-decoration: none;
        text-align: top;
        vertical-align: top; /* ist für den IE nötig *grr* */
}

#jh_footer a:hover {
        color: #0099FF;
}
#jh_footer a:visited {
        color: #808080;
}


div.jh_left {
        float: left;
}

div.jh_right {
        float: right;
}


#jh_numEntriesText {
        font-size: 8pt;
        text-align: right;
        vertical-align: top;
        padding-top: 2px;
}

#jh_numEntries {
        font-family: Arial, Helvetica, sans-serif; /* Achtung: Kein Verdana am Anfang */
        font-size: 24pt;
        color: #0099FF;
        text-align: right;
}


#jh_sidebar_menu {
        padding-left: 7px;
        padding-top: 7px;
        margin-bottom: 20px;
}

#jh_sidebar_subscribe {
        width: 100%; /* necessary! */
        position: relative;
        padding-bottom: 20px;   /* IE ignores the height, thus we use padding */
}

#jh_sidebar_location {
        margin-bottom: 80px;
        font-style: normal;
        font-weight: normal;
        letter-spacing: 1px;
        word-spacing: 3px;
        text-transform: uppercase;
}
#jh_sidebar_location_label {
        font-size: 10px;
        /* color: #6c8c00; */
        color: #188c00;
        margin-bottom: 2px;
}
#jh_sidebar_location_city {
        font-size: 10px;
        color: #dddddd;
        margin-bottom: 0px;
}

#jh_sidebar h2   {
        font-size: 11px;
        font-style: normal;
        font-weight: normal;
        letter-spacing: 1px;
        word-spacing: 3px;
        text-decoration: none;
        /* color: #6c8c00;
           color:#1dad00; */
        color: #188c00;
        text-transform: uppercase;
        padding-top: 2px;
        margin-top: 27px; /* siehe auch searchform!! */
        margin-left: 0px;
        margin-bottom: 0px;
        padding-bottom: 2px;
/*        border-top: 1px solid #555555;*/
        text-align: /*left*/ right;
}

#jh_sidebar_subscribe h2 {
        border-top: 0px;
}

#jh_sidebar ul {
        list-style-type: none;
        margin: 2px 0px 0px 0px;    /* necessary */
        padding: 0px 0px 0px 0px;    /* necessary */
        list-style-position: inside;    /* !! */
}
#jh_sidebar ul.children {
        margin-right: 20px;
}
#jh_sidebar #featured-getaways ul {
        list-style-image: url('imgs/external.png');
}

#jh_sidebar li {
        font-size: 11px;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        color: #bbbbbb;
        padding-top: 2px;
        margin-left: 0px;    /* necessary */
        padding-left: 0px;
}

#jh_sidebar form {
        position: absolute;
        padding: 0px;
        margin: 0px;
}
#r-com-search {
        margin-top: 27px;
        height: 25px;
        width: 127px;
        margin-left: auto;
}        
#featured-getaways {
        clear: both;
}
#jh_trac #r-com-search {
        margin-top: 10px; /* oder 21px für bündigen Abschluss mit der Titelgrafik */
}

#jh_newsletterform #subscribe_email, #jh_searchform #s {
        background: #001f3e;
        border: 1px dashed #555555;
        color: #7a7a7a;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 9pt;
        margin: 0px;
        height:16px;
}
#jh_newsletterform #subscribe_email:hover, #jh_searchform #s:hover {
        border: 1px solid #555555;
        color: #e0e0e0;
}
#jh_newsletterform #subscribe_email:focus, #jh_searchform #s:focus {
        border: 1px solid #555555;
        color: #e0e0e0;
}
#jh_newsletterform #subscribe_email {
        width: 140px;   /* Zur Sicherheit kürzer damit der IE keine Probleme macht */
}
#jh_searchform #s {
        width: 115px;   /* Zur Sicherheit kürzer damit der IE keine Probleme macht */
}

#subscribe_submit, #rcom_submit_search {
        margin: 0px;

        height:18px;position:relative;top:1px;
        background-color: #001F3E;
        border: 1px solid #555555;

        color: #7a7a7a;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 9pt;
        visibility: hidden;
}
#subscribe_submit:hover, #rcom_submit_search:hover {
        background-color: #555555;
        color: #ffffff;
}

#subscribe_submit {
        width:35px;
}
#rcom_submit_search {
        width:1px;
}

#jh_sidebar #jh_cv_name  {
        font-size:22px;
        margin-top:5px;
}
#jh_sidebar #jh_cv_name_engineer  {
        font-size:16px;
        margin-top:18px;
}
#jh_sidebar #jh_cv_name_title  {
        font-size:11px;
        margin-top:3px;
        margin-bottom:130px;
}

.jh_content h2 {
        font-size:12pt;
        color:#0099FF;
        margin-bottom:6px;
        padding-top:9px;
}

.jh_content h5 {                  /* mainly used for CV */
        font-size:8pt;
        color:#0099FF;
        font-weight: normal;
}

.jh_content h6{                   /* mainly used for CV */
        font-size:17px;
        margin-bottom:7px;
        margin-top:2px;
        font-weight: normal;
}






strong {
        color: #0099FF;
        font-weight: normal;
}
p {
        text-align: justify;
        font-size: 10pt;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 24px;
}
h1 {
/* same as .jh_entrytitle -- used for post_notification */
        text-align: left;
        font-size: 18px;
        color: #0099FF;
        margin-bottom: 20px;
}

.right {
        text-align: right;
}

.no-margin {
        margin-top: 0px;
        margin-bottom: 0px;
}

.semi-margin {
        margin-top: 0px;
        margin-bottom: 12px;
}

.pale {
        color: #7A7A7A;
}

.clearer {
	clear: both;
}

.emphasized {
	border: 1px solid #DDD;
        padding: 5px;
}






/* --------------------------------------------------------------------------------------- */

location {
    font-style: italic;
    color: darkgray;
}
location:before {
    content: "@";
}

.jh_entrycontent img.size-large, .blogimg img {
   border: 2px solid #ffffff;
   vertical-align:top;
   margin-top: 7px;
   margin-bottom: 7px;
   margin-left: 2px;
   margin-right: 2px;
   
   width: auto;
   height: auto;
   max-width: 451px;
}
.jh_entrycontent img.size-large {
    /* width: auto does not work correctly on the phone */
    width: 483px;
    margin-left: -15px;
    margin-right: -15px;
    max-width: 483px;
    margin-bottom: -12px;
    border-width: 1px;
}

.galimg img {
       border: 1px solid #ffffff;
       vertical-align:top;
       margin-top: 7px;
       margin-bottom: 7px;
       margin-left: 3px;
       margin-right: 3px;
}
a.blogimg, a.blogimg:hover, a.blogimg:visited, a.galimg, a.galimg:hover, a.galimg:visited {
        color: #0099FF;
        text-decoration: none;
}
div.blogimg, div.galimg {
        text-align: center;
        margin-bottom: 24px;
}



/* display: ... wäre super zu gebrauchen !!! */
/* --------------------------------------------------------------------------------------- */

/* Comments Styling */

#jh_guestbook p {
        margin-bottom: 12px;
}

.commentlist {
        border: 1px dashed #555555;
        padding: 10px;
}

.comment {
        background: url(imgs/comments.gif) no-repeat;
        display: block;
        padding-left: 25px;
}
#jh_guestbook .comment {
        background: url(imgs/comments.gif) no-repeat;
        display: block;
        padding-left: 25px;
        margin-bottom: 50px;
}

.comment .time {
        float:right;
        padding-left: 10px;
}
.comment .time p {
        text-align: right;
        margin-top: 0px;
        margin-bottom: 0px;
}

.comment p.author {
        margin-top: 0px;
        padding-bottom: 12px;
}
.comment .author a {
        color: #0099FF;
        text-decoration: none;
}
.comment .author a:hover {
        color: #0099FF;
        text-decoration: underline;
}
.comment .author a:visited {
        color: #0099FF;
}
#jh_guestbook .comment p.author {
        font-size: 18px;
}

.comment .time a {
        color: #7A7A7A;
        text-decoration: none;
}
.comment .time a:hover {
        color: #7A7A7A;
        text-decoration: underline;
}
.comment .time a:visited {
        color: #7A7A7A;
}



h4 { /* used for 'Leave a comment' */
        font-size: 18px;
        font-weight: normal;
        margin-top: 20px;
}


#commentform {
        margin: 1em 0;
        width: 100%;
}

#commentform label {
        color: #7A7A7A;
}

#commentform textarea {
        background-color: #001f3e;
        border: 1px dashed #555555;
        width: 100%;
        color: #e0e0e0;
        padding: 5px;
        font-size: 10pt;
}
#commentform textarea:hover {
        border: 1px solid #555555;
}
#commentform textarea:focus {
        border: 1px solid #555555;
}

#commentform #author {
        background-color: #001f3e;
        border: 1px dashed #555555;
        width: 300px;
        color: #e0e0e0;
        padding: 5px;
        font-size: 11pt;
}
#commentform #email, #commentform #url {
        background-color: #001f3e;
        border: 1px dashed #555555;
        width: 250px;
        color: #e0e0e0;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 10pt;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
        border: 1px solid #555555;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
        border: 1px solid #555555;
}

#commentform input{
        margin-bottom: 3px;
}


#mindfields a {
}

#mindfields a:hover {
        color: #f0f0f0;
        font-size: 40px;
        letter-spacing: 10px;
}


/* ------ TRAC related stuff ------------------------*/

.jh_code {
        font-family: Courier, "Courier New", monospace;
        background-color: #eaeaea;
        margin-bottom: 24px;
        clip: auto;
        overflow: auto;
}

#jh_trac code {  /* for inline-code (directly within the text) */
        font-family: Courier, "Courier New", monospace;
        background-color: #eaeaea;
}

#jh_trac blockquote {
        padding-left: 15px;
        border-left-style: solid;
        border-width: 15px;
        border-color: #eaeaea;
}






/* Thumbs.css */

#jh_sidebar_gallery {
    width: 86px;
    margin-left: auto;
}

.thumb-container,
.thumb-inner,
.thumb-img {
	border: 0;
	display: block;
	display: inline-block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
    
    border-radius: 10px;
}


.thumb-container {
	background: #FFFFFF;
	border: 1px solid;
	border-color: #ccc #aaa #aaa #ccc;
	height: 80px;
	margin: 2px;
	padding: 1px;
	width: 80px;
    border-radius: 10px;
    /*box-shadow: 2px 2px 2px #CCCCCC !important; */
}

.thumb-container a,
.thumb-container img {
	border: 0;
	margin: 0;
}

.thumb-center img,
.thumb-strip,
.thumb-icon {
	position: absolute;
}

.thumb-center img {
	margin-left: 50%;
	margin-top: 50%;
}

.thumb-strip { 
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	color: #222;
	font: 10px/16px Arial, sans-serif;
	height: 16px;
	bottom: 0;
	left: 0;
	letter-spacing: -1px;
	text-indent: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
    
    display: none;
}

.thumb-icon { /*
	background: url(images/tango-icon.png) no-repeat;
	bottom: 2px;
	height: 22px;
	right: 4px;
	width: 22px; */
}

