/* $Id: base-weblog.css 34 2006-06-13 09:14:22Z jallen $ */

/* basic elements */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family: sans-serif;
    font-size: 12px;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* standard helper classes */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
    position: static;
}


/* banner user/photo */

.banner-user {
    float: left;
    overflow: hidden;
    width: 64px;
    margin: 0 15px 0 0;
    border: 0;
    padding: 0;
    text-align: center;
}

.banner-user-photo {
    display: block;
    margin: 0 0 2px 0;
    border: 0;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none !important;
}

.banner-user-photo img {
    width: 64px;
    height: auto;
    margin: 0;
    border: 0;
    padding: 0;
}


/* content */

.content-nav {
    margin: 10px;
    text-align: center;
}

.date-header,
.entry-content {
    position: static;
    clear: both;
}

.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    clear: both;
    margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
    clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
    clear: both;
    margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 240px;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-post {
    font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail {
    float: left;
    width: 115px;
    margin: 0 10px 10px 0;
}

.image-thumbnail img {
    width: 115px;
    height: 115px;
    margin: 0 0 2px 0;
}


/* modules */

.module {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.module-content {
    position: relative;
    margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.module-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table {
    border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td {
    width: 14%;
    text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item {
    display: block;
    clear: both;
    margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail {
    float: left;
    min-width: 60px;
    width: 60px;
    /* no ie mac \*/width: auto;/* */
    margin: 0 5px 0 0;
    text-align: center;
    vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description {
    margin: 0;
    padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content {
    margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list {
    display: block;
    height: 1%;
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item {
    display: block;
    float: left;
    /* ie win fix \*/ height: 1%; /**/
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item a {
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item img {
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td {
    width: 14%;
    height: 75px;
    text-align: left;
    vertical-align: top;
}

.day-photo {
    width: 54px;
    height: 54px;
}

.day-photo a {
    display: block;
}

.day-photo a img {
    width: 50px;
    height: 50px;
}


/* modified from:
name: Binary Blue
designer: Carrie Petri
designer_url: http://carriep63.livejournal.com
description: A minimalistic blue and gray theme.
layouts: one-column, two-column-left, two-column-right, three-column
*/

  body {
     font-family: sans-serif;
     font-size: 12px;
     margin:20px auto;
     background:#F2F1F1 ;
     }

  #container{
/*     width:600px !important;*/
     margin:0 auto;
     margin-top:20px !important;
     background:#fff;
     padding:10px;
     }

  a {
     color: #336699;
     text-decoration:none !important;
     }

  a:hover{
     color:#5A8CE5;
     }

  #banner{
     text-align:left;
     }

  #banner-header a {
     color:#fff;
     font-family: sans-serif;
     letter-spacing:2px;
     line-height:130px;
     margin-right:180px;
     font-size:32px;
     }

  #banner-header{
     background:#336699;
     }


  #banner-description{
     font-size:12px;
     color:gray;
     text-align:left;
     }

  h1, h2, h3 {
     margin:0 !important;
     font-weight:normal !important;
     }

  .date-header, #trackback, .comments-open-header{
     background-color: #fff;
     border-bottom:1px dotted #A8C2E0;
     margin-top:10px;
     color:#A8C2E0;
     font-size:12px;
     font-family: sans-serif;
     font-size:20px;
     line-height:22px;
     }

  .entry{
     border: 1px solid;
     font-family: ;
     font-size: 12px;
     margin-bottom:10px;
     color:#000000;
     }

  .entry-header a{
     font-family: ;
     font-weight: bold;
     font-size: 14px;
     margin-top:2px;
     }

  .entry-footer{
     padding:1px;
     text-decoration: none;
     color: #000;
     font-size:10px;
     text-align:right;
     }

  .entry-footer a{
     color:#6FA2DF;
     }

  span.post-footers{
     padding-left: 20px;
     font-size:9px;
     display:block;
     }

  .module{
     font-size:10px;
     }

  .module-header{
     background-color: #;
     padding-left:10px;
     color:#6FA2DF;
     font-size:10px;
     }

  .module-header a{
     color:#6FA2DF;
     border-bottom:1px dotted;
     }

  .separator{
     display:none;
     }

  #pagebody{
     padding-top:10px;
     }

  li .module-list-item a{
     text-size:9px;
     color:#5A8CE5;
     padding-left:10px;
     background:#fff url(binary-bullet.gif) no-repeat left;
     }
  li .module-list-item a:hover{
     text-size:9px;
     color:#B3C6EF;
     }

  input#search{
     background:#fff;
     border:1px solid #6FA2DF;
     width:80%;
     margin:2px 0;
     }

  input{
     background:#D2DDEF;
     border:1px solid #6FA2DF;
     color:#6FA2DF;
     font-size:11px;
     }

  .module-content {
        font-size:10px;
	}
  .entry ul li{
	list-style-type:none;
	padding-left:10px;
	background:url(binary-bullet.gif) no-repeat;
	margin-bottom:10px;
	color:#81A5CF;
	}

  .entry ul{
	padding:0;
	margin:0;
	}

  .entry ol{
	color:#000;
	}

  p.content-nav{
	text-align:right;
	}

  .content-nav a{
     color: #000;
     text-decoration: none;
     font-size:11px;
     letter-spacing:3px;
	}

  blockquote{
	padding-left:20px;
        background:#E0E0E0;
	}

  #trackbacks-info{
	background:#DFEBFF;
	padding:5px;
	font-size:11px;
	color:#81A5CF;
	}

  #comments{
	font-size:11px;
	}




/* TWO COLUMN RIGHT */
  .layout-two-column-right #alpha{
     width:74%;
     }
  .layout-two-column-right #beta{
     width:25%;
     margin-top:20px;
     }

  .layout-two-column-right .date-header{
     text-align:left;
     }

  .layout-two-column-right .entry-header{
     text-align:left;
     }

  .layout-two-column-right p.content-nav{
	text-align:left;
	}



/* TWO COLUMN LEFT */
  .layout-two-column-left #beta{
     width:74%;
     }
  .layout-two-column-left #alpha{
     width:25%;
     margin-top:20px;
     padding-right:5px;
     }



/* THREE COLUMN */
  .layout-three-column #alpha{
	width:24%;
	}

  .layout-three-column .module{
	font-size:9px !important;
	}
  .layout-three-column #gamma{
	width:24%;
	}
  .layout-three-column #beta{
	width:52%;
	}
  .layout-three-column #container{
	width:650px !important;
	}
.zed { color: #1C86EE;  }
.jym { color: #00CD00;  }
.jimcat { color: #9400D3;  }

.feed { 

}

