html { background: #292929 none; }
body {
  background: #292929 none;
  font-family: Arial, "MS Trebuchet", sans-serif;
  line-height: 1em;
}

h1 { font-size: 160%; }
h2 { font-size: 150%; }
h3 { font-size: 140%; }
h4 { font-size: 130%; }
h5 { font-size: 120%; }
h6 { font-size: 110%; }
h1, h2, h3, h4, h5, h6, strong { font-weight: bold; }


/*  PositionisEverything Clearfix
    http://www.positioniseverything.net/easyclearing.html
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a { color: #4CA3E8; }
a:hover, .post h3 a:hover { color: #2071B2; text-decoration: none; }
a:visited { color: #B3B3B3; }

blockquote {
  clear: left;
  margin: 1.5em 1.7em 1em 1.2em;
  padding: 0.4em;
  background-color: #333;
  border: 1px solid #1A1A1A;
}
blockquote * blockquote { border: 1px; }


#wrapper { 
  margin: 0 auto;
  width: 960px; 
  background-color: #3D3D3D;
  padding: 10px;
}


#header .container,
#footer .container {
  padding: 0.75em 1em;
}

#header {
  border: 2px solid #FFF;
  background: #48a4ed url(/wp-content/themes/jrmehle-css/images/header-bg.png) repeat-x scroll bottom 0;
}
#header .container { position: relative; }
#header h1 {
  font-size: 275%;
  color: #292929;
  margin: 0.5em;
}
#header a { color: #292929; }

#content {
  padding-top: 20px;
}

#content #main_column {
  float: left;
  width: 710px;
  margin-right: 20px;
  line-height: 1.5em;
  color: #DADADA;
}
#content #sidebar {
  float: left;
  width: 230px;
  color: #FFF;
}
#sidebar h2 {
  color: #292929;
  margin: 18px 0 10px 0;
  padding: 0.5em 0.75em;
  text-align: center;
  border: 2px solid #FFF;
  background: #48a4ed url(/wp-content/themes/jrmehle-css/images/sidebar-header-bg.png) repeat-x scroll bottom 0;
}
#sidebar h2#searchform_containter { padding: 0; }
#sidebar>ul { margin: 0 0 0 8px; } 
.categories li, 
#archives-12-mo li, 
#archives-all-mo li {
  border-top: 1px dotted #DADADA;
  padding: 0.5em 0 0.5em 0.6em;
}
.categories li:first-child { border-top: none; }
.categories li:hover, 
#archives-12-mo li:hover, 
#archives-all-mo li:hover {
  background-color: #292929;
  background-image: url(/wp-content/themes/jrmehle-css/images/li-gradient.jpg);
  background-repeat: repeat-x;
  background-position: top;
}
#sidebar p { 
  margin: 0 0 0 8px; 
  line-height: 1.5em;
}
#sidebar .cat-item img { float: right; margin-right: 0.5em; }
#sidebar #meta_links li,
#sidebar .linkcat li { 
  padding: 0.3em 0.5em; 
}


#wp-calendar {
    width: 100%;
    margin: 0 auto;
}
#wp-calendar th, #wp-calendar td {
  text-align: center;
  padding: 2px 4px;
  font-size: 80%;
}
#wp-calendar a {
    font-weight: bold;
    text-decoration: none;
}
#wp-calendar caption {
    padding: 0;
    text-align: center;
    font-weight: bold;
}
#wp-calendar thead tr { border-bottom: 1px dotted #CCC; }
#wp-calendar #today {
  background-color: #292929;
  background-image: url(/wp-content/themes/jrmehle-css/images/li-gradient.jpg);
  background-repeat: repeat-x;
  background-position: top;
}


#archives-button {
  float: right;
  padding-left: 18px;
  background-image: url(/wp-content/themes/jrmehle-css/images/arrow-down.gif);
  background-repeat: no-repeat;
  background-position: top left;
  cursor: pointer;
}

/*** last.fm widget ***/
table.lfmWidget20070728153114 td {margin:0 !important;padding:0 !important;border:0 !important;}
table.lfmWidget20070728153114 tr.lfmHead a:hover {background:url(http://panther1.last.fm/widgets/images/en/header/chart/recenttracks_regular_black.png) no-repeat 0 0 !important;}
table.lfmWidget20070728153114 tr.lfmEmbed object {float:left;}
table.lfmWidget20070728153114 tr.lfmFoot td.lfmConfig a:hover {background:url(http://panther1.last.fm/widgets/images/en/footer/black.png) no-repeat 0px 0 !important;}
table.lfmWidget20070728153114 tr.lfmFoot td.lfmView a:hover {background:url(http://panther1.last.fm/widgets/images/en/footer/black.png) no-repeat -85px 0 !important;}
table.lfmWidget20070728153114 tr.lfmFoot td.lfmPopup a:hover {background:url(http://panther1.last.fm/widgets/images/en/footer/black.png) no-repeat -159px 0 !important;}
/*** end last.fm widget ***/

/*** flickr badge ***/
.zg_div {margin:0px 5px 5px 0px; width:117px;}
.zg_div_inner { color:#dadada; text-align:center; font-family:arial, helvetica; font-size:11px;}
.zg_div a, .zg_div a:hover, .zg_div a:visited {color:#4ca3e8; background:inherit !important; text-decoration:none !important;}
/*** end flickr badge ***/


#footer {
  clear: both;
  background: #222 none;
  font-size: 80%;
  font-weight: bold;
  color: #FFF;
  border: 2px solid #FFF;
  margin: 20px 0;
}
#footer .container {
 padding: 1em 1.5em; 
}















#content .page {
  
}

.post { 
  margin: 17px 0 6em 0;
}

.posthead {
  background-color: #333;
  padding: 0.5em;
  margin: 0 0 0.75em 70px;
  border: 2px solid #FFF;
  color: #4CA3E8;
  font-size: 1.1em;
  line-height: 1.5em;
}
.posthead a { color: #FABC17; }
.posthead .time, 
.posthead .categories, 
.posthead .post_edit_link {
  margin: 0 1.5em 0 0;
  padding: 2px 0 6px 20px;
  background-repeat: no-repeat;
  background-position: top left;
  font-size: 0.6em;
  vertical-align: middle;
  line-height: 1.2em;
}
.posthead .time { 
  padding-right: 0.5em; 
  background: transparent url(/wp-content/themes/jrmehle-css/images/time.gif) no-repeat scroll top left; 
}
.posthead .post_edit_link { background: transparent url(/wp-content/themes/jrmehle-css/images/edit.gif) no-repeat scroll top left; }
.posthead .categories { background: transparent url(/wp-content/themes/jrmehle-css/images/categories.gif) no-repeat scroll top left; }
.post .date {
  float: left;
  width: 58px;
  background-color: #4CA3E8;
  border: 2px solid #FFF;
  text-align: center;
  font-weight: bold;
  color: #292929;
}
.post .date .day { 
  display: block; 
  background-color: #222;
  border-top: 2px solid #FFF;
  padding: 0.2em 0.45em;
  font-size: 1.8em;
  color: #DADADA;
}
.post .comments {
  float: right;
  background: #F6B519 url(/wp-content/themes/jrmehle-css/images/comment_blue.gif) no-repeat scroll 4px center; 
  border: 2px solid #FFF;
  padding: 0.2em 0.5em 0.2em 1.6em;
}
.post .comments a { 
  color: #292929;
  font-weight: bold;
}
.post .aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.post-content {
  margin: 0 0 0 70px;
  clear: left;
}
.post-content p { margin: 1em 0; }

.wp_syntax {
  border: 1px solid #1A1A1A !important;
}

.wp-caption {
  background-color: #292929;
  margin: 0;
  padding: 6px 0 0 6px;
  border: 1px solid #1A1A1A;
}
.wp-caption a img { 
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #000;
}
.post-content .wp-caption-text {
  margin: 2em auto;
  padding: 6px 0.5em;
  color: #F90;
}

.navigation { 
  margin: 0; 
  padding: 0 0 2em 0; 
  clear: left; 
}
.navigation .alignleft { float: left; clear: right; }
.navigation .alignright { float: right; }

ol.commentlist { margin-top: -4.5em; }
ol.commentlist li { 
  margin: 0.75em 0;
  padding: 1em;
  background-color: #333; 
  border: 1px solid #1A1A1A;
}
ol.commentlist p { 
  margin: 0.3em 0.5em; 
  color: #FFF;
  font-size: 0.9em;
}
ol.commentlist .commentmetadata { 
  font-size: 0.75em;
  color: #FFF;
}
ol.commentlist .avatar { border: 1px solid #1A1A1A; vertical-align: middle; }
